package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_from": "lint-staged@^6.0.0",
  3. "_id": "lint-staged@6.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M/7bwLdXbeG7ZNLcasGeLMBDg60/w6obj3KOtINwJyxAxb53XGY0yH5FSZlWklEzuVbTtqtIfAajh6jYIN90AA==",
  6. "_location": "/lint-staged",
  7. "_phantomChildren": {
  8. "ansi-styles": "3.2.1",
  9. "chalk": "2.4.2",
  10. "error-ex": "1.3.4",
  11. "is-directory": "0.3.1",
  12. "isexe": "2.0.0",
  13. "js-yaml": "3.14.1",
  14. "json-parse-better-errors": "1.0.2",
  15. "leven": "2.1.0",
  16. "p-finally": "1.0.0",
  17. "pseudomap": "1.0.2",
  18. "require-from-string": "2.0.2",
  19. "signal-exit": "3.0.7",
  20. "strip-eof": "1.0.0"
  21. },
  22. "_requested": {
  23. "type": "range",
  24. "registry": true,
  25. "raw": "lint-staged@^6.0.0",
  26. "name": "lint-staged",
  27. "escapedName": "lint-staged",
  28. "rawSpec": "^6.0.0",
  29. "saveSpec": null,
  30. "fetchSpec": "^6.0.0"
  31. },
  32. "_requiredBy": [
  33. "#DEV:/"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-6.1.1.tgz",
  36. "_shasum": "cd08c4d9b8ccc2d37198d1c47ce77d22be6cf324",
  37. "_spec": "lint-staged@^6.0.0",
  38. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  39. "author": {
  40. "name": "Andrey Okonetchnikov",
  41. "email": "andrey@okonet.ru"
  42. },
  43. "bin": {
  44. "lint-staged": "index.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. "app-root-path": "^2.0.0",
  57. "chalk": "^2.1.0",
  58. "commander": "^2.11.0",
  59. "cosmiconfig": "^4.0.0",
  60. "debug": "^3.1.0",
  61. "dedent": "^0.7.0",
  62. "execa": "^0.8.0",
  63. "find-parent-dir": "^0.3.0",
  64. "is-glob": "^4.0.0",
  65. "jest-validate": "^21.1.0",
  66. "listr": "^0.13.0",
  67. "lodash": "^4.17.4",
  68. "log-symbols": "^2.0.0",
  69. "minimatch": "^3.0.0",
  70. "npm-which": "^3.0.1",
  71. "p-map": "^1.1.1",
  72. "path-is-inside": "^1.0.2",
  73. "pify": "^3.0.0",
  74. "staged-git-files": "1.0.0",
  75. "stringify-object": "^3.2.0"
  76. },
  77. "deprecated": false,
  78. "description": "Lint files staged by git",
  79. "devDependencies": {
  80. "babel-preset-env": "^1.6.0",
  81. "commitizen": "^2.9.6",
  82. "consolemock": "^1.0.2",
  83. "cz-conventional-changelog": "^2.0.0",
  84. "eslint": "^4.5.0",
  85. "eslint-config-okonet": "^5.0.1",
  86. "eslint-plugin-node": "^5.1.1",
  87. "husky": "^0.14.3",
  88. "jest": "^22.0.4",
  89. "jsonlint": "^1.6.2",
  90. "prettier": "1.9.2"
  91. },
  92. "engines": {
  93. "node": ">=4.2.0"
  94. },
  95. "files": [
  96. "index.js",
  97. "src"
  98. ],
  99. "homepage": "https://github.com/okonet/lint-staged#readme",
  100. "jest": {
  101. "testEnvironment": "node",
  102. "setupFiles": [
  103. "./testSetup.js"
  104. ]
  105. },
  106. "keywords": [
  107. "lint",
  108. "git",
  109. "staged",
  110. "eslint",
  111. "prettier",
  112. "stylelint",
  113. "code",
  114. "quality",
  115. "check",
  116. "format",
  117. "validate"
  118. ],
  119. "license": "MIT",
  120. "maintainers": [
  121. {
  122. "name": "Lufty Wiranda",
  123. "email": "lufty.wiranda@gmail.com"
  124. },
  125. {
  126. "name": "Suhas Karanth",
  127. "email": "sudo.suhas@gmail.com"
  128. }
  129. ],
  130. "name": "lint-staged",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/okonet/lint-staged.git"
  134. },
  135. "scripts": {
  136. "cz": "git-cz",
  137. "lint": "eslint .",
  138. "lint:fix": "yarn lint --fix",
  139. "precommit": "node index.js",
  140. "pretest": "yarn lint",
  141. "test": "jest --coverage",
  142. "test:watch": "jest --watch"
  143. },
  144. "version": "6.1.1"
  145. }