File: control

package info (click to toggle)
node-node-localstorage 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 236 kB
  • sloc: makefile: 4; javascript: 4
file content (27 lines) | stat: -rw-r--r-- 972 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
Source: node-node-localstorage
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: ju xor <ju@riseup.net>, Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: coffeescript
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-lodash
 , node-write-file-atomic
 , node-tape <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-node-localstorage
Vcs-Git: https://salsa.debian.org/js-team/node-node-localstorage.git
Homepage: https://github.com/lmaccherone/node-localstorage
Rules-Requires-Root: no

Package: node-node-localstorage
Architecture: all
Depends: ${misc:Depends}
 , node-write-file-atomic
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.