package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "git-raw-commits@^2.0.0",
  3. "_id": "git-raw-commits@2.0.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==",
  6. "_location": "/git-raw-commits",
  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": "git-raw-commits@^2.0.0",
  16. "name": "git-raw-commits",
  17. "escapedName": "git-raw-commits",
  18. "rawSpec": "^2.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.0.0"
  21. },
  22. "_requiredBy": [
  23. "/@commitlint/read"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz",
  26. "_shasum": "bc3576638071d18655e1cc60d7f524920008d723",
  27. "_spec": "git-raw-commits@^2.0.0",
  28. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\read",
  29. "author": {
  30. "name": "Steve Mao",
  31. "email": "maochenyan@gmail.com",
  32. "url": "https://github.com/stevemao"
  33. },
  34. "bin": {
  35. "git-raw-commits": "cli.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "dargs": "^7.0.0",
  43. "lodash": "^4.17.15",
  44. "meow": "^8.0.0",
  45. "split2": "^3.0.0",
  46. "through2": "^4.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Get raw git commits out of your repository using git-log(1)",
  50. "engines": {
  51. "node": ">=10"
  52. },
  53. "files": [
  54. "index.js",
  55. "cli.js"
  56. ],
  57. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme",
  58. "keywords": [
  59. "git-raw-commits",
  60. "raw",
  61. "commit",
  62. "commits",
  63. "git",
  64. "log",
  65. "git-log"
  66. ],
  67. "license": "MIT",
  68. "name": "git-raw-commits",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  72. },
  73. "scripts": {
  74. "test-windows": "mocha --timeout 30000"
  75. },
  76. "version": "2.0.11"
  77. }