package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "get-symbol-description@^1.0.2",
  3. "_id": "get-symbol-description@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
  6. "_location": "/get-symbol-description",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-symbol-description@^1.0.2",
  12. "name": "get-symbol-description",
  13. "escapedName": "get-symbol-description",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
  22. "_shasum": "533744d5aa20aca4e079c8e5daf7fd44202821f5",
  23. "_spec": "get-symbol-description@^1.0.2",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/get-symbol-description/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.5",
  43. "es-errors": "^1.3.0",
  44. "get-intrinsic": "^1.2.4"
  45. },
  46. "deprecated": false,
  47. "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.1.0",
  50. "aud": "^2.0.4",
  51. "auto-changelog": "^2.4.0",
  52. "es-value-fixtures": "^1.4.2",
  53. "eslint": "=8.8.0",
  54. "evalmd": "^0.0.19",
  55. "for-each": "^0.3.3",
  56. "hasown": "^2.0.0",
  57. "in-publish": "^2.0.1",
  58. "npmignore": "^0.3.1",
  59. "nyc": "^10.3.2",
  60. "object-inspect": "^1.13.1",
  61. "safe-publish-latest": "^2.0.0",
  62. "tape": "^5.7.4"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "exports": {
  68. ".": "./index.js",
  69. "./getInferredName": "./getInferredName.js",
  70. "./package.json": "./package.json"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "homepage": "https://github.com/inspect-js/get-symbol-description#readme",
  76. "keywords": [
  77. "symbol",
  78. "ecmascript",
  79. "javascript",
  80. "description"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "get-symbol-description",
  85. "publishConfig": {
  86. "ignore": [
  87. ".github/workflows"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/inspect-js/get-symbol-description.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --ext=.js,.mjs .",
  96. "postlint": "evalmd README.md",
  97. "posttest": "aud --production",
  98. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  99. "prepack": "npmignore --auto --commentLines=autogenerated",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest",
  102. "pretest": "npm run lint",
  103. "test": "npm run tests-only",
  104. "tests-only": "nyc tape 'test/**/*.js'",
  105. "version": "auto-changelog && git add CHANGELOG.md"
  106. },
  107. "version": "1.0.2"
  108. }