mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 12:21:38 +00:00
try with exec sh
This commit is contained in:
71
node_modules/exec-sh/package.json
generated
vendored
Normal file
71
node_modules/exec-sh/package.json
generated
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "exec-sh",
|
||||
"_id": "exec-sh@0.3.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==",
|
||||
"_location": "/exec-sh",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "exec-sh",
|
||||
"name": "exec-sh",
|
||||
"escapedName": "exec-sh",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz",
|
||||
"_shasum": "3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5",
|
||||
"_spec": "exec-sh",
|
||||
"_where": "/Users/Ibrahim/Desktop/test2",
|
||||
"author": {
|
||||
"name": "Aleksandr Tsertkov",
|
||||
"email": "tsertkov@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tsertkov/exec-sh/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Execute shell command forwarding all stdio.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.7",
|
||||
"jsdoc": "^3.6.3",
|
||||
"jshint": "^2.10.3",
|
||||
"mocha": "^6.2.2",
|
||||
"nyc": "^14.1.1",
|
||||
"sinon": "^7.5.0",
|
||||
"standard": "^14.3.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": "nyc --reporter=html --report-dir=artifacts/coverage mocha",
|
||||
"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.4"
|
||||
}
|
||||
Reference in New Issue
Block a user