package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "time-stamp@^2.0.0",
  3. "_id": "time-stamp@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zxke8goJQpBeEgD82CXABeMh0LSJcj7CXEd0OHOg45HgcofF7pxNwZm9+RknpxpDhwN4gFpySkApKfFYfRQnUA==",
  6. "_location": "/time-stamp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "time-stamp@^2.0.0",
  12. "name": "time-stamp",
  13. "escapedName": "time-stamp",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-middleware"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.2.0.tgz",
  22. "_shasum": "917e0a66905688790ec7bbbde04046259af83f57",
  23. "_spec": "time-stamp@^2.0.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\webpack-dev-middleware",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/time-stamp/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Daniel Stockman",
  36. "url": "http://evocateur.org"
  37. },
  38. {
  39. "name": "Drew",
  40. "url": "https://github.com/mendenhallmagic"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "leesei",
  48. "url": "https://leesei.github.io"
  49. }
  50. ],
  51. "deprecated": false,
  52. "description": "Get a formatted timestamp.",
  53. "devDependencies": {
  54. "gulp-format-md": "^1.0.0",
  55. "mocha": "^5.2.0",
  56. "pad-left": "^2.1.0"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts"
  64. ],
  65. "homepage": "https://github.com/jonschlinkert/time-stamp",
  66. "keywords": [
  67. "console",
  68. "date",
  69. "format",
  70. "formatting",
  71. "log",
  72. "pretty",
  73. "stamp",
  74. "terminal",
  75. "time",
  76. "time-stamp"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "time-stamp",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jonschlinkert/time-stamp.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "types": "index.d.ts",
  89. "verb": {
  90. "run": true,
  91. "toc": true,
  92. "layout": "default",
  93. "tasks": [
  94. "readme"
  95. ],
  96. "helpers": [
  97. "./helpers.js"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "related": {
  103. "list": [
  104. "days",
  105. "iso-week",
  106. "month",
  107. "months",
  108. "o-clock",
  109. "seconds",
  110. "week",
  111. "weekday",
  112. "year"
  113. ]
  114. },
  115. "lint": {
  116. "reflinks": true
  117. }
  118. },
  119. "version": "2.2.0"
  120. }