package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "_from": "lint-staged@10.4.0",
  3. "_id": "lint-staged@10.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg==",
  6. "_location": "/lint-staged",
  7. "_phantomChildren": {
  8. "@types/parse-json": "4.0.0",
  9. "chalk": "4.1.0",
  10. "human-signals": "1.1.1",
  11. "is-unicode-supported": "0.1.0",
  12. "isexe": "2.0.0",
  13. "merge-stream": "2.0.0",
  14. "parent-module": "1.0.1",
  15. "parse-json": "5.2.0",
  16. "picomatch": "2.3.1",
  17. "pump": "3.0.0",
  18. "signal-exit": "3.0.7",
  19. "strip-final-newline": "2.0.0",
  20. "yaml": "1.10.2"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "lint-staged@10.4.0",
  26. "name": "lint-staged",
  27. "escapedName": "lint-staged",
  28. "rawSpec": "10.4.0",
  29. "saveSpec": null,
  30. "fetchSpec": "10.4.0"
  31. },
  32. "_requiredBy": [
  33. "#DEV:/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.0.tgz",
  36. "_shasum": "d18628f737328e0bbbf87d183f4020930e9a984e",
  37. "_spec": "lint-staged@10.4.0",
  38. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  39. "author": {
  40. "name": "Andrey Okonetchnikov",
  41. "email": "andrey@okonet.ru"
  42. },
  43. "bin": {
  44. "lint-staged": "bin/lint-staged.js"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/okonet/lint-staged/issues"
  48. },
  49. "bundleDependencies": false,
  50. "config": {
  51. "commitizen": {
  52. "path": "./node_modules/cz-conventional-changelog"
  53. }
  54. },
  55. "dependencies": {
  56. "chalk": "^4.1.0",
  57. "cli-truncate": "^2.1.0",
  58. "commander": "^6.0.0",
  59. "cosmiconfig": "^7.0.0",
  60. "debug": "^4.1.1",
  61. "dedent": "^0.7.0",
  62. "enquirer": "^2.3.6",
  63. "execa": "^4.0.3",
  64. "listr2": "^2.6.0",
  65. "log-symbols": "^4.0.0",
  66. "micromatch": "^4.0.2",
  67. "normalize-path": "^3.0.0",
  68. "please-upgrade-node": "^3.2.0",
  69. "string-argv": "0.3.1",
  70. "stringify-object": "^3.3.0"
  71. },
  72. "deprecated": false,
  73. "description": "Lint files staged by git",
  74. "devDependencies": {
  75. "@babel/core": "^7.11.4",
  76. "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
  77. "@babel/preset-env": "^7.11.0",
  78. "babel-eslint": "10.1.0",
  79. "babel-jest": "^26.3.0",
  80. "consolemock": "^1.1.0",
  81. "eslint": "^7.7.0",
  82. "eslint-config-prettier": "^6.11.0",
  83. "eslint-plugin-import": "^2.22.0",
  84. "eslint-plugin-node": "^11.1.0",
  85. "eslint-plugin-prettier": "^3.1.4",
  86. "fs-extra": "^9.0.1",
  87. "husky": "^4.2.5",
  88. "jest": "^26.4.2",
  89. "jest-snapshot-serializer-ansi": "^1.0.0",
  90. "prettier": "^2.1.0"
  91. },
  92. "files": [
  93. "bin",
  94. "lib"
  95. ],
  96. "funding": {
  97. "url": "https://opencollective.com/lint-staged"
  98. },
  99. "homepage": "https://github.com/okonet/lint-staged#readme",
  100. "husky": {
  101. "hooks": {
  102. "pre-commit": "./bin/lint-staged.js"
  103. }
  104. },
  105. "jest": {
  106. "collectCoverage": true,
  107. "collectCoverageFrom": [
  108. "lib/**/*.js"
  109. ],
  110. "setupFiles": [
  111. "./testSetup.js"
  112. ],
  113. "snapshotSerializers": [
  114. "jest-snapshot-serializer-ansi"
  115. ],
  116. "testEnvironment": "node"
  117. },
  118. "keywords": [
  119. "lint",
  120. "git",
  121. "staged",
  122. "eslint",
  123. "prettier",
  124. "stylelint",
  125. "code",
  126. "quality",
  127. "check",
  128. "format",
  129. "validate"
  130. ],
  131. "license": "MIT",
  132. "main": "./lib/index.js",
  133. "maintainers": [
  134. {
  135. "name": "Lufty Wiranda",
  136. "email": "lufty.wiranda@gmail.com"
  137. },
  138. {
  139. "name": "Suhas Karanth",
  140. "email": "sudo.suhas@gmail.com"
  141. },
  142. {
  143. "name": "Iiro Jäppinen",
  144. "email": "iiro@jappinen.fi",
  145. "url": "https://iiro.fi"
  146. }
  147. ],
  148. "name": "lint-staged",
  149. "repository": {
  150. "type": "git",
  151. "url": "git+https://github.com/okonet/lint-staged.git"
  152. },
  153. "scripts": {
  154. "cz": "git-cz",
  155. "lint": "eslint .",
  156. "pretest": "npm run lint",
  157. "test": "jest --coverage",
  158. "test:watch": "jest --watch"
  159. },
  160. "version": "10.4.0"
  161. }