@@ -7,16 +7,6 @@ Repository: undefined
7
7
8
8
---
9
9
10
- Name: level-js
11
- Version: 2.2.4
12
- License: BSD-2-Clause
13
- Private: false
14
- Description: leveldown/leveldb library for browsers using IndexedDB
15
- Repository:
[email protected] :maxogden/level.js.git
16
- Author: max ogden
17
-
18
- ---
19
-
20
10
Name: levelup
21
11
Version: 0.18.6
22
12
License: MIT
@@ -41,6 +31,16 @@ Contributors:
41
31
42
32
---
43
33
34
+ Name: level-js
35
+ Version: 2.2.4
36
+ License: BSD-2-Clause
37
+ Private: false
38
+ Description: leveldown/leveldb library for browsers using IndexedDB
39
+ Repository:
[email protected] :maxogden/level.js.git
40
+ Author: max ogden
41
+
42
+ ---
43
+
44
44
Name: level-filesystem
45
45
Version: 1.2.0
46
46
License: undefined
@@ -116,6 +116,25 @@ Author: Isaac Z. Schlueter <
[email protected] > (http://blog.izs.me/)
116
116
117
117
---
118
118
119
+ Name: errno
120
+ Version: 0.1.7
121
+ License: MIT
122
+ Private: false
123
+ Description: libuv errno details exposed
124
+ Repository: https://github.com/rvagg/node-errno.git
125
+
126
+ ---
127
+
128
+ Name: concat-stream
129
+ Version: 1.6.2
130
+ License: MIT
131
+ Private: false
132
+ Description: writable stream that concatenates strings or binary data and calls a callback with the result
133
+ Repository: http://github.com/maxogden/concat-stream.git
134
+ Author: Max Ogden <
[email protected] >
135
+
136
+ ---
137
+
119
138
Name: fwd-stream
120
139
Version: 1.0.4
121
140
License: undefined
@@ -155,25 +174,6 @@ Repository: undefined
155
174
156
175
---
157
176
158
- Name: errno
159
- Version: 0.1.7
160
- License: MIT
161
- Private: false
162
- Description: libuv errno details exposed
163
- Repository: https://github.com/rvagg/node-errno.git
164
-
165
- ---
166
-
167
- Name: concat-stream
168
- Version: 1.6.2
169
- License: MIT
170
- Private: false
171
- Description: writable stream that concatenates strings or binary data and calls a callback with the result
172
- Repository: http://github.com/maxogden/concat-stream.git
173
- Author: Max Ogden <
[email protected] >
174
-
175
- ---
176
-
177
177
Name: inherits
178
178
Version: 2.0.3
179
179
License: ISC
@@ -183,30 +183,6 @@ Repository: undefined
183
183
184
184
---
185
185
186
- Name: idb-wrapper
187
- Version: 1.7.2
188
- License: MIT
189
- Private: false
190
- Description: A cross-browser wrapper for IndexedDB
191
- Repository: undefined
192
- Homepage: https://github.com/jensarps/IDBWrapper
193
- Author: jensarps <
[email protected] > (http://jensarps.de/)
194
- Contributors:
195
- Github Contributors (https://github.com/jensarps/IDBWrapper/graphs/contributors)
196
-
197
- ---
198
-
199
- Name: isbuffer
200
- Version: 0.0.0
201
- License: MIT
202
- Private: false
203
- Description: isBuffer for node and browser (supports typed arrays)
204
- Repository: git://github.com/juliangruber/isbuffer.git
205
- Homepage: https://github.com/juliangruber/isbuffer
206
- Author: Julian Gruber <
[email protected] > (http://juliangruber.com)
207
-
208
- ---
209
-
210
186
Name: abstract-leveldown
211
187
Version: 0.12.4
212
188
License: MIT
@@ -231,6 +207,17 @@ Contributors:
231
207
232
208
---
233
209
210
+ Name: isbuffer
211
+ Version: 0.0.0
212
+ License: MIT
213
+ Private: false
214
+ Description: isBuffer for node and browser (supports typed arrays)
215
+ Repository: git://github.com/juliangruber/isbuffer.git
216
+ Homepage: https://github.com/juliangruber/isbuffer
217
+ Author: Julian Gruber <
[email protected] > (http://juliangruber.com)
218
+
219
+ ---
220
+
234
221
Name: typedarray-to-buffer
235
222
Version: 1.0.4
236
223
License: MIT
@@ -242,6 +229,19 @@ Author: Feross Aboukhadijeh <
[email protected] > (http://feross.org/)
242
229
243
230
---
244
231
232
+ Name: idb-wrapper
233
+ Version: 1.7.2
234
+ License: MIT
235
+ Private: false
236
+ Description: A cross-browser wrapper for IndexedDB
237
+ Repository: undefined
238
+ Homepage: https://github.com/jensarps/IDBWrapper
239
+ Author: jensarps <
[email protected] > (http://jensarps.de/)
240
+ Contributors:
241
+ Github Contributors (https://github.com/jensarps/IDBWrapper/graphs/contributors)
242
+
243
+ ---
244
+
245
245
Name: deferred-leveldown
246
246
Version: 0.2.0
247
247
License: MIT
@@ -318,6 +318,14 @@ Author: James Halliday <
[email protected] > (http://substack.net)
318
318
319
319
---
320
320
321
+ Name: buffer-from
322
+ Version: 1.1.1
323
+ License: MIT
324
+ Private: false
325
+ Repository: undefined
326
+
327
+ ---
328
+
321
329
Name: level-fix-range
322
330
Version: 2.0.0
323
331
License: MIT
@@ -329,14 +337,6 @@ Author: Dominic Tarr <
[email protected] > (http://dominictarr.com)
329
337
330
338
---
331
339
332
- Name: buffer-from
333
- Version: 1.1.1
334
- License: MIT
335
- Private: false
336
- Repository: undefined
337
-
338
- ---
339
-
340
340
Name: isarray
341
341
Version: 0.0.1
342
342
License: MIT
@@ -390,17 +390,6 @@ Author: Isaac Z. Schlueter <
[email protected] > (http://blog.izs.me/)
390
390
391
391
---
392
392
393
- Name: string-range
394
- Version: 1.2.2
395
- License: MIT
396
- Private: false
397
- Description: check if a string is within a range
398
- Repository: git://github.com/dominictarr/string-range.git
399
- Homepage: https://github.com/dominictarr/string-range
400
- Author: Dominic Tarr <
[email protected] > (http://dominictarr.com)
401
-
402
- ---
403
-
404
393
Name: process-nextick-args
405
394
Version: 2.0.0
406
395
License: MIT
422
411
423
412
---
424
413
414
+ Name: string-range
415
+ Version: 1.2.2
416
+ License: MIT
417
+ Private: false
418
+ Description: check if a string is within a range
419
+ Repository: git://github.com/dominictarr/string-range.git
420
+ Homepage: https://github.com/dominictarr/string-range
421
+ Author: Dominic Tarr <
[email protected] > (http://dominictarr.com)
422
+
423
+ ---
424
+
425
425
Name: clone
426
426
Version: 0.1.19
427
427
License: MIT
@@ -447,19 +447,6 @@ Contributors:
447
447
448
448
---
449
449
450
- Name: is
451
- Version: 0.2.7
452
- License: undefined
453
- Private: false
454
- Description: the definitive JavaScript type testing library
455
- Repository: git://github.com/enricomarino/is.git
456
- Homepage: https://github.com/enricomarino/is
457
- Author: Enrico Marino (http://onirame.com)
458
- Contributors:
459
- Jordan Harband (https://github.com/ljharb)
460
-
461
- ---
462
-
463
450
Name: foreach
464
451
Version: 2.0.5
465
452
License: MIT
@@ -469,4 +456,17 @@ Repository: git://github.com/manuelstofer/foreach
469
456
Author: Manuel Stofer <
[email protected] >
470
457
Contributors:
471
458
Manuel Stofer
459
+ Jordan Harband (https://github.com/ljharb)
460
+
461
+ ---
462
+
463
+ Name: is
464
+ Version: 0.2.7
465
+ License: undefined
466
+ Private: false
467
+ Description: the definitive JavaScript type testing library
468
+ Repository: git://github.com/enricomarino/is.git
469
+ Homepage: https://github.com/enricomarino/is
470
+ Author: Enrico Marino (http://onirame.com)
471
+ Contributors:
472
472
Jordan Harband (https://github.com/ljharb)
0 commit comments