File: control

package info (click to toggle)
node-npm-package-arg 10.0.0%2B~3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: javascript: 1,442; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,176 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-npm-package-arg
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-hosted-git-info (>= 4.0.2~) <!nocheck>
 , node-osenv <!nocheck>
 , node-semver <!nocheck>
 , node-tap (>= 15) <!nocheck>
 , node-validate-npm-package-name <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-npm-package-arg
Vcs-Git: https://salsa.debian.org/js-team/node-npm-package-arg.git
Homepage: https://github.com/npm/npm-package-arg
Rules-Requires-Root: no

Package: node-npm-package-arg
Architecture: all
Depends:
 ${misc:Depends}
 , node-hosted-git-info (>= 4.0.2~)
 , node-osenv
 , node-semver
 , node-validate-npm-package-name
Provides: ${nodejs:Provides}
Description: Parse the things that can be arguments to npm install
 Parses package name and specifier passed to commands like npm install or
 npm cache add, or as found in package.json dependency sections.
 .
 Node.js is an event-based server-side JavaScript engine.