Skip to content

Commit 8363609

Browse files
committed
licenses
1 parent 8b10ae7 commit 8363609

File tree

2 files changed

+161
-161
lines changed

2 files changed

+161
-161
lines changed

polyfills/LICENSE-browserify-fs.txt

+100-100
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Repository: undefined
77

88
---
99

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+
1020
Name: levelup
1121
Version: 0.18.6
1222
License: MIT
@@ -31,16 +41,6 @@ Contributors:
3141

3242
---
3343

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-
4444
Name: level-filesystem
4545
Version: 1.2.0
4646
License: undefined
@@ -116,22 +116,23 @@ Author: Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)
116116

117117
---
118118

119-
Name: errno
119+
Name: level-blobs
120120
Version: 0.1.7
121-
License: MIT
121+
License: undefined
122122
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
125125

126126
---
127127

128-
Name: concat-stream
129-
Version: 1.6.2
128+
Name: level-sublevel
129+
Version: 5.2.3
130130
License: MIT
131131
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)
135136

136137
---
137138

@@ -144,17 +145,6 @@ Repository: undefined
144145

145146
---
146147

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-
158148
Name: level-peek
159149
Version: 1.0.6
160150
License: MIT
@@ -165,12 +155,22 @@ Author: Dominic Tarr <[email protected]> (http://dominictarr.com)
165155

166156
---
167157

168-
Name: level-blobs
158+
Name: errno
169159
Version: 0.1.7
170-
License: undefined
160+
License: MIT
171161
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]>
174174

175175
---
176176

@@ -183,6 +183,30 @@ Repository: undefined
183183

184184
---
185185

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+
186210
Name: abstract-leveldown
187211
Version: 0.12.4
188212
License: MIT
@@ -218,30 +242,6 @@ Author: Julian Gruber <[email protected]> (http://juliangruber.com)
218242

219243
---
220244

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-
245245
Name: deferred-leveldown
246246
Version: 0.2.0
247247
License: MIT
@@ -266,16 +266,6 @@ Contributors:
266266

267267
---
268268

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-
279269
Name: wrappy
280270
Version: 1.0.2
281271
License: ISC
@@ -287,6 +277,16 @@ Author: Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)
287277

288278
---
289279

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+
290290
Name: object-keys
291291
Version: 0.4.0
292292
License: MIT
@@ -318,14 +318,6 @@ Author: James Halliday <[email protected]> (http://substack.net)
318318

319319
---
320320

321-
Name: buffer-from
322-
Version: 1.1.1
323-
License: MIT
324-
Private: false
325-
Repository: undefined
326-
327-
---
328-
329321
Name: level-fix-range
330322
Version: 2.0.0
331323
License: MIT
@@ -337,6 +329,14 @@ Author: Dominic Tarr <[email protected]> (http://dominictarr.com)
337329

338330
---
339331

332+
Name: buffer-from
333+
Version: 1.1.1
334+
License: MIT
335+
Private: false
336+
Repository: undefined
337+
338+
---
339+
340340
Name: isarray
341341
Version: 0.0.1
342342
License: MIT
@@ -390,6 +390,17 @@ Author: Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)
390390

391391
---
392392

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+
393404
Name: process-nextick-args
394405
Version: 2.0.0
395406
License: MIT
@@ -411,17 +422,6 @@ Author: Nathan Rajlich <[email protected]> (http://n8.io/)
411422

412423
---
413424

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-
425425
Name: clone
426426
Version: 0.1.19
427427
License: MIT
@@ -447,19 +447,6 @@ Contributors:
447447

448448
---
449449

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-
463450
Name: is
464451
Version: 0.2.7
465452
License: undefined
@@ -469,4 +456,17 @@ Repository: git://github.com/enricomarino/is.git
469456
Homepage: https://github.com/enricomarino/is
470457
Author: Enrico Marino (http://onirame.com)
471458
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
472472
Jordan Harband (https://github.com/ljharb)

0 commit comments

Comments
 (0)