package.json
2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_args": [
[
"eslint-config-standard@11.0.0",
"D:\\WS\\WebstormProjects\\222\\lawyer"
]
],
"_development": true,
"_from": "eslint-config-standard@11.0.0",
"_id": "eslint-config-standard@11.0.0",
"_inBundle": false,
"_integrity": "sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==",
"_location": "/eslint-config-standard",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-config-standard@11.0.0",
"name": "eslint-config-standard",
"escapedName": "eslint-config-standard",
"rawSpec": "11.0.0",
"saveSpec": null,
"fetchSpec": "11.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "http://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz",
"_spec": "11.0.0",
"_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/standard/eslint-config-standard/issues"
},
"description": "JavaScript Standard Style - ESLint Shareable Config",
"devDependencies": {
"eslint": "^4.18.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"tape": "^4.8.0"
},
"homepage": "https://github.com/standard/eslint-config-standard",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"eslintconfig",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-standard",
"peerDependencies": {
"eslint": ">=4.18.0",
"eslint-plugin-import": ">=2.8.0",
"eslint-plugin-node": ">=5.2.1",
"eslint-plugin-promise": ">=3.6.0",
"eslint-plugin-standard": ">=3.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/standard/eslint-config-standard.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "11.0.0"
}