overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
69 lines (68 loc) • 1.74 kB
JSON
{
"_from": "fromentries@^1.2.0",
"_id": "fromentries@1.2.0",
"_inBundle": false,
"_integrity": "sha512-33X7H/wdfO99GdRLLgkjUrD4geAFdq/Uv0kl3HD4da6HDixd2GUg8Mw7dahLCV9r/EARkmtYBB6Tch4EEokFTQ==",
"_location": "/fromentries",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fromentries@^1.2.0",
"name": "fromentries",
"escapedName": "fromentries",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/process-on-spawn"
],
"_resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.0.tgz",
"_shasum": "e6aa06f240d6267f913cea422075ef88b63e7897",
"_spec": "fromentries@^1.2.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\process-on-spawn",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/feross/fromentries/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Object.fromEntries() ponyfill (in 6 lines)",
"devDependencies": {
"standard": "*",
"tape": "^4.9.1"
},
"homepage": "https://github.com/feross/fromentries",
"keywords": [
"Object.fromEntries",
"Object.entries",
"Object.values",
"Object.keys",
"entries",
"values",
"fromEntries",
"ES7",
"ES8",
"shim",
"object",
"keys",
"polyfill",
"ponyfill"
],
"license": "MIT",
"main": "index.js",
"name": "fromentries",
"repository": {
"type": "git",
"url": "git://github.com/feross/fromentries.git"
},
"scripts": {
"test": "standard && tape test/**/*.js"
},
"version": "1.2.0"
}