mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 22:34:45 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
75
node_modules/exec-sh/package.json
generated
vendored
Normal file
75
node_modules/exec-sh/package.json
generated
vendored
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"exec-sh@0.3.2",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "exec-sh@0.3.2",
|
||||
"_id": "exec-sh@0.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==",
|
||||
"_location": "/exec-sh",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "exec-sh@0.3.2",
|
||||
"name": "exec-sh",
|
||||
"escapedName": "exec-sh",
|
||||
"rawSpec": "0.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@cnakazawa/watch",
|
||||
"/sane"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz",
|
||||
"_spec": "0.3.2",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Aleksandr Tsertkov",
|
||||
"email": "tsertkov@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tsertkov/exec-sh/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Execute shell command forwarding all stdio.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.1",
|
||||
"istanbul": "^0.4.5",
|
||||
"jsdoc": "^3.5.5",
|
||||
"jshint": "^2.9.6",
|
||||
"mocha": "^5.2.0",
|
||||
"sinon": "^6.0.1",
|
||||
"standard": "^11.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/tsertkov/exec-sh#readme",
|
||||
"keywords": [
|
||||
"exec",
|
||||
"spawn",
|
||||
"terminal",
|
||||
"console",
|
||||
"shell",
|
||||
"command",
|
||||
"child_process"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/exec-sh.js",
|
||||
"name": "exec-sh",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/tsertkov/exec-sh.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec",
|
||||
"dev": "mocha --reporter spec --watch",
|
||||
"jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
|
||||
"lint": "standard --verbose **/*.js",
|
||||
"test": "npm run lint && npm run cover-test"
|
||||
},
|
||||
"version": "0.3.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue