package.json 1.8 KB

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