1{ 2 "_from": "bin-links@1.1.8", 3 "_id": "bin-links@1.1.8", 4 "_inBundle": false, 5 "_integrity": "sha512-KgmVfx+QqggqP9dA3iIc5pA4T1qEEEL+hOhOhNPaUm77OTrJoOXE/C05SJLNJe6m/2wUK7F1tDSou7n5TfCDzQ==", 6 "_location": "/bin-links", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "bin-links@1.1.8", 12 "name": "bin-links", 13 "escapedName": "bin-links", 14 "rawSpec": "1.1.8", 15 "saveSpec": null, 16 "fetchSpec": "1.1.8" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/libcipm", 22 "/libnpm" 23 ], 24 "_resolved": "https://registry.npmjs.org/bin-links/-/bin-links-1.1.8.tgz", 25 "_shasum": "bd39aadab5dc4bdac222a07df5baf1af745b2228", 26 "_spec": "bin-links@1.1.8", 27 "_where": "/Users/claudiahdz/npm/cli", 28 "author": { 29 "name": "Mike Sherov" 30 }, 31 "bugs": { 32 "url": "https://github.com/npm/bin-links/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "bluebird": "^3.5.3", 37 "cmd-shim": "^3.0.0", 38 "gentle-fs": "^2.3.0", 39 "graceful-fs": "^4.1.15", 40 "npm-normalize-package-bin": "^1.0.0", 41 "write-file-atomic": "^2.3.0" 42 }, 43 "deprecated": false, 44 "description": "JavaScript package binary linker", 45 "devDependencies": { 46 "mkdirp": "^0.5.1", 47 "nyc": "^13.1.0", 48 "rimraf": "^2.6.3", 49 "standard": "^10.0.3", 50 "standard-version": "^4.4.0", 51 "tap": "^12.1.3" 52 }, 53 "files": [ 54 "index.js" 55 ], 56 "homepage": "https://github.com/npm/bin-links#readme", 57 "keywords": [ 58 "npm", 59 "gentle", 60 "fs" 61 ], 62 "license": "Artistic-2.0", 63 "main": "index.js", 64 "name": "bin-links", 65 "publishConfig": { 66 "tag": "legacy" 67 }, 68 "repository": { 69 "type": "git", 70 "url": "git://github.com/npm/bin-links.git" 71 }, 72 "scripts": { 73 "postrelease": "npm publish && git push --follow-tags", 74 "posttest": "standard", 75 "prerelease": "npm t", 76 "release": "standard-version -s", 77 "test": "tap -J --nyc-arg=--all --coverage test/*.js --100" 78 }, 79 "version": "1.1.8" 80} 81