benji.monster/node_modules/shell-exec/package.json
2020-01-03 21:48:09 +01:00

61 lines
1.5 KiB
JSON

{
"_args": [
[
"shell-exec@1.0.2",
"/home/ry/Desktop/Work/benji.monster"
]
],
"_from": "shell-exec@1.0.2",
"_id": "shell-exec@1.0.2",
"_inBundle": false,
"_integrity": "sha512-jyVd+kU2X+mWKMmGhx4fpWbPsjvD53k9ivqetutVW/BQ+WIZoDoP4d8vUMGezV6saZsiNoW2f9GIhg9Dondohg==",
"_location": "/shell-exec",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "shell-exec@1.0.2",
"name": "shell-exec",
"escapedName": "shell-exec",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/shell-exec/-/shell-exec-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/home/ry/Desktop/Work/benji.monster",
"author": {
"name": "Tiaan du Plessis"
},
"bugs": {
"url": "https://github.com/tiaanduplessis/shell-exec"
},
"description": "A tiny cross-platform promise based wrapper around child_process.spawn.",
"devDependencies": {
"husky": "^0.14.3",
"jest": "^22.4.3",
"standard": "^12.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/tiaanduplessis/shell-exec",
"license": "MIT",
"main": "index.js",
"name": "shell-exec",
"repository": {
"url": "git+https://github.com/tiaanduplessis/shell-exec.git",
"type": "git"
},
"scripts": {
"lint": "standard --fix index.js",
"precommit": "yarn test",
"pretest": "yarn lint",
"start": "yarn test",
"test": "jest"
},
"version": "1.0.2"
}