package.json 3.8 KB

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