package.json 2.0 KB

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