overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
75 lines (74 loc) • 1.95 kB
JSON
{
"_from": "spawn-wrap@^2.0.0",
"_id": "spawn-wrap@2.0.0",
"_inBundle": false,
"_integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==",
"_location": "/spawn-wrap",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "spawn-wrap@^2.0.0",
"name": "spawn-wrap",
"escapedName": "spawn-wrap",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz",
"_shasum": "103685b8b8f9b79771318827aa78650a610d457e",
"_spec": "spawn-wrap@^2.0.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\nyc",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/istanbuljs/spawn-wrap/issues"
},
"bundleDependencies": false,
"dependencies": {
"foreground-child": "^2.0.0",
"is-windows": "^1.0.2",
"make-dir": "^3.0.0",
"rimraf": "^3.0.0",
"signal-exit": "^3.0.2",
"which": "^2.0.1"
},
"deprecated": false,
"description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",
"devDependencies": {
"standard-version": "^7.1.0",
"tap": "^14.10.5"
},
"engines": {
"node": ">=8"
},
"files": [
"lib/",
"index.js",
"shim.js"
],
"homepage": "https://github.com/istanbuljs/spawn-wrap#readme",
"license": "ISC",
"main": "index.js",
"name": "spawn-wrap",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/spawn-wrap.git"
},
"scripts": {
"clean": "rm -rf ~/.node-spawn-wrap-*",
"release": "standard-version",
"test": "tap"
},
"tap": {
"coverage": false,
"timeout": 240
},
"version": "2.0.0"
}