@@ -7,6 +7,16 @@ 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
+
10
20
Name: levelup
11
21
Version: 0.18.6
12
22
License: MIT
@@ -31,16 +41,6 @@ Contributors:
31
41
32
42
---
33
43
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,22 +116,23 @@ Author: Isaac Z. Schlueter <
[email protected] > (http://blog.izs.me/)
116
116
117
117
---
118
118
119
- Name: errno
119
+ Name: level-blobs
120
120
Version: 0.1.7
121
- License: MIT
121
+ License: undefined
122
122
Private: false
123
- Description: libuv errno details exposed
124
- Repository: https://github.com/rvagg/node-errno.git
123
+ Description: Save binary blobs in level and stream then back
124
+ Repository: undefined
125
125
126
126
---
127
127
128
- Name: concat-stream
129
- Version: 1.6.2
128
+ Name: level-sublevel
129
+ Version: 5.2.3
130
130
License: MIT
131
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] >
132
+ Description: partition levelup databases
133
+ Repository: git://github.com/dominictarr/level-sublevel.git
134
+ Homepage: https://github.com/dominictarr/level-sublevel
135
+ Author: Dominic Tarr <
[email protected] > (http://dominictarr.com)
135
136
136
137
---
137
138
@@ -144,17 +145,6 @@ Repository: undefined
144
145
145
146
---
146
147
147
- Name: level-sublevel
148
- Version: 5.2.3
149
- License: MIT
150
- Private: false
151
- Description: partition levelup databases
152
- Repository: git://github.com/dominictarr/level-sublevel.git
153
- Homepage: https://github.com/dominictarr/level-sublevel
154
- Author: Dominic Tarr <
[email protected] > (http://dominictarr.com)
155
-
156
- ---
157
-
158
148
Name: level-peek
159
149
Version: 1.0.6
160
150
License: MIT
@@ -165,12 +155,22 @@ Author: Dominic Tarr <
[email protected] > (http://dominictarr.com)
165
155
166
156
---
167
157
168
- Name: level-blobs
158
+ Name: errno
169
159
Version: 0.1.7
170
- License: undefined
160
+ License: MIT
171
161
Private: false
172
- Description: Save binary blobs in level and stream then back
173
- Repository: undefined
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
174
175
175
---
176
176
@@ -183,6 +183,30 @@ 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: typedarray-to-buffer
200
+ Version: 1.0.4
201
+ License: MIT
202
+ Private: false
203
+ Description: Convert a typed array to a Buffer without a copy
204
+ Repository: git://github.com/feross/typedarray-to-buffer.git
205
+ Homepage: http://feross.org
206
+ Author: Feross Aboukhadijeh <
[email protected] > (http://feross.org/)
207
+
208
+ ---
209
+
186
210
Name: abstract-leveldown
187
211
Version: 0.12.4
188
212
License: MIT
@@ -218,30 +242,6 @@ Author: Julian Gruber <
[email protected] > (http://juliangruber.com)
218
242
219
243
---
220
244
221
- Name: typedarray-to-buffer
222
- Version: 1.0.4
223
- License: MIT
224
- Private: false
225
- Description: Convert a typed array to a Buffer without a copy
226
- Repository: git://github.com/feross/typedarray-to-buffer.git
227
- Homepage: http://feross.org
228
- Author: Feross Aboukhadijeh <
[email protected] > (http://feross.org/)
229
-
230
- ---
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
@@ -266,16 +266,6 @@ Contributors:
266
266
267
267
---
268
268
269
- Name: bl
270
- Version: 0.8.2
271
- License: MIT
272
- Private: false
273
- Description: Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
274
- Repository: https://github.com/rvagg/bl.git
275
- Homepage: https://github.com/rvagg/bl
276
-
277
- ---
278
-
279
269
Name: wrappy
280
270
Version: 1.0.2
281
271
License: ISC
@@ -287,6 +277,16 @@ Author: Isaac Z. Schlueter <
[email protected] > (http://blog.izs.me/)
287
277
288
278
---
289
279
280
+ Name: bl
281
+ Version: 0.8.2
282
+ License: MIT
283
+ Private: false
284
+ Description: Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
285
+ Repository: https://github.com/rvagg/bl.git
286
+ Homepage: https://github.com/rvagg/bl
287
+
288
+ ---
289
+
290
290
Name: object-keys
291
291
Version: 0.4.0
292
292
License: MIT
@@ -318,14 +318,6 @@ 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
-
329
321
Name: level-fix-range
330
322
Version: 2.0.0
331
323
License: MIT
@@ -337,6 +329,14 @@ Author: Dominic Tarr <
[email protected] > (http://dominictarr.com)
337
329
338
330
---
339
331
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,6 +390,17 @@ 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
+
393
404
Name: process-nextick-args
394
405
Version: 2.0.0
395
406
License: MIT
411
422
412
423
---
413
424
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: foreach
451
- Version: 2.0.5
452
- License: MIT
453
- Private: false
454
- Description: foreach component + npm package
455
- Repository: git://github.com/manuelstofer/foreach
456
- Author: Manuel Stofer <
[email protected] >
457
- Contributors:
458
- Manuel Stofer
459
- Jordan Harband (https://github.com/ljharb)
460
-
461
- ---
462
-
463
450
Name: is
464
451
Version: 0.2.7
465
452
License: undefined
@@ -469,4 +456,17 @@ Repository: git://github.com/enricomarino/is.git
469
456
Homepage: https://github.com/enricomarino/is
470
457
Author: Enrico Marino (http://onirame.com)
471
458
Contributors:
459
+ Jordan Harband (https://github.com/ljharb)
460
+
461
+ ---
462
+
463
+ Name: foreach
464
+ Version: 2.0.5
465
+ License: MIT
466
+ Private: false
467
+ Description: foreach component + npm package
468
+ Repository: git://github.com/manuelstofer/foreach
469
+ Author: Manuel Stofer <
[email protected] >
470
+ Contributors:
471
+ Manuel Stofer
472
472
Jordan Harband (https://github.com/ljharb)
0 commit comments