package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "@commitlint/rules@^15.0.0",
  3. "_id": "@commitlint/rules@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
  6. "_location": "/@commitlint/rules",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@commitlint/rules@^15.0.0",
  12. "name": "@commitlint/rules",
  13. "escapedName": "@commitlint%2frules",
  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/rules/-/rules-15.0.0.tgz",
  23. "_shasum": "326370abc004492fcb5543198d1d55b14e25e3c8",
  24. "_spec": "@commitlint/rules@^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/ensure": "^15.0.0",
  36. "@commitlint/message": "^15.0.0",
  37. "@commitlint/to-lines": "^15.0.0",
  38. "@commitlint/types": "^15.0.0",
  39. "execa": "^5.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Lint your commit messages",
  43. "devDependencies": {
  44. "@commitlint/parse": "^15.0.0",
  45. "@commitlint/test": "^15.0.0",
  46. "@commitlint/utils": "^15.0.0",
  47. "conventional-changelog-angular": "5.0.13",
  48. "globby": "^11.0.0"
  49. },
  50. "engines": {
  51. "node": ">=v12"
  52. },
  53. "files": [
  54. "lib/"
  55. ],
  56. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  57. "homepage": "https://commitlint.js.org/",
  58. "keywords": [
  59. "conventional-changelog",
  60. "commitlint",
  61. "library",
  62. "core"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/index.js",
  66. "name": "@commitlint/rules",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  70. "directory": "@commitlint/rules"
  71. },
  72. "scripts": {
  73. "deps": "dep-check",
  74. "pkg": "pkg-check"
  75. },
  76. "types": "lib/index.d.ts",
  77. "version": "15.0.0"
  78. }