package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@commitlint/format@^15.0.0",
  3. "_id": "@commitlint/format@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==",
  6. "_location": "/@commitlint/format",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@commitlint/format@^15.0.0",
  12. "name": "@commitlint/format",
  13. "escapedName": "@commitlint%2fformat",
  14. "scope": "@commitlint",
  15. "rawSpec": "^15.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^15.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@commitlint/cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@commitlint/format/-/format-15.0.0.tgz",
  23. "_shasum": "10935180913de9384bea4c9217f4c6c5ee100ab3",
  24. "_spec": "@commitlint/format@^15.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\cli",
  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. "chalk": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Format commitlint reports",
  40. "devDependencies": {
  41. "@commitlint/utils": "^15.0.0"
  42. },
  43. "engines": {
  44. "node": ">=v12"
  45. },
  46. "files": [
  47. "lib/"
  48. ],
  49. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  50. "homepage": "https://commitlint.js.org/",
  51. "keywords": [
  52. "conventional-changelog",
  53. "commitlint",
  54. "library",
  55. "core"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "@commitlint/format",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  63. "directory": "@commitlint/format"
  64. },
  65. "scripts": {
  66. "deps": "dep-check",
  67. "pkg": "pkg-check --skip-import"
  68. },
  69. "types": "lib/index.d.ts",
  70. "version": "15.0.0"
  71. }