Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

71 lines
1.9 KiB

  1. {
  2. "_from": "dateformat@^3.0.0",
  3. "_id": "dateformat@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==",
  6. "_location": "/dateformat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dateformat@^3.0.0",
  12. "name": "dateformat",
  13. "escapedName": "dateformat",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/conventional-changelog-writer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
  22. "_shasum": "a6e37499a4d9a9cf85ef5872044d62901c9889ae",
  23. "_spec": "dateformat@^3.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-changelog-writer",
  25. "author": {
  26. "name": "Steven Levithan"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/felixge/node-dateformat/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Steven Levithan"
  35. },
  36. {
  37. "name": "Felix Geisendörfer",
  38. "email": "felix@debuggable.com"
  39. },
  40. {
  41. "name": "Christoph Tavan",
  42. "email": "dev@tavan.de"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. }
  48. ],
  49. "deprecated": false,
  50. "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
  51. "devDependencies": {
  52. "mocha": "2.0.1",
  53. "underscore": "1.7.0"
  54. },
  55. "engines": {
  56. "node": "*"
  57. },
  58. "homepage": "https://github.com/felixge/node-dateformat",
  59. "license": "MIT",
  60. "main": "lib/dateformat",
  61. "maintainers": "Felix Geisendörfer <felix@debuggable.com>",
  62. "name": "dateformat",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/felixge/node-dateformat.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "version": "3.0.3"
  71. }