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.

139 lines
3.5 KiB

  1. {
  2. "_from": "@semantic-release/commit-analyzer",
  3. "_id": "@semantic-release/commit-analyzer@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2lb+t6muGenI86mYGpZYOgITx9L3oZYF697tJoqXeQEk0uw0fm+OkkOuDTBA3Oax9ftoNIrCKv9bwgYvxrbM6w==",
  6. "_location": "/@semantic-release/commit-analyzer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@semantic-release/commit-analyzer",
  12. "name": "@semantic-release/commit-analyzer",
  13. "escapedName": "@semantic-release%2fcommit-analyzer",
  14. "scope": "@semantic-release",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/",
  21. "#USER",
  22. "/semantic-release"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-6.1.0.tgz",
  25. "_shasum": "32bbe3c23da86e23edf072fbb276fa2f383fcb17",
  26. "_spec": "@semantic-release/commit-analyzer",
  27. "_where": "/home/camilo/Documents/projects/personal/simple-email",
  28. "author": {
  29. "name": "Pierre Vanduynslager",
  30. "url": "https://twitter.com/@pvdlg_"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/semantic-release/commit-analyzer/issues"
  34. },
  35. "bundleDependencies": false,
  36. "config": {
  37. "commitizen": {
  38. "path": "cz-conventional-changelog"
  39. }
  40. },
  41. "contributors": [
  42. {
  43. "name": "Stephan Bönnemann",
  44. "email": "stephan@boennemann.me",
  45. "url": "http://boennemann.me"
  46. },
  47. {
  48. "name": "Gregor Martynus",
  49. "url": "https://twitter.com/gr2m"
  50. }
  51. ],
  52. "dependencies": {
  53. "conventional-changelog-angular": "^5.0.0",
  54. "conventional-commits-filter": "^2.0.0",
  55. "conventional-commits-parser": "^3.0.0",
  56. "debug": "^4.0.0",
  57. "import-from": "^2.1.0",
  58. "lodash": "^4.17.4"
  59. },
  60. "deprecated": false,
  61. "description": "semantic-release plugin to analyze commits with conventional-changelog",
  62. "devDependencies": {
  63. "ava": "^0.25.0",
  64. "codecov": "^3.0.0",
  65. "commitizen": "^3.0.0",
  66. "conventional-changelog-atom": "^2.0.0",
  67. "conventional-changelog-ember": "^2.0.0",
  68. "conventional-changelog-eslint": "^3.0.0",
  69. "conventional-changelog-express": "^2.0.0",
  70. "conventional-changelog-jshint": "^2.0.0",
  71. "cz-conventional-changelog": "^2.0.0",
  72. "nyc": "^12.0.1",
  73. "rimraf": "^2.6.1",
  74. "semantic-release": "^15.0.0",
  75. "sinon": "^6.0.0",
  76. "xo": "^0.23.0"
  77. },
  78. "engines": {
  79. "node": ">=8.3"
  80. },
  81. "files": [
  82. "lib",
  83. "index.js"
  84. ],
  85. "homepage": "https://github.com/semantic-release/commit-analyzer#readme",
  86. "keywords": [
  87. "changelog",
  88. "commit-analyzer",
  89. "conventional-changelog",
  90. "conventional-commits",
  91. "github",
  92. "publish",
  93. "release",
  94. "semantic-release"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "@semantic-release/commit-analyzer",
  99. "nyc": {
  100. "include": [
  101. "lib/**/*.js",
  102. "index.js"
  103. ],
  104. "reporter": [
  105. "json",
  106. "text",
  107. "html"
  108. ],
  109. "all": true
  110. },
  111. "peerDependencies": {
  112. "semantic-release": ">=15.8.0 <16.0.0"
  113. },
  114. "prettier": {
  115. "printWidth": 120,
  116. "trailingComma": "es5"
  117. },
  118. "publishConfig": {
  119. "access": "public",
  120. "tag": "next"
  121. },
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/semantic-release/commit-analyzer.git"
  125. },
  126. "scripts": {
  127. "cm": "git-cz",
  128. "codecov": "codecov -f coverage/coverage-final.json",
  129. "lint": "xo",
  130. "pretest": "npm run lint",
  131. "semantic-release": "semantic-release",
  132. "test": "nyc ava -v"
  133. },
  134. "version": "6.1.0",
  135. "xo": {
  136. "prettier": true,
  137. "space": true
  138. }
  139. }