File: control

package info (click to toggle)
node-read-package-json 5.0.2%2B~2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: javascript: 1,322; makefile: 2; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,157 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
30
31
32
33
34
Source: node-read-package-json
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-glob <!nocheck>
 , node-json-parse-better-errors <!nocheck>
 , node-normalize-package-data (>= 4) <!nocheck>
 , node-slash <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-read-package-json
Vcs-Git: https://salsa.debian.org/js-team/node-read-package-json.git
Homepage: https://github.com/isaacs/read-package-json
Rules-Requires-Root: no

Package: node-read-package-json
Architecture: all
Depends: ${misc:Depends}
 , node-glob
 , node-json-parse-better-errors
 , node-normalize-package-data (>= 4)
 , node-slash
Provides: ${nodejs:Provides}
Recommends: node-graceful-fs
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.