{
  "_from": "fromentries@^1.2.0",
  "_id": "fromentries@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==",
  "_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.3.2.tgz",
  "_shasum": "e4bca6808816bf8f93b52750f1127f5a6fd86e3a",
  "_spec": "fromentries@^1.2.0",
  "_where": "/home/mars/current-universe/tappity-tap/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": "^5.0.1"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ],
  "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"
  },
  "types": "index.d.ts",
  "version": "1.3.2"
}
