File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 13
13
" official"
14
14
],
15
15
"dependencies" : {
16
- "es6-promise" : " 3.0.2" ,
17
- "mongodb-core" : " 2.0.8" ,
16
+ "es6-promise" : " 3.2.1" ,
18
17
"mongodb-core" : " christkv/mongodb-core#2.0" ,
19
- "readable-stream" : " 1.0.31 "
18
+ "readable-stream" : " 2.1.5 "
20
19
},
21
20
"devDependencies" : {
22
21
"JSONStream" : " ^1.0.7" ,
23
22
"betterbenchmarks" : " ^0.1.0" ,
24
- "bluebird" : " 2.9.27 " ,
23
+ "bluebird" : " 3.4.1 " ,
25
24
"bson" : " ^0.5.1" ,
26
25
"cli-table" : " ^0.3.1" ,
27
- "co" : " 4.5.4 " ,
26
+ "co" : " 4.6.0 " ,
28
27
"colors" : " ^1.1.2" ,
29
28
"coveralls" : " ^2.11.6" ,
30
29
"event-stream" : " ^3.3.2" ,
31
30
"gleak" : " 0.5.0" ,
32
31
"integra" : " 0.1.8" ,
33
- "jsdoc" : " 3.3.0-beta3 " ,
32
+ "jsdoc" : " 3.4.0 " ,
34
33
"ldjson-stream" : " ^1.2.1" ,
35
- "mongodb-extended-json" : " 1.3 .0" ,
34
+ "mongodb-extended-json" : " 1.7 .0" ,
36
35
"mongodb-topology-manager" : " 1.0.x" ,
37
- "mongodb-version-manager" : " ^0.8.10 " ,
38
- "nyc" : " ^5.5 .0" ,
36
+ "mongodb-version-manager" : " ^1.0.6 " ,
37
+ "nyc" : " ^8.1 .0" ,
39
38
"optimist" : " 0.6.1" ,
40
- "rimraf" : " 2.2.6 " ,
41
- "semver" : " 5.1 .0" ,
39
+ "rimraf" : " 2.5.4 " ,
40
+ "semver" : " 5.3 .0" ,
42
41
"worker-farm" : " ^1.3.1"
43
42
},
44
43
"author" : " Christian Kvalheim" ,
54
53
"coverage" : " node_modules/.bin/nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls"
55
54
},
56
55
"nyc" : {
57
- "include" : [" lib/**/*.js" ]
56
+ "include" : [
57
+ " lib/**/*.js"
58
+ ]
58
59
},
59
60
"homepage" : " https://github.com/mongodb/node-mongodb-native"
60
61
}
You can’t perform that action at this time.
0 commit comments