package.json 3.7 KB

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