{
	"name": "object.getownpropertydescriptors",
	"versions": {
		"1.0.0": {
			"name": "object.getownpropertydescriptors",
			"version": "1.0.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && 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",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor"
			],
			"dependencies": {
				"define-properties": "^1.0.1",
				"es-abstract": "^1.1.0"
			},
			"devDependencies": {
				"tape": "^3.5.0",
				"covert": "^1.0.1",
				"jscs": "^1.11.3",
				"editorconfig-tools": "^0.0.1",
				"nsp": "^1.0.0",
				"eslint": "^0.14.1",
				"semver": "^4.3.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "b780adb376762ebae153fac014ac347ccaac8e58",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors",
			"_id": "object.getownpropertydescriptors@1.0.0",
			"_shasum": "adca053d9f5ccd89a70453cdbf098f43a966e807",
			"_from": ".",
			"_npmVersion": "2.6.0",
			"_nodeVersion": "1.2.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"dist": {
				"shasum": "adca053d9f5ccd89a70453cdbf098f43a966e807",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "object.getownpropertydescriptors",
			"version": "1.0.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && 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",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor"
			],
			"dependencies": {
				"define-properties": "^1.0.1",
				"es-abstract": "^1.2.0"
			},
			"devDependencies": {
				"tape": "^3.5.0",
				"covert": "^1.0.1",
				"jscs": "^1.11.3",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^1.0.1",
				"eslint": "^0.17.1",
				"semver": "^4.3.1",
				"replace": "^0.3.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "7bbb6128594ba9f766447e24752e3055534333e1",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors",
			"_id": "object.getownpropertydescriptors@1.0.1",
			"_shasum": "38651a33ef15123b676721e83df93d953eb1146b",
			"_from": ".",
			"_npmVersion": "2.7.1",
			"_nodeVersion": "1.6.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"dist": {
				"shasum": "38651a33ef15123b676721e83df93d953eb1146b",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "object.getownpropertydescriptors",
			"version": "1.0.2",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && 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",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor"
			],
			"dependencies": {
				"define-properties": "^1.0.1",
				"es-abstract": "^1.2.1"
			},
			"devDependencies": {
				"tape": "^4.0.0",
				"covert": "^1.1.0",
				"jscs": "^1.13.1",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^1.0.1",
				"eslint": "^0.21.2",
				"semver": "^4.3.4",
				"replace": "^0.3.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "f0712acf14dac08b57df693776536e4062a78bea",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@1.0.2",
			"_shasum": "dfe8d1ccc10159198e450b40a3cc3a78d2f786a4",
			"_from": ".",
			"_npmVersion": "2.9.0",
			"_nodeVersion": "2.0.2",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "dfe8d1ccc10159198e450b40a3cc3a78d2f786a4",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "object.getownpropertydescriptors",
			"version": "1.0.3",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && 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",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor"
			],
			"dependencies": {
				"define-properties": "^1.0.2",
				"es-abstract": "^1.2.1"
			},
			"devDependencies": {
				"tape": "^4.0.0",
				"covert": "^1.1.0",
				"jscs": "^1.13.1",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^1.0.3",
				"eslint": "^0.24.0",
				"semver": "^4.3.6",
				"replace": "^0.3.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "24f767f0aaa2e2fb1e15ab2e2c06d572f6f0a079",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@1.0.3",
			"_shasum": "b018128c218949265a19ed826a3c8fbbdd3af11b",
			"_from": ".",
			"_npmVersion": "2.12.0",
			"_nodeVersion": "2.3.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "b018128c218949265a19ed826a3c8fbbdd3af11b",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "object.getownpropertydescriptors",
			"version": "1.0.4",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES7 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && 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",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor"
			],
			"dependencies": {
				"define-properties": "^1.1.0",
				"es-abstract": "^1.2.1"
			},
			"devDependencies": {
				"tape": "^4.0.1",
				"covert": "^1.1.0",
				"jscs": "^1.13.1",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^1.0.3",
				"eslint": "^1.0.0-rc-1",
				"semver": "^5.0.1",
				"replace": "^0.3.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "6bc3e23b43b7d14aaa6b5c70fcd0f24f2bdb933e",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@1.0.4",
			"_shasum": "6f9a2e10d254472b068ae57ba82c8db817e0fc8d",
			"_from": ".",
			"_npmVersion": "2.13.0",
			"_nodeVersion": "2.4.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "6f9a2e10d254472b068ae57ba82c8db817e0fc8d",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "object.getownpropertydescriptors",
			"version": "2.0.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ECMAScript spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && es-shim-api && npm run tests-only && npm run security",
				"tests-only": "npm run test:shimmed && npm run 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 jscs && npm run eslint",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"es-abstract": "^1.5.0",
				"@es-shims/api": "^1.0.0"
			},
			"devDependencies": {
				"tape": "^4.4.0",
				"covert": "^1.1.0",
				"jscs": "^2.9.0",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^2.2.0",
				"eslint": "^1.10.3",
				"@ljharb/eslint-config": "^1.6.1",
				"semver": "^5.1.0",
				"replace": "^0.3.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "5d5cce0c0c0f9206972f849604703695e961dc39",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@2.0.0",
			"_shasum": "f70894fc086673d2fc995090b0c35c90546e5eed",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "f70894fc086673d2fc995090b0c35c90546e5eed",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "object.getownpropertydescriptors",
			"version": "2.0.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ECMAScript spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && es-shim-api && npm run tests-only && npm run security",
				"tests-only": "npm run test:shimmed && npm run 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 jscs && npm run eslint",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"es-abstract": "^1.5.0"
			},
			"devDependencies": {
				"tape": "^4.4.0",
				"covert": "^1.1.0",
				"jscs": "^2.9.0",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^2.2.0",
				"eslint": "^1.10.3",
				"@ljharb/eslint-config": "^1.6.1",
				"semver": "^5.1.0",
				"replace": "^0.3.0",
				"@es-shims/api": "^1.0.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "fd6f8a8b6c1cf9042d812ffe1af96371a774f8d9",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@2.0.1",
			"_shasum": "e3617eb45051eab2980fbd6a0c096a69f3926086",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "e3617eb45051eab2980fbd6a0c096a69f3926086",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "object.getownpropertydescriptors",
			"version": "2.0.2",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ECMAScript spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && es-shim-api && npm run tests-only && npm run security",
				"tests-only": "npm run test:shimmed && npm run 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 jscs && npm run eslint",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES7",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"es-abstract": "^1.5.0"
			},
			"devDependencies": {
				"tape": "^4.4.0",
				"covert": "^1.1.0",
				"jscs": "^2.9.0",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^2.2.0",
				"eslint": "^1.10.3",
				"@ljharb/eslint-config": "^1.6.1",
				"semver": "^5.1.0",
				"replace": "^0.3.0",
				"@es-shims/api": "^1.0.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "6fdec1056a1e77597d9d5363c5336944c73da1b8",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@2.0.2",
			"_shasum": "bb146880cd32452a5b766c123122ff4db9258b1b",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.5.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "bb146880cd32452a5b766c123122ff4db9258b1b",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/object.getownpropertydescriptors-2.0.2.tgz_1454573049212_0.9179561389610171"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.3": {
			"name": "object.getownpropertydescriptors",
			"version": "2.0.3",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run --silent lint && es-shim-api",
				"test": "npm run --silent tests-only",
				"posttest": "npm run --silent security",
				"tests-only": "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",
				"jscs": "jscs test/*.js *.js",
				"eslint": "eslint test/*.js *.js",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES8",
				"ES2017",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"es-abstract": "^1.5.1"
			},
			"devDependencies": {
				"tape": "^4.6.0",
				"covert": "^1.1.0",
				"jscs": "^3.0.7",
				"nsp": "^2.6.1",
				"eslint": "^3.1.1",
				"@ljharb/eslint-config": "^6.0.0",
				"semver": "^5.3.0",
				"replace": "^0.3.0",
				"@es-shims/api": "^1.2.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "43bcf3e85f678fec5e06fbb0644608b05d3bd5f7",
			"bugs": {
				"url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@2.0.3",
			"_shasum": "8758c846f5b407adab0f236e0986f14b051caa16",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "8758c846f5b407adab0f236e0986f14b051caa16",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/object.getownpropertydescriptors-2.0.3.tgz_1469574593235_0.23603621823713183"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "object.getownpropertydescriptors",
			"version": "2.1.0",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run --silent lint && es-shim-api --bound",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud",
				"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
				"test:shimmed": "node test/shimmed",
				"test:module": "node test",
				"coverage": "covert test/*.js",
				"coverage:quiet": "covert test/*.js --quiet",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
			},
			"keywords": [
				"Object.getOwnPropertyDescriptors",
				"descriptor",
				"property descriptor",
				"ES8",
				"ES2017",
				"shim",
				"polyfill",
				"getOwnPropertyDescriptor",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.0-next.1"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^15.0.2",
				"covert": "^1.1.1",
				"eslint": "^6.7.2",
				"functions-have-names": "^1.2.0",
				"replace": "^1.1.1",
				"safe-publish-latest": "^1.1.4",
				"semver": "^6.3.0",
				"tape": "^4.11.0"
			},
			"testling": {
				"files": [
					"test/index.js",
					"test/shimmed.js"
				],
				"browsers": [
					"iexplore/9.0..latest",
					"firefox/4.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/5.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/12.0..latest",
					"opera/next",
					"safari/5.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.8"
			},
			"gitHead": "cbe9a13b3e153d4f16c7c2002904dc4dee9f26d4",
			"bugs": {
				"url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
			},
			"homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
			"_id": "object.getownpropertydescriptors@2.1.0",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==",
				"shasum": "369bf1f9592d8ab89d712dced5cb81c7c5352649",
				"tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",
				"fileCount": 17,
				"unpackedSize": 21141,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8z0uCRA9TVsSAnZWagAA6BgP/231fpwc7f/9YnG+X39a\nQDM4bHQGpzYfeBzWxCkmt6qsPyLtqu+b8xxpKg4K+UC5zQNz4KJgLkIzhWw4\n1htvu5zyNGQkes0VRlZjbb0TbElKuXeTsW8dpv9SW+R825tyemuOTuK9Bf2l\nibalHhqEPFR9+LzW7m7Iwmp6vwDbbLI+WOLFgRbobCWi4QgrNuqCED8YaO5q\n+NEZoahftwhE54dntnpdSlN+PfnW9xhC3g4OmviM+HEK+ZI1L4zYm2gZWDvG\ngsZYXkclV5bodhCciJbafZg0AfLYFN32mjGHBANnAnyEUDe2gsSsaGR5ACLV\n72YOeFOKigm4cQhtWE/bLiDwCV4MQKqU58Qx6hQBasACGyE3GblDHRrJ+sDI\n06oBWbM5bQOXTI3x6B8U5i+6+2ab+4eemrgzSIfDG1dOe9W6rAVbWQ6yJuS1\nCOzA53kJpYbW5slHunDmspgk11NFyPivOJ1XQoteL4vq32GiaqHI/nuITYrU\n+eB+n+HtMLKuWkapfvCSnUgaaK8TEEORun13Jcrrj063OTgva5fwFtKOlMs2\nePBHFjhcHNAwh2AkRkOLaxUQEKb6DWb6dvNfkGvFoNQzMAxD86DOoeB5l8lN\n9ABmHCJJ/VpO4go8IVuI0Wkye8DC7/3l3STFfnmdX13XhQgh050Ej+roW/Vz\nqg+9\r\n=/QbA\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.getownpropertydescriptors_2.1.0_1576221997949_0.08049511792212671"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-03-28T22:27:03.083Z",
		"created": "2015-02-17T10:37:39.045Z",
		"1.0.0": "2015-02-17T10:37:39.045Z",
		"1.0.1": "2015-03-20T10:38:50.214Z",
		"1.0.2": "2015-05-23T23:50:18.939Z",
		"1.0.3": "2015-06-28T17:52:46.171Z",
		"1.0.4": "2015-07-21T03:49:05.558Z",
		"2.0.0": "2016-01-28T06:49:54.480Z",
		"2.0.1": "2016-01-28T07:05:31.686Z",
		"2.0.2": "2016-02-04T08:04:10.155Z",
		"2.0.3": "2016-07-26T23:09:55.671Z",
		"2.1.0": "2019-12-13T07:26:38.148Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e290f0ddcf2b63f4443598bf751eee85\"",
			"fetched": 1602009448029
		}
	},
	"_distfiles": {
		"object.getownpropertydescriptors-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.0.tgz",
			"sha": "adca053d9f5ccd89a70453cdbf098f43a966e807",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.1.tgz",
			"sha": "38651a33ef15123b676721e83df93d953eb1146b",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.2.tgz",
			"sha": "dfe8d1ccc10159198e450b40a3cc3a78d2f786a4",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.3.tgz",
			"sha": "b018128c218949265a19ed826a3c8fbbdd3af11b",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-1.0.4.tgz",
			"sha": "6f9a2e10d254472b068ae57ba82c8db817e0fc8d",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.0.tgz",
			"sha": "f70894fc086673d2fc995090b0c35c90546e5eed",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.1.tgz",
			"sha": "e3617eb45051eab2980fbd6a0c096a69f3926086",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.2.tgz",
			"sha": "bb146880cd32452a5b766c123122ff4db9258b1b",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz",
			"sha": "8758c846f5b407adab0f236e0986f14b051caa16",
			"registry": "npmjs"
		},
		"object.getownpropertydescriptors-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",
			"sha": "369bf1f9592d8ab89d712dced5cb81c7c5352649",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"object.getownpropertydescriptors-2.0.3.tgz": {
			"shasum": "8758c846f5b407adab0f236e0986f14b051caa16"
		}
	},
	"_rev": "16-aa1b90c19188a85c",
	"_id": "object.getownpropertydescriptors",
	"readme": "# Object.getOwnPropertyDescriptors <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 ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.\nInvoke its \"shim\" method to shim `Object.getOwnPropertyDescriptors` if it is unavailable, and if `Object.getOwnPropertyDescriptor` is available.\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://github.com/tc39/ecma262/pull/582).\n\n## Example\n\n```js\nvar getDescriptors = require('object.getownpropertydescriptors');\nvar assert = require('assert');\nvar obj = { normal: Infinity };\nvar enumDescriptor = {\n\tenumerable: false,\n\twritable: false,\n\tconfigurable: true,\n\tvalue: true\n};\nvar writableDescriptor = {\n\tenumerable: true,\n\twritable: true,\n\tconfigurable: true,\n\tvalue: 42\n};\nvar symbol = Symbol();\nvar symDescriptor = {\n\tenumerable: true,\n\twritable: true,\n\tconfigurable: false,\n\tvalue: [symbol]\n};\n\nObject.defineProperty(obj, 'enumerable', enumDescriptor);\nObject.defineProperty(obj, 'writable', writableDescriptor);\nObject.defineProperty(obj, 'symbol', symDescriptor);\n\nvar descriptors = getDescriptors(obj);\n\nassert.deepEqual(descriptors, {\n\tnormal: {\n\t\tenumerable: true,\n\t\twritable: true,\n\t\tconfigurable: true,\n\t\tvalue: Infinity\n\t},\n\tenumerable: enumDescriptor,\n\twritable: writableDescriptor,\n\tsymbol: symDescriptor\n});\n```\n\n```js\nvar getDescriptors = require('object.getownpropertydescriptors');\nvar assert = require('assert');\n/* when Object.getOwnPropertyDescriptors is not present */\ndelete Object.getOwnPropertyDescriptors;\nvar shimmedDescriptors = getDescriptors.shim();\nassert.equal(shimmedDescriptors, getDescriptors);\nassert.deepEqual(shimmedDescriptors(obj), getDescriptors(obj));\n```\n\n```js\nvar getDescriptors = require('object.getownpropertydescriptors');\nvar assert = require('assert');\n/* when Object.getOwnPropertyDescriptors is present */\nvar shimmedDescriptors = getDescriptors.shim();\nassert.notEqual(shimmedDescriptors, getDescriptors);\nassert.deepEqual(shimmedDescriptors(obj), getDescriptors(obj));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/object.getownpropertydescriptors\n[npm-version-svg]: http://versionbadg.es/es-shims/object.getownpropertydescriptors.svg\n[travis-svg]: https://travis-ci.org/es-shims/Object.getOwnPropertyDescriptors.svg\n[travis-url]: https://travis-ci.org/es-shims/Object.getOwnPropertyDescriptors\n[deps-svg]: https://david-dm.org/es-shims/object.getownpropertydescriptors.svg\n[deps-url]: https://david-dm.org/es-shims/object.getownpropertydescriptors\n[dev-deps-svg]: https://david-dm.org/es-shims/object.getownpropertydescriptors/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/object.getownpropertydescriptors#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/object.getownpropertydescriptors.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/object.getownpropertydescriptors.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/object.getownpropertydescriptors.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=object.getownpropertydescriptors"
}