package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "time-stamp@1.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "time-stamp@1.0.1",
  10. "_id": "time-stamp@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-n0vSNVnJNllm8zAtu6KwfGuZsVE=",
  13. "_location": "/time-stamp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "time-stamp@1.0.1",
  19. "name": "time-stamp",
  20. "escapedName": "time-stamp",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/fancy-log"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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. "description": "Get a formatted timestamp.",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.7",
  41. "mocha": "^2.4.5",
  42. "pad-left": "^2.0.3"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/time-stamp",
  51. "keywords": [
  52. "console",
  53. "date",
  54. "format",
  55. "formatting",
  56. "log",
  57. "pretty",
  58. "stamp",
  59. "terminal",
  60. "time",
  61. "time-stamp"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "time-stamp",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/time-stamp.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "run": true,
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "days",
  86. "iso-week",
  87. "month",
  88. "months",
  89. "o-clock",
  90. "seconds",
  91. "week",
  92. "weekday",
  93. "year"
  94. ]
  95. },
  96. "reflinks": [
  97. "verb"
  98. ],
  99. "lint": {
  100. "reflinks": true
  101. }
  102. },
  103. "version": "1.0.1"
  104. }