Urara-Blog/node_modules/.pnpm-store/v3/files/71/f1730e624f1e7f8afbc456344573c854a749fe1fa8052d394116e1ca04886f9d98c9d20459d790e29ff130e61a872aebe9d2cb611706829bf223aba086d992
2022-08-14 01:14:53 +08:00

39 lines
650 B
Text

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