package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "has-symbols@1.0.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-symbols@1.0.2",
  10. "_id": "has-symbols@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM=",
  13. "_location": "/has-symbols",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-symbols@1.0.2",
  19. "name": "has-symbols",
  20. "escapedName": "has-symbols",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/get-intrinsic",
  28. "/has-tostringtag",
  29. "/is-symbol",
  30. "/object.assign",
  31. "/unbox-primitive",
  32. "/util.promisify"
  33. ],
  34. "_resolved": "https://registry.nlark.com/has-symbols/download/has-symbols-1.0.2.tgz",
  35. "_spec": "1.0.2",
  36. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  37. "author": {
  38. "name": "Jordan Harband",
  39. "email": "ljharb@gmail.com",
  40. "url": "http://ljharb.codes"
  41. },
  42. "auto-changelog": {
  43. "output": "CHANGELOG.md",
  44. "template": "keepachangelog",
  45. "unreleased": false,
  46. "commitLimit": false,
  47. "backfillLimit": false,
  48. "hideCredit": true
  49. },
  50. "bugs": {
  51. "url": "https://github.com/inspect-js/has-symbols/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Jordan Harband",
  56. "email": "ljharb@gmail.com",
  57. "url": "http://ljharb.codes"
  58. }
  59. ],
  60. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  61. "devDependencies": {
  62. "@ljharb/eslint-config": "^17.5.1",
  63. "aud": "^1.1.4",
  64. "auto-changelog": "^2.2.1",
  65. "core-js": "^2.6.12",
  66. "eslint": "^7.20.0",
  67. "get-own-property-symbols": "^0.9.5",
  68. "nyc": "^10.3.2",
  69. "safe-publish-latest": "^1.1.4",
  70. "tape": "^5.2.0"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "funding": {
  76. "url": "https://github.com/sponsors/ljharb"
  77. },
  78. "greenkeeper": {
  79. "ignore": [
  80. "core-js"
  81. ]
  82. },
  83. "homepage": "https://github.com/inspect-js/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. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/inspect-js/has-symbols.git"
  100. },
  101. "scripts": {
  102. "lint": "eslint --ext=js,mjs .",
  103. "posttest": "aud --production",
  104. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  105. "prepublish": "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.2"
  135. }