File tree Expand file tree Collapse file tree 3 files changed +378
-358
lines changed Expand file tree Collapse file tree 3 files changed +378
-358
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/exoframejs/exoframe.svg?branch=master )] ( https://travis-ci.org/exoframejs/exoframe )
6
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/exoframejs/exoframe/badge.svg?branch=master )] ( https://coveralls.io/github/exoframejs/exoframe?branch=master )
7
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/exoframejs/exoframe.svg )] ( https://greenkeeper.io/ )
7
8
[ ![ npm] ( https://img.shields.io/npm/v/exoframe.svg )] ( https://www.npmjs.com/package/exoframe )
8
9
[ ![ license] ( https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000 )] ( https://opensource.org/licenses/MIT )
9
10
Original file line number Diff line number Diff line change 15
15
"package" : " pkg --targets node8.3.0-linux-x64,node8.3.0-win-x64,node8.3.0-macos-x64 -o exoframe index.js"
16
16
},
17
17
"dependencies" : {
18
- "boxen" : " ^1.2.1 " ,
19
- "chalk" : " ^2.1 .0" ,
18
+ "boxen" : " ^1.2.2 " ,
19
+ "chalk" : " ^2.3 .0" ,
20
20
"cli-table" : " ^0.3.1" ,
21
21
"got" : " ^7.1.0" ,
22
22
"highland" : " ^2.11.1" ,
23
- "ignore" : " ^3.3.3 " ,
24
- "inquirer" : " ^3.2.2 " ,
25
- "js-yaml" : " ^3.9.1 " ,
26
- "jsonwebtoken" : " ^7.4.3 " ,
23
+ "ignore" : " ^3.3.7 " ,
24
+ "inquirer" : " ^3.3.0 " ,
25
+ "js-yaml" : " ^3.10.0 " ,
26
+ "jsonwebtoken" : " ^8.1.0 " ,
27
27
"lodash" : " ^4.17.4" ,
28
28
"opn" : " ^5.1.0" ,
29
29
"ora" : " ^1.3.0" ,
30
- "tar-fs" : " ^1.15.3 " ,
31
- "update-notifier" : " ^2.2 .0" ,
32
- "yargs" : " ^8 .0.2 "
30
+ "tar-fs" : " ^1.16.0 " ,
31
+ "update-notifier" : " ^2.3 .0" ,
32
+ "yargs" : " ^10 .0.3 "
33
33
},
34
34
"devDependencies" : {
35
- "coveralls" : " ^2.13.1 " ,
36
- "nock" : " ^9.0.14 " ,
37
- "pkg" : " ^4.2.4 " ,
35
+ "coveralls" : " ^3.0.0 " ,
36
+ "nock" : " ^9.0.25 " ,
37
+ "pkg" : " ^4.2.5 " ,
38
38
"proxyquire" : " ^1.8.0" ,
39
- "sinon" : " ^3.2.1 " ,
39
+ "sinon" : " ^4.0.2 " ,
40
40
"tap" : " ^10.7.2"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments