package.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. {
  2. "_args": [
  3. [
  4. "eslint@8.12.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "eslint@8.12.0",
  9. "_id": "eslint@8.12.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
  12. "_location": "/eslint",
  13. "_phantomChildren": {
  14. "deep-is": "0.1.4",
  15. "esrecurse": "4.3.0",
  16. "esutils": "2.0.3",
  17. "fast-levenshtein": "2.0.6",
  18. "flatted": "3.2.5",
  19. "glob": "7.2.0",
  20. "is-glob": "4.0.3",
  21. "isexe": "2.0.0",
  22. "parent-module": "1.0.1",
  23. "word-wrap": "1.2.3"
  24. },
  25. "_requested": {
  26. "type": "version",
  27. "registry": true,
  28. "raw": "eslint@8.12.0",
  29. "name": "eslint",
  30. "escapedName": "eslint",
  31. "rawSpec": "8.12.0",
  32. "saveSpec": null,
  33. "fetchSpec": "8.12.0"
  34. },
  35. "_requiredBy": [
  36. "/"
  37. ],
  38. "_resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.12.0.tgz",
  39. "_spec": "8.12.0",
  40. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  41. "author": {
  42. "name": "Nicholas C. Zakas",
  43. "email": "nicholas+npm@nczconsulting.com"
  44. },
  45. "bin": {
  46. "eslint": "bin/eslint.js"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/eslint/eslint/issues/"
  50. },
  51. "dependencies": {
  52. "@eslint/eslintrc": "^1.2.1",
  53. "@humanwhocodes/config-array": "^0.9.2",
  54. "ajv": "^6.10.0",
  55. "chalk": "^4.0.0",
  56. "cross-spawn": "^7.0.2",
  57. "debug": "^4.3.2",
  58. "doctrine": "^3.0.0",
  59. "escape-string-regexp": "^4.0.0",
  60. "eslint-scope": "^7.1.1",
  61. "eslint-utils": "^3.0.0",
  62. "eslint-visitor-keys": "^3.3.0",
  63. "espree": "^9.3.1",
  64. "esquery": "^1.4.0",
  65. "esutils": "^2.0.2",
  66. "fast-deep-equal": "^3.1.3",
  67. "file-entry-cache": "^6.0.1",
  68. "functional-red-black-tree": "^1.0.1",
  69. "glob-parent": "^6.0.1",
  70. "globals": "^13.6.0",
  71. "ignore": "^5.2.0",
  72. "import-fresh": "^3.0.0",
  73. "imurmurhash": "^0.1.4",
  74. "is-glob": "^4.0.0",
  75. "js-yaml": "^4.1.0",
  76. "json-stable-stringify-without-jsonify": "^1.0.1",
  77. "levn": "^0.4.1",
  78. "lodash.merge": "^4.6.2",
  79. "minimatch": "^3.0.4",
  80. "natural-compare": "^1.4.0",
  81. "optionator": "^0.9.1",
  82. "regexpp": "^3.2.0",
  83. "strip-ansi": "^6.0.1",
  84. "strip-json-comments": "^3.1.0",
  85. "text-table": "^0.2.0",
  86. "v8-compile-cache": "^2.0.3"
  87. },
  88. "description": "An AST-based pattern checker for JavaScript.",
  89. "devDependencies": {
  90. "@babel/core": "^7.4.3",
  91. "@babel/preset-env": "^7.4.3",
  92. "babel-loader": "^8.0.5",
  93. "chai": "^4.0.1",
  94. "cheerio": "^0.22.0",
  95. "common-tags": "^1.8.0",
  96. "core-js": "^3.1.3",
  97. "dateformat": "^4.5.1",
  98. "ejs": "^3.0.2",
  99. "eslint": "file:.",
  100. "eslint-config-eslint": "file:packages/eslint-config-eslint",
  101. "eslint-plugin-eslint-comments": "^3.2.0",
  102. "eslint-plugin-eslint-plugin": "^4.0.1",
  103. "eslint-plugin-internal-rules": "file:tools/internal-rules",
  104. "eslint-plugin-jsdoc": "^37.0.0",
  105. "eslint-plugin-node": "^11.1.0",
  106. "eslint-release": "^3.2.0",
  107. "eslump": "^3.0.0",
  108. "esprima": "^4.0.1",
  109. "fs-teardown": "^0.1.3",
  110. "glob": "^7.1.6",
  111. "jsdoc": "^3.5.5",
  112. "karma": "^6.1.1",
  113. "karma-chrome-launcher": "^3.1.0",
  114. "karma-mocha": "^2.0.1",
  115. "karma-mocha-reporter": "^2.2.5",
  116. "karma-webpack": "^5.0.0",
  117. "lint-staged": "^11.0.0",
  118. "load-perf": "^0.2.0",
  119. "markdownlint": "^0.24.0",
  120. "markdownlint-cli": "^0.30.0",
  121. "marked": "^4.0.8",
  122. "memfs": "^3.0.1",
  123. "mocha": "^8.3.2",
  124. "mocha-junit-reporter": "^2.0.0",
  125. "node-polyfill-webpack-plugin": "^1.0.3",
  126. "npm-license": "^0.3.3",
  127. "nyc": "^15.0.1",
  128. "pirates": "^4.0.5",
  129. "progress": "^2.0.3",
  130. "proxyquire": "^2.0.1",
  131. "puppeteer": "^9.1.1",
  132. "recast": "^0.20.4",
  133. "regenerator-runtime": "^0.13.2",
  134. "semver": "^7.3.5",
  135. "shelljs": "^0.8.2",
  136. "sinon": "^11.0.0",
  137. "temp": "^0.9.0",
  138. "webpack": "^5.23.0",
  139. "webpack-cli": "^4.5.0",
  140. "yorkie": "^2.0.0"
  141. },
  142. "engines": {
  143. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  144. },
  145. "exports": {
  146. "./package.json": "./package.json",
  147. ".": "./lib/api.js",
  148. "./use-at-your-own-risk": "./lib/unsupported-api.js"
  149. },
  150. "files": [
  151. "LICENSE",
  152. "README.md",
  153. "bin",
  154. "conf",
  155. "lib",
  156. "messages"
  157. ],
  158. "funding": "https://opencollective.com/eslint",
  159. "gitHooks": {
  160. "pre-commit": "lint-staged"
  161. },
  162. "homepage": "https://eslint.org",
  163. "keywords": [
  164. "ast",
  165. "lint",
  166. "javascript",
  167. "ecmascript",
  168. "espree"
  169. ],
  170. "license": "MIT",
  171. "lint-staged": {
  172. "*.js": "eslint --fix",
  173. "*.md": "markdownlint"
  174. },
  175. "main": "./lib/api.js",
  176. "name": "eslint",
  177. "repository": {
  178. "type": "git",
  179. "url": "git+https://github.com/eslint/eslint.git"
  180. },
  181. "scripts": {
  182. "fix": "node Makefile.js lint -- fix",
  183. "fuzz": "node Makefile.js fuzz",
  184. "generate-alpharelease": "node Makefile.js generatePrerelease -- alpha",
  185. "generate-betarelease": "node Makefile.js generatePrerelease -- beta",
  186. "generate-rcrelease": "node Makefile.js generatePrerelease -- rc",
  187. "generate-release": "node Makefile.js generateRelease",
  188. "gensite": "node Makefile.js gensite",
  189. "lint": "node Makefile.js lint",
  190. "perf": "node Makefile.js perf",
  191. "publish-release": "node Makefile.js publishRelease",
  192. "test": "node Makefile.js test",
  193. "test:cli": "mocha",
  194. "webpack": "node Makefile.js webpack"
  195. },
  196. "version": "8.12.0"
  197. }