X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/registry-auth-token
lib
/
node_modules
/
npm
/
node_modules
/
registry-auth-token
/
ðŸ“
..
📄
.npmignore
(73 B)
📄
CHANGELOG.md
(2.84 KB)
📄
LICENSE
(1.06 KB)
📄
README.md
(1.94 KB)
📄
base64.js
(322 B)
📄
index.js
(3.23 KB)
📄
package.json
(1.91 KB)
📄
registry-url.js
(229 B)
📄
yarn.lock
(50.25 KB)
Editing: registry-url.js
module.exports = function (scope, npmrc) { var rc = npmrc || require('rc')('npm', {registry: 'https://registry.npmjs.org/'}) var url = rc[scope + ':registry'] || rc.registry return url.slice(-1) === '/' ? url : url + '/' }
Upload File
Create Folder