package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_from": "has-symbols@^1.0.1",
  3. "_id": "has-symbols@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
  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. "/is-regex",
  22. "/is-symbol",
  23. "/object.assign",
  24. "/string.prototype.matchall",
  25. "/unbox-primitive",
  26. "/util.promisify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
  29. "_shasum": "165d3070c00309752a1236a479331e3ac56f1423",
  30. "_spec": "has-symbols@^1.0.1",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\object.assign",
  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/inspect-js/has-symbols/issues"
  47. },
  48. "bundleDependencies": false,
  49. "contributors": [
  50. {
  51. "name": "Jordan Harband",
  52. "email": "ljharb@gmail.com",
  53. "url": "http://ljharb.codes"
  54. }
  55. ],
  56. "deprecated": false,
  57. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  58. "devDependencies": {
  59. "@ljharb/eslint-config": "^17.5.1",
  60. "aud": "^1.1.4",
  61. "auto-changelog": "^2.2.1",
  62. "core-js": "^2.6.12",
  63. "eslint": "^7.20.0",
  64. "get-own-property-symbols": "^0.9.5",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^1.1.4",
  67. "tape": "^5.2.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "greenkeeper": {
  76. "ignore": [
  77. "core-js"
  78. ]
  79. },
  80. "homepage": "https://github.com/inspect-js/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. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/inspect-js/has-symbols.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --ext=js,mjs .",
  100. "posttest": "aud --production",
  101. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  102. "prepublish": "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.2"
  132. }