package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@commitlint/top-level@^15.0.0",
  3. "_id": "@commitlint/top-level@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==",
  6. "_location": "/@commitlint/top-level",
  7. "_phantomChildren": {
  8. "path-exists": "4.0.0",
  9. "yocto-queue": "0.1.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "@commitlint/top-level@^15.0.0",
  15. "name": "@commitlint/top-level",
  16. "escapedName": "@commitlint%2ftop-level",
  17. "scope": "@commitlint",
  18. "rawSpec": "^15.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^15.0.0"
  21. },
  22. "_requiredBy": [
  23. "/@commitlint/read"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-15.0.0.tgz",
  26. "_shasum": "467ec8377e81dfc916e1a20a27558862be1a4254",
  27. "_spec": "@commitlint/top-level@^15.0.0",
  28. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\read",
  29. "author": {
  30. "name": "Mario Nebl",
  31. "email": "hello@herebecode.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/conventional-changelog/commitlint/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "find-up": "^5.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Lint your commit messages",
  42. "devDependencies": {
  43. "@commitlint/utils": "^15.0.0"
  44. },
  45. "engines": {
  46. "node": ">=v12"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  52. "homepage": "https://commitlint.js.org/",
  53. "keywords": [
  54. "conventional-changelog",
  55. "commitlint",
  56. "library",
  57. "core"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "@commitlint/top-level",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  65. "directory": "@commitlint/top-level"
  66. },
  67. "scripts": {
  68. "deps": "dep-check",
  69. "pkg": "pkg-check"
  70. },
  71. "types": "lib/index.d.ts",
  72. "version": "15.0.0"
  73. }