File: control

package info (click to toggle)
node-package-json 8.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: javascript: 347; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,185 bytes parent folder | download | duplicates (2)
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-package-json
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , ava <!nocheck>
 , node-got <!nocheck>
 , node-pinkie-promise <!nocheck>
 , node-registry-auth-token (>= 5) <!nocheck>
 , node-registry-url <!nocheck>
 , node-semver <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-package-json
Vcs-Git: https://salsa.debian.org/js-team/node-package-json.git
Homepage: https://github.com/sindresorhus/package-json
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-package-json
Architecture: all
Depends: ${misc:Depends}
 , node-got
 , node-registry-auth-token (>= 5)
 , node-registry-url
 , node-semver
Breaks: node-latest-version (<< 7)
Description: Get metadata of a package from the npm registry
 Both public and private registries are supported, for both scoped and unscoped
 packages, as long as the registry uses either bearer tokens or basic
 authentication.
 .
 Node.js is an event-based server-side JavaScript engine.