File: control

package info (click to toggle)
node-private 0.1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: javascript: 162; sh: 5; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 879 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
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-compat (= 12), nodejs
Standards-Version: 4.5.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
Multi-Arch: foreign
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.