package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "git-raw-commits@2.0.11",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "git-raw-commits@2.0.11",
  10. "_id": "git-raw-commits@2.0.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==",
  13. "_location": "/git-raw-commits",
  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": "git-raw-commits@2.0.11",
  23. "name": "git-raw-commits",
  24. "escapedName": "git-raw-commits",
  25. "rawSpec": "2.0.11",
  26. "saveSpec": null,
  27. "fetchSpec": "2.0.11"
  28. },
  29. "_requiredBy": [
  30. "/@commitlint/read"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz",
  33. "_spec": "2.0.11",
  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. "git-raw-commits": "cli.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  45. },
  46. "dependencies": {
  47. "dargs": "^7.0.0",
  48. "lodash": "^4.17.15",
  49. "meow": "^8.0.0",
  50. "split2": "^3.0.0",
  51. "through2": "^4.0.0"
  52. },
  53. "description": "Get raw git commits out of your repository using git-log(1)",
  54. "engines": {
  55. "node": ">=10"
  56. },
  57. "files": [
  58. "index.js",
  59. "cli.js"
  60. ],
  61. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme",
  62. "keywords": [
  63. "git-raw-commits",
  64. "raw",
  65. "commit",
  66. "commits",
  67. "git",
  68. "log",
  69. "git-log"
  70. ],
  71. "license": "MIT",
  72. "name": "git-raw-commits",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/conventional-changelog/conventional-changelog.git"
  76. },
  77. "scripts": {
  78. "test-windows": "mocha --timeout 30000"
  79. },
  80. "version": "2.0.11"
  81. }