UNPKG

1.81 kBJSONView Raw
1{
2 "name": "eslint-config-standard",
3 "description": "JavaScript Standard Style - ESLint Shareable Config",
4 "version": "17.1.0",
5 "author": {
6 "name": "Feross Aboukhadijeh",
7 "email": "feross@feross.org",
8 "url": "https://feross.org"
9 },
10 "bugs": {
11 "url": "https://github.com/standard/eslint-config-standard/issues"
12 },
13 "engines": {
14 "node": ">=12.0.0"
15 },
16 "devDependencies": {
17 "@types/eslint": "^8.4.1",
18 "@types/tape": "^4.13.2",
19 "eslint": "^8.13.0",
20 "eslint-plugin-import": "^2.25.4",
21 "eslint-plugin-n": "^16.0.0",
22 "eslint-plugin-promise": "^6.0.0",
23 "tape": "^5.5.2"
24 },
25 "homepage": "https://github.com/standard/eslint-config-standard",
26 "keywords": [
27 "JavaScript Standard Style",
28 "check",
29 "checker",
30 "code",
31 "code checker",
32 "code linter",
33 "code standards",
34 "code style",
35 "enforce",
36 "eslint",
37 "eslintconfig",
38 "hint",
39 "jscs",
40 "jshint",
41 "lint",
42 "policy",
43 "quality",
44 "simple",
45 "standard",
46 "standard style",
47 "style",
48 "style checker",
49 "style linter",
50 "verify"
51 ],
52 "license": "MIT",
53 "main": "index.js",
54 "peerDependencies": {
55 "eslint": "^8.0.1",
56 "eslint-plugin-import": "^2.25.2",
57 "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
58 "eslint-plugin-promise": "^6.0.0"
59 },
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/standard/eslint-config-standard.git"
63 },
64 "scripts": {
65 "lint": "eslint .",
66 "test": "npm run lint && tape test/*.js"
67 },
68 "funding": [
69 {
70 "type": "github",
71 "url": "https://github.com/sponsors/feross"
72 },
73 {
74 "type": "patreon",
75 "url": "https://www.patreon.com/feross"
76 },
77 {
78 "type": "consulting",
79 "url": "https://feross.org/support"
80 }
81 ]
82}