package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "@commitlint/load@^15.0.0",
  3. "_id": "@commitlint/load@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==",
  6. "_location": "/@commitlint/load",
  7. "_phantomChildren": {
  8. "@babel/code-frame": "7.16.7",
  9. "@types/parse-json": "4.0.0",
  10. "error-ex": "1.3.2",
  11. "json-parse-even-better-errors": "2.3.1",
  12. "lines-and-columns": "1.2.4",
  13. "parent-module": "1.0.1",
  14. "path-type": "4.0.0",
  15. "yaml": "1.10.2"
  16. },
  17. "_requested": {
  18. "type": "range",
  19. "registry": true,
  20. "raw": "@commitlint/load@^15.0.0",
  21. "name": "@commitlint/load",
  22. "escapedName": "@commitlint%2fload",
  23. "scope": "@commitlint",
  24. "rawSpec": "^15.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "^15.0.0"
  27. },
  28. "_requiredBy": [
  29. "/@commitlint/cli"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@commitlint/load/-/load-15.0.0.tgz",
  32. "_shasum": "5bd391c1387aafe92b54cf2a86b76a5228fcf4ef",
  33. "_spec": "@commitlint/load@^15.0.0",
  34. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\cli",
  35. "author": {
  36. "name": "Mario Nebl",
  37. "email": "hello@herebecode.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/conventional-changelog/commitlint/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "@commitlint/execute-rule": "^15.0.0",
  45. "@commitlint/resolve-extends": "^15.0.0",
  46. "@commitlint/types": "^15.0.0",
  47. "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
  48. "chalk": "^4.0.0",
  49. "cosmiconfig": "^7.0.0",
  50. "lodash": "^4.17.19",
  51. "resolve-from": "^5.0.0",
  52. "typescript": "^4.4.3"
  53. },
  54. "deprecated": false,
  55. "description": "Load shared commitlint configuration",
  56. "devDependencies": {
  57. "@commitlint/test": "^15.0.0",
  58. "@commitlint/utils": "^15.0.0",
  59. "@types/lodash": "4.14.177",
  60. "conventional-changelog-atom": "^2.0.8",
  61. "execa": "^5.0.0"
  62. },
  63. "engines": {
  64. "node": ">=v12"
  65. },
  66. "files": [
  67. "lib/"
  68. ],
  69. "gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca",
  70. "homepage": "https://commitlint.js.org/",
  71. "keywords": [
  72. "conventional-changelog",
  73. "commitlint",
  74. "library",
  75. "core"
  76. ],
  77. "license": "MIT",
  78. "main": "lib/load.js",
  79. "name": "@commitlint/load",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  83. "directory": "@commitlint/load"
  84. },
  85. "scripts": {
  86. "deps": "dep-check",
  87. "pkg": "pkg-check --skip-import"
  88. },
  89. "types": "lib/load.d.ts",
  90. "version": "15.0.0"
  91. }