File debian.control of Package nodejs
Source: nodejs
Section: javascript
Priority: optional
Maintainer: hawkeye116477 <hawkeye116477@gmail.com>
Build-Depends: debhelper (>=9.20160114),
zlib1g-dev,
ca-certificates,
python-dev,
gcc (>= 4.9.4),
g++,
chrpath,
libatomic1,
lsb-release,
libssl1.0-dev
Standards-Version: 4.3.0
Homepage: http://nodejs.org/
Package: nodejs-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: nodejs,
zlib1g-dev,
${shlibs:Depends},
${misc:Depends}
Description: evented I/O for V8 javascript (development files)
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
This package provides development headers for libnode__ABI.
Package: nodejs
Architecture: any
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends}
Recommends: nodejs-doc
Suggests: npm
Replaces: nodejs-legacy
Conflicts: nodejs-legacy
Description: evented I/O for V8 javascript - runtime executable
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
Node.js is bundled with several useful libraries to handle server
tasks:
.
System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
Package: npm
Architecture: all
Depends: nodejs (>= 6.11~), ${misc:Depends}, ${shlibs:Depends}, ca-certificates,
Description: package manager for Node.js
Node.js is an event-based server-side javascript engine.
.
npm is the package manager for the Node JavaScript platform. It puts
modules in place so that node can find them, and manages dependency
conflicts intelligently.
.
It is extremely configurable to support a wide variety of use cases.
Most commonly, it is used to publish, discover, install, and develop
node programs.