package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "has-tostringtag@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "has-tostringtag@1.0.0",
  9. "_id": "has-tostringtag@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  12. "_location": "/has-tostringtag",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-tostringtag@1.0.0",
  18. "name": "has-tostringtag",
  19. "escapedName": "has-tostringtag",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/es-set-tostringtag",
  26. "/is-arguments",
  27. "/is-boolean-object",
  28. "/is-date-object",
  29. "/is-number-object",
  30. "/is-regex",
  31. "/is-string",
  32. "/is-typed-array",
  33. "/which-typed-array"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  36. "_spec": "1.0.0",
  37. "_where": "E:\\2023\\5\\myjadmin",
  38. "author": {
  39. "name": "Jordan Harband",
  40. "email": "ljharb@gmail.com",
  41. "url": "http://ljharb.codes"
  42. },
  43. "auto-changelog": {
  44. "output": "CHANGELOG.md",
  45. "template": "keepachangelog",
  46. "unreleased": false,
  47. "commitLimit": false,
  48. "backfillLimit": false,
  49. "hideCredit": true
  50. },
  51. "bugs": {
  52. "url": "https://github.com/inspect-js/has-tostringtag/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Jordan Harband",
  57. "email": "ljharb@gmail.com",
  58. "url": "http://ljharb.codes"
  59. }
  60. ],
  61. "dependencies": {
  62. "has-symbols": "^1.0.2"
  63. },
  64. "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
  65. "devDependencies": {
  66. "@ljharb/eslint-config": "^17.6.0",
  67. "aud": "^1.1.5",
  68. "auto-changelog": "^2.3.0",
  69. "core-js": "^2.6.12",
  70. "eslint": "^7.32.0",
  71. "get-own-property-symbols": "^0.9.5",
  72. "nyc": "^10.3.2",
  73. "safe-publish-latest": "^1.1.4",
  74. "tape": "^5.3.0"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "exports": {
  80. ".": "./index.js",
  81. "./shams": "./shams.js",
  82. "./package.json": "./package.json"
  83. },
  84. "funding": {
  85. "url": "https://github.com/sponsors/ljharb"
  86. },
  87. "homepage": "https://github.com/inspect-js/has-tostringtag#readme",
  88. "keywords": [
  89. "javascript",
  90. "ecmascript",
  91. "symbol",
  92. "symbols",
  93. "tostringtag",
  94. "Symbol.toStringTag"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "has-tostringtag",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/inspect-js/has-tostringtag.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prepublish": "not-in-publish || npm run prepublishOnly",
  108. "prepublishOnly": "safe-publish-latest",
  109. "pretest": "npm run --silent lint",
  110. "test": "npm run tests-only",
  111. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  112. "test:shams:corejs": "nyc node test/shams/core-js.js",
  113. "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
  114. "test:staging": "nyc node --harmony --es-staging test",
  115. "test:stock": "nyc node test",
  116. "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
  117. "version": "auto-changelog && git add CHANGELOG.md"
  118. },
  119. "version": "1.0.0"
  120. }