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 37 38 39 40 41 42 43
|
Source: node-cache-base
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-buildinfo,
nodejs,
mocha,
node-set-value,
node-lazy-cache,
node-has-value,
node-get-value,
node-component-emitter,
node-collection-visit,
node-to-object-path,
node-union-value (>= 2.0.0),
node-isobject,
node-unset-value
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-cache-base
Vcs-Git: https://salsa.debian.org/js-team/node-cache-base.git
Homepage: https://github.com/jonschlinkert/cache-base
Package: node-cache-base
Architecture: all
Depends: ${misc:Depends},
nodejs,
node-set-value,
node-lazy-cache,
node-has-value,
node-get-value,
node-component-emitter,
node-collection-visit,
node-to-object-path,
node-union-value (>= 2.0.0),
node-isobject,
node-unset-value
Description: Basic object cache for node.js/javascript projects
Basic object cache with `get`, `set`, `del`, and `has` methods for
node.js/javascript projects
.
Node.js is an event-based server-side JavaScript engine.
|