overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
78 lines (77 loc) • 1.9 kB
JSON
{
"_from": "node-preload@^0.2.1",
"_id": "node-preload@0.2.1",
"_inBundle": false,
"_integrity": "sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==",
"_location": "/node-preload",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-preload@^0.2.1",
"name": "node-preload",
"escapedName": "node-preload",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz",
"_shasum": "c03043bb327f417a18fee7ab7ee57b408a144301",
"_spec": "node-preload@^0.2.1",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\nyc",
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/cfware/node-preload/issues"
},
"bundleDependencies": false,
"dependencies": {
"process-on-spawn": "^1.0.0"
},
"deprecated": false,
"description": "Request that Node.js child processes preload modules",
"devDependencies": {
"esm": "^3.2.25",
"glob": "^7.1.6",
"nyc": "^15.0.0-beta.3",
"standard-version": "^7.0.0",
"tape": "^4.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/cfware/node-preload#readme",
"license": "MIT",
"main": "index.js",
"name": "node-preload",
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/node-preload.git"
},
"scripts": {
"pretest": "xo",
"release": "standard-version --sign",
"test": "nyc tape test/*.js"
},
"version": "0.2.1",
"xo": {
"rules": {
"import/no-unassigned-import": [
2,
{
"allow": [
"hook-spawn.js"
]
}
]
},
"ignores": [
"fixtures/esm.js"
]
}
}