{
  "_from": "get-symbol-description@^1.0.2",
  "_id": "get-symbol-description@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
  "_location": "/get-symbol-description",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-symbol-description@^1.0.2",
    "name": "get-symbol-description",
    "escapedName": "get-symbol-description",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
  "_shasum": "533744d5aa20aca4e079c8e5daf7fd44202821f5",
  "_spec": "get-symbol-description@^1.0.2",
  "_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\es-abstract",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/inspect-js/get-symbol-description/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "call-bind": "^1.0.5",
    "es-errors": "^1.3.0",
    "get-intrinsic": "^1.2.4"
  },
  "deprecated": false,
  "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "aud": "^2.0.4",
    "auto-changelog": "^2.4.0",
    "es-value-fixtures": "^1.4.2",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "for-each": "^0.3.3",
    "hasown": "^2.0.0",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "object-inspect": "^1.13.1",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.7.4"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    ".": "./index.js",
    "./getInferredName": "./getInferredName.js",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/get-symbol-description#readme",
  "keywords": [
    "symbol",
    "ecmascript",
    "javascript",
    "description"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "get-symbol-description",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/get-symbol-description.git"
  },
  "scripts": {
    "lint": "eslint --ext=.js,.mjs .",
    "postlint": "evalmd README.md",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.0.2"
}