UNPKG

1.28 kBJSONView Raw
1{
2 "name": "csc",
3 "version": "0.25.0",
4 "description": "Concise Style Checker for JavaScript",
5 "bin": "lib/cli.js",
6 "dependencies": {
7 "chalk": "^2.4.1",
8 "child-process-promise": "^2.2.1",
9 "debug": "^3.1.0",
10 "eslint": "^4.19.1",
11 "eslint-config-concise": "^0.25.0",
12 "eslint-config-concise-react": "^0.25.0",
13 "eslint-detailed-reporter": "^0.7.3",
14 "eslint-formatter-pretty": "^1.3.0",
15 "eslint-friendly-formatter": "^4.0.1",
16 "eslint-plugin-eslint-comments": "^2.0.2",
17 "eslint-plugin-filenames": "^1.2.0",
18 "eslint-plugin-html": "^4.0.3",
19 "eslint-plugin-import": "~2.11.0",
20 "eslint-plugin-markdown": "^1.0.0-beta.7",
21 "eslint-plugin-node": "^6.0.1",
22 "eslint-plugin-promise": "^3.7.0",
23 "eslint-plugin-react": "^7.8.2",
24 "has-flag": "^3.0.0",
25 "import-local": "^1.0.0",
26 "inquirer": "^5.2.0",
27 "lodash": "^4.17.10",
28 "parse-gitignore": "^0.4.0",
29 "path-exists": "^3.0.0",
30 "read-pkg-up": "^3.0.0",
31 "update-notifier": "^2.5.0",
32 "yargs": "^11.0.0",
33 "yargs-parser": "^10.0.0"
34 },
35 "engines": {
36 "node": ">=8"
37 },
38 "repository": "https://github.com/ratson/concise-style/tree/master/packages/csc",
39 "license": "MIT",
40 "gitHead": "bbe7f215e4a533959809ce3c0c985916e2d9a27a"
41}