package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@commitlint/resolve-extends@^15.0.0",
  3. "_id": "@commitlint/resolve-extends@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==",
  6. "_location": "/@commitlint/resolve-extends",
  7. "_phantomChildren": {
  8. "parent-module": "1.0.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "@commitlint/resolve-extends@^15.0.0",
  14. "name": "@commitlint/resolve-extends",
  15. "escapedName": "@commitlint%2fresolve-extends",
  16. "scope": "@commitlint",
  17. "rawSpec": "^15.0.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^15.0.0"
  20. },
  21. "_requiredBy": [
  22. "/@commitlint/load"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-15.0.0.tgz",
  25. "_shasum": "baf21227e2ac52cef546ec35dd6732e9b0b6e57c",
  26. "_spec": "@commitlint/resolve-extends@^15.0.0",
  27. "_where": "H:\\gs_nuxt\\node_modules\\@commitlint\\load",
  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. "import-fresh": "^3.0.0",
  38. "lodash": "^4.17.19",
  39. "resolve-from": "^5.0.0",
  40. "resolve-global": "^1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Lint your commit messages",
  44. "devDependencies": {
  45. "@commitlint/utils": "^15.0.0",
  46. "@types/lodash": "^4.14.161"
  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/resolve-extends",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/conventional-changelog/commitlint.git",
  68. "directory": "@commitlint/resolve-extends"
  69. },
  70. "scripts": {
  71. "deps": "dep-check",
  72. "pkg": "pkg-check"
  73. },
  74. "types": "lib/index.d.ts",
  75. "version": "15.0.0"
  76. }