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.
|