package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "@commitlint/read@^15.0.0",
  3. "_id": "@commitlint/read@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==",
  6. "_location": "/@commitlint/read",
  7. "_phantomChildren": {
  8. "graceful-fs": "4.2.10",
  9. "jsonfile": "6.1.0",
  10. "universalify": "2.0.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "@commitlint/read@^15.0.0",
  16. "name": "@commitlint/read",
  17. "escapedName": "@commitlint%2fread",
  18. "scope": "@commitlint",
  19. "rawSpec": "^15.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^15.0.0"
  22. },
  23. "_requiredBy": [
  24. "/@commitlint/cli"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@commitlint/read/-/read-15.0.0.tgz",
  27. "_shasum": "da839f3b4d49b05586a9cd2666cc8c4a36b9ec91",
  28. "_spec": "@commitlint/read@^15.0.0",
  29. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\cli",
  30. "author": {
  31. "name": "Mario Nebl",
  32. "email": "hello@herebecode.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/conventional-changelog/commitlint/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@commitlint/top-level": "^15.0.0",
  40. "@commitlint/types": "^15.0.0",
  41. "fs-extra": "^10.0.0",
  42. "git-raw-commits": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Read commit messages from a specified range or last edit",
  46. "devDependencies": {
  47. "@commitlint/test": "^15.0.0",
  48. "@commitlint/utils": "^15.0.0",
  49. "@types/fs-extra": "^9.0.1",
  50. "@types/git-raw-commits": "^2.0.0",
  51. "execa": "^5.0.0"
  52. },
  53. "engines": {
  54. "node": ">=v12"
  55. },
  56. "files": [
  57. "lib/"
  58. ],
  59. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  60. "homepage": "https://commitlint.js.org/",
  61. "keywords": [
  62. "conventional-changelog",
  63. "commitlint",
  64. "library",
  65. "core"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/read.js",
  69. "name": "@commitlint/read",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  73. "directory": "@commitlint/read"
  74. },
  75. "scripts": {
  76. "deps": "dep-check",
  77. "pkg": "pkg-check --skip-import"
  78. },
  79. "types": "lib/read.d.ts",
  80. "version": "15.0.0"
  81. }