{
	"name": "function.prototype.name",
	"versions": {
		"1.0.0": {
			"name": "function.prototype.name",
			"version": "1.0.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "An ES6 spec-compliant `Function.prototype.name` shim",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && npm run tests-only && npm run security",
				"tests-only": "es-shim-api --bound && 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",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/function.prototype.name.git"
			},
			"keywords": [
				"Function.prototype.name",
				"name",
				"ES6",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"function-bind": "^1.1.0",
				"is-callable": "^1.1.2"
			},
			"devDependencies": {
				"tape": "^4.4.0",
				"covert": "^1.1.0",
				"jscs": "^2.10.1",
				"editorconfig-tools": "^0.1.1",
				"nsp": "^2.2.0",
				"eslint": "^2.2.0",
				"@ljharb/eslint-config": "^2.1.1",
				"@es-shims/api": "^1.1.0",
				"make-arrow-function": "^1.1.0",
				"make-generator-function": "^1.1.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": "1bc779e9528887224f52c69ec40eb63e02182716",
			"bugs": {
				"url": "https://github.com/ljharb/function.prototype.name/issues"
			},
			"homepage": "https://github.com/ljharb/function.prototype.name#readme",
			"_id": "function.prototype.name@1.0.0",
			"_shasum": "5f523ca64e491a5f95aba80cc1e391080a14482e",
			"_from": ".",
			"_npmVersion": "3.6.0",
			"_nodeVersion": "5.7.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "5f523ca64e491a5f95aba80cc1e391080a14482e",
				"tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/function.prototype.name-1.0.0.tgz_1456562339658_0.4291805047541857"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "function.prototype.name",
			"version": "1.0.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "An ES6 spec-compliant `Function.prototype.name` shim",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "npm run --silent tests-only",
				"posttest": "npm run security",
				"tests-only": "es-shim-api --bound && 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",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/function.prototype.name.git"
			},
			"keywords": [
				"Function.prototype.name",
				"name",
				"ES6",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"function-bind": "^1.1.0",
				"is-callable": "^1.1.3"
			},
			"devDependencies": {
				"@es-shims/api": "^1.2.0",
				"@ljharb/eslint-config": "^12.1.0",
				"covert": "^1.1.0",
				"editorconfig-tools": "^0.1.1",
				"eslint": "^4.2.0",
				"jscs": "^3.0.7",
				"make-arrow-function": "^1.1.0",
				"make-generator-function": "^1.1.0",
				"nsp": "^2.6.3",
				"safe-publish-latest": "^1.1.1",
				"tape": "^4.7.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": "65af8d9d2c4be620a37d64398ad1333376f64274",
			"bugs": {
				"url": "https://github.com/ljharb/function.prototype.name/issues"
			},
			"homepage": "https://github.com/ljharb/function.prototype.name#readme",
			"_id": "function.prototype.name@1.0.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.3",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-yPTD33NazY14aRlTORxhFf8gTrNmnxmAGaw2Ge36m4ThRN7HauJU8hESMQQXixdJbnaO43c3MgMoZXP/QqGnTw==",
				"shasum": "39aeab26bbf8ab669b7142965d50ea0965d93d7b",
				"tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/function.prototype.name-1.0.1.tgz_1499833083607_0.9232730020303279"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "function.prototype.name",
			"version": "1.0.2",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "An ES6 spec-compliant `Function.prototype.name` shim",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "npm run --silent tests-only",
				"posttest": "npm run security",
				"tests-only": "es-shim-api --bound && 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",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/function.prototype.name.git"
			},
			"keywords": [
				"Function.prototype.name",
				"name",
				"ES6",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"function-bind": "^1.1.0",
				"is-callable": "^1.1.3"
			},
			"devDependencies": {
				"@es-shims/api": "^1.2.0",
				"@ljharb/eslint-config": "^12.1.0",
				"covert": "^1.1.0",
				"editorconfig-tools": "^0.1.1",
				"eslint": "^4.2.0",
				"jscs": "^3.0.7",
				"make-arrow-function": "^1.1.0",
				"make-generator-function": "^1.1.0",
				"nsp": "^2.6.3",
				"safe-publish-latest": "^1.1.1",
				"tape": "^4.7.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": "f40fb60447bb37edf67ce61357e5c0a4d80408fd",
			"bugs": {
				"url": "https://github.com/ljharb/function.prototype.name/issues"
			},
			"homepage": "https://github.com/ljharb/function.prototype.name#readme",
			"_id": "function.prototype.name@1.0.2",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.4",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-RbgGSvTDidZb8VOznhL/1EUKahRdFtyqyatfqU3OJCT7zmQYnaaMj72SRn5mmFep5tdUjsEn0RgHjhJ++gd7Dg==",
				"shasum": "b511a1a15d35fb4834cb35464b6b6b03f4e543ea",
				"tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/function.prototype.name-1.0.2.tgz_1500067020822_0.035879195202142"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "function.prototype.name",
			"version": "1.0.3",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "An ES6 spec-compliant `Function.prototype.name` shim",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "npm run --silent tests-only",
				"posttest": "npm run security",
				"tests-only": "es-shim-api --bound && node test && node test/shimmed && node test/uglified",
				"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",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp check"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/function.prototype.name.git"
			},
			"keywords": [
				"Function.prototype.name",
				"name",
				"ES6",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"function-bind": "^1.1.0",
				"is-callable": "^1.1.3"
			},
			"devDependencies": {
				"@es-shims/api": "^1.2.0",
				"@ljharb/eslint-config": "^12.1.0",
				"covert": "^1.1.0",
				"editorconfig-tools": "^0.1.1",
				"eslint": "^4.2.0",
				"jscs": "^3.0.7",
				"make-arrow-function": "^1.1.0",
				"make-generator-function": "^1.1.0",
				"nsp": "^2.6.3",
				"safe-publish-latest": "^1.1.1",
				"tape": "^4.7.0",
				"uglify-js": "^3.0.25",
				"uglify-register": "^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": "3a23f2d67a7fd2df27f47fd653bed6336a9cb585",
			"bugs": {
				"url": "https://github.com/ljharb/function.prototype.name/issues"
			},
			"homepage": "https://github.com/ljharb/function.prototype.name#readme",
			"_id": "function.prototype.name@1.0.3",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.2.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5EblxZUdioXi2JiMZ9FUbwYj40eQ9MFHyzFLBSPdlRl3SO8l7SLWuAnQ/at/1Wi4hjJwME/C5WpF2ZfAc8nGNw==",
				"shasum": "0099ae5572e9dd6f03c97d023fd92bcc5e639eac",
				"tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/function.prototype.name-1.0.3.tgz_1500653037899_0.7189777144230902"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "function.prototype.name",
			"version": "1.1.0",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "An ES6 spec-compliant `Function.prototype.name` shim",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "npm run --silent tests-only",
				"posttest": "npm run security",
				"tests-only": "es-shim-api --bound && node test && node test/shimmed && node test/uglified",
				"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",
				"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
				"security": "nsp package"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/function.prototype.name.git"
			},
			"keywords": [
				"Function.prototype.name",
				"name",
				"ES6",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.2",
				"function-bind": "^1.1.1",
				"is-callable": "^1.1.3"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^12.2.1",
				"covert": "^1.1.0",
				"editorconfig-tools": "^0.1.1",
				"eslint": "^4.14.0",
				"jscs": "^3.0.7",
				"make-arrow-function": "^1.1.0",
				"make-generator-function": "^1.1.0",
				"nsp": "^3.1.0",
				"safe-publish-latest": "^1.1.1",
				"tape": "^4.8.0",
				"uglify-register": "^1.0.1"
			},
			"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": "7af5e3c22c1dbc170810800737afa87774ce14d0",
			"bugs": {
				"url": "https://github.com/ljharb/function.prototype.name/issues"
			},
			"homepage": "https://github.com/ljharb/function.prototype.name#readme",
			"_id": "function.prototype.name@1.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.3.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Bs0VRrTz4ghD8pTmbJQD1mZ8A/mN0ur/jGz+A6FBxPDUPkm1tNfF6bhTYPA7i7aF4lZJVr+OXTNNrnnIl58Wfg==",
				"shasum": "8bd763cc0af860a859cc5d49384d74b932cd2327",
				"tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/function.prototype.name-1.1.0.tgz_1514745840177_0.22922916850075126"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "function.prototype.name",
			"version": "1.1.1",
			"author": {
				"name": "Jordan Harband"
			},
			"description": "An ES6 spec-compliant `Function.prototype.name` shim",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud",
				"tests-only": "es-shim-api --bound && node test && node test/shimmed && node test/uglified",
				"coverage": "covert test",
				"lint": "eslint .",
				"eccheck": "eclint check '*.js' '**/*.js'"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/function.prototype.name.git"
			},
			"keywords": [
				"Function.prototype.name",
				"name",
				"ES6",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.3",
				"function-bind": "^1.1.1",
				"functions-have-names": "^1.1.1",
				"is-callable": "^1.1.4"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^13.1.1",
				"covert": "^1.1.1",
				"eclint": "^2.8.1",
				"eslint": "^5.16.0",
				"make-arrow-function": "^1.1.0",
				"make-generator-function": "^1.1.0",
				"safe-publish-latest": "^1.1.2",
				"tape": "^4.11.0",
				"uglify-register": "^1.0.1"
			},
			"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": "bf0b693424a5dd8bc51a182ff78978ae2329ad4d",
			"bugs": {
				"url": "https://github.com/es-shims/function.prototype.name/issues"
			},
			"homepage": "https://github.com/es-shims/function.prototype.name#readme",
			"_id": "function.prototype.name@1.1.1",
			"_nodeVersion": "12.6.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-e1NzkiJuw6xqVH7YSdiW/qDHebcmMhPNe6w+4ZYYEg0VA+LaLzx37RimbPLuonHhYGFGPx1ME2nSi74JiaCr/Q==",
				"shasum": "6d252350803085abc2ad423d4fe3be2f9cbda392",
				"tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.1.tgz",
				"fileCount": 19,
				"unpackedSize": 23704,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOM2hCRA9TVsSAnZWagAAnYsP/2xdEu62mMbb17S491fk\n8vIFhlGQjwxfU02fq1sCOkKl7CNKV+nmDQQYoJY2JbvDtCNeakI7kA4oF2u4\nV+kaI+AoHhIuepi+rQ3a2EfiK8c2H5mIHoys2BBmToXtqvPRl+ul0BdMiV34\nLWvclwDjdCsG4cqbhw/4RZRZjEHDdL0vwGdyhKC8Fy8GuGjy/XSPJEjy28br\n0/tpWJZ0XOUkCne2QXDxE5e7X0oDLvPnDW1FLRg8hQ/f9JbXidmXFCWFxhvj\nE+XQUfyTGevJj/ScHkEjisJuUIIlPHlrUHwND3XnFvSn1G8iKoqRRMClqKXK\nCRs/Eyu1J7Goo/h3FMvz4O9QR8oEXghmyZ3+4vOPlrjA0Krb14fIIPLx9NgX\nlazrWLgxHW1Z0xfEYJSnjsXtSvPaCM65Qm0daaYg/KVh/HCvyntIo4g24YPG\nVpBf+xjXrcOWB55G/yQuyQK0vHvdayHQPzekWRbVcyYTjvFgbQuZA3m1BAHu\n85goJ3pmOdsOLBXy65UdZidsvt+mllreVF33WS0bkIIhTWzlkmHMiy3v2Jeu\nXsShwUkzPpZF1lSUfEht4xKo58sAWSOCwy/PgO4zGWV46y5yL5urDsKt8GLy\n1w5Bt4exkBaSMMsrFwgJ+7rfz1PmUJKLsZ2gYu7N7ystGeCuNVelmLn8FhEE\nl041\r\n=vqX9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/function.prototype.name_1.1.1_1564003744676_0.5795575164658358"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.2": {
			"name": "function.prototype.name",
			"version": "1.1.2",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"funding": {
				"url": "https://github.com/sponsors/ljharb"
			},
			"description": "An ES2015 spec-compliant `Function.prototype.name` shim",
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"prepublish": "safe-publish-latest",
				"pretest": "npm run lint",
				"test": "npm run --silent tests-only",
				"posttest": "npx aud",
				"tests-only": "es-shim-api --bound && node test && node test/shimmed && node test/uglified",
				"coverage": "covert test",
				"lint": "eslint .",
				"eccheck": "eclint check '*.js' '**/*.js'"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/es-shims/Function.prototype.name.git"
			},
			"keywords": [
				"Function.prototype.name",
				"function",
				"name",
				"ES6",
				"ES2015",
				"shim",
				"polyfill",
				"es-shim API"
			],
			"dependencies": {
				"define-properties": "^1.1.3",
				"es-abstract": "^1.17.0-next.1",
				"functions-have-names": "^1.2.0"
			},
			"devDependencies": {
				"@es-shims/api": "^2.1.2",
				"@ljharb/eslint-config": "^15.0.2",
				"covert": "^1.1.1",
				"eclint": "^2.8.1",
				"eslint": "^6.7.2",
				"make-arrow-function": "^1.1.0",
				"make-generator-function": "^1.1.0",
				"safe-publish-latest": "^1.1.4",
				"tape": "^4.11.0",
				"uglify-register": "^1.0.1"
			},
			"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": "684d491baa7e699132edc027f4d9c182f97eedd5",
			"bugs": {
				"url": "https://github.com/es-shims/Function.prototype.name/issues"
			},
			"homepage": "https://github.com/es-shims/Function.prototype.name#readme",
			"_id": "function.prototype.name@1.1.2",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg==",
				"shasum": "5cdf79d7c05db401591dfde83e3b70c5123e9a45",
				"tarball": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.2.tgz",
				"fileCount": 18,
				"unpackedSize": 14944,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9b09CRA9TVsSAnZWagAA3C8P/0DRmU69rPLNk79H065z\nB1jRxDGZiM9woKczHgwj+OAemu3/Dwf4uRBoHQY5KYNtNYt7isZpjgLPaDy5\nWMW9FczDUkzLR7tTOSh5r32MAnVvAsxFUjaucBuK4hcFrtjoeHAKeTSwXkQP\ncmhghS3pKNUGbwEb5Ud5qjllynbSOUF0ZILukiodmSrgKTK9+y4vZfi1m3oP\n92NiNOtadVuMn9CUejx347pLJBksbs+P3w5jk6jjAhUvV423DFcvZEU+IUnr\nffHry5em5JFAPIZYg9NskKok0bbqxKn/Q7c5RaP74Y8hU/BlbnTRV2ZKecuq\neFc3SZmo7AiinKIxzeAup+ZVMPX+DHNCpxrXtkbxieB81mrAnkS5rMMJqxgE\nOAmSLsFca7jKKGUE7hV1VQfOGevOX/yQcGN6hZvbU2CooWpLjUs1D8Dwppuh\nKfYS6MyBPBkBpl65PpnEw690CFN4TK0W4HKuMOL923VjpqnsvNBYFZXSTQqk\nNVuFMWiDZSbDq4iMWgJYP35d/4oxEPlcJ9BmiGS19eZo/L2nO04etrz4mnFV\nzhGlltRjTURZRaEY2nE5fSlir16FQJIm1X09ozjtI7mA+OpPW4tMowvDdY7o\ns1Y+t0k9TTX0HLjphDdnET/2Ns5bl7Myy37kz4bVUQIgOwA+1tSQcHd6zFxX\n+C5z\r\n=5RLr\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/function.prototype.name_1.1.2_1576385852973_0.2554337282184511"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-03-28T22:27:39.976Z",
		"created": "2016-02-27T08:39:02.139Z",
		"1.0.0": "2016-02-27T08:39:02.139Z",
		"1.0.1": "2017-07-12T04:18:04.576Z",
		"1.0.2": "2017-07-14T21:17:02.473Z",
		"1.0.3": "2017-07-21T16:03:58.777Z",
		"1.1.0": "2017-12-31T18:44:00.265Z",
		"1.1.1": "2019-07-24T21:29:04.871Z",
		"1.1.2": "2019-12-15T04:57:33.095Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"32fb6d8e0cda34552f5ed367e83c7b56\"",
			"fetched": 1593324378398
		}
	},
	"_distfiles": {
		"function.prototype.name-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.0.tgz",
			"sha": "5f523ca64e491a5f95aba80cc1e391080a14482e",
			"registry": "npmjs"
		},
		"function.prototype.name-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.1.tgz",
			"sha": "39aeab26bbf8ab669b7142965d50ea0965d93d7b",
			"registry": "npmjs"
		},
		"function.prototype.name-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.2.tgz",
			"sha": "b511a1a15d35fb4834cb35464b6b6b03f4e543ea",
			"registry": "npmjs"
		},
		"function.prototype.name-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.3.tgz",
			"sha": "0099ae5572e9dd6f03c97d023fd92bcc5e639eac",
			"registry": "npmjs"
		},
		"function.prototype.name-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.0.tgz",
			"sha": "8bd763cc0af860a859cc5d49384d74b932cd2327",
			"registry": "npmjs"
		},
		"function.prototype.name-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.1.tgz",
			"sha": "6d252350803085abc2ad423d4fe3be2f9cbda392",
			"registry": "npmjs"
		},
		"function.prototype.name-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.2.tgz",
			"sha": "5cdf79d7c05db401591dfde83e3b70c5123e9a45",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"function.prototype.name-1.1.2.tgz": {
			"shasum": "5cdf79d7c05db401591dfde83e3b70c5123e9a45"
		},
		"function.prototype.name-1.1.0.tgz": {
			"shasum": "8bd763cc0af860a859cc5d49384d74b932cd2327"
		}
	},
	"_rev": "5-53954fae8799cef1",
	"_id": "function.prototype.name",
	"readme": "# function.prototype.name <sup>[![Version Badge][2]][1]</sup>\n\n[![Build Status][3]][4]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][11]][1]\n\nAn ES2015 spec-compliant `Function.prototype.name` shim. Invoke its \"shim\" method to shim Function.prototype.name if it is unavailable.\n*Note*: `Function#name` requires a true ES5 environment - specifically, one with ES5 getters.\n\nThis package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES5-supported environment and complies with the [spec](http://www.ecma-international.org/ecma-262/6.0/#sec-get-regexp.prototype.flags).\n\nMost common usage:\n\n## Example\n\n```js\nvar functionName = require('function.prototype.name');\nvar assert = require('assert');\n\nassert.equal(functionName(function foo() {}), 'foo');\n\nfunctionName.shim();\nassert.equal(function foo() {}.name, 'foo');\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/function.prototype.name\n[2]: http://versionbadg.es/es-shims/Function.prototype.name.svg\n[3]: https://travis-ci.org/es-shims/Function.prototype.name.svg\n[4]: https://travis-ci.org/es-shims/Function.prototype.name\n[5]: https://david-dm.org/es-shims/Function.prototype.name.svg\n[6]: https://david-dm.org/es-shims/Function.prototype.name\n[7]: https://david-dm.org/es-shims/Function.prototype.name/dev-status.svg\n[8]: https://david-dm.org/es-shims/Function.prototype.name#info=devDependencies\n[11]: https://nodei.co/npm/function.prototype.name.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/function.prototype.name.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/function.prototype.name.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=function.prototype.name"
}