File: control

package info (click to toggle)
node-registry-auth-token 5.0.1%2B~cs2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 548 kB
  • sloc: javascript: 1,417; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,136 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
Source: node-registry-auth-token
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
 , mocha <!nocheck>
 , node-config-chain <!nocheck>
 , node-graceful-fs <!nocheck>
 , node-rc <!nocheck>
 , node-resolve-from <!nocheck>
 , node-safe-buffer <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-registry-auth-token
Vcs-Git: https://salsa.debian.org/js-team/node-registry-auth-token.git
Homepage: https://github.com/rexxars/registry-auth-token
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-registry-auth-token
Architecture: all
Depends: ${misc:Depends}
 , node-config-chain
 , node-graceful-fs
 , node-rc
Provides: ${nodejs:Provides}
Description: Get the auth token set for an npm registry (if any)
 Get the auth token set for an npm registry from `.npmrc`. Also allows fetching
 the configured registry URL for a given npm scope.
 .
 Node.js is an event-based server-side JavaScript engine.