{
  "_from": "functions-have-names@^1.2.0",
  "_id": "functions-have-names@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA==",
  "_location": "/functions-have-names",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "functions-have-names@^1.2.0",
    "name": "functions-have-names",
    "escapedName": "functions-have-names",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/function.prototype.name"
  ],
  "_resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.1.tgz",
  "_shasum": "a981ac397fa0c9964551402cdc5533d7a4d52f91",
  "_spec": "functions-have-names@^1.2.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/function.prototype.name",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false
  },
  "bugs": {
    "url": "https://github.com/ljharb/functions-have-names/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Does this JS environment support the `name` property on functions?",
  "devDependencies": {
    "@ljharb/eslint-config": "^15.1.0",
    "auto-changelog": "^1.16.2",
    "eslint": "^6.8.0",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.0-next.4"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/functions-have-names#readme",
  "keywords": [
    "function",
    "name",
    "es5",
    "names",
    "functions",
    "ie"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "functions-have-names",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/functions-have-names.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx aud",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "node test",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.2.1"
}
