package.json 3.1 KB

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