package.json 3.3 KB

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