You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
3.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-date-object@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/es-to-primitive"
  6. ]
  7. ],
  8. "_from": "is-date-object@>=1.0.1 <2.0.0",
  9. "_id": "is-date-object@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-date-object",
  13. "_nodeVersion": "4.1.1",
  14. "_npmUser": {
  15. "email": "ljharb@gmail.com",
  16. "name": "ljharb"
  17. },
  18. "_npmVersion": "2.14.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-date-object",
  22. "raw": "is-date-object@^1.0.1",
  23. "rawSpec": "^1.0.1",
  24. "scope": null,
  25. "spec": ">=1.0.1 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/deep-equal",
  30. "/es-to-primitive"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
  33. "_shasum": "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16",
  34. "_shrinkwrap": null,
  35. "_spec": "is-date-object@^1.0.1",
  36. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/es-to-primitive",
  37. "author": {
  38. "name": "Jordan Harband"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ljharb/is-date-object/issues"
  42. },
  43. "dependencies": {},
  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": "^1.2.0",
  47. "covert": "^1.1.0",
  48. "eslint": "^1.5.1",
  49. "foreach": "^2.0.5",
  50. "indexof": "^0.0.1",
  51. "is": "^3.1.0",
  52. "jscs": "^2.1.1",
  53. "nsp": "^1.1.0",
  54. "semver": "^5.0.3",
  55. "tape": "^4.2.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16",
  60. "tarball": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "gitHead": "b03d8e939fec4f139f135a01ff2a3229a424e8fd",
  66. "homepage": "https://github.com/ljharb/is-date-object#readme",
  67. "keywords": [
  68. "@@toStringTag",
  69. "Date",
  70. "Date object",
  71. "ES6",
  72. "toStringTag"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "ljharb",
  79. "email": "ljharb@gmail.com"
  80. }
  81. ],
  82. "name": "is-date-object",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/ljharb/is-date-object.git"
  88. },
  89. "scripts": {
  90. "coverage": "covert test.js",
  91. "coverage-quiet": "covert test.js --quiet",
  92. "eslint": "eslint test.js *.js",
  93. "jscs": "jscs test.js *.js",
  94. "lint": "npm run jscs && npm run eslint",
  95. "security": "nsp package",
  96. "test": "npm run lint && node --harmony --es-staging test.js && npm run security"
  97. },
  98. "testling": {
  99. "browsers": [
  100. "android-browser/4.2",
  101. "chrome/20.0..latest",
  102. "chrome/4.0..10.0",
  103. "chrome/canary",
  104. "firefox/15.0..latest",
  105. "firefox/3.0..6.0",
  106. "firefox/nightly",
  107. "iexplore/6.0..latest",
  108. "ipad/6.0..latest",
  109. "iphone/6.0..latest",
  110. "opera/10.0..latest",
  111. "opera/next",
  112. "safari/4.0..latest"
  113. ],
  114. "files": "test.js"
  115. },
  116. "version": "1.0.1"
  117. }