setup-node/node_modules/run-node/package.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

43 lines
No EOL
794 B
JSON

{
"name": "run-node",
"version": "1.0.0",
"description": "Run the Node.js binary no matter what",
"license": "MIT",
"repository": "sindresorhus/run-node",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": "run-node",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "./run-node --version"
},
"files": [
"run-node"
],
"keywords": [
"run",
"node",
"nodejs",
"node.js",
"find",
"binary",
"bin",
"execute",
"which",
"detect",
"path",
"env",
"bash",
"shell",
"sh"
]
,"_resolved": "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz"
,"_integrity": "sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A=="
,"_from": "run-node@1.0.0"
}