File: control

package info (click to toggle)
node-getobject 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • ctags: 13
  • sloc: makefile: 3; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download | duplicates (3)
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
Source: node-getobject
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonathan Ulrich Horn <debian@autoit4you.de>
Build-Depends: debhelper (>= 9), nodejs
Standards-Version: 3.9.8
Section: web
Homepage: https://github.com/cowboy/node-getobject
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-getobject.git
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-getobject.git

Package: node-getobject
Architecture: all
Depends: nodejs, ${misc:Depends}
Description: set and get deep objects easily - module for Node.js
 getobject allows you to easily get and set deep objects.
 It also allows you to check if deep objects exist.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-getobject
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: set and get deep objects easily - library for browsers
 getobject allows you to easily get and set deep objects.
 It also allows you to check if deep objects exist.
 .
 This package contains the library for browsers.