{
  "manifest": {
    "name": "object.fromentries",
    "version": "2.0.8",
    "author": {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com"
    },
    "funding": {
      "url": "https://github.com/sponsors/ljharb"
    },
    "description": "ES proposal-spec-compliant Object.fromEntries shim.",
    "license": "MIT",
    "main": "index.js",
    "scripts": {
      "prepublish": "not-in-publish || npm run prepublishOnly",
      "prepublishOnly": "safe-publish-latest",
      "pretest": "npm run lint",
      "test": "npm run tests-only",
      "posttest": "aud --production",
      "tests-only": "nyc tape 'test/**/*.js'",
      "lint": "eslint --ext=js,mjs .",
      "postlint": "es-shim-api --bound",
      "version": "auto-changelog && git add CHANGELOG.md",
      "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/es-shims/Object.fromEntries.git"
    },
    "keywords": [
      "Object.fromEntries",
      "Object.entries",
      "Object.values",
      "Object.keys",
      "entries",
      "values",
      "ES7",
      "ES8",
      "ES2017",
      "shim",
      "object",
      "keys",
      "polyfill",
      "es-shim API"
    ],
    "dependencies": {
      "call-bind": "^1.0.7",
      "define-properties": "^1.2.1",
      "es-abstract": "^1.23.2",
      "es-object-atoms": "^1.0.0"
    },
    "devDependencies": {
      "@es-shims/api": "^2.4.2",
      "@ljharb/eslint-config": "^21.1.0",
      "aud": "^2.0.4",
      "auto-changelog": "^2.4.0",
      "eslint": "=8.8.0",
      "has-strict-mode": "^1.0.1",
      "in-publish": "^2.0.1",
      "nyc": "^10.3.2",
      "safe-publish-latest": "^2.0.0",
      "tape": "^5.7.5"
    },
    "testling": {
      "files": "test/index.js",
      "browsers": [
        "iexplore/9.0..latest",
        "firefox/4.0..6.0",
        "firefox/15.0..latest",
        "firefox/nightly",
        "chrome/4.0..10.0",
        "chrome/20.0..latest",
        "chrome/canary",
        "opera/11.6..latest",
        "opera/next",
        "safari/5.0..latest",
        "ipad/6.0..latest",
        "iphone/6.0..latest",
        "android-browser/4.2"
      ]
    },
    "auto-changelog": {
      "output": "CHANGELOG.md",
      "template": "keepachangelog",
      "unreleased": false,
      "commitLimit": false,
      "backfillLimit": false,
      "hideCredit": true,
      "startingVersion": "2.0.6"
    },
    "engines": {
      "node": ">= 0.4"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-object-fromentries-2.0.8-f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65-integrity/node_modules/object.fromentries/package.json",
    "readmeFilename": "README.md",
    "readme": "# object.fromentries <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nAn ES spec-proposal-compliant `Object.fromEntries` shim. Invoke its \"shim\" method to shim `Object.fromEntries` if it is unavailable or noncompliant.\n\nThis package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [proposed spec](https://tc39.github.io/proposal-object-from-entries/).\n\nMost common usage:\n```js\nvar assert = require('assert');\nvar fromEntries = require('object.fromentries');\n\nvar obj = { a: 1, b: 2, c: 3 };\nvar actual = fromEntries(Object.entries(obj));\n\nassert.deepEqual(obj, actual);\n\nif (!Object.fromEntries) {\n\tfromEntries.shim();\n}\n\nassert.deepEqual(Object.fromEntries(Object.entries(obj)), obj);\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.com/package/object.fromentries\n[npm-version-svg]: https://versionbadg.es/es-shims/Object.fromEntries.svg\n[deps-svg]: https://david-dm.org/es-shims/Object.fromEntries.svg\n[deps-url]: https://david-dm.org/es-shims/Object.fromEntries\n[dev-deps-svg]: https://david-dm.org/es-shims/Object.fromEntries/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/Object.fromEntries#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/object.fromentries.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/object.fromentries.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/object.fromentries.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=object.fromentries\n[codecov-image]: https://codecov.io/gh/es-shims/Object.fromEntries/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/es-shims/Object.fromEntries/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Object.fromEntries\n[actions-url]: https://github.com/es-shims/Object.fromEntries/actions\n",
    "licenseText": "MIT License\n\nCopyright (c) 2018 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz",
    "hash": "f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65",
    "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
    "registry": "npm",
    "packageName": "object.fromentries",
    "cacheIntegrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== sha1-9xldipuXvZXLwZmeqTns0aKwDGU="
  },
  "registry": "npm",
  "hash": "f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
}