package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "@commitlint/cli@11.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@commitlint/cli@11.0.0",
  10. "_id": "@commitlint/cli@11.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g==",
  13. "_location": "/@commitlint/cli",
  14. "_phantomChildren": {
  15. "camelcase": "5.3.1",
  16. "decamelize": "1.2.0",
  17. "require-directory": "2.1.1",
  18. "set-blocking": "2.0.0",
  19. "which-module": "2.0.0",
  20. "y18n": "4.0.0"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "@commitlint/cli@11.0.0",
  26. "name": "@commitlint/cli",
  27. "escapedName": "@commitlint%2fcli",
  28. "scope": "@commitlint",
  29. "rawSpec": "11.0.0",
  30. "saveSpec": null,
  31. "fetchSpec": "11.0.0"
  32. },
  33. "_requiredBy": [
  34. "#DEV:/"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-11.0.0.tgz",
  37. "_spec": "11.0.0",
  38. "_where": "/Users/lihai/jolijoli/pad_spa",
  39. "author": {
  40. "name": "Mario Nebl",
  41. "email": "hello@herebecode.com"
  42. },
  43. "bin": {
  44. "commitlint": "cli.js"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/conventional-changelog/commitlint/issues"
  48. },
  49. "dependencies": {
  50. "@babel/runtime": "^7.11.2",
  51. "@commitlint/format": "^11.0.0",
  52. "@commitlint/lint": "^11.0.0",
  53. "@commitlint/load": "^11.0.0",
  54. "@commitlint/read": "^11.0.0",
  55. "chalk": "4.1.0",
  56. "core-js": "^3.6.1",
  57. "get-stdin": "8.0.0",
  58. "lodash": "^4.17.19",
  59. "resolve-from": "5.0.0",
  60. "resolve-global": "1.0.0",
  61. "yargs": "^15.1.0"
  62. },
  63. "description": "Lint your commit messages",
  64. "devDependencies": {
  65. "@babel/cli": "^7.11.6",
  66. "@babel/core": "^7.11.6",
  67. "@commitlint/test": "^11.0.0",
  68. "@commitlint/utils": "^11.0.0",
  69. "@types/yargs": "^15.0.5",
  70. "babel-preset-commitlint": "^11.0.0",
  71. "cross-env": "7.0.2",
  72. "execa": "^4.0.0",
  73. "fs-extra": "^9.0.0"
  74. },
  75. "engines": {
  76. "node": ">=v10.22.0"
  77. },
  78. "files": [
  79. "index.js",
  80. "cli.js",
  81. "lib"
  82. ],
  83. "gitHead": "922317463f7c90c0fb319e075de533dd63343863",
  84. "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  85. "keywords": [
  86. "conventional-changelog",
  87. "commitlint",
  88. "cli"
  89. ],
  90. "license": "MIT",
  91. "name": "@commitlint/cli",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/conventional-changelog/commitlint.git"
  95. },
  96. "scripts": {
  97. "deps": "dep-check",
  98. "pkg": "pkg-check"
  99. },
  100. "version": "11.0.0"
  101. }