package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "get-symbol-description@1.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-symbol-description@1.0.0",
  10. "_id": "get-symbol-description@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  13. "_location": "/get-symbol-description",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-symbol-description@1.0.0",
  19. "name": "get-symbol-description",
  20. "escapedName": "get-symbol-description",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/get-symbol-description/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "get-intrinsic": "^1.1.1"
  49. },
  50. "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^17.6.0",
  53. "aud": "^1.1.5",
  54. "auto-changelog": "^2.3.0",
  55. "es-value-fixtures": "^1.2.1",
  56. "eslint": "^7.32.0",
  57. "evalmd": "^0.0.19",
  58. "foreach": "^2.0.5",
  59. "has": "^1.0.3",
  60. "nyc": "^10.3.2",
  61. "object-inspect": "^1.11.0",
  62. "safe-publish-latest": "^1.1.4",
  63. "tape": "^5.3.1"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "exports": {
  69. ".": "./index.js",
  70. "./getInferredName": "./getInferredName.js",
  71. "./package.json": "./package.json"
  72. },
  73. "funding": {
  74. "url": "https://github.com/sponsors/ljharb"
  75. },
  76. "homepage": "https://github.com/inspect-js/get-symbol-description#readme",
  77. "keywords": [
  78. "symbol",
  79. "ecmascript",
  80. "javascript",
  81. "description"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "get-symbol-description",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/inspect-js/get-symbol-description.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint --ext=.js,.mjs .",
  92. "postlint": "evalmd README.md",
  93. "posttest": "aud --production",
  94. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "tests-only": "nyc tape 'test/**/*.js'",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "version": "1.0.0"
  103. }