package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/load@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/load@11.0.0",
  10. "_id": "@commitlint/load@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg==",
  13. "_location": "/@commitlint/load",
  14. "_phantomChildren": {
  15. "@babel/code-frame": "7.0.0",
  16. "@types/parse-json": "4.0.0",
  17. "error-ex": "1.3.2",
  18. "json-parse-even-better-errors": "2.3.1",
  19. "lines-and-columns": "1.2.4",
  20. "parent-module": "1.0.1",
  21. "yaml": "1.10.2"
  22. },
  23. "_requested": {
  24. "type": "version",
  25. "registry": true,
  26. "raw": "@commitlint/load@11.0.0",
  27. "name": "@commitlint/load",
  28. "escapedName": "@commitlint%2fload",
  29. "scope": "@commitlint",
  30. "rawSpec": "11.0.0",
  31. "saveSpec": null,
  32. "fetchSpec": "11.0.0"
  33. },
  34. "_requiredBy": [
  35. "/@commitlint/cli"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/@commitlint/load/-/load-11.0.0.tgz",
  38. "_spec": "11.0.0",
  39. "_where": "/Users/lihai/jolijoli/pad_spa",
  40. "author": {
  41. "name": "Mario Nebl",
  42. "email": "hello@herebecode.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/conventional-changelog/commitlint/issues"
  46. },
  47. "dependencies": {
  48. "@commitlint/execute-rule": "^11.0.0",
  49. "@commitlint/resolve-extends": "^11.0.0",
  50. "@commitlint/types": "^11.0.0",
  51. "chalk": "4.1.0",
  52. "cosmiconfig": "^7.0.0",
  53. "lodash": "^4.17.19",
  54. "resolve-from": "^5.0.0"
  55. },
  56. "description": "Load shared commitlint configuration",
  57. "devDependencies": {
  58. "@commitlint/test": "^11.0.0",
  59. "@commitlint/utils": "^11.0.0",
  60. "@types/lodash": "4.14.161",
  61. "execa": "^4.0.0"
  62. },
  63. "engines": {
  64. "node": ">=v10.22.0"
  65. },
  66. "files": [
  67. "lib/"
  68. ],
  69. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  70. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  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. },
  84. "scripts": {
  85. "deps": "dep-check",
  86. "pkg": "pkg-check --skip-import"
  87. },
  88. "types": "lib/load.d.ts",
  89. "version": "11.0.0"
  90. }