{
	"name": "object.entries",
	"versions": {
		"1.0.0": {
			"name": "object.entries",
			"version": "1.0.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant Object.entries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && es-shim-api && npm run test:shimmed && npm run test:module && npm run security",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "npm run jscs && npm run eslint",
				"eslint": "eslint test/*.js *.js",
				"jscs": "jscs test/*.js *.js",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Object.entries.git"
			},
			"keywords": [
				"Object.entries",
				"Object.values",
				"Object.keys",
				"entries",
				"values",
				"ES7",
				"shim",
				"object",
				"keys",
				"polyfill"
			],
			"dependencies": {
				"define-properties": "^1.1.1",
				"es-abstract": "^1.3.1",
				"object-keys": "^1.0.7"
			},
			"devDependencies": {
				"tape": "^4.2.0",
				"array-map": "^0.0.0",
				"covert": "^1.1.0",
				"jscs": "^2.1.1",
				"nsp": "^1.1.0",
				"eslint": "^1.3.1",
				"@ljharb/eslint-config": "^1.1.0",
				"@es-shims/api": "^1.0.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": "3d82b4507145baacd56c5c1474cc8f77cca2e9b7",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.0.0",
			"_shasum": "54439d88f08ae4c4da9ee8a22dcf12e48686ff12",
			"_from": ".",
			"_npmVersion": "2.14.1",
			"_nodeVersion": "3.2.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "54439d88f08ae4c4da9ee8a22dcf12e48686ff12",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "object.entries",
			"version": "1.0.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant Object.entries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && es-shim-api && npm run test:shimmed && npm run test:module && npm run security",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "npm run jscs && npm run eslint",
				"eslint": "eslint test/*.js *.js",
				"jscs": "jscs test/*.js *.js",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Object.entries.git"
			},
			"keywords": [
				"Object.entries",
				"Object.values",
				"Object.keys",
				"entries",
				"values",
				"ES7",
				"shim",
				"object",
				"keys",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.1",
				"es-abstract": "^1.3.1",
				"object-keys": "^1.0.7"
			},
			"devDependencies": {
				"tape": "^4.2.0",
				"array-map": "^0.0.0",
				"covert": "^1.1.0",
				"jscs": "^2.1.1",
				"nsp": "^1.1.0",
				"eslint": "^1.5.0",
				"@ljharb/eslint-config": "^1.2.0",
				"@es-shims/api": "^1.0.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": "2b0c739d9331b413bf691889e893637ddca4235a",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.0.1",
			"_shasum": "874eb5f98563a6559e6eaff39f6ce3e377f41bb2",
			"_from": ".",
			"_npmVersion": "2.14.3",
			"_nodeVersion": "4.1.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "874eb5f98563a6559e6eaff39f6ce3e377f41bb2",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "object.entries",
			"version": "1.0.2",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant Object.entries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && es-shim-api && npm run test:shimmed && npm run test:module && npm run security",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "npm run jscs && npm run eslint",
				"eslint": "eslint test/*.js *.js",
				"jscs": "jscs test/*.js *.js",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Object.entries.git"
			},
			"keywords": [
				"Object.entries",
				"Object.values",
				"Object.keys",
				"entries",
				"values",
				"ES7",
				"shim",
				"object",
				"keys",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.1",
				"es-abstract": "^1.3.1",
				"has": "^1.0.1",
				"object-keys": "^1.0.7"
			},
			"devDependencies": {
				"tape": "^4.2.0",
				"array-map": "^0.0.0",
				"covert": "^1.1.0",
				"jscs": "^2.1.1",
				"nsp": "^1.1.0",
				"eslint": "^1.5.0",
				"@ljharb/eslint-config": "^1.2.0",
				"@es-shims/api": "^1.0.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": "bb7b413ffec0fbb2646e3b8c45385d031fb1a2c0",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.0.2",
			"_shasum": "2ccb307caf5ab2d71d5b9a78180ced9734c214e6",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "2ccb307caf5ab2d71d5b9a78180ced9734c214e6",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "object.entries",
			"version": "1.0.3",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant Object.entries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && es-shim-api && npm run test:shimmed && npm run test:module && npm run security",
				"test:shimmed": "node test/shimmed.js",
				"test:module": "node test/index.js",
				"coverage": "covert test/*.js",
				"coverage-quiet": "covert test/*.js --quiet",
				"lint": "npm run jscs && npm run eslint",
				"eslint": "eslint test/*.js *.js",
				"jscs": "jscs test/*.js *.js",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Object.entries.git"
			},
			"keywords": [
				"Object.entries",
				"Object.values",
				"Object.keys",
				"entries",
				"values",
				"ES7",
				"shim",
				"object",
				"keys",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.1",
				"es-abstract": "^1.3.2",
				"has": "^1.0.1",
				"function-bind": "^1.0.2"
			},
			"devDependencies": {
				"tape": "^4.2.1",
				"array-map": "^0.0.0",
				"covert": "^1.1.0",
				"jscs": "^2.2.1",
				"nsp": "^1.1.0",
				"eslint": "^1.6.0",
				"@ljharb/eslint-config": "^1.3.0",
				"@es-shims/api": "^1.0.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": "6d7095f0933f377455bfbdaed732764a0accc30a",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.0.3",
			"_shasum": "f42cc75363a4f9aa7037bcfb3bab3be4ffc78027",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.2",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "f42cc75363a4f9aa7037bcfb3bab3be4ffc78027",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "object.entries",
			"version": "1.0.4",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES2017 spec-compliant Object.entries 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": "npm run --silent jscs && npm run --silent eslint",
				"eslint": "eslint test/*.js *.js",
				"jscs": "jscs test/*.js *.js",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Object.entries.git"
			},
			"keywords": [
				"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.6.1",
				"has": "^1.0.1",
				"function-bind": "^1.1.0"
			},
			"devDependencies": {
				"tape": "^4.6.3",
				"array-map": "^0.0.0",
				"covert": "^1.1.0",
				"jscs": "^3.0.7",
				"nsp": "^2.6.2",
				"eslint": "^3.11.1",
				"@ljharb/eslint-config": "^9.0.1",
				"@es-shims/api": "^1.2.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": "1af879bb26ebff8218b6cbb5c7246a2617a44c8b",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.0.4",
			"_shasum": "1bf9a4dd2288f5b33f3a993d257661f05d161a5f",
			"_from": ".",
			"_npmVersion": "3.10.9",
			"_nodeVersion": "7.2.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "1bf9a4dd2288f5b33f3a993d257661f05d161a5f",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/object.entries-1.0.4.tgz_1480845325242_0.4738461736124009"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "object.entries",
			"version": "1.1.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES2017 spec-compliant Object.entries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"posttest": "npm run audit",
				"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 .",
				"preaudit": "npm install --package-lock-only --package-lock",
				"audit": "npm audit",
				"postaudit": "rm package-lock.json"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Object.entries.git"
			},
			"keywords": [
				"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.12.0",
				"function-bind": "^1.1.1",
				"has": "^1.0.3"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^13.1.1",
				"array-map": "^0.0.0",
				"covert": "^1.1.1",
				"eslint": "^5.11.1",
				"tape": "^4.9.2"
			},
			"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": "e19be64799a917924d9c682bca9f76097a452510",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.1.0",
			"_npmVersion": "6.5.0-next.0",
			"_nodeVersion": "11.6.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==",
				"shasum": "2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.0.tgz",
				"fileCount": 16,
				"unpackedSize": 21021,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcK9syCRA9TVsSAnZWagAAZsIP/AqWHrqJarva1L/IIZLd\nQvCnKv+N+YvRPgv1jsnOsEIsVAs2MGrSvWNrl6opYgVxwD+zaGQEzhmcCRfI\nxzbBW6YfNWMv2SB4g5ifPOYDVwehyasSK9kXJT+Ly8hJHCpQfDiExA+fOT/U\nPTBKJ4yRTr2d5c89ivuY8ZcrwSgP6dc+vZ0ce4d7u3RYGOJLTRHw3hCu2fr3\nXawGRn7/HBbx81c3yl/tyAGukPg4RnWr4SH18sn0CuAuRRjdrElESBVixSOS\nVn6skxQ8FAl5FAZLCr6J/C1TFWkezdHNqI76sTRt8faReJk4tfUgQ+GxMCfH\n1zvmomQ6p44VCfL5tksTYAOppT4V/LFBy58+J+Q7sWJALD9UjQPNZG6LBSFv\nPHkI5PLVKUadgEoY/QQx8rfI3ThAQ/QDSnaovBFOp2I5ZX0dkP0jm+xmN6gH\nBAIK8koa/BlEwm91XTpMn/hI7PR95QgUgiZ5uycvytj2XOhfNicbqLCwf+uH\nz6jBmUP2NU9wB4XD9EavCgfIkzVfvTrqsmtKMQoWh4HK/OQ4ctKjZB5vm1SV\nQvJPw7ujbYPal6qDcQwt45jdqmgBg3kGG3DwswU5jgLeraTyJmeCJ9wPYGnj\nNSuIdFYcldOLskyGGwNxm/0HbYdKsZwo0LqId3HvnRfXJhlwpXElO9UY8emR\nZsrV\r\n=V/sD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object.entries_1.1.0_1546378033225_0.0064406414905664455"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.1": {
			"name": "object.entries",
			"version": "1.1.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES2017 spec-compliant Object.entries 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 && npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed",
				"test:module": "node test/index",
				"coverage": "covert test/*.js",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Object.entries.git"
			},
			"keywords": [
				"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",
				"functions-have-names": "^1.2.0",
				"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": "22eb83237db19d47235331dcb2635c4a74479f92",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.1.1",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==",
				"shasum": "ee1cf04153de02bb093fec33683900f57ce5399b",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.1.tgz",
				"fileCount": 16,
				"unpackedSize": 13398,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8poRCRA9TVsSAnZWagAA9XkP/RsnMKEiLzglJq5Eubb+\nZ+jhRTsQS2+qMipAxH1rDTzw2FNrDhVu80GNgykdn/MSJ7oL2j+Ka9B6CfC1\ng3kic5stg2A1GBp3oI0vknWMW5gJbB6Dn7x5pc+MB0bW2ykj56ohyq3gvVOe\nc8HNvAWhM1BDvuWE11ZW8nGtD6JqPaNEhmgy1EfMAhZRZMvFQpgkcrwAIdZS\nZWlF8i6xnrnRKl/DGoIlmr75yS8ENwExT4zY4ERPBgiehGh7DQLrjBHEdTsl\ngMrdtR7bmmKB1mOWOd3rJNSxHLisYKsYzcq0MrwDUC60598lHP6dt8OoMuh+\np68XblDdMvY7Ob2OUwXxbB2DejSJY3aOiEY4kgoucD8pYpRCW980IH8vIlke\nGyjHOibbe0GpXR5cZ4Q2lWRcIbxCLpwzwH/X3aao1zsUlfM7mk57fhe1hPu5\n36v0I0ACZASMmlr3tulWpRjHX0ae/wW5MPMjYIej8sxylf8YG4DC11HBqUlU\nkszAFKGtjFb7dfdzjBJRxLFKjAsxC/ExWz4FhfDhtm9INASTTcpIGySiPc8K\nrucIsg7nHQ0RegG54LFqu+aS/+u0gif5dvgYqPbfMXjCTUUH2NQshSL1M+Lc\n/ktn300KeFlXZFL/P4OOEmGAi19G/AZ1XNt7UJcfRwYDu9x70lbtTra9IYqf\nC9Bg\r\n=ppdS\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.entries_1.1.1_1576180241122_0.5428702393060176"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.2": {
			"name": "object.entries",
			"version": "1.1.2",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES2017 spec-compliant Object.entries shim.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"lint": "eslint .",
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud --production",
				"tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed",
				"test:module": "node test/index",
				"coverage": "covert test/*.js",
				"preversion": "auto-changelog",
				"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.entries.git"
			},
			"keywords": [
				"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.5",
				"has": "^1.0.3"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^17.1.0",
				"array-map": "^0.0.0",
				"aud": "^1.1.2",
				"auto-changelog": "^2.0.0",
				"covert": "^1.1.1",
				"eslint": "^7.0.0",
				"functions-have-names": "^1.2.1",
				"safe-publish-latest": "^1.1.4",
				"tape": "^5.0.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"
			},
			"auto-changelog": {
				"output": "CHANGELOG.md",
				"template": "keepachangelog",
				"unreleased": false,
				"commitLimit": false,
				"backfillLimit": false
			},
			"gitHead": "9470975d44901b38fa5f048b87b87d92fc5a2fb9",
			"bugs": {
				"url": "https://github.com/es-shims/Object.entries/issues"
			},
			"homepage": "https://github.com/es-shims/Object.entries#readme",
			"_id": "object.entries@1.1.2",
			"_nodeVersion": "14.3.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==",
				"shasum": "bc73f00acb6b6bb16c203434b10f9a7e797d3add",
				"tarball": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.2.tgz",
				"fileCount": 17,
				"unpackedSize": 24544,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexZ5pCRA9TVsSAnZWagAAgGoP/2Zsxn56fCBhsSzIHBFb\nLloA49TOZCNctCQyMDe6jSAIPBcfFqQ0FEy1DtHrxmA4FSTDRUQwkt5sl1Fh\n0GXDA/XZMEWKli9AjAR0nfxY6o1bwgey/GKE1HBrr74oZtCl0/dVblPQYsCV\ntH9DItOA0ZbodfowNqUivizi1WjgJa+EOUWElrkpwdkOkTN+kxxwv3OfkQTm\neQcvzih6/jYf9YOrcbR8vhBPK2fxKLYmmS7fbzIlHI4lSayYsyjV4SA5L3m6\nfRUMx5QueirUkp3pmBaC8oeOqyUDIumWh46y57ywxIPO46IPpk+CjOVOi4I4\nMJvpjcdaPqBF3epq7vudkxbCHqgIHGUVEyZU2lVkLSffknddnFhFnk0heXDq\noNDN8E1sAkgggBNQ8e1Q/rc0/S/iJzc94cKPVnndTr3Sv98xWgY4rPI/svnZ\nJkVFLIuhkGKeWKttw5HeoVoVMzICftzznzZanTiCUWwVMcx1BC9g+EHSyHqd\nGR7moDhPY7I7uxfvI7N63xhD7fT9ZVCOfLBGJiOinyt7o/FZbKtWjX/6aQWj\nT1/NmxWp8NVcb3cLtc3DFdbO3WtDMv0Omh/nJRglzXN0g1BYYuQmkU38m0gw\n8lZ4A6/NcGcVXQwvu7IdeWRMVbliSt/MNGqKYQOowxS2fDGhWVv+/kRZbqyO\nZ3oE\r\n=Myf1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "ljharb@gmail.com",
					"name": "ljharb"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/object.entries_1.1.2_1590009449002_0.8468598982633726"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-05-20T21:17:31.712Z",
		"created": "2015-09-02T14:24:29.123Z",
		"1.0.0": "2015-09-02T14:24:29.123Z",
		"1.0.1": "2015-09-21T23:29:20.003Z",
		"1.0.2": "2015-09-25T15:33:35.681Z",
		"1.0.3": "2015-10-06T08:33:30.493Z",
		"1.0.4": "2016-12-04T09:55:25.480Z",
		"1.1.0": "2019-01-01T21:27:13.861Z",
		"1.1.1": "2019-12-12T19:50:41.235Z",
		"1.1.2": "2020-05-20T21:17:29.131Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"c2685f74f1dd714899d85a14e9951906\"",
			"fetched": 1593324378359
		}
	},
	"_distfiles": {
		"object.entries-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.0.tgz",
			"sha": "54439d88f08ae4c4da9ee8a22dcf12e48686ff12",
			"registry": "npmjs"
		},
		"object.entries-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.1.tgz",
			"sha": "874eb5f98563a6559e6eaff39f6ce3e377f41bb2",
			"registry": "npmjs"
		},
		"object.entries-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.2.tgz",
			"sha": "2ccb307caf5ab2d71d5b9a78180ced9734c214e6",
			"registry": "npmjs"
		},
		"object.entries-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.3.tgz",
			"sha": "f42cc75363a4f9aa7037bcfb3bab3be4ffc78027",
			"registry": "npmjs"
		},
		"object.entries-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.0.4.tgz",
			"sha": "1bf9a4dd2288f5b33f3a993d257661f05d161a5f",
			"registry": "npmjs"
		},
		"object.entries-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.0.tgz",
			"sha": "2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519",
			"registry": "npmjs"
		},
		"object.entries-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.1.tgz",
			"sha": "ee1cf04153de02bb093fec33683900f57ce5399b",
			"registry": "npmjs"
		},
		"object.entries-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.2.tgz",
			"sha": "bc73f00acb6b6bb16c203434b10f9a7e797d3add",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"object.entries-1.1.1.tgz": {
			"shasum": "ee1cf04153de02bb093fec33683900f57ce5399b"
		},
		"object.entries-1.0.4.tgz": {
			"shasum": "1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
		}
	},
	"_rev": "5-d92b01d60d3f8a0d",
	"_id": "object.entries",
	"readme": "# object.entries <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\n[![browser support][testling-svg]][testling-url]\n\nAn ES2017 spec-compliant `Object.entries` shim. Invoke its \"shim\" method to shim `Object.entries` 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 [spec](https://tc39.github.io/ecma262/#sec-object.entries).\n\nMost common usage:\n```js\nvar assert = require('assert');\nvar entries = require('object.entries');\n\nvar obj = { a: 1, b: 2, c: 3 };\nvar expected = [['a', 1], ['b', 2], ['c', 3]];\n\nif (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {\n\t// for environments with Symbol support\n\tvar sym = Symbol();\n\tobj[sym] = 4;\n\tobj.d = sym;\n\texpected.push(['d', sym]);\n}\n\nassert.deepEqual(entries(obj), expected);\n\nif (!Object.entries) {\n\tentries.shim();\n}\n\nassert.deepEqual(Object.entries(obj), expected);\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.com/package/object.entries\n[npm-version-svg]: http://versionbadg.es/es-shims/Object.entries.svg\n[travis-svg]: https://travis-ci.org/es-shims/Object.entries.svg\n[travis-url]: https://travis-ci.org/es-shims/Object.entries\n[deps-svg]: https://david-dm.org/es-shims/Object.entries.svg\n[deps-url]: https://david-dm.org/es-shims/Object.entries\n[dev-deps-svg]: https://david-dm.org/es-shims/Object.entries/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/Object.entries#info=devDependencies\n[testling-svg]: https://ci.testling.com/es-shims/Object.entries.png\n[testling-url]: https://ci.testling.com/es-shims/Object.entries\n[npm-badge-png]: https://nodei.co/npm/object.entries.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/object.entries.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/object.entries.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=object.entries"
}