mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-23 14:24:46 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
45
node_modules/exec-sh/package.json
generated
vendored
Normal file
45
node_modules/exec-sh/package.json
generated
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "exec-sh",
|
||||
"version": "0.3.2",
|
||||
"description": "Execute shell command forwarding all stdio.",
|
||||
"main": "lib/exec-sh.js",
|
||||
"scripts": {
|
||||
"test": "npm run lint && npm run cover-test",
|
||||
"cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec",
|
||||
"lint": "standard --verbose **/*.js",
|
||||
"dev": "mocha --reporter spec --watch",
|
||||
"jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:tsertkov/exec-sh.git"
|
||||
},
|
||||
"keywords": [
|
||||
"exec",
|
||||
"spawn",
|
||||
"terminal",
|
||||
"console",
|
||||
"shell",
|
||||
"command",
|
||||
"child_process"
|
||||
],
|
||||
"author": "Aleksandr Tsertkov <tsertkov@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tsertkov/exec-sh/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"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"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz"
|
||||
,"_integrity": "sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg=="
|
||||
,"_from": "exec-sh@0.3.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue