/usr/lib/node/npmrc/package.json is in node-npmrc 1.1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | {
"name": "npmrc",
"version": "1.1.1",
"description": "Switch between different .npmrc files with ease and grace",
"preferGlobal": true,
"bin": {
"npmrc": "./npmrc.js"
},
"repository": {
"type": "git",
"url": "git://github.com/deoxxa/npmrc.git"
},
"keywords": [
"npmrc",
"utility",
"shell",
"npm"
],
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
"license": "BSD",
"devDependencies": {
"rimraf": "*",
"mkdirp": "*",
"tape": "*",
"xtend": "*"
},
"scripts": {
"test": "tape test.js"
}
}
|