package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "pretty-time@^1.1.0",
  3. "_id": "pretty-time@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==",
  6. "_location": "/pretty-time",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pretty-time@^1.1.0",
  12. "name": "pretty-time",
  13. "escapedName": "pretty-time",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/composer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz",
  22. "_shasum": "ffb7429afabb8535c346a34e41873adf3d74dd0e",
  23. "_spec": "pretty-time@^1.1.0",
  24. "_where": "/home/kevin/Documents/Developer/docker/Popsu_colloque/wwwroot/html/web/themes/custom/popsu_colloque/node_modules/composer",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/pretty-time/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.",
  35. "devDependencies": {
  36. "gulp-format-md": "^1.0.0",
  37. "mocha": "^3.5.3"
  38. },
  39. "engines": {
  40. "node": ">=4"
  41. },
  42. "files": [
  43. "index.js",
  44. "utils.js"
  45. ],
  46. "homepage": "https://github.com/jonschlinkert/pretty-time",
  47. "keywords": [
  48. "convert",
  49. "date",
  50. "format",
  51. "formatting",
  52. "hour",
  53. "hrtime",
  54. "micro",
  55. "milli",
  56. "minute",
  57. "nano",
  58. "nanosecond",
  59. "pretty",
  60. "second",
  61. "time",
  62. "week"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "pretty-time",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/pretty-time.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "o-clock",
  86. "seconds",
  87. "time-stamp",
  88. "timescale",
  89. "week",
  90. "weekday",
  91. "year"
  92. ]
  93. },
  94. "lint": {
  95. "reflinks": true
  96. }
  97. },
  98. "version": "1.1.0"
  99. }