Your IP : 18.117.192.205
{
"_args": [
[
"bin-links@1.1.2",
"/Users/rebecca/code/npm"
]
],
"_from": "bin-links@1.1.2",
"_id": "bin-links@1.1.2",
"_inBundle": false,
"_integrity": "sha512-8eEHVgYP03nILphilltWjeIjMbKyJo3wvp9K816pHbhP301ismzw15mxAAEVQ/USUwcP++1uNrbERbp8lOA6Fg==",
"_location": "/bin-links",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bin-links@1.1.2",
"name": "bin-links",
"escapedName": "bin-links",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/",
"/libcipm"
],
"_resolved": "https://registry.npmjs.org/bin-links/-/bin-links-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Mike Sherov"
},
"bugs": {
"url": "https://github.com/npm/bin-links/issues"
},
"dependencies": {
"bluebird": "^3.5.0",
"cmd-shim": "^2.0.2",
"gentle-fs": "^2.0.0",
"graceful-fs": "^4.1.11",
"write-file-atomic": "^2.3.0"
},
"description": "JavaScript package binary linker",
"devDependencies": {
"mkdirp": "^0.5.1",
"nyc": "^11.1.0",
"rimraf": "^2.6.2",
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"tap": "^10.7.2",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/npm/bin-links#readme",
"keywords": [
"npm",
"gentle",
"fs"
],
"license": "Artistic-2.0",
"main": "index.js",
"name": "bin-links",
"repository": {
"type": "git",
"url": "git://github.com/npm/bin-links.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --nyc-arg=--all --coverage test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"version": "1.1.2"
}