package.json 4.0 KB

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