package.json 2.4 KB

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