package.json 2.9 KB

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