package.json 2.0 KB

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