mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
43 lines
No EOL
794 B
JSON
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"
|
|
} |