package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "is-date-object@1.0.2",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_from": "is-date-object@1.0.2",
  9. "_id": "is-date-object@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==",
  12. "_location": "/is-date-object",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-date-object@1.0.2",
  18. "name": "is-date-object",
  19. "escapedName": "is-date-object",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/deep-equal",
  26. "/es-to-primitive"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Jordan Harband"
  33. },
  34. "auto-changelog": {
  35. "output": "CHANGELOG.md",
  36. "template": "keepachangelog",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/is-date-object/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^15.0.2",
  48. "auto-changelog": "^1.16.2",
  49. "covert": "^1.1.1",
  50. "eslint": "^6.7.2",
  51. "foreach": "^2.0.5",
  52. "indexof": "^0.0.1",
  53. "is": "^3.3.0",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^4.12.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/ljharb/is-date-object#readme",
  64. "keywords": [
  65. "Date",
  66. "ES6",
  67. "toStringTag",
  68. "@@toStringTag",
  69. "Date object"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "is-date-object",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/ljharb/is-date-object.git"
  77. },
  78. "scripts": {
  79. "coverage": "covert test/index.js",
  80. "lint": "eslint .",
  81. "posttest": "npx aud",
  82. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  83. "prepublish": "safe-publish-latest",
  84. "pretest": "npm run lint",
  85. "test": "npm run tests-only",
  86. "tests-only": "node --harmony --es-staging test",
  87. "version": "auto-changelog && git add CHANGELOG.md"
  88. },
  89. "testling": {
  90. "files": "test/index.js",
  91. "browsers": [
  92. "iexplore/6.0..latest",
  93. "firefox/3.0..6.0",
  94. "firefox/15.0..latest",
  95. "firefox/nightly",
  96. "chrome/4.0..10.0",
  97. "chrome/20.0..latest",
  98. "chrome/canary",
  99. "opera/10.0..latest",
  100. "opera/next",
  101. "safari/4.0..latest",
  102. "ipad/6.0..latest",
  103. "iphone/6.0..latest",
  104. "android-browser/4.2"
  105. ]
  106. },
  107. "version": "1.0.2"
  108. }