package.json 1.8 KB

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