1{ 2 "_from": "cmd-shim@3.0.3", 3 "_id": "cmd-shim@3.0.3", 4 "_inBundle": false, 5 "_integrity": "sha512-DtGg+0xiFhQIntSBRzL2fRQBnmtAVwXIDo4Qq46HPpObYquxMaZS4sb82U9nH91qJrlosC1wa9gwr0QyL/HypA==", 6 "_location": "/cmd-shim", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "cmd-shim@3.0.3", 12 "name": "cmd-shim", 13 "escapedName": "cmd-shim", 14 "rawSpec": "3.0.3", 15 "saveSpec": null, 16 "fetchSpec": "3.0.3" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/bin-links" 22 ], 23 "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-3.0.3.tgz", 24 "_shasum": "2c35238d3df37d98ecdd7d5f6b8dc6b21cadc7cb", 25 "_spec": "cmd-shim@3.0.3", 26 "_where": "/Users/isaacs/dev/npm/cli", 27 "bugs": { 28 "url": "https://github.com/npm/cmd-shim/issues" 29 }, 30 "bundleDependencies": false, 31 "dependencies": { 32 "graceful-fs": "^4.1.2", 33 "mkdirp": "~0.5.0" 34 }, 35 "deprecated": false, 36 "description": "Used in npm for command line application support", 37 "devDependencies": { 38 "rimraf": "~2.2.8", 39 "tap": "^12.7.0" 40 }, 41 "files": [ 42 "index.js", 43 "lib" 44 ], 45 "homepage": "https://github.com/npm/cmd-shim#readme", 46 "license": "ISC", 47 "name": "cmd-shim", 48 "repository": { 49 "type": "git", 50 "url": "git+https://github.com/npm/cmd-shim.git" 51 }, 52 "scripts": { 53 "postpublish": "git push origin --follow-tags", 54 "postversion": "npm publish", 55 "preversion": "npm test", 56 "snap": "TAP_SNAPSHOT=1 tap test/*.js --100", 57 "test": "tap test/*.js --100" 58 }, 59 "version": "3.0.3" 60} 61