1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: node-base
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 12)
, mocha
, node-cache-base (>= 4)
, node-define-property
, node-isobject (>= 3.0.1)
, node-mixin-deep
, node-pascalcase
, node-should
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-base
Vcs-Git: https://salsa.debian.org/js-team/node-base.git
Homepage: https://github.com/node-base/base
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-base
Architecture: all
Depends: ${misc:Depends}
, node-cache-base (>= 4)
, node-define-property
, node-isobject (>= 3.0.1)
, node-mixin-deep
, node-pascalcase
, nodejs
Description: foundation for creating modular, unit testable node.js application
base is the foundation for creating modular, unit testable and highly
pluggable node.js applications, starting with a handful of common methods,
like `set`, `get`, `del` and `use`.
.
Node.js is an event-based server-side JavaScript engine.
|