package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "is-date-object@1.0.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-date-object@1.0.5",
  10. "_id": "is-date-object@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=",
  13. "_location": "/is-date-object",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-date-object@1.0.5",
  19. "name": "is-date-object",
  20. "escapedName": "is-date-object",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/deep-equal",
  27. "/es-to-primitive"
  28. ],
  29. "_resolved": "https://registry.nlark.com/is-date-object/download/is-date-object-1.0.5.tgz",
  30. "_spec": "1.0.5",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Jordan Harband"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/is-date-object/issues"
  45. },
  46. "dependencies": {
  47. "has-tostringtag": "^1.0.0"
  48. },
  49. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.6.0",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "core-js": "^3.12.0",
  55. "eslint": "^7.32.0",
  56. "foreach": "^2.0.5",
  57. "indexof": "^0.0.1",
  58. "is": "^3.3.0",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^1.1.4",
  61. "tape": "^5.3.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/inspect-js/is-date-object#readme",
  70. "keywords": [
  71. "Date",
  72. "ES6",
  73. "toStringTag",
  74. "@@toStringTag",
  75. "Date object"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-date-object",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/inspect-js/is-date-object.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "posttest": "aud --production",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepublish": "not-in-publish || npm run prepublishOnly",
  89. "prepublishOnly": "safe-publish-latest",
  90. "pretest": "npm run lint",
  91. "test": "npm run tests-only && npm run test:corejs",
  92. "test:corejs": "nyc tape test-corejs.js",
  93. "tests-only": "nyc tape 'test/**/*.js'",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "testling": {
  97. "files": "test/index.js",
  98. "browsers": [
  99. "iexplore/6.0..latest",
  100. "firefox/3.0..6.0",
  101. "firefox/15.0..latest",
  102. "firefox/nightly",
  103. "chrome/4.0..10.0",
  104. "chrome/20.0..latest",
  105. "chrome/canary",
  106. "opera/10.0..latest",
  107. "opera/next",
  108. "safari/4.0..latest",
  109. "ipad/6.0..latest",
  110. "iphone/6.0..latest",
  111. "android-browser/4.2"
  112. ]
  113. },
  114. "version": "1.0.5"
  115. }