package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@commitlint/config-conventional@^15.0.0",
  3. "_id": "@commitlint/config-conventional@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==",
  6. "_location": "/@commitlint/config-conventional",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@commitlint/config-conventional@^15.0.0",
  12. "name": "@commitlint/config-conventional",
  13. "escapedName": "@commitlint%2fconfig-conventional",
  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/config-conventional/-/config-conventional-15.0.0.tgz",
  23. "_shasum": "3bf1adf319e3b431de12ba82dc399524038b2d8f",
  24. "_spec": "@commitlint/config-conventional@^15.0.0",
  25. "_where": "H:\\gs_nuxt",
  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. "conventional-changelog-conventionalcommits": "^4.3.1"
  36. },
  37. "deprecated": false,
  38. "description": "Shareable commitlint config enforcing conventional commits",
  39. "devDependencies": {
  40. "@commitlint/lint": "^15.0.0",
  41. "@commitlint/utils": "^15.0.0"
  42. },
  43. "engines": {
  44. "node": ">=v12"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  50. "homepage": "https://commitlint.js.org/",
  51. "keywords": [
  52. "conventional-changelog",
  53. "commitlint",
  54. "commitlint-config",
  55. "angular"
  56. ],
  57. "license": "MIT",
  58. "name": "@commitlint/config-conventional",
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  65. "directory": "@commitlint/config-conventional"
  66. },
  67. "scripts": {
  68. "deps": "dep-check",
  69. "pkg": "pkg-check"
  70. },
  71. "version": "15.0.0"
  72. }