You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.6 KiB
70 lines
1.6 KiB
{ |
|
"_args": [ |
|
[ |
|
"shebang-command@2.0.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_development": true, |
|
"_from": "shebang-command@2.0.0", |
|
"_id": "shebang-command@2.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
|
"_location": "/shebang-command", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "shebang-command@2.0.0", |
|
"name": "shebang-command", |
|
"escapedName": "shebang-command", |
|
"rawSpec": "2.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "2.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/cross-spawn" |
|
], |
|
"_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", |
|
"_spec": "2.0.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Kevin Mårtensson", |
|
"email": "kevinmartensson@gmail.com", |
|
"url": "github.com/kevva" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/kevva/shebang-command/issues" |
|
}, |
|
"dependencies": { |
|
"shebang-regex": "^3.0.0" |
|
}, |
|
"description": "Get the command from a shebang", |
|
"devDependencies": { |
|
"ava": "^2.3.0", |
|
"xo": "^0.24.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/kevva/shebang-command#readme", |
|
"keywords": [ |
|
"cmd", |
|
"command", |
|
"parse", |
|
"shebang" |
|
], |
|
"license": "MIT", |
|
"name": "shebang-command", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/kevva/shebang-command.git" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"version": "2.0.0" |
|
}
|
|
|