package.json 3.6 KB

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