You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
3.9 KiB

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