add rethink

This commit is contained in:
Philipp Kunz 2018-01-07 14:45:43 +01:00
parent 5735ab8577
commit 3ba2bc8446
3 changed files with 14 additions and 3 deletions

View File

@ -25,6 +25,7 @@
"lik": "^1.0.40", "lik": "^1.0.40",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"mongodb": "^2.2.31", "mongodb": "^2.2.31",
"rethinkdb": "^2.3.3",
"runtime-type-checks": "0.0.4", "runtime-type-checks": "0.0.4",
"smartq": "^1.1.6", "smartq": "^1.1.6",
"typings-global": "^1.0.20" "typings-global": "^1.0.20"

View File

@ -2,13 +2,13 @@ import 'typings-global'
import * as assert from 'assert' import * as assert from 'assert'
import * as beautylog from 'beautylog' import * as beautylog from 'beautylog'
import * as lodash from 'lodash' import * as lodash from 'lodash'
import * as mongodb from 'mongodb' import * as rethinkDb from 'rethinkdb'
import * as smartq from 'smartq' import * as smartq from 'smartq'
export { export {
assert, assert,
beautylog, beautylog,
lodash, lodash,
mongodb, smartq,
smartq rethinkDb
} }

View File

@ -107,6 +107,10 @@ bindings@^1.2.1:
version "1.3.0" version "1.3.0"
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.3.0.tgz#b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7" resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.3.0.tgz#b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7"
"bluebird@>= 2.3.2 < 3":
version "2.11.0"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
brace-expansion@^1.1.7: brace-expansion@^1.1.7:
version "1.1.8" version "1.1.8"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
@ -601,6 +605,12 @@ restore-cursor@^2.0.0:
onetime "^2.0.0" onetime "^2.0.0"
signal-exit "^3.0.2" signal-exit "^3.0.2"
rethinkdb@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/rethinkdb/-/rethinkdb-2.3.3.tgz#3dc6586e22fa1dabee0d254e64bd0e379fad2f72"
dependencies:
bluebird ">= 2.3.2 < 3"
runtime-type-checks@0.0.4: runtime-type-checks@0.0.4:
version "0.0.4" version "0.0.4"
resolved "https://registry.yarnpkg.com/runtime-type-checks/-/runtime-type-checks-0.0.4.tgz#5682baf2ffe53f955fe3e065b40a0a09943845c8" resolved "https://registry.yarnpkg.com/runtime-type-checks/-/runtime-type-checks-0.0.4.tgz#5682baf2ffe53f955fe3e065b40a0a09943845c8"