package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_from": "has-symbols@^1.1.0",
  3. "_id": "has-symbols@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  6. "_location": "/has-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-symbols@^1.1.0",
  12. "name": "has-symbols",
  13. "escapedName": "has-symbols",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/get-intrinsic",
  21. "/has-tostringtag",
  22. "/is-symbol",
  23. "/object.assign",
  24. "/safe-array-concat",
  25. "/svgo/util.promisify",
  26. "/unbox-primitive",
  27. "/util.promisify"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  30. "_shasum": "fc9c6a783a084951d0b971fe1018de813707a338",
  31. "_spec": "has-symbols@^1.1.0",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\get-intrinsic",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com",
  36. "url": "http://ljharb.codes"
  37. },
  38. "auto-changelog": {
  39. "output": "CHANGELOG.md",
  40. "template": "keepachangelog",
  41. "unreleased": false,
  42. "commitLimit": false,
  43. "backfillLimit": false,
  44. "hideCredit": true
  45. },
  46. "bugs": {
  47. "url": "https://github.com/ljharb/has-symbols/issues"
  48. },
  49. "bundleDependencies": false,
  50. "contributors": [
  51. {
  52. "name": "Jordan Harband",
  53. "email": "ljharb@gmail.com",
  54. "url": "http://ljharb.codes"
  55. }
  56. ],
  57. "deprecated": false,
  58. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  59. "devDependencies": {
  60. "@arethetypeswrong/cli": "^0.17.0",
  61. "@ljharb/eslint-config": "^21.1.1",
  62. "@ljharb/tsconfig": "^0.2.0",
  63. "@types/core-js": "^2.5.8",
  64. "@types/tape": "^5.6.5",
  65. "auto-changelog": "^2.5.0",
  66. "core-js": "^2.6.12",
  67. "encoding": "^0.1.13",
  68. "eslint": "=8.8.0",
  69. "get-own-property-symbols": "^0.9.5",
  70. "in-publish": "^2.0.1",
  71. "npmignore": "^0.3.1",
  72. "nyc": "^10.3.2",
  73. "safe-publish-latest": "^2.0.0",
  74. "tape": "^5.9.0",
  75. "typescript": "next"
  76. },
  77. "engines": {
  78. "node": ">= 0.4"
  79. },
  80. "funding": {
  81. "url": "https://github.com/sponsors/ljharb"
  82. },
  83. "homepage": "https://github.com/ljharb/has-symbols#readme",
  84. "keywords": [
  85. "Symbol",
  86. "symbols",
  87. "typeof",
  88. "sham",
  89. "polyfill",
  90. "native",
  91. "core-js",
  92. "ES6"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "has-symbols",
  97. "publishConfig": {
  98. "ignore": [
  99. ".github/workflows",
  100. "types"
  101. ]
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/inspect-js/has-symbols.git"
  106. },
  107. "scripts": {
  108. "lint": "eslint --ext=js,mjs .",
  109. "postlint": "tsc -p . && attw -P",
  110. "posttest": "npx npm@'>=10.2' audit --production",
  111. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  112. "prepack": "npmignore --auto --commentLines=autogenerated",
  113. "prepublish": "not-in-publish || npm run prepublishOnly",
  114. "prepublishOnly": "safe-publish-latest",
  115. "pretest": "npm run --silent lint",
  116. "test": "npm run tests-only",
  117. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  118. "test:shams:corejs": "nyc node test/shams/core-js.js",
  119. "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
  120. "test:staging": "nyc node --harmony --es-staging test",
  121. "test:stock": "nyc node test",
  122. "tests-only": "npm run test:stock && npm run test:shams",
  123. "version": "auto-changelog && git add CHANGELOG.md"
  124. },
  125. "testling": {
  126. "files": "test/index.js",
  127. "browsers": [
  128. "iexplore/6.0..latest",
  129. "firefox/3.0..6.0",
  130. "firefox/15.0..latest",
  131. "firefox/nightly",
  132. "chrome/4.0..10.0",
  133. "chrome/20.0..latest",
  134. "chrome/canary",
  135. "opera/10.0..latest",
  136. "opera/next",
  137. "safari/4.0..latest",
  138. "ipad/6.0..latest",
  139. "iphone/6.0..latest",
  140. "android-browser/4.2"
  141. ]
  142. },
  143. "version": "1.1.0"
  144. }