package.json 3.6 KB

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