This repository was archived by the owner on Dec 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ level.js an implementation of the [leveldown](https://github.com/rvagg/node-leve
66
77For some demos of it working, see @brycebaril 's presentation "Path of the NodeBases Jedi": http://brycebaril.github.io/nodebase_jedi/#/vanilla
88
9- [ ![ testling badge] ( https://ci.testling.com/maxogden/level.js.png )] ( https://ci.testling.com/maxogden/level.js )
10-
119[ ![ NPM] ( https://nodei.co/npm/level-js.png )] ( https://nodei.co/npm/level-js/ )
1210
1311level.js uses [ IDBWrapper] ( https://github.com/jensarps/IDBWrapper ) by jensarps to ensure compatibility between IDB implementations.
Original file line number Diff line number Diff line change 1515 " leveldb"
1616 ],
1717 "author" : " max ogden" ,
18- "license" : " BSD" ,
18+ "license" : " BSD-2-Clause " ,
1919 "devDependencies" : {
2020 "beefy" : " ~0.3.0" ,
2121 "browserify" : " ^4.1.2" ,
22- "levelup" : " ~0.18.2"
22+ "levelup" : " ~0.18.2" ,
23+ "tape" : " ^4.0.0"
2324 },
2425 "dependencies" : {
25- "abstract-leveldown" : " ~0.12 .0" ,
26+ "abstract-leveldown" : " ^2.4 .0" ,
2627 "idb-wrapper" : " ^1.5.0" ,
2728 "isbuffer" : " ~0.0.0" ,
2829 "ltgt" : " ^1.0.1" ,
29- "tape" : " ~2.10.2" ,
3030 "typedarray-to-buffer" : " ~1.0.0" ,
3131 "xtend" : " ~2.1.2"
3232 },
You can’t perform that action at this time.
0 commit comments