package.json 3.6 KB

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