package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "conventional-commits-parser@3.2.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "conventional-commits-parser@3.2.4",
  10. "_id": "conventional-commits-parser@3.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==",
  13. "_location": "/conventional-commits-parser",
  14. "_phantomChildren": {
  15. "inherits": "2.0.3",
  16. "string_decoder": "1.1.1",
  17. "util-deprecate": "1.0.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "conventional-commits-parser@3.2.4",
  23. "name": "conventional-commits-parser",
  24. "escapedName": "conventional-commits-parser",
  25. "rawSpec": "3.2.4",
  26. "saveSpec": null,
  27. "fetchSpec": "3.2.4"
  28. },
  29. "_requiredBy": [
  30. "/@commitlint/parse"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz",
  33. "_spec": "3.2.4",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Steve Mao",
  37. "email": "maochenyan@gmail.com",
  38. "url": "https://github.com/stevemao"
  39. },
  40. "bin": {
  41. "conventional-commits-parser": "cli.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  45. },
  46. "dependencies": {
  47. "JSONStream": "^1.0.4",
  48. "is-text-path": "^1.0.1",
  49. "lodash": "^4.17.15",
  50. "meow": "^8.0.0",
  51. "split2": "^3.0.0",
  52. "through2": "^4.0.0"
  53. },
  54. "description": "Parse raw conventional commits",
  55. "devDependencies": {
  56. "forceable-tty": "^0.1.0"
  57. },
  58. "engines": {
  59. "node": ">=10"
  60. },
  61. "files": [
  62. "index.js",
  63. "cli.js",
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme",
  67. "keywords": [
  68. "conventional-commits-parser",
  69. "changelog",
  70. "conventional",
  71. "parser",
  72. "parsing",
  73. "logs"
  74. ],
  75. "license": "MIT",
  76. "name": "conventional-commits-parser",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  80. },
  81. "scripts": {
  82. "test-windows": "echo 'make work on windows'"
  83. },
  84. "version": "3.2.4"
  85. }