package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "get-symbol-description@^1.0.0",
  3. "_id": "get-symbol-description@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  6. "_location": "/get-symbol-description",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-symbol-description@^1.0.0",
  12. "name": "get-symbol-description",
  13. "escapedName": "get-symbol-description",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  22. "_shasum": "7fdb81c900101fbd564dd5f1a30af5aadc1e58d6",
  23. "_spec": "get-symbol-description@^1.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.2",
  43. "get-intrinsic": "^1.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^17.6.0",
  49. "aud": "^1.1.5",
  50. "auto-changelog": "^2.3.0",
  51. "es-value-fixtures": "^1.2.1",
  52. "eslint": "^7.32.0",
  53. "evalmd": "^0.0.19",
  54. "foreach": "^2.0.5",
  55. "has": "^1.0.3",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.11.0",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.3.1"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "exports": {
  65. ".": "./index.js",
  66. "./getInferredName": "./getInferredName.js",
  67. "./package.json": "./package.json"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/inspect-js/get-symbol-description#readme",
  73. "keywords": [
  74. "symbol",
  75. "ecmascript",
  76. "javascript",
  77. "description"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "get-symbol-description",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/inspect-js/get-symbol-description.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --ext=.js,.mjs .",
  88. "postlint": "evalmd README.md",
  89. "posttest": "aud --production",
  90. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "nyc tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "version": "1.0.0"
  99. }