File: control

package info (click to toggle)
node-read-package-json 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 140 kB
  • ctags: 21
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 917 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
Source: node-read-package-json
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 8.0.0)
 , dh-buildinfo
Standards-Version: 3.9.5
Homepage: https://github.com/isaacs/read-package-json
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-read-package-json.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-read-package-json.git

Package: node-read-package-json
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-glob (>= 3.2.1)
 , node-lru-cache (>= 2)
 , node-normalize-package-data
Recommends:
 node-graceful-fs (>= 2)
Description: Read package.json for npm module for Node.js
 This module reads package.json files with semantics, defaults, and
 validation for npm consumption.
 .
 Node.js is an event-based server-side javascript engine.