jam-cloud/jam-ui/node_modules/exec-sh/package.json

74 lines
1.8 KiB
JSON

{
"_args": [
[
"exec-sh@0.3.6",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "exec-sh@0.3.6",
"_id": "exec-sh@0.3.6",
"_inBundle": false,
"_integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==",
"_location": "/exec-sh",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "exec-sh@0.3.6",
"name": "exec-sh",
"escapedName": "exec-sh",
"rawSpec": "0.3.6",
"saveSpec": null,
"fetchSpec": "0.3.6"
},
"_requiredBy": [
"/@cnakazawa/watch",
"/sane"
],
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz",
"_spec": "0.3.6",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Aleksandr Tsertkov",
"email": "tsertkov@gmail.com"
},
"bugs": {
"url": "https://github.com/tsertkov/exec-sh/issues"
},
"description": "Execute shell command forwarding all stdio.",
"devDependencies": {
"coveralls": "^3.1.0",
"jsdoc": "^3.6.6",
"jshint": "^2.12.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"sinon": "^9.2.4",
"standard": "^16.0.3"
},
"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=lcov --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.6"
}