package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_from": "has-tostringtag@^1.0.2",
  3. "_id": "has-tostringtag@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  6. "_location": "/has-tostringtag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-tostringtag@^1.0.2",
  12. "name": "has-tostringtag",
  13. "escapedName": "has-tostringtag",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-set-tostringtag"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  22. "_shasum": "2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc",
  23. "_spec": "has-tostringtag@^1.0.2",
  24. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\es-set-tostringtag",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/has-tostringtag/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {
  50. "has-symbols": "^1.0.3"
  51. },
  52. "deprecated": false,
  53. "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^21.1.0",
  56. "@types/has-symbols": "^1.0.2",
  57. "@types/tape": "^5.6.4",
  58. "aud": "^2.0.4",
  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. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.7.4",
  68. "typescript": "next"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "exports": {
  74. ".": [
  75. {
  76. "types": "./index.d.ts",
  77. "default": "./index.js"
  78. },
  79. "./index.js"
  80. ],
  81. "./shams": [
  82. {
  83. "types": "./shams.d.ts",
  84. "default": "./shams.js"
  85. },
  86. "./shams.js"
  87. ],
  88. "./package.json": "./package.json"
  89. },
  90. "funding": {
  91. "url": "https://github.com/sponsors/ljharb"
  92. },
  93. "homepage": "https://github.com/inspect-js/has-tostringtag#readme",
  94. "keywords": [
  95. "javascript",
  96. "ecmascript",
  97. "symbol",
  98. "symbols",
  99. "tostringtag",
  100. "Symbol.toStringTag"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "has-tostringtag",
  105. "publishConfig": {
  106. "ignore": [
  107. ".github/workflows"
  108. ]
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/inspect-js/has-tostringtag.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint --ext=js,mjs .",
  116. "posttest": "aud --production",
  117. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  118. "prepack": "npmignore --auto --commentLines=autogenerated",
  119. "prepublish": "not-in-publish || npm run prepublishOnly",
  120. "prepublishOnly": "safe-publish-latest",
  121. "pretest": "npm run --silent lint",
  122. "test": "npm run tests-only",
  123. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  124. "test:shams:corejs": "nyc node test/shams/core-js.js",
  125. "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
  126. "test:staging": "nyc node --harmony --es-staging test",
  127. "test:stock": "nyc node test",
  128. "tests-only": "npm run test:stock && npm run test:shams",
  129. "version": "auto-changelog && git add CHANGELOG.md"
  130. },
  131. "types": "./index.d.ts",
  132. "version": "1.0.2"
  133. }