package.json 2.2 KB

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