1{ 2 "_from": "shebang-command@^1.2.0", 3 "_id": "shebang-command@1.2.0", 4 "_inBundle": false, 5 "_integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", 6 "_location": "/shebang-command", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "shebang-command@^1.2.0", 12 "name": "shebang-command", 13 "escapedName": "shebang-command", 14 "rawSpec": "^1.2.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.0" 17 }, 18 "_requiredBy": [ 19 "/cross-spawn" 20 ], 21 "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", 22 "_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea", 23 "_spec": "shebang-command@^1.2.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/cross-spawn", 25 "author": { 26 "name": "Kevin Martensson", 27 "email": "kevinmartensson@gmail.com", 28 "url": "github.com/kevva" 29 }, 30 "bugs": { 31 "url": "https://github.com/kevva/shebang-command/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "shebang-regex": "^1.0.0" 36 }, 37 "deprecated": false, 38 "description": "Get the command from a shebang", 39 "devDependencies": { 40 "ava": "*", 41 "xo": "*" 42 }, 43 "engines": { 44 "node": ">=0.10.0" 45 }, 46 "files": [ 47 "index.js" 48 ], 49 "homepage": "https://github.com/kevva/shebang-command#readme", 50 "keywords": [ 51 "cmd", 52 "command", 53 "parse", 54 "shebang" 55 ], 56 "license": "MIT", 57 "name": "shebang-command", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/kevva/shebang-command.git" 61 }, 62 "scripts": { 63 "test": "xo && ava" 64 }, 65 "version": "1.2.0", 66 "xo": { 67 "ignores": [ 68 "test.js" 69 ] 70 } 71} 72