File: control

package info (click to toggle)
node-private 0.1.8-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: sh: 5; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 853 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
Source: node-private
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11), nodejs
Standards-Version: 4.2.0
Homepage: https://github.com/benjamn/private
Vcs-Git: https://salsa.debian.org/js-team/node-private.git
Vcs-Browser: https://salsa.debian.org/js-team/node-private

Package: node-private
Architecture: all
Depends: nodejs, ${misc:Depends}
Description: Utility for associating truly private state with any JavaScript object
 A general-purpose utility for associating truly private state
 with any JavaScript object : only code that has references both
 to the object and an associated getSecret object can access to the
 private state.
 .
 Node.js is an event-based server-side JavaScript engine.