package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "is-date-object@^1.0.1",
  3. "_id": "is-date-object@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==",
  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. "/deep-equal",
  20. "/es-to-primitive"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.4.tgz",
  23. "_shasum": "550cfcc03afada05eea3dd30981c7b09551f73e5",
  24. "_spec": "is-date-object@^1.0.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\es-to-primitive",
  26. "author": {
  27. "name": "Jordan Harband"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-date-object/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^17.6.0",
  45. "aud": "^1.1.5",
  46. "auto-changelog": "^2.2.1",
  47. "core-js": "^3.12.0",
  48. "eslint": "^7.26.0",
  49. "foreach": "^2.0.5",
  50. "indexof": "^0.0.1",
  51. "is": "^3.3.0",
  52. "nyc": "^10.3.2",
  53. "safe-publish-latest": "^1.1.4",
  54. "tape": "^5.2.2"
  55. },
  56. "engines": {
  57. "node": ">= 0.4"
  58. },
  59. "funding": {
  60. "url": "https://github.com/sponsors/ljharb"
  61. },
  62. "homepage": "https://github.com/inspect-js/is-date-object#readme",
  63. "keywords": [
  64. "Date",
  65. "ES6",
  66. "toStringTag",
  67. "@@toStringTag",
  68. "Date object"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "is-date-object",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/inspect-js/is-date-object.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "posttest": "aud --production",
  80. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  81. "prepublish": "not-in-publish || npm run prepublishOnly",
  82. "prepublishOnly": "safe-publish-latest",
  83. "pretest": "npm run lint",
  84. "test": "npm run tests-only && npm run test:corejs",
  85. "test:corejs": "nyc tape test-corejs.js",
  86. "tests-only": "nyc tape 'test/**/*.js'",
  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.4"
  108. }