You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

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