{"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"dist-tags":{"latest":"1.1.8"},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"description":"An ES2015 spec-compliant `Function.prototype.name` shim","readme":"# function.prototype.name <sup>[![Version Badge][2]][1]</sup>\n\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](https://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## Supported engines\nAutomatically tested in every minor version of node.\n\nManually tested in:\n  - Safari: v4 - v15 <sub>(4, 5, 5.1, 6.0.5, 6.2, 7.1, 8, 9.1.3, 10.1.2, 11.1.2, 12.1, 13.1.2, 14.1.2, 15.3, 15.6.1)</sub>\n  - Chrome: v15 - v81, v83 - v106<sub>(every integer version)</sub>\n    - Note: This includes Edge v80+ and Opera v15+, which matches Chrome\n  - Firefox: v3, v3.6, v4 - v105 <sub>(every integer version)</sub>\n    - Note: in v42 - v63, `Function.prototype.toString` throws on HTML element constructors, or a Proxy to a function\n    - Note: in v20 - v35, HTML element constructors are not callable, despite having typeof `function`\n  - IE: v6 - v11<sub>(every integer version</sub>\n  - Opera: v11.1, v11.5, v11.6, v12.0, v12.1, v12.14, v12.15, v12.16, v15+ <sub>v15+ matches Chrome</sub>\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]: https://versionbadg.es/es-shims/Function.prototype.name.svg\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]: https://img.shields.io/npm/l/function.prototype.name.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/function.prototype.name.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=function.prototype.name\n","repository":{"type":"git","url":"git://github.com/es-shims/Function.prototype.name.git"},"bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"license":"MIT","versions":{"1.0.0":{"name":"function.prototype.name","version":"1.0.0","keywords":["Function.prototype.name","name","ES6","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"function.prototype.name@1.0.0","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/ljharb/function.prototype.name#readme","bugs":{"url":"https://github.com/ljharb/function.prototype.name/issues"},"dist":{"shasum":"5f523ca64e491a5f95aba80cc1e391080a14482e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.0.0.tgz","integrity":"sha512-lAgtWjlA+fQAJyLgHHc2yU2OKknz00Z7nhBi3Gz2vk/LN/ht+eRWVrt3pI8jG3aiGdISduuEcI8YrLTJ1j0Lbw==","signatures":[{"sig":"MEUCIQDqe7RAXgweFrFqE4fK4+30JxPxsilvstrkicp2/MFKDwIgBUf0RD0CrmGTlCRK7e88UH6KzFslSXATRMYpsWiY+yc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"5f523ca64e491a5f95aba80cc1e391080a14482e","engines":{"node":">= 0.4"},"gitHead":"1bc779e9528887224f52c69ec40eb63e02182716","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run lint && npm run tests-only && npm run security","eslint":"eslint test/*.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","coverage":"covert test/*.js","security":"nsp check","tests-only":"es-shim-api --bound && node test/index.js","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/ljharb/function.prototype.name.git","type":"git"},"_npmVersion":"3.6.0","description":"An ES6 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"5.7.0","dependencies":{"is-callable":"^1.1.2","function-bind":"^1.1.0","define-properties":"^1.1.2"},"devDependencies":{"nsp":"^2.2.0","jscs":"^2.10.1","tape":"^4.4.0","covert":"^1.1.0","eslint":"^2.2.0","@es-shims/api":"^1.1.0","editorconfig-tools":"^0.1.1","make-arrow-function":"^1.1.0","@ljharb/eslint-config":"^2.1.1","make-generator-function":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name-1.0.0.tgz_1456562339658_0.4291805047541857","host":"packages-5-east.internal.npmjs.com"}},"1.0.1":{"name":"function.prototype.name","version":"1.0.1","keywords":["Function.prototype.name","name","ES6","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"function.prototype.name@1.0.1","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/ljharb/function.prototype.name#readme","bugs":{"url":"https://github.com/ljharb/function.prototype.name/issues"},"dist":{"shasum":"39aeab26bbf8ab669b7142965d50ea0965d93d7b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.0.1.tgz","integrity":"sha512-yPTD33NazY14aRlTORxhFf8gTrNmnxmAGaw2Ge36m4ThRN7HauJU8hESMQQXixdJbnaO43c3MgMoZXP/QqGnTw==","signatures":[{"sig":"MEUCIQDR0bN/+aoM5rBQnZxJym6EoFwnS00b9NJiuciiz4fhzAIge/llRi/ke3cl6UQd2+GOdmQxBX/k4Rttx0VTcE+ozSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","engines":{"node":">= 0.4"},"gitHead":"65af8d9d2c4be620a37d64398ad1333376f64274","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run --silent tests-only","eslint":"eslint test/*.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","pretest":"npm run lint","coverage":"covert test/*.js","posttest":"npm run security","security":"nsp check","prepublish":"safe-publish-latest","tests-only":"es-shim-api --bound && node test/index.js","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/ljharb/function.prototype.name.git","type":"git"},"_npmVersion":"5.0.3","description":"An ES6 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"8.1.3","dependencies":{"is-callable":"^1.1.3","function-bind":"^1.1.0","define-properties":"^1.1.2"},"devDependencies":{"nsp":"^2.6.3","jscs":"^3.0.7","tape":"^4.7.0","covert":"^1.1.0","eslint":"^4.2.0","@es-shims/api":"^1.2.0","editorconfig-tools":"^0.1.1","make-arrow-function":"^1.1.0","safe-publish-latest":"^1.1.1","@ljharb/eslint-config":"^12.1.0","make-generator-function":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name-1.0.1.tgz_1499833083607_0.9232730020303279","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"function.prototype.name","version":"1.0.2","keywords":["Function.prototype.name","name","ES6","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"function.prototype.name@1.0.2","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/ljharb/function.prototype.name#readme","bugs":{"url":"https://github.com/ljharb/function.prototype.name/issues"},"dist":{"shasum":"b511a1a15d35fb4834cb35464b6b6b03f4e543ea","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.0.2.tgz","integrity":"sha512-RbgGSvTDidZb8VOznhL/1EUKahRdFtyqyatfqU3OJCT7zmQYnaaMj72SRn5mmFep5tdUjsEn0RgHjhJ++gd7Dg==","signatures":[{"sig":"MEQCIBa/MDG9tYU3jg0H5lJnU0a9hW3XmByy+wxRlLgkN+i4AiB1Pw+paMojojJqyjLXq2HqX8CjUB2tIhgV9D2n6Tb0zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","engines":{"node":">= 0.4"},"gitHead":"f40fb60447bb37edf67ce61357e5c0a4d80408fd","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run --silent tests-only","eslint":"eslint test/*.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","pretest":"npm run lint","coverage":"covert test/*.js","posttest":"npm run security","security":"nsp check","prepublish":"safe-publish-latest","tests-only":"es-shim-api --bound && node test/index.js","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/ljharb/function.prototype.name.git","type":"git"},"_npmVersion":"5.0.3","description":"An ES6 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"8.1.4","dependencies":{"is-callable":"^1.1.3","function-bind":"^1.1.0","define-properties":"^1.1.2"},"devDependencies":{"nsp":"^2.6.3","jscs":"^3.0.7","tape":"^4.7.0","covert":"^1.1.0","eslint":"^4.2.0","@es-shims/api":"^1.2.0","editorconfig-tools":"^0.1.1","make-arrow-function":"^1.1.0","safe-publish-latest":"^1.1.1","@ljharb/eslint-config":"^12.1.0","make-generator-function":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name-1.0.2.tgz_1500067020822_0.035879195202142","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"function.prototype.name","version":"1.0.3","keywords":["Function.prototype.name","name","ES6","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"function.prototype.name@1.0.3","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/ljharb/function.prototype.name#readme","bugs":{"url":"https://github.com/ljharb/function.prototype.name/issues"},"dist":{"shasum":"0099ae5572e9dd6f03c97d023fd92bcc5e639eac","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.0.3.tgz","integrity":"sha512-5EblxZUdioXi2JiMZ9FUbwYj40eQ9MFHyzFLBSPdlRl3SO8l7SLWuAnQ/at/1Wi4hjJwME/C5WpF2ZfAc8nGNw==","signatures":[{"sig":"MEUCIQDGkhxjJy5xFhgzU4FkV2SOj4FKZhMD4VlKe8EgdmlxTQIgD/H7AOuWD/95llw0WhBiZz0rPXktozkT9SiqgJtCiYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","engines":{"node":">= 0.4"},"gitHead":"3a23f2d67a7fd2df27f47fd653bed6336a9cb585","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run --silent tests-only","eslint":"eslint test/*.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","pretest":"npm run lint","coverage":"covert test/*.js","posttest":"npm run security","security":"nsp check","prepublish":"safe-publish-latest","tests-only":"es-shim-api --bound && node test && node test/shimmed && node test/uglified","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/ljharb/function.prototype.name.git","type":"git"},"_npmVersion":"5.3.0","description":"An ES6 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"8.2.1","dependencies":{"is-callable":"^1.1.3","function-bind":"^1.1.0","define-properties":"^1.1.2"},"devDependencies":{"nsp":"^2.6.3","jscs":"^3.0.7","tape":"^4.7.0","covert":"^1.1.0","eslint":"^4.2.0","uglify-js":"^3.0.25","@es-shims/api":"^1.2.0","uglify-register":"^1.0.0","editorconfig-tools":"^0.1.1","make-arrow-function":"^1.1.0","safe-publish-latest":"^1.1.1","@ljharb/eslint-config":"^12.1.0","make-generator-function":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name-1.0.3.tgz_1500653037899_0.7189777144230902","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"function.prototype.name","version":"1.1.0","keywords":["Function.prototype.name","name","ES6","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"function.prototype.name@1.1.0","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/ljharb/function.prototype.name#readme","bugs":{"url":"https://github.com/ljharb/function.prototype.name/issues"},"dist":{"shasum":"8bd763cc0af860a859cc5d49384d74b932cd2327","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.0.tgz","integrity":"sha512-Bs0VRrTz4ghD8pTmbJQD1mZ8A/mN0ur/jGz+A6FBxPDUPkm1tNfF6bhTYPA7i7aF4lZJVr+OXTNNrnnIl58Wfg==","signatures":[{"sig":"MEUCIQDtKWu4tI5F/BfCWDY3tIUmnoIaZoYrS87w889Xe8KLmwIgRWpuyJeP7juoq88XsxB4JYRtRZiY3xBoGDCLrI+Ijmk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","engines":{"node":">= 0.4"},"gitHead":"7af5e3c22c1dbc170810800737afa87774ce14d0","scripts":{"jscs":"jscs test/*.js *.js","lint":"npm run jscs && npm run eslint","test":"npm run --silent tests-only","eslint":"eslint test/*.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","pretest":"npm run lint","coverage":"covert test/*.js","posttest":"npm run security","security":"nsp package","prepublish":"safe-publish-latest","tests-only":"es-shim-api --bound && node test && node test/shimmed && node test/uglified","coverage-quiet":"covert test/*.js --quiet"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/ljharb/function.prototype.name.git","type":"git"},"_npmVersion":"5.5.1","description":"An ES6 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"9.3.0","dependencies":{"is-callable":"^1.1.3","function-bind":"^1.1.1","define-properties":"^1.1.2"},"devDependencies":{"nsp":"^3.1.0","jscs":"^3.0.7","tape":"^4.8.0","covert":"^1.1.0","eslint":"^4.14.0","@es-shims/api":"^2.1.2","uglify-register":"^1.0.1","editorconfig-tools":"^0.1.1","make-arrow-function":"^1.1.0","safe-publish-latest":"^1.1.1","@ljharb/eslint-config":"^12.2.1","make-generator-function":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name-1.1.0.tgz_1514745840177_0.22922916850075126","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"function.prototype.name","version":"1.1.1","keywords":["Function.prototype.name","name","ES6","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband"},"license":"MIT","_id":"function.prototype.name@1.1.1","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/function.prototype.name#readme","bugs":{"url":"https://github.com/es-shims/function.prototype.name/issues"},"dist":{"shasum":"6d252350803085abc2ad423d4fe3be2f9cbda392","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.1.tgz","fileCount":19,"integrity":"sha512-e1NzkiJuw6xqVH7YSdiW/qDHebcmMhPNe6w+4ZYYEg0VA+LaLzx37RimbPLuonHhYGFGPx1ME2nSi74JiaCr/Q==","signatures":[{"sig":"MEUCIDOF5WDKdI9beP2lsncUmXr5cgOpqCqvkSTdTW6B3fqiAiEApMaUSp14ZTrt16EP1OkkswHYrCqvI1/Z2bHyPQiNYvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"index.js","engines":{"node":">= 0.4"},"gitHead":"bf0b693424a5dd8bc51a182ff78978ae2329ad4d","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","eccheck":"eclint check '*.js' '**/*.js'","pretest":"npm run lint","coverage":"covert test","posttest":"npx aud","prepublish":"safe-publish-latest","tests-only":"es-shim-api --bound && node test && node test/shimmed && node test/uglified"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/function.prototype.name.git","type":"git"},"_npmVersion":"6.9.0","description":"An ES6 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"12.6.0","dependencies":{"is-callable":"^1.1.4","function-bind":"^1.1.1","define-properties":"^1.1.3","functions-have-names":"^1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"tape":"^4.11.0","covert":"^1.1.1","eclint":"^2.8.1","eslint":"^5.16.0","@es-shims/api":"^2.1.2","uglify-register":"^1.0.1","make-arrow-function":"^1.1.0","safe-publish-latest":"^1.1.2","@ljharb/eslint-config":"^13.1.1","make-generator-function":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name_1.1.1_1564003744676_0.5795575164658358","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"function.prototype.name","version":"1.1.2","keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"function.prototype.name@1.1.2","maintainers":[{"name":"anonymous","email":"ljharb+esshims@gmail.com"},{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Function.prototype.name#readme","bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"dist":{"shasum":"5cdf79d7c05db401591dfde83e3b70c5123e9a45","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.2.tgz","fileCount":18,"integrity":"sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg==","signatures":[{"sig":"MEUCIQDEZiOs1skQTF2fMOcVkOZwninZDpFBDBcENK0h1lqRZgIgW6caWldYRSLoqjOxYIWJ4EKcyjCLI48Azz2Uw8v9NT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"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"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"684d491baa7e699132edc027f4d9c182f97eedd5","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","eccheck":"eclint check '*.js' '**/*.js'","pretest":"npm run lint","coverage":"covert test","posttest":"npx aud","prepublish":"safe-publish-latest","tests-only":"es-shim-api --bound && node test && node test/shimmed && node test/uglified"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/Function.prototype.name.git","type":"git"},"_npmVersion":"6.13.1","description":"An ES2015 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"13.3.0","dependencies":{"es-abstract":"^1.17.0-next.1","define-properties":"^1.1.3","functions-have-names":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"tape":"^4.11.0","covert":"^1.1.1","eclint":"^2.8.1","eslint":"^6.7.2","@es-shims/api":"^2.1.2","uglify-register":"^1.0.1","make-arrow-function":"^1.1.0","safe-publish-latest":"^1.1.4","@ljharb/eslint-config":"^15.0.2","make-generator-function":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name_1.1.2_1576385852973_0.2554337282184511","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"function.prototype.name","version":"1.1.3","keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"function.prototype.name@1.1.3","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Function.prototype.name#readme","bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"dist":{"shasum":"0bb034bb308e7682826f215eb6b2ae64918847fe","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.3.tgz","fileCount":26,"integrity":"sha512-H51qkbNSp8mtkJt+nyW1gyStBiKZxfRqySNUR99ylq6BPXHKI4SEvIlTKp4odLfjRKJV04DFWMU3G/YRlQOsag==","signatures":[{"sig":"MEUCIQCYKkfZv7UuRFoKorg/gC4AH2GhTr6s3yALSDBghXs7XwIgBK0ogMRS8f3s+ThtMPcyPWa7zIfXfnKstpegncbK0x0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwfWTCRA9TVsSAnZWagAAU4QP/1EyoF7IJKxZ2bfbwavE\nMx7rI2c/zrkdWr5cx8Sq2i91TsQ60511AzEw0QExX5dFC/N+s7G1UL9j6R7S\nA7OYnh/RaI5mVXCijnGXra55/KxUy6C/5ZNoPO3JjS4SjnWnB3e9NJidYJro\nFxuWWqZscLwxVJnJzw2Tdya2KVZ23xmCmGjPbZrY3iFJbLai0TMd5pAPVX30\n+mI/aB69Gr/qu+kzHekLa9fD9EVrwzI77I6aJunmYEtdkfgTHJu+BM7W/XTL\n96HzI7SZ5q+fKRz/z+7xobKBPIMvE5afYrBJEDelLNcicw8Q8kkQJomKSp/+\no7gCwl4FfGjXcGECeaWa32K6nqTj9ay0kX0ZXsdw9ueJRz7VanKfxRJZhz/t\n3AgmZOAA1x7ghXYxCksrAXhsguoO8ropOz64x8wnhUCK9A9mqMUw6vahrWqJ\nraNuuvsNIDPwGiLhQ+EpEoM62sFKcKOJwPlzhWrN+O0iCaM2bR8xjC2vMFuX\nkPADZlHzpV6LDm3BByxFr9bAcVAraNKZa6w5mlhwIi8sbFW1vaOIYymJMEhX\n5UaDeGPV7kTOHbMrxVY0MEaqZtHuzLKgk/O7tkUjWzJ5z9WxQD7IJlmZGc1I\ndCWAKJnuYAm+HdKfnAS3huupzTd7IRYN1Tws78oiA/TKskbF6ezwPGNs1l5O\nAlkN\r\n=lP/9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"bc8196e956e50bf3c3fb2eef96a79aac66edfdd6","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","eccheck":"eclint check '*.js' '**/*.js'","prelint":"npm run eccheck","pretest":"npm run lint","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"safe-publish-latest","tests-only":"nyc tape 'test/**/*.js'"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/Function.prototype.name.git","type":"git"},"_npmVersion":"6.14.8","description":"An ES2015 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"14.15.1","dependencies":{"call-bind":"^1.0.0","es-abstract":"^1.18.0-next.1","define-properties":"^1.1.3","functions-have-names":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"aud":"^1.1.3","nyc":"^10.3.2","tape":"^5.0.1","eclint":"^2.8.1","eslint":"^7.14.0","for-each":"^0.3.3","@es-shims/api":"^2.1.2","has-strict-mode":"^1.0.0","uglify-register":"^1.0.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","safe-publish-latest":"^1.1.4","@ljharb/eslint-config":"^17.3.0","make-generator-function":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name_1.1.3_1606546834391_0.24360772200666614","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"function.prototype.name","version":"1.1.4","keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"function.prototype.name@1.1.4","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Function.prototype.name#readme","bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"dist":{"shasum":"e4ea839b9d3672ae99d0efd9f38d9191c5eaac83","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.4.tgz","fileCount":20,"integrity":"sha512-iqy1pIotY/RmhdFZygSSlW0wko2yxkSCKqsuv4pr8QESohpYyG/Z7B/XXvPRKTJS//960rgguE5mSRUsDdaJrQ==","signatures":[{"sig":"MEYCIQDMCLEf0ICSjji5XlGCaoPNiy82PxoylOr2qFz7mz6fvAIhANZLV9hVL79f9AfQl35rrYTlg0mGbmDdj2wnryq+WQGl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNCILCRA9TVsSAnZWagAAyF8P/jrlBmpVuEaZ7xVTFdqb\ns7qqe0ScimNdGkaFF58DoWN75d3eUm7GrHChtzHRNAvtJtH7orrkPu7x+/US\nW9bIdXiONMFPYwz5/mVCa9SLCoV1lOcmZ8EI5ePeRiV5kBSBSRErmMdavEAF\nGgQUtU2NYFe8Ntl9dS+xCbLVbNzqpOHs8uSVQwk2696UgA0cLYdJXSgctXur\nuhXOUWXe7hB9t7+4Tkk/hqw8z4E6KYe2uvc2uWDuFiMaNR6tkF0zZmcmli6D\nT4DOlilkGN456qs0PBe/9ZFK8+IQTap0zVRKfRYQZnxOL/CMsg56YGbFOoCp\n47XOyakJiyvZQN9GVGrbbXGPqhXm1qLnKsIik69lEpyHk0GVq7JHLMfXuYtk\nyfe5TShxTZ2msJvk3yw16agDBpUB8bcwmg/tBEhVZjOc/g5SPmlv5CeKB5fo\nvX07mxWU7SC7Y6izMGWRLR32mbUYAyZzjDpBtHp5VxSeqhu6+cI6eE7o8PcU\nXD7mVvtpWtm1lJLodrvfiBWbgpXyuf1vulcul9mgEaouYq4J6Op7efuO8Lnh\naC65rU9SQXnIdWtyslr9LD3tXW+rKpYbkZSiSk4f5PBFgNNGRbjkQZegLYH4\nIwhoAy7LE1IqPaOvj4bkod41tN14TXzp7K6pQBVoV1ozRCM7wZq/edT7KfrS\nWsu6\r\n=9AG6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"b6a563e4f65209c0de14239035d1d7fd3ac0977a","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","eccheck":"eclint check '*.js' '**/*.js'","prelint":"npm run eccheck","pretest":"npm run lint","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"safe-publish-latest","tests-only":"nyc tape 'test/**/*.js'"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/Function.prototype.name.git","type":"git"},"_npmVersion":"7.5.4","description":"An ES2015 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"15.8.0","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.18.0-next.2","define-properties":"^1.1.3","functions-have-names":"^1.2.2"},"_hasShrinkwrap":false,"devDependencies":{"aud":"^1.1.4","nyc":"^10.3.2","tape":"^5.2.0","eclint":"^2.8.1","eslint":"^7.20.0","for-each":"^0.3.3","@es-shims/api":"^2.1.2","has-strict-mode":"^1.0.1","uglify-register":"^1.0.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","safe-publish-latest":"^1.1.4","@ljharb/eslint-config":"^17.5.1","make-generator-function":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name_1.1.4_1614029322648_0.2437949168780844","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"function.prototype.name","version":"1.1.5","keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"function.prototype.name@1.1.5","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Function.prototype.name#readme","bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"dist":{"shasum":"cce0505fe1ffb80503e6f9e46cc64e46a12a9621","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.5.tgz","fileCount":20,"integrity":"sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==","signatures":[{"sig":"MEUCIQCUGp03w4SGxvtnuct96BaC6L07HcLM0T3g8SY26oj17gIgFLB0ARa2xmbQz+8iDKkSnPy6CZLmgZ71MHJvt+zmyKw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2ro0CRA9TVsSAnZWagAAX3IQAI4Ovb8MDJihaVYVA24j\n1k+vqqcTwwnRKg4s3gZqU+wVC0627EX5jyhU1WiZBz4NL0ogmwRL2mvj7Cqk\nT/tsK7HrL3Jv6LYZf06erTZt+5Yr4WWYtLk+LJL9LckSmGqHFza0yurw96bd\nNxLbVfGHJI45VJC3CrU3iAWupB4JY/67HtGgR/oG6Et/v0NsKENQtCeJdMxn\nZevPPyLz1+yBEQFFLv5n6iREPtPn4WiysQDj/XBq0j+117vtfAQFIq6V2EKt\nvPIwbcUsk3O5/FN32VQMVSw+F1BWumWbGEhONWFDT6xD/wqkAy5bdtnXyDA5\n0zkAgqoHf95/DMuNhKfVPRcIIkMScCaOkhDq/dMO2hEco4UQkIlodbCV3rn8\nTU89MDydt/w+aMm3WACcpakGVv7cri9uhdD57I/xaQkzbWAdthN8L20vjw7S\nxi2vuq2KmOOH6uta8/iIXuqnrd7ZA/+iKz1DRk9KceNJJv1LoZdj4jbhdbwO\nA59GQq/aViU8woZRaOIUIcuxBszg7Ga92wZYMbdNtj/aaLVfW5ilxLoSXt+1\nei9pXq4IqjAKl1vWS+REtQRXJClRm4d7G/ocr9f8+MyTaVzHrglpf/BEpyqy\nJj5dQc4AlYHhZ3KNPNQg8gX5pBDQa74IiWkiLr4zZxXvZ68ICUOWz5rOG96P\nWz4I\r\n=ysyN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"1753ed2a9aa6558e6c4971b85f05bbaf7a371d22","scripts":{"lint":"eslint .","test":"npm run --silent tests-only","eccheck":"eclint check '*.js' '**/*.js'","prelint":"npm run eccheck","pretest":"npm run lint","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/Function.prototype.name.git","type":"git"},"_npmVersion":"7.24.0","description":"An ES2015 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"16.10.0","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.19.0","define-properties":"^1.1.3","functions-have-names":"^1.2.2"},"_hasShrinkwrap":false,"devDependencies":{"aud":"^1.1.5","nyc":"^10.3.2","tape":"^5.3.1","eclint":"^2.8.1","eslint":"^7.32.0","for-each":"^0.3.3","@es-shims/api":"^2.2.1","has-strict-mode":"^1.0.1","uglify-register":"^1.0.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","safe-publish-latest":"^1.1.4","@ljharb/eslint-config":"^18.0.0","make-generator-function":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name_1.1.5_1633204506390_0.9929925101752037","host":"s3://npm-registry-packages"}},"1.1.6":{"name":"function.prototype.name","version":"1.1.6","keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"function.prototype.name@1.1.6","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Function.prototype.name#readme","bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"dist":{"shasum":"cdf315b7d90ee77a4c6ee216c3c3362da07533fd","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.6.tgz","fileCount":19,"integrity":"sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==","signatures":[{"sig":"MEYCIQCQA9b6phvTAMteqcU0SWEEhqKlVO9nghbJ1sMb8o46ugIhAJDDIyKICNnewZI/SpCV4vhXUa/mhXvjRpfv5qr6DdG6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25493},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"2d13e7e43304643a6db55e4862fb85e199197f60","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run --silent tests-only","prelint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/Function.prototype.name.git","type":"git"},"_npmVersion":"9.8.0","description":"An ES2015 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"20.5.1","dependencies":{"call-bind":"^1.0.2","es-abstract":"^1.22.1","define-properties":"^1.2.0","functions-have-names":"^1.2.3"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false,"startingVersion":"v1.1.6"},"devDependencies":{"aud":"^2.0.3","nyc":"^10.3.2","tape":"^5.6.6","eclint":"^2.8.1","eslint":"=8.8.0","for-each":"^0.3.3","npmignore":"^0.3.0","in-publish":"^2.0.1","@es-shims/api":"^2.4.2","auto-changelog":"^2.4.0","has-strict-mode":"^1.0.1","uglify-register":"^1.0.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","safe-publish-latest":"^2.0.0","@ljharb/eslint-config":"^21.1.0","make-generator-function":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name_1.1.6_1693241032988_0.6694055791977152","host":"s3://npm-registry-packages"}},"1.1.7":{"name":"function.prototype.name","version":"1.1.7","keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"function.prototype.name@1.1.7","maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Function.prototype.name#readme","bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"dist":{"shasum":"9df48ea5f746bf577d7e15b5da89df8952a98e7b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.7.tgz","fileCount":19,"integrity":"sha512-2g4x+HqTJKM9zcJqBSpjoRmdcPFtJM60J3xJisTQSXBWka5XqyBN/2tNUgma1mztTXyDuUsEtYe5qcs7xYzYQA==","signatures":[{"sig":"MEUCIHmWSZdMvVfxWReOHFF/6Ea2szZR65jy3na/A+JbcDxtAiEAh2bsaPsZhrsEuiVPOxFJ4rM5IHBh2Xj1QSUl2ufxxNQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26621},"main":"index.js","engines":{"node":">= 0.4"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"f54a2f4e2038722b3ad69ae397240237d2464738","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run --silent tests-only","prelint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"npx npm@'>=10.2' audit --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"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"]},"repository":{"url":"git://github.com/es-shims/Function.prototype.name.git","type":"git"},"_npmVersion":"10.9.2","description":"An ES2015 spec-compliant `Function.prototype.name` shim","directories":{},"_nodeVersion":"23.4.0","dependencies":{"hasown":"^2.0.2","call-bind":"^1.0.8","is-callable":"^1.2.7","define-properties":"^1.2.1","functions-have-names":"^1.2.3"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false,"startingVersion":"v1.1.6"},"devDependencies":{"nyc":"^10.3.2","tape":"^5.9.0","eclint":"^2.8.1","eslint":"=8.8.0","encoding":"^0.1.13","for-each":"^0.3.3","npmignore":"^0.3.1","in-publish":"^2.0.1","@es-shims/api":"^2.5.1","auto-changelog":"^2.5.0","has-strict-mode":"^1.0.1","uglify-register":"^1.0.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","safe-publish-latest":"^2.0.0","@ljharb/eslint-config":"^21.1.1","make-generator-function":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/function.prototype.name_1.1.7_1734295031496_0.8416983943713263","host":"s3://npm-registry-packages-npm-production"}},"1.1.8":{"name":"function.prototype.name","version":"1.1.8","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":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","test":"npm run --silent tests-only","posttest":"npx npm@'>=10.2' audit --production","tests-only":"nyc tape 'test/**/*.js'","prelint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git://github.com/es-shims/Function.prototype.name.git"},"keywords":["Function.prototype.name","function","name","ES6","ES2015","shim","polyfill","es-shim API"],"dependencies":{"call-bind":"^1.0.8","call-bound":"^1.0.3","define-properties":"^1.2.1","functions-have-names":"^1.2.3","hasown":"^2.0.2","is-callable":"^1.2.7"},"devDependencies":{"@es-shims/api":"^2.5.1","@ljharb/eslint-config":"^21.1.1","auto-changelog":"^2.5.0","eclint":"^2.8.1","encoding":"^0.1.13","eslint":"=8.8.0","for-each":"^0.3.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","npmignore":"^0.3.1","nyc":"^10.3.2","safe-publish-latest":"^2.0.0","tape":"^5.9.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"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"v1.1.6"},"publishConfig":{"ignore":[".github/workflows"]},"_id":"function.prototype.name@1.1.8","gitHead":"dcf8083074120b13b99ff35dd6ebd56eb4b32dbb","bugs":{"url":"https://github.com/es-shims/Function.prototype.name/issues"},"homepage":"https://github.com/es-shims/Function.prototype.name#readme","_nodeVersion":"23.5.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==","shasum":"e68e1df7b259a5c949eeef95cdbde53edffabb78","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/function.prototype.name/-/function.prototype.name-1.1.8.tgz","fileCount":19,"unpackedSize":27062,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC00AMKBzTEx+GKmWi6XasfLvGbZFPm7XVwl6GYdtjvfgIhALmZnlGY1dLjEPcVhfN9hTLD9q6h6r3iHCzvY0w8I6ns"}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/function.prototype.name_1.1.8_1734673660989_0.4158645928845601"},"_hasShrinkwrap":false}},"name":"function.prototype.name","time":{"created":"2016-02-27T08:39:02.139Z","modified":"2024-12-20T05:47:41.458Z","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","1.1.3":"2020-11-28T07:00:34.566Z","1.1.4":"2021-02-22T21:28:42.804Z","1.1.5":"2021-10-02T19:55:06.522Z","1.1.6":"2023-08-28T16:43:53.198Z","1.1.7":"2024-12-15T20:37:11.686Z","1.1.8":"2024-12-20T05:47:41.222Z"},"readmeFilename":"README.md","homepage":"https://github.com/es-shims/Function.prototype.name#readme"}