package.json 2.0 KB

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