Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "is-date-object@^1.0.1",
  3. "_id": "is-date-object@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=",
  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.1.tgz",
  23. "_shasum": "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16",
  24. "_spec": "is-date-object@^1.0.1",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/es-to-primitive",
  26. "author": {
  27. "name": "Jordan Harband"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ljharb/is-date-object/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  36. "devDependencies": {
  37. "@ljharb/eslint-config": "^1.2.0",
  38. "covert": "^1.1.0",
  39. "eslint": "^1.5.1",
  40. "foreach": "^2.0.5",
  41. "indexof": "^0.0.1",
  42. "is": "^3.1.0",
  43. "jscs": "^2.1.1",
  44. "nsp": "^1.1.0",
  45. "semver": "^5.0.3",
  46. "tape": "^4.2.0"
  47. },
  48. "engines": {
  49. "node": ">= 0.4"
  50. },
  51. "homepage": "https://github.com/ljharb/is-date-object#readme",
  52. "keywords": [
  53. "Date",
  54. "ES6",
  55. "toStringTag",
  56. "@@toStringTag",
  57. "Date object"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "is-date-object",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/ljharb/is-date-object.git"
  65. },
  66. "scripts": {
  67. "coverage": "covert test.js",
  68. "coverage-quiet": "covert test.js --quiet",
  69. "eslint": "eslint test.js *.js",
  70. "jscs": "jscs test.js *.js",
  71. "lint": "npm run jscs && npm run eslint",
  72. "security": "nsp package",
  73. "test": "npm run lint && node --harmony --es-staging test.js && npm run security"
  74. },
  75. "testling": {
  76. "files": "test.js",
  77. "browsers": [
  78. "iexplore/6.0..latest",
  79. "firefox/3.0..6.0",
  80. "firefox/15.0..latest",
  81. "firefox/nightly",
  82. "chrome/4.0..10.0",
  83. "chrome/20.0..latest",
  84. "chrome/canary",
  85. "opera/10.0..latest",
  86. "opera/next",
  87. "safari/4.0..latest",
  88. "ipad/6.0..latest",
  89. "iphone/6.0..latest",
  90. "android-browser/4.2"
  91. ]
  92. },
  93. "version": "1.0.1"
  94. }