package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_args": [
  3. [
  4. "time-stamp@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-middleware"
  6. ]
  7. ],
  8. "_from": "time-stamp@>=2.0.0 <3.0.0",
  9. "_id": "time-stamp@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/time-stamp",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/time-stamp-2.0.0.tgz_1494811824537_0.8978691305965185"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "4.5.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "time-stamp",
  26. "raw": "time-stamp@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-dev-middleware"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz",
  36. "_shasum": "95c6a44530e15ba8d6f4a3ecb8c3a3fac46da357",
  37. "_shrinkwrap": null,
  38. "_spec": "time-stamp@^2.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-middleware",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/time-stamp/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Daniel Stockman",
  50. "url": "http://evocateur.org"
  51. },
  52. {
  53. "name": "Drew",
  54. "url": "https://github.com/mendenhallmagic"
  55. },
  56. {
  57. "name": "Jon Schlinkert",
  58. "url": "http://twitter.com/jonschlinkert"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "Get a formatted timestamp.",
  63. "devDependencies": {
  64. "gulp-format-md": "^0.1.12",
  65. "mocha": "^3.4.1",
  66. "pad-left": "^2.1.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "95c6a44530e15ba8d6f4a3ecb8c3a3fac46da357",
  71. "tarball": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "gitHead": "14aae48160f815c874defbf1673564149201507d",
  80. "homepage": "https://github.com/jonschlinkert/time-stamp",
  81. "keywords": [
  82. "console",
  83. "date",
  84. "format",
  85. "formatting",
  86. "log",
  87. "pretty",
  88. "stamp",
  89. "terminal",
  90. "time",
  91. "time-stamp"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "maintainers": [
  96. {
  97. "name": "jonschlinkert",
  98. "email": "github@sellside.com"
  99. }
  100. ],
  101. "name": "time-stamp",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/jonschlinkert/time-stamp.git"
  107. },
  108. "scripts": {
  109. "test": "mocha"
  110. },
  111. "verb": {
  112. "helpers": {
  113. "timestamp": "./index.js"
  114. },
  115. "layout": "default",
  116. "lint": {
  117. "reflinks": true
  118. },
  119. "plugins": [
  120. "gulp-format-md"
  121. ],
  122. "reflinks": [
  123. "verb"
  124. ],
  125. "related": {
  126. "list": [
  127. "days",
  128. "iso-week",
  129. "month",
  130. "months",
  131. "o-clock",
  132. "seconds",
  133. "week",
  134. "weekday",
  135. "year"
  136. ]
  137. },
  138. "run": true,
  139. "tasks": [
  140. "readme"
  141. ],
  142. "toc": false
  143. },
  144. "version": "2.0.0"
  145. }