overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
63 lines (62 loc) • 1.8 kB
JSON
{
"_from": "process-on-spawn@^1.0.0",
"_id": "process-on-spawn@1.0.0",
"_inBundle": false,
"_integrity": "sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==",
"_location": "/process-on-spawn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "process-on-spawn@^1.0.0",
"name": "process-on-spawn",
"escapedName": "process-on-spawn",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/node-preload",
"/nyc"
],
"_resolved": "https://registry.npmjs.org/process-on-spawn/-/process-on-spawn-1.0.0.tgz",
"_shasum": "95b05a23073d30a17acfdc92a440efd2baefdc93",
"_spec": "process-on-spawn@^1.0.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\nyc",
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/cfware/process-on-spawn/issues"
},
"bundleDependencies": false,
"dependencies": {
"fromentries": "^1.2.0"
},
"deprecated": false,
"description": "Execute callbacks when child processes are spawned",
"devDependencies": {
"nyc": "^15.0.0-beta.3",
"standard-version": "^7.0.0",
"tap-mocha-reporter": "^5.0.0",
"tape": "^4.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/cfware/process-on-spawn#readme",
"license": "MIT",
"name": "process-on-spawn",
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/process-on-spawn.git"
},
"scripts": {
"posttest": "nyc report --check-coverage",
"pretest": "xo",
"release": "standard-version --sign",
"test": "nyc --silent tape test/*.js | tap-mocha-reporter classic"
},
"version": "1.0.0"
}