package.json 3.4 KB

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