package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "date-now@^0.1.4",
  5. "/home/seleznev/project Angular/Quality system/node_modules/console-browserify"
  6. ]
  7. ],
  8. "_from": "date-now@>=0.1.4 <0.2.0",
  9. "_id": "date-now@0.1.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/date-now",
  13. "_npmUser": {
  14. "email": "raynos2@gmail.com",
  15. "name": "raynos"
  16. },
  17. "_npmVersion": "1.2.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "date-now",
  21. "raw": "date-now@^0.1.4",
  22. "rawSpec": "^0.1.4",
  23. "scope": null,
  24. "spec": ">=0.1.4 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/console-browserify"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
  31. "_shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",
  32. "_shrinkwrap": null,
  33. "_spec": "date-now@^0.1.4",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/console-browserify",
  35. "author": {
  36. "email": "raynos2@gmail.com",
  37. "name": "Raynos"
  38. },
  39. "bugs": {
  40. "email": "raynos2@gmail.com",
  41. "url": "https://github.com/Colingo/date-now/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Artem Shoobovych"
  46. }
  47. ],
  48. "dependencies": {},
  49. "description": "A requirable version of Date.now()",
  50. "devDependencies": {
  51. "browserify": "https://github.com/raynos/node-browserify/tarball/master",
  52. "tape": "~0.2.2",
  53. "testem": "~0.2.52"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",
  58. "tarball": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz"
  59. },
  60. "homepage": "https://github.com/Colingo/date-now",
  61. "keywords": [],
  62. "licenses": [
  63. {
  64. "type": "MIT",
  65. "url": "http://github.com/Colingo/date-now/raw/master/LICENSE"
  66. }
  67. ],
  68. "main": "index",
  69. "maintainers": [
  70. {
  71. "name": "raynos",
  72. "email": "raynos2@gmail.com"
  73. }
  74. ],
  75. "name": "date-now",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/Colingo/date-now.git"
  81. },
  82. "scripts": {
  83. "build": "browserify test/index.js -o test/static/bundle.js",
  84. "test": "node ./test",
  85. "testem": "testem"
  86. },
  87. "testling": {
  88. "browsers": {
  89. "chrome": [
  90. "22",
  91. "23",
  92. "canary"
  93. ],
  94. "firefox": [
  95. "16",
  96. "17",
  97. "nightly"
  98. ],
  99. "ie": [
  100. "10",
  101. "8",
  102. "9"
  103. ],
  104. "opera": [
  105. "12",
  106. "next"
  107. ],
  108. "safari": [
  109. "5.1"
  110. ]
  111. },
  112. "files": "test/*.js"
  113. },
  114. "version": "0.1.4"
  115. }