mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 06:33:47 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
73
node_modules/run-node/package.json
generated
vendored
Normal file
73
node_modules/run-node/package.json
generated
vendored
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"_from": "run-node@^1.0.0",
|
||||
"_id": "run-node@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==",
|
||||
"_location": "/run-node",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "run-node@^1.0.0",
|
||||
"name": "run-node",
|
||||
"escapedName": "run-node",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/husky"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz",
|
||||
"_shasum": "46b50b946a2aa2d4947ae1d886e9856fd9cabe5e",
|
||||
"_spec": "run-node@^1.0.0",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\husky",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bin": {
|
||||
"run-node": "run-node"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/run-node/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Run the Node.js binary no matter what",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"run-node"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/run-node#readme",
|
||||
"keywords": [
|
||||
"run",
|
||||
"node",
|
||||
"nodejs",
|
||||
"node.js",
|
||||
"find",
|
||||
"binary",
|
||||
"bin",
|
||||
"execute",
|
||||
"which",
|
||||
"detect",
|
||||
"path",
|
||||
"env",
|
||||
"bash",
|
||||
"shell",
|
||||
"sh"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "run-node",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/run-node.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./run-node --version"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue