package.json 3.7 KB

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