package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "is-date-object@^1.0.1",
  5. "/home/seleznev/project Angular/Quality system/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. "/es-to-primitive"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
  32. "_shasum": "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16",
  33. "_shrinkwrap": null,
  34. "_spec": "is-date-object@^1.0.1",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/es-to-primitive",
  36. "author": {
  37. "name": "Jordan Harband"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/is-date-object/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^1.2.0",
  46. "covert": "^1.1.0",
  47. "eslint": "^1.5.1",
  48. "foreach": "^2.0.5",
  49. "indexof": "^0.0.1",
  50. "is": "^3.1.0",
  51. "jscs": "^2.1.1",
  52. "nsp": "^1.1.0",
  53. "semver": "^5.0.3",
  54. "tape": "^4.2.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "9aa20eb6aeebbff77fbd33e74ca01b33581d3a16",
  59. "tarball": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "gitHead": "b03d8e939fec4f139f135a01ff2a3229a424e8fd",
  65. "homepage": "https://github.com/ljharb/is-date-object#readme",
  66. "keywords": [
  67. "@@toStringTag",
  68. "Date",
  69. "Date object",
  70. "ES6",
  71. "toStringTag"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "ljharb",
  78. "email": "ljharb@gmail.com"
  79. }
  80. ],
  81. "name": "is-date-object",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/ljharb/is-date-object.git"
  87. },
  88. "scripts": {
  89. "coverage": "covert test.js",
  90. "coverage-quiet": "covert test.js --quiet",
  91. "eslint": "eslint test.js *.js",
  92. "jscs": "jscs test.js *.js",
  93. "lint": "npm run jscs && npm run eslint",
  94. "security": "nsp package",
  95. "test": "npm run lint && node --harmony --es-staging test.js && npm run security"
  96. },
  97. "testling": {
  98. "browsers": [
  99. "android-browser/4.2",
  100. "chrome/20.0..latest",
  101. "chrome/4.0..10.0",
  102. "chrome/canary",
  103. "firefox/15.0..latest",
  104. "firefox/3.0..6.0",
  105. "firefox/nightly",
  106. "iexplore/6.0..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "opera/10.0..latest",
  110. "opera/next",
  111. "safari/4.0..latest"
  112. ],
  113. "files": "test.js"
  114. },
  115. "version": "1.0.1"
  116. }