package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "@commitlint/cli@^15.0.0",
  3. "_id": "@commitlint/cli@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==",
  6. "_location": "/@commitlint/cli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@commitlint/cli@^15.0.0",
  12. "name": "@commitlint/cli",
  13. "escapedName": "@commitlint%2fcli",
  14. "scope": "@commitlint",
  15. "rawSpec": "^15.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^15.0.0"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-15.0.0.tgz",
  23. "_shasum": "8e78e86ee2b6955c1a5d140e734a6c171ce367ee",
  24. "_spec": "@commitlint/cli@^15.0.0",
  25. "_where": "H:\\gs_nuxt",
  26. "author": {
  27. "name": "Mario Nebl",
  28. "email": "hello@herebecode.com"
  29. },
  30. "bin": {
  31. "commitlint": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/conventional-changelog/commitlint/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@commitlint/format": "^15.0.0",
  39. "@commitlint/lint": "^15.0.0",
  40. "@commitlint/load": "^15.0.0",
  41. "@commitlint/read": "^15.0.0",
  42. "@commitlint/types": "^15.0.0",
  43. "lodash": "^4.17.19",
  44. "resolve-from": "5.0.0",
  45. "resolve-global": "1.0.0",
  46. "yargs": "^17.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Lint your commit messages",
  50. "devDependencies": {
  51. "@commitlint/test": "^15.0.0",
  52. "@commitlint/utils": "^15.0.0",
  53. "@types/node": "12.20.37",
  54. "@types/yargs": "^17.0.0",
  55. "execa": "^5.0.0",
  56. "fs-extra": "^10.0.0"
  57. },
  58. "engines": {
  59. "node": ">=v12"
  60. },
  61. "files": [
  62. "index.js",
  63. "cli.js",
  64. "lib"
  65. ],
  66. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  67. "homepage": "https://commitlint.js.org/",
  68. "keywords": [
  69. "conventional-changelog",
  70. "commitlint",
  71. "cli"
  72. ],
  73. "license": "MIT",
  74. "name": "@commitlint/cli",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  78. "directory": "@commitlint/cli"
  79. },
  80. "scripts": {
  81. "deps": "dep-check",
  82. "pkg": "pkg-check"
  83. },
  84. "version": "15.0.0"
  85. }