File: control

package info (click to toggle)
node-node-localstorage 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: makefile: 8; sh: 2
file content (30 lines) | stat: -rw-r--r-- 906 bytes parent folder | download
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
Source: node-node-localstorage
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 ju xor <ju@riseup.net>,
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Build-Depends:
 coffeescript,
 debhelper (>= 11),
 dh-buildinfo,
 node-lodash,
 nodejs,
 nodeunit <!nocheck>,
Standards-Version: 4.1.3
Homepage: https://github.com/lmaccherone/node-localstorage
Vcs-Git: https://salsa.debian.org/js-team/node-node-localstorage.git
Vcs-Browser: https://salsa.debian.org/js-team/node-node-localstorage

Package: node-node-localstorage
Architecture: all
Depends:
 node-write-file-atomic (>= 1.1.4),
 nodejs,
 ${misc:Depends},
Description: substitute for the browser native localStorage API
 A substitute for the node.js browser native localStorage API that
 runs on node.js.
 .
 Node.js is an event-based server-side JavaScript engine.