package.json 1.9 KB

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