setup-maven-cached/node_modules/run-node/package.json

40 lines
581 B
JSON
Raw Permalink Normal View History

2020-02-03 18:46:22 +08:00
{
2022-10-10 17:17:09 +08:00
"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"
]
2020-02-03 18:46:22 +08:00
}