package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@commitlint/parse@^15.0.0",
  3. "_id": "@commitlint/parse@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
  6. "_location": "/@commitlint/parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@commitlint/parse@^15.0.0",
  12. "name": "@commitlint/parse",
  13. "escapedName": "@commitlint%2fparse",
  14. "scope": "@commitlint",
  15. "rawSpec": "^15.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^15.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@commitlint/lint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
  23. "_shasum": "cac77b7514748b8d01d00c0e67d5e54c695c302c",
  24. "_spec": "@commitlint/parse@^15.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\lint",
  26. "author": {
  27. "name": "Mario Nebl",
  28. "email": "hello@herebecode.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/conventional-changelog/commitlint/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@commitlint/types": "^15.0.0",
  36. "conventional-changelog-angular": "^5.0.11",
  37. "conventional-commits-parser": "^3.2.2"
  38. },
  39. "deprecated": false,
  40. "description": "Lint your commit messages",
  41. "devDependencies": {
  42. "@commitlint/test": "^15.0.0",
  43. "@commitlint/utils": "^15.0.0"
  44. },
  45. "engines": {
  46. "node": ">=v12"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  52. "homepage": "https://commitlint.js.org/",
  53. "keywords": [
  54. "conventional-changelog",
  55. "commitlint",
  56. "library",
  57. "core"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "@commitlint/parse",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  65. "directory": "@commitlint/parse"
  66. },
  67. "scripts": {
  68. "deps": "dep-check",
  69. "pkg": "pkg-check"
  70. },
  71. "types": "lib/index.d.ts",
  72. "version": "15.0.0"
  73. }