package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "is-date-object@^1.0.1",
  3. "_id": "is-date-object@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  6. "_location": "/is-date-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-date-object@^1.0.1",
  12. "name": "is-date-object",
  13. "escapedName": "is-date-object",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/es-to-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  22. "_shasum": "0841d5536e724c25597bf6ea62e1bd38298df31f",
  23. "_spec": "is-date-object@^1.0.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\es-to-primitive",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "auto-changelog": {
  29. "output": "CHANGELOG.md",
  30. "template": "keepachangelog",
  31. "unreleased": false,
  32. "commitLimit": false,
  33. "backfillLimit": false,
  34. "hideCredit": true
  35. },
  36. "bugs": {
  37. "url": "https://github.com/inspect-js/is-date-object/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "has-tostringtag": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  45. "devDependencies": {
  46. "@ljharb/eslint-config": "^17.6.0",
  47. "aud": "^1.1.5",
  48. "auto-changelog": "^2.3.0",
  49. "core-js": "^3.12.0",
  50. "eslint": "^7.32.0",
  51. "foreach": "^2.0.5",
  52. "indexof": "^0.0.1",
  53. "is": "^3.3.0",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^1.1.4",
  56. "tape": "^5.3.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/inspect-js/is-date-object#readme",
  65. "keywords": [
  66. "Date",
  67. "ES6",
  68. "toStringTag",
  69. "@@toStringTag",
  70. "Date object"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "is-date-object",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/inspect-js/is-date-object.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint .",
  81. "posttest": "aud --production",
  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": "not-in-publish || npm run prepublishOnly",
  84. "prepublishOnly": "safe-publish-latest",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only && npm run test:corejs",
  87. "test:corejs": "nyc tape test-corejs.js",
  88. "tests-only": "nyc tape 'test/**/*.js'",
  89. "version": "auto-changelog && git add CHANGELOG.md"
  90. },
  91. "testling": {
  92. "files": "test/index.js",
  93. "browsers": [
  94. "iexplore/6.0..latest",
  95. "firefox/3.0..6.0",
  96. "firefox/15.0..latest",
  97. "firefox/nightly",
  98. "chrome/4.0..10.0",
  99. "chrome/20.0..latest",
  100. "chrome/canary",
  101. "opera/10.0..latest",
  102. "opera/next",
  103. "safari/4.0..latest",
  104. "ipad/6.0..latest",
  105. "iphone/6.0..latest",
  106. "android-browser/4.2"
  107. ]
  108. },
  109. "version": "1.0.5"
  110. }