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.

82 lines
2.5 KiB

  1. {
  2. "_from": "conventional-changelog-writer@^4.0.0",
  3. "_id": "conventional-changelog-writer@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d8/FQY/fix2xXEBUhOo8u3DCbyEw3UOQgYHxLsPDw+wHUDma/GQGAGsGtoH876WyNs32fViHmTOUrgRKVLvBug==",
  6. "_location": "/conventional-changelog-writer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "conventional-changelog-writer@^4.0.0",
  12. "name": "conventional-changelog-writer",
  13. "escapedName": "conventional-changelog-writer",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@semantic-release/release-notes-generator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.2.tgz",
  22. "_shasum": "eb493ed84269e7a663da36e49af51c54639c9a67",
  23. "_spec": "conventional-changelog-writer@^4.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/release-notes-generator",
  25. "author": {
  26. "name": "Steve Mao",
  27. "email": "maochenyan@gmail.com",
  28. "url": "https://github.com/stevemao"
  29. },
  30. "bin": {
  31. "conventional-changelog-writer": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "compare-func": "^1.3.1",
  39. "conventional-commits-filter": "^2.0.1",
  40. "dateformat": "^3.0.0",
  41. "handlebars": "^4.0.2",
  42. "json-stringify-safe": "^5.0.1",
  43. "lodash": "^4.2.1",
  44. "meow": "^4.0.0",
  45. "semver": "^5.5.0",
  46. "split": "^1.0.0",
  47. "through2": "^2.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Write logs based on conventional commits and templates",
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "cli.js",
  57. "lib",
  58. "templates"
  59. ],
  60. "gitHead": "bfd7593c4ce82c5835a9fa8f45796dfd6d697409",
  61. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#readme",
  62. "keywords": [
  63. "conventional-changelog-writer",
  64. "changelog",
  65. "conventional",
  66. "commits",
  67. "templates",
  68. "writer",
  69. "writing",
  70. "logs"
  71. ],
  72. "license": "MIT",
  73. "name": "conventional-changelog-writer",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  77. },
  78. "scripts": {
  79. "test-windows": "echo 'make work on windows'"
  80. },
  81. "version": "4.0.2"
  82. }