UNPKG

2.3 kBJSONView Raw
1{
2 "name": "xo",
3 "version": "0.18.1",
4 "description": "JavaScript happiness style linter ❤️",
5 "license": "MIT",
6 "repository": "sindresorhus/xo",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "maintainers": [
13 {
14 "name": "James Talmage",
15 "email": "james@talmage.io",
16 "url": "github.com/jamestalmage"
17 },
18 {
19 "name": "Mario Nebl",
20 "email": "hello@mario-nebl.de",
21 "url": "github.com/marionebl"
22 }
23 ],
24 "bin": "cli.js",
25 "engines": {
26 "node": ">=4"
27 },
28 "scripts": {
29 "test": "xo && nyc ava",
30 "coveralls": "nyc report --reporter=text-lcov | coveralls"
31 },
32 "files": [
33 "index.js",
34 "cli.js",
35 "options-manager.js",
36 "config"
37 ],
38 "keywords": [
39 "❤️",
40 "cli-app",
41 "cli",
42 "xo",
43 "xoxo",
44 "hugs",
45 "kisses",
46 "happy",
47 "happiness",
48 "code",
49 "quality",
50 "style",
51 "lint",
52 "linter",
53 "jscs",
54 "jshint",
55 "jslint",
56 "eslint",
57 "validate",
58 "code style",
59 "standard",
60 "strict",
61 "check",
62 "checker",
63 "verify",
64 "enforce",
65 "hint",
66 "simple"
67 ],
68 "dependencies": {
69 "arrify": "^1.0.0",
70 "debug": "^2.2.0",
71 "deep-assign": "^1.0.0",
72 "eslint": "^3.18.0",
73 "eslint-config-xo": "^0.18.0",
74 "eslint-formatter-pretty": "^1.0.0",
75 "eslint-plugin-ava": "^4.2.0",
76 "eslint-plugin-import": "^2.0.0",
77 "eslint-plugin-no-use-extend-native": "^0.3.2",
78 "eslint-plugin-promise": "^3.4.0",
79 "eslint-plugin-unicorn": "^2.1.0",
80 "get-stdin": "^5.0.0",
81 "globby": "^6.0.0",
82 "has-flag": "^2.0.0",
83 "lodash.isequal": "^4.4.0",
84 "meow": "^3.4.2",
85 "multimatch": "^2.1.0",
86 "parse-gitignore": "^0.3.1",
87 "path-exists": "^3.0.0",
88 "pkg-conf": "^2.0.0",
89 "resolve-cwd": "^1.0.0",
90 "resolve-from": "^2.0.0",
91 "update-notifier": "^2.1.0",
92 "xo-init": "^0.5.0"
93 },
94 "devDependencies": {
95 "ava": "*",
96 "coveralls": "^2.11.9",
97 "eslint-config-xo-react": "^0.10.0",
98 "eslint-plugin-react": "^6.3.0",
99 "execa": "^0.6.1",
100 "nyc": "^10.1.2",
101 "pify": "^2.3.0",
102 "proxyquire": "^1.7.3",
103 "temp-write": "^3.1.0",
104 "xo": "sindresorhus/xo#v0.17.1"
105 },
106 "xo": {
107 "esnext": true
108 }
109}