package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "time-stamp@1.1.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "time-stamp@1.1.0",
  10. "_id": "time-stamp@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=",
  13. "_location": "/time-stamp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "time-stamp@1.1.0",
  19. "name": "time-stamp",
  20. "escapedName": "time-stamp",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/fancy-log"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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. "description": "Get a formatted timestamp.",
  53. "devDependencies": {
  54. "gulp-format-md": "^0.1.12",
  55. "mocha": "^3.4.1",
  56. "pad-left": "^2.1.0"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jonschlinkert/time-stamp",
  65. "keywords": [
  66. "console",
  67. "date",
  68. "format",
  69. "formatting",
  70. "log",
  71. "pretty",
  72. "stamp",
  73. "terminal",
  74. "time",
  75. "time-stamp"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "time-stamp",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/time-stamp.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "run": true,
  89. "toc": false,
  90. "layout": "default",
  91. "tasks": [
  92. "readme"
  93. ],
  94. "plugins": [
  95. "gulp-format-md"
  96. ],
  97. "helpers": {
  98. "timestamp": "./index.js"
  99. },
  100. "related": {
  101. "list": [
  102. "days",
  103. "iso-week",
  104. "month",
  105. "months",
  106. "o-clock",
  107. "seconds",
  108. "week",
  109. "weekday",
  110. "year"
  111. ]
  112. },
  113. "reflinks": [
  114. "verb"
  115. ],
  116. "lint": {
  117. "reflinks": true
  118. }
  119. },
  120. "version": "1.1.0"
  121. }