File tree Expand file tree Collapse file tree 2 files changed +28
-9
lines changed
packages/eslint-plugin-typescript Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 11
11
"engines" : {
12
12
"node" : " >=6"
13
13
},
14
- "repository" : " typescript-eslint/typescript-eslint" ,
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " git+https://github.com/typescript-eslint/typescript-eslint.git"
17
+ },
15
18
"bugs" : {
16
19
"url" : " https://github.com/typescript-eslint/typescript-eslint/issues"
17
20
},
29
32
},
30
33
"devDependencies" : {
31
34
"eslint" : " ^5.9.0" ,
32
- "eslint-docs" : " ^0.2.6 "
35
+ "eslint-docs" : " ^0.3.0 "
33
36
},
34
37
"peerDependencies" : {
35
38
"eslint" : " >=4.13.1 < 6" ,
36
39
"typescript" : " ~3.2.1"
37
- }
40
+ },
41
+ "homepage" : " https://github.com/typescript-eslint/typescript-eslint#readme" ,
42
+ "directories" : {
43
+ "doc" : " docs" ,
44
+ "lib" : " lib" ,
45
+ "test" : " tests"
46
+ },
47
+ "author" : " "
38
48
}
Original file line number Diff line number Diff line change @@ -1672,6 +1672,14 @@ cli-cursor@^2.0.0, cli-cursor@^2.1.0:
1672
1672
dependencies :
1673
1673
restore-cursor "^2.0.0"
1674
1674
1675
+ cli-diff@^1.0.0 :
1676
+ version "1.0.0"
1677
+ resolved "https://registry.yarnpkg.com/cli-diff/-/cli-diff-1.0.0.tgz#c56f1fa17849a629bf07154a2bd199aefe742964"
1678
+ integrity sha512-XOVrll4VMhxBv26WqV6OH9cWqRxBXthh3uZ3dtg+CLqB8m0R6QJiSoDIXQNXDAeo/FAkQ+kF9Ph8NhQskU3LpQ==
1679
+ dependencies :
1680
+ chalk "^2.4.1"
1681
+ diff "^3.5.0"
1682
+
1675
1683
cli-spinners@^1.1.0 :
1676
1684
version "1.3.1"
1677
1685
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a"
@@ -2353,14 +2361,15 @@ escodegen@^1.9.1:
2353
2361
optionalDependencies :
2354
2362
source-map "~0.6.1"
2355
2363
2356
- eslint-docs@^0.2.6 :
2357
- version "0.2.7 "
2358
- resolved "https://registry.yarnpkg.com/eslint-docs/-/eslint-docs-0.2.7 .tgz#f208c3420fa2613f215a8daf5b9d75e9e7aa29ea "
2359
- integrity sha512-ylCFv96SW3aaWBrMFA7gai5tYntFXjy25CWNZWlAvamKCl7OYCTUfdUI40eAkO+3taxhGhTwCnIMHnwWwBxeYw ==
2364
+ eslint-docs@^0.3.0 :
2365
+ version "0.3.0 "
2366
+ resolved "https://registry.yarnpkg.com/eslint-docs/-/eslint-docs-0.3.0 .tgz#ac807ba84845235baa8683ef16f64c228d6eb352 "
2367
+ integrity sha512-IPMvDqhO//u14GGpwoZ63SBUT4iIaB5O5BS304gHAjNCpv26Dalv0s8PiNxJKz8qPWG5GD1vVJHt9Yq9wXSwJw ==
2360
2368
dependencies :
2361
2369
chalk "^2.4.1"
2370
+ cli-diff "^1.0.0"
2362
2371
detect-newline "^2.1.0"
2363
- diff "^3.5 .0"
2372
+ indent-string "^3.2 .0"
2364
2373
mz "^2.7.0"
2365
2374
ora "^3.0.0"
2366
2375
read-pkg-up "^4.0.0"
@@ -3398,7 +3407,7 @@ indent-string@^2.1.0:
3398
3407
dependencies :
3399
3408
repeating "^2.0.0"
3400
3409
3401
- indent-string@^3.0.0 :
3410
+ indent-string@^3.0.0, indent-string@^3.2.0 :
3402
3411
version "3.2.0"
3403
3412
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
3404
3413
integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=
You can’t perform that action at this time.
0 commit comments