Urara-Blog/node_modules/.pnpm-store/v3/files/45/22e78675c42fe7dc2c363aa57841db393a47aad9fc94ba5d6dcefa932da2c477ec8bea5eaf790511b1c438f94a403dd0041b5b9d005d9951f906effd53b9ae
2022-08-14 01:14:53 +08:00

34 lines
558 B
Text

{
"name": "shebang-command",
"version": "2.0.0",
"description": "Get the command from a shebang",
"license": "MIT",
"repository": "kevva/shebang-command",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"cmd",
"command",
"parse",
"shebang"
],
"dependencies": {
"shebang-regex": "^3.0.0"
},
"devDependencies": {
"ava": "^2.3.0",
"xo": "^0.24.0"
}
}