package.json 3.4 KB

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