| { |
| "author": { |
| "email": "kevinmartensson@gmail.com", |
| "name": "Kevin Martensson", |
| "url": "github.com/kevva" |
| }, |
| "dependencies": { |
| "shebang-regex": "^1.0.0" |
| }, |
| "description": "Get the command from a shebang", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "cmd", |
| "command", |
| "parse", |
| "shebang" |
| ], |
| "license": "MIT", |
| "name": "shebang-command", |
| "repository": "kevva/shebang-command", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "1.2.0", |
| "xo": { |
| "ignores": [ |
| "test.js" |
| ] |
| } |
| } |