Commits (16)
-
Phil Kunz authored14042151
-
Phil Kunz authoreddef671cb
-
Phil Kunz authored5735ab85
-
Phil Kunz authored3ba2bc84
-
Phil Kunz authored2d97ab9d
-
Phil Kunz authored8101e490
-
Phil Kunz authored1af51dd9
-
Phil Kunz authoredcddb0caf
-
Phil Kunz authored05938bf2
-
Phil Kunz authoredbd30da1c
-
Phil Kunz authored3671fe4d
-
Phil Kunz authored04b09108
-
Phil Kunz authored6c70cf05
-
Phil Kunz authored30480353
-
Phil Kunz authoredcfcd9ab3
-
Phil Kunz authored
Showing
package-lock.json
0 → 100644
{ | ||
"name": "smartdata", | ||
"version": "1.0.27", | ||
"version": "2.0.2", | ||
"description": "do more with data", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
... | ... | @@ -19,21 +19,27 @@ |
}, | ||
"homepage": "https://gitlab.com/pushrocks/smartdata#README", | ||
"dependencies": { | ||
"@types/lodash": "^4.14.69", | ||
"@types/mongodb": "^2.2.7", | ||
"@types/lodash": "^4.14.92", | ||
"@types/rethinkdb": "^2.3.8", | ||
"beautylog": "^6.1.10", | ||
"lik": "^1.0.38", | ||
"lik": "^2.0.2", | ||
"lodash": "^4.17.4", | ||
"mongodb": "^2.2.30", | ||
"rethinkdb": "^2.3.3", | ||
"runtime-type-checks": "0.0.4", | ||
"smartq": "^1.1.6", | ||
"typings-global": "^1.0.19" | ||
"smartstring": "^2.0.28" | ||
}, | ||
"devDependencies": { | ||
"@types/shelljs": "^0.7.2", | ||
"@types/node": "^8.5.7", | ||
"@types/shelljs": "^0.7.4", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"qenv": "^1.1.7", | ||
"shelljs": "^0.7.8", | ||
"smartstring": "^2.0.24", | ||
"tapbundle": "^1.1.1" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
test/test.class.ts
deleted
100644 → 0