File tree 2 files changed +41
-12
lines changed
2 files changed +41
-12
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " plugins plugin for anycli" ,
4
4
"version" : " 0.2.0" ,
5
5
"author" : " Jeff Dickey @jdxcode" ,
6
+ "anycli" : {
7
+ "commands" : " ./lib/commands" ,
8
+ "plugins" : " ./lib/load" ,
9
+ "pluginScope" : " heroku-cli" ,
10
+ "devPlugins" : [
11
+ " @anycli/version"
12
+ ]
13
+ },
6
14
"bugs" : " https://github.com/jdxcode/plugins/issues" ,
7
15
"dependencies" : {
8
- "@anycli/command" : " ^0.2.21" ,
9
- "@anycli/config" : " ^0.2.4" ,
16
+ "@anycli/command" : " ^0.2.22" ,
10
17
"@anycli/manifest-file" : " ^0.2.0" ,
11
18
"@heroku-cli/color" : " ^1.1.1" ,
12
19
"cli-ux" : " ^3.3.10" ,
19
26
"yarn" : " ^1.3.2"
20
27
},
21
28
"devDependencies" : {
29
+ "@anycli/config" : " ^0.2.6" ,
22
30
"@anycli/engine" : " ^0.1.38" ,
23
31
"@anycli/test" : " ^0.10.1" ,
24
32
"@anycli/tslint" : " ^0.2.1" ,
45
53
"ts-node" : " ^4.1.0" ,
46
54
"typescript" : " ^2.7.1"
47
55
},
48
- "anycli" : {
49
- "commands" : " ./lib/commands" ,
50
- "plugins" : " ./lib/load" ,
51
- "pluginScope" : " heroku-cli" ,
52
- "devPlugins" : [
53
- " @anycli/version"
54
- ]
55
- },
56
56
"engines" : {
57
57
"node" : " >=8.0.0"
58
58
},
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @anycli/command@^0.2.19" , "@anycli/command@^0.2.21" :
5
+ " @anycli/command@^0.2.19 " :
6
6
version "0.2.21"
7
7
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.21.tgz#68a725cddb0dece1d7dd69965de4ae7e3908b61c"
8
8
dependencies :
12
12
lodash "^4.17.4"
13
13
tslib "^1.9.0"
14
14
15
- " @anycli/config@^0.2.3" , "@anycli/config@^0.2.4":
15
+ " @anycli/command@^0.2.22 " :
16
+ version "0.2.22"
17
+ resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.22.tgz#486b36d2916b28f08b9aedb129a758a4da2f542a"
18
+ dependencies :
19
+ " @anycli/parser" " ^3.0.2"
20
+ cli-ux "^3.3.10"
21
+ debug "^3.1.0"
22
+ lodash "^4.17.4"
23
+ tslib "^1.9.0"
24
+
25
+ " @anycli/config@^0.2.3 " :
16
26
version "0.2.4"
17
27
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.4.tgz#957e4f174cadd397d9bdd81d3552544a8214273e"
18
28
dependencies :
23
33
lodash "^4.17.4"
24
34
read-pkg "^3.0.0"
25
35
36
+ " @anycli/config@^0.2.6 " :
37
+ version "0.2.6"
38
+ resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.6.tgz#d40709a61704907d4d6e7dcab6bbf124ab74e9ad"
39
+ dependencies :
40
+ cli-ux "^3.3.10"
41
+ debug "^3.1.0"
42
+ fs-extra "^5.0.0"
43
+ load-json-file "^4.0.0"
44
+ lodash "^4.17.4"
45
+ read-pkg "^3.0.0"
46
+
26
47
" @anycli/engine@^0.1.38 " :
27
48
version "0.1.38"
28
49
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.38.tgz#47b74330709eeadb95798f047c22436f0613cbab"
52
73
chalk "^2.3.0"
53
74
lodash "^4.17.4"
54
75
76
+ " @anycli/parser@^3.0.2 " :
77
+ version "3.0.2"
78
+ resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.2.tgz#69af00b6b6f0cc6da4405cf44dc29b2d14d30c6e"
79
+ dependencies :
80
+ " @anycli/screen" " ^0.0.3"
81
+ chalk "^2.3.0"
82
+ lodash "^4.17.4"
83
+
55
84
" @anycli/screen@^0.0.3 " :
56
85
version "0.0.3"
57
86
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"
You can’t perform that action at this time.
0 commit comments