UNPKG

1.92 kBJSONView Raw
1{
2 "name": "standard",
3 "description": "JavaScript Standard Style",
4 "version": "14.3.3",
5 "author": {
6 "email": "feross@feross.org",
7 "name": "Feross Aboukhadijeh",
8 "url": "https://feross.org/"
9 },
10 "bin": "./bin/cmd.js",
11 "bugs": {
12 "url": "https://github.com/standard/standard/issues"
13 },
14 "dependencies": {
15 "eslint": "~6.8.0",
16 "eslint-config-standard": "14.1.0",
17 "eslint-config-standard-jsx": "8.1.0",
18 "eslint-plugin-import": "~2.18.0",
19 "eslint-plugin-node": "~10.0.0",
20 "eslint-plugin-promise": "~4.2.1",
21 "eslint-plugin-react": "~7.14.2",
22 "eslint-plugin-standard": "~4.0.0",
23 "standard-engine": "^12.0.0"
24 },
25 "devDependencies": {
26 "babel-eslint": "^10.0.3",
27 "cross-spawn": "^7.0.0",
28 "eslint-index": "^1.3.0",
29 "hallmark": "^2.0.0",
30 "minimist": "^1.2.2",
31 "mkdirp": "^1.0.3",
32 "run-parallel-limit": "^1.0.3",
33 "standard-packages": "^3.6.1",
34 "tape": "^4.6.0"
35 },
36 "engines": {
37 "node": ">=8.10.0"
38 },
39 "homepage": "https://standardjs.com",
40 "keywords": [
41 "JavaScript Standard Style",
42 "check",
43 "checker",
44 "code",
45 "code checker",
46 "code linter",
47 "code standards",
48 "code style",
49 "enforce",
50 "eslint",
51 "hint",
52 "jscs",
53 "jshint",
54 "lint",
55 "policy",
56 "quality",
57 "simple",
58 "standard",
59 "standard style",
60 "style",
61 "style checker",
62 "style linter",
63 "verify"
64 ],
65 "license": "MIT",
66 "main": "index.js",
67 "repository": {
68 "type": "git",
69 "url": "git://github.com/standard/standard.git"
70 },
71 "scripts": {
72 "show-rules": "eslint-index eslintrc.json",
73 "show-rules-disabled": "eslint-index eslintrc.json --status omitted off",
74 "show-summary": "eslint-index eslintrc.json --format table",
75 "test": "./bin/cmd.js --verbose && tape test/*.js",
76 "update-authors": "./tools/update-authors.sh && hallmark --fix AUTHORS.md"
77 }
78}