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.

68 lines
2.1 KiB

  1. {
  2. "_from": "conventional-changelog-angular@^5.0.0",
  3. "_id": "conventional-changelog-angular@5.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yx7m7lVrXmt4nKWQgWZqxSALEiAKZhOAcbxdUaU9575mB0CzXVbgrgpfSnSP7OqWDUTYGD0YVJ0MSRdyOPgAwA==",
  6. "_location": "/conventional-changelog-angular",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "conventional-changelog-angular@^5.0.0",
  12. "name": "conventional-changelog-angular",
  13. "escapedName": "conventional-changelog-angular",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@semantic-release/commit-analyzer",
  20. "/@semantic-release/release-notes-generator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.2.tgz",
  23. "_shasum": "39d945635e03b6d0c9d4078b1df74e06163dc66a",
  24. "_spec": "conventional-changelog-angular@^5.0.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/commit-analyzer",
  26. "author": {
  27. "name": "Steve Mao"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "compare-func": "^1.3.1",
  35. "q": "^1.5.1"
  36. },
  37. "deprecated": false,
  38. "description": "conventional-changelog angular preset",
  39. "engines": {
  40. "node": ">=6.9.0"
  41. },
  42. "files": [
  43. "conventional-changelog.js",
  44. "conventional-recommended-bump.js",
  45. "index.js",
  46. "parser-opts.js",
  47. "writer-opts.js",
  48. "templates"
  49. ],
  50. "gitHead": "f301b0de0b954713a50b2256a3140e21817d14c0",
  51. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme",
  52. "keywords": [
  53. "conventional-changelog",
  54. "angular",
  55. "preset"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "conventional-changelog-angular",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  63. },
  64. "scripts": {
  65. "test-windows": "mocha --timeout 30000"
  66. },
  67. "version": "5.0.2"
  68. }