{
	"name": "object.fromentries",
	"versions": {
		"0.0.1-security": {
			"name": "object.fromentries",
			"version": "0.0.1-security",
			"description": "security holding package",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/npm/security-holder.git"
			},
			"bugs": {
				"url": "https://github.com/npm/security-holder/issues"
			},
			"homepage": "https://github.com/npm/security-holder#readme",
			"_id": "object.fromentries@0.0.1-security",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.2.1",
			"_npmUser": {
				"name": "elizposadas",
				"email": "elizabeth@npmjs.com"
			},
			"dist": {
				"integrity": "sha512-Ju+2lR0hWFyqO0EWw/fXA6sP6qOpJAElRTmnghkJEB0J32tnOIqBDMp0dxNBN34r24MEAiRMzFD92zrbos63/Q==",
				"shasum": "246617173c2b22a111da872ff927aa2243f88ffe",
				"tarball": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-0.0.1-security.tgz",
				"fileCount": 2,
				"unpackedSize": 478
			},
			"maintainers": [
				{
					"name": "elizposadas",
					"email": "elizabeth@npmjs.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object.fromentries_0.0.1-security_1522802575390_0.22838945808603128"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "object.fromentries",
			"version": "1.0.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES proposal-spec-compliant Object.fromEntries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"posttest": "npm run --silent security",
				"tests-only": "es-shim-api && npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "eslint test/*.js *.js",
				"security": "nsp check"
			},
			"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": {
				"define-properties": "^1.1.2",
				"es-abstract": "^1.11.0",
				"function-bind": "^1.1.1",
				"has": "^1.0.1"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^12.2.1",
				"array-map": "^0.0.0",
				"covert": "^1.1.0",
				"eslint": "^4.19.0",
				"nsp": "^3.2.1",
				"tape": "^4.9.0"
			},
			"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"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "439e01679fe5919575d7a3dccacd00e188e2498a",
			"bugs": {
				"url": "https://github.com/es-shims/Object.fromEntries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.fromEntries#readme",
			"_id": "object.fromentries@1.0.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.10.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-F7XUm84lg0uNXNzrRAC5q8KJe0yYaxgLU9hTSqWYM6Rfnh0YjP24EG3xq7ncj2Wu1AdfueNHKCOlamIonG4UHQ==",
				"shasum": "e90ec27445ec6e37f48be9af9077d9aa8bef0d40",
				"tarball": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-1.0.0.tgz",
				"fileCount": 16,
				"unpackedSize": 16582
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object.fromentries_1.0.0_1522822077519_0.860040413984984"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "object.fromentries",
			"version": "2.0.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES proposal-spec-compliant Object.fromEntries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"posttest": "npm run --silent security",
				"tests-only": "es-shim-api && npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "eslint test/*.js *.js",
				"security": "nsp check"
			},
			"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": {
				"define-properties": "^1.1.2",
				"es-abstract": "^1.11.0",
				"function-bind": "^1.1.1",
				"has": "^1.0.1"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^12.2.1",
				"array-map": "^0.0.0",
				"covert": "^1.1.0",
				"eslint": "^4.19.0",
				"nsp": "^3.2.1",
				"tape": "^4.9.0"
			},
			"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"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "511f215e413d877ad17faaed69985c85deb06792",
			"bugs": {
				"url": "https://github.com/es-shims/Object.fromEntries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.fromEntries#readme",
			"_id": "object.fromentries@2.0.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.8.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA==",
				"shasum": "49a543d92151f8277b3ac9600f1e930b189d30ab",
				"tarball": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.0.tgz",
				"fileCount": 15,
				"unpackedSize": 17001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbJmECRA9TVsSAnZWagAA9nQQAIcNNkjq8C6pEOPWI8vQ\nPyq7avWShrWgSlbXe9OvzzxxQFghd9Igo/h/jUY2GTz6a7KiMs/7n2FQADus\nsFyPjjd3QCtRi/a8xtfnoTuJ9oYitB6URdmw6aY1t775yUekytu1nCA1pB65\nPxxPrni58Dwr5kAIjK8AvVhDH0V0wzQzpikK7VKaYpU+6Aldx3lNN27axI/c\no9OslBgRbRZnOrl1KODglQgJOlmerD4UzNHEtBYzUcZFheZtYZRGJno6Y5cD\nfNm/ZAixtPaa9zga9jgxsI7C/UeT9MaNOVHTPBsj0FMOq56LqrfvUUHEN3QQ\ncUU7VSacoRVSOQuYDZvyo2jsSb6gAVZMaiYjENvXfb0I9Bp7Tu6wslivuOXP\n2BtUQrPSWbLMiCCxMO3moeo1GBH8bK0RwmyiAK/qdEmDWe/VjFrNL4ZlsNzJ\nWfHGKvEE8iolHL6n5eVgWEq9BhJPZUFg5utXrYQ5EWfSLXNI2g+gQMkDXZYE\nUFnQcGpn7QslMrRvyZLXxGp5JwGCHl512M/1xMSuAB4QQ/2i9vMlXGTBcDWn\nNTegJIg8SxYjmO16CN4iDUci81Ymwt/SKuk09ZTwro5oJa+R+N3OovhfTKCB\n8Dc8YrIew8faqy64cjR3bvIhwMS0vOaf20JdmdedKOEawBIYUKt+FL6gEx/u\n6tcK\r\n=A17L\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object.fromentries_2.0.0_1533843843768_0.9042997685800662"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "object.fromentries",
			"version": "2.0.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES proposal-spec-compliant Object.fromEntries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud",
				"tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "eslint test/*.js *.js"
			},
			"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": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.15.0",
				"function-bind": "^1.1.1",
				"has": "^1.0.3"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^14.1.0",
				"array-map": "^0.0.0",
				"covert": "^1.1.1",
				"eslint": "^6.5.1",
				"tape": "^4.11.0"
			},
			"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"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "e357b7db4ef4cf88ecc5d09b89085048c1eb39fd",
			"bugs": {
				"url": "https://github.com/es-shims/Object.fromEntries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.fromEntries#readme",
			"_id": "object.fromentries@2.0.1",
			"_nodeVersion": "12.11.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==",
				"shasum": "050f077855c7af8ae6649f45c80b16ee2d31e704",
				"tarball": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.1.tgz",
				"fileCount": 15,
				"unpackedSize": 20776,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdll9KCRA9TVsSAnZWagAAhuMP/RBSaaZ7z/L62uGOeeYa\n4SqQWGRwzUVw1B+NXQb2z2scJBhGrNWhERz4bzVNz4GYoukjl29LsKm6GLsd\nKHVNk+H0zIP37agmXmnGasBhLRILo7TQ3ZVYAxEsUtYXJdjuSmmgUlwbN3UG\njqi8izs9cgrJ/69a2OchC+dmG/GO001lbbgHODVJOFbaO6JBuKjqxq3EAIGn\nZLjPOFzt57h/JtsCZHcZOtRrc99fVa4JO6EYKbYNkoE3GeZNnBJ4BQX4Fju2\nHyCEoLq2wbj7gSSKGK7HRYIGnX7YWA+2Q8NenCB+IU2PZ0ALVc3gUAb01SJE\nM5uyb4AEZh6MWRLiBMwiMIxsNcii/U+RPlgq0pXsO3KqZ98yY1G/c8LFFD44\n1d5Vg9JuvTovNjDZ02CvHZZs49VeD+bkfGuL5iOKwG9m59Un84bDOJIXOU5J\nUuqfhZ9azrt7Yxykk7aN6BMedYPxmSHwokUNkX51JdpbIPEm8D1VRAW33WGe\nzVrowaYJrGsx3MXxxrs8JZwRYg1arFIqNMFeK3IB2eJvtzEBqcHuhrB6+30o\neBaiVIBXHLrGS5JWCdLZRQx5rqK8MlYhadfYeEIIajPtmfqdCVDl+DH+qNJa\nk/Rdc/ofBJJF3z1PeJmBG2pJ+yj2+6Ox7USHBBnXpKWoj4i4n8V0bbLAI54z\n0c75\r\n=Ivtz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb+esshims@gmail.com",
					"name": "es-shims-owner"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object.fromentries_2.0.1_1570135881398_0.7149326117185091"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.2": {
			"name": "object.fromentries",
			"version": "2.0.2",
			"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": {
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud",
				"tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "eslint test/*.js *.js"
			},
			"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": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.0-next.1",
				"function-bind": "^1.1.1",
				"has": "^1.0.3"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^15.0.2",
				"array-map": "^0.0.0",
				"covert": "^1.1.1",
				"eslint": "^6.7.2",
				"tape": "^4.11.0"
			},
			"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"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "fb98748d40ce91e8b989eb8039d33849cd92945f",
			"bugs": {
				"url": "https://github.com/es-shims/Object.fromEntries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.fromEntries#readme",
			"_id": "object.fromentries@2.0.2",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==",
				"shasum": "4a09c9b9bb3843dd0f89acdb517a794d4f355ac9",
				"tarball": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz",
				"fileCount": 15,
				"unpackedSize": 11989,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8oyJCRA9TVsSAnZWagAA3McP/ivUr8/hRzbtjVt9UYDb\n1OEECOOJpszUi7RK/Hhq43g5S1WklkpoQWfg3a/19V/y1ng6XeMn9VY4EPac\n2He/4tXHHbUWXQ2lIiyrsROh/IuDIcCrIyOqtE/ode7or1onWl7J+R8ZQZyj\ng1M36//qTTPt5Lrui74mKsSI2hgm4yL7BLJs13ZdzPLgGVIdWWmW2YRAYJQh\nkSassdUTIma/+QtHqIMl/A2utWjxCNrK63+WapPz6EAkepIp2WEujtXDC0Mz\nhc8hbalksySLMkmRUxifeq6m/Dv57BWdap82uOiIbI4tvSIoafoR6soM1iNm\nuB1kdrmOD0P3zz9eaLrgtm/eDRuyMdZ1PL4m9aj5Td1IoAasABnCsnXQul5z\nXA26cq9WstVsmYbQkukYvWmc3Ut6Xu3e3PW50wRT5ab9OKAWIj2E2uvAWAby\nQwaPMtI7FpN+3I9mB9n2l7DHS4RTnHWP8BVEFH/G+tWVB95KADnsK1Dako+W\nX/qEeVhZkenXtaEoXgpEouai7FHvQeePdpKAKMJyfcgB04I766JhKabk/B/U\n73HTrWZYwznRHR54VjL6t4fFG0vE16xitQJCX3TDf68nW+4iVydRt6A97yQf\nF2ovpSHTvlbNWf+SqNaO+SSyStggNRq3SASBdrby+Kmeh0iQuMhrFxehP3Ab\njZzP\r\n=w1h4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb+esshims@gmail.com",
					"name": "es-shims-owner"
				},
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object.fromentries_2.0.2_1576176776798_0.28729332248376926"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-04-04T00:42:55.390Z",
		"0.0.1-security": "2018-04-04T00:42:55.477Z",
		"modified": "2020-03-28T22:27:05.565Z",
		"1.0.0": "2018-04-04T06:07:57.586Z",
		"2.0.0": "2018-08-09T19:44:03.848Z",
		"2.0.1": "2019-10-03T20:51:21.603Z",
		"2.0.2": "2019-12-12T18:52:56.958Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"20950682c2a1ce79b5a87dd77ae4bdb0\"",
			"fetched": 1593324377964
		}
	},
	"_distfiles": {
		"object.fromentries-0.0.1-security.tgz": {
			"url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-0.0.1-security.tgz",
			"sha": "246617173c2b22a111da872ff927aa2243f88ffe",
			"registry": "npmjs"
		},
		"object.fromentries-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-1.0.0.tgz",
			"sha": "e90ec27445ec6e37f48be9af9077d9aa8bef0d40",
			"registry": "npmjs"
		},
		"object.fromentries-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.0.tgz",
			"sha": "49a543d92151f8277b3ac9600f1e930b189d30ab",
			"registry": "npmjs"
		},
		"object.fromentries-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.1.tgz",
			"sha": "050f077855c7af8ae6649f45c80b16ee2d31e704",
			"registry": "npmjs"
		},
		"object.fromentries-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz",
			"sha": "4a09c9b9bb3843dd0f89acdb517a794d4f355ac9",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"object.fromentries-2.0.2.tgz": {
			"shasum": "4a09c9b9bb3843dd0f89acdb517a794d4f355ac9"
		}
	},
	"_rev": "2-a9bf26fd732214ca",
	"_id": "object.fromentries",
	"readme": "# object.fromentries <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![Build Status][travis-svg]][travis-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]: http://versionbadg.es/es-shims/Object.fromEntries.svg\n[travis-svg]: https://travis-ci.org/es-shims/Object.fromEntries.svg\n[travis-url]: https://travis-ci.org/es-shims/Object.fromEntries\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]: http://img.shields.io/npm/l/object.fromentries.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/object.fromentries.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=object.fromentries"
}