LICENSE-browserify-fs.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. Name: browserify-fs
  2. Version: 1.0.0
  3. License: undefined
  4. Private: false
  5. Description: fs for the browser using level-filesystem and browserify
  6. Repository: undefined
  7. ---
  8. Name: level-js
  9. Version: 2.2.4
  10. License: BSD-2-Clause
  11. Private: false
  12. Description: leveldown/leveldb library for browsers using IndexedDB
  13. Repository: git@github.com:maxogden/level.js.git
  14. Author: max ogden
  15. ---
  16. Name: levelup
  17. Version: 0.18.6
  18. License: MIT
  19. Private: false
  20. Description: Fast & simple storage - a Node.js-style LevelDB wrapper
  21. Repository: https://github.com/rvagg/node-levelup.git
  22. Homepage: https://github.com/rvagg/node-levelup
  23. Contributors:
  24. Rod Vagg <r@va.gg> (https://github.com/rvagg)
  25. John Chesley <john@chesl.es> (https://github.com/chesles/)
  26. Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)
  27. Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)
  28. Max Ogden <max@maxogden.com> (https://github.com/maxogden)
  29. Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)
  30. David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)
  31. Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)
  32. Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)
  33. Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)
  34. Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)
  35. Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)
  36. James Halliday <mail@substack.net> (https://github.com/substack)
  37. ---
  38. Name: level-filesystem
  39. Version: 1.2.0
  40. License: undefined
  41. Private: false
  42. Description: Full implementation of the fs module on top of leveldb
  43. Repository: undefined
  44. ---
  45. Name: rollup-plugin-node-resolve
  46. Version: 5.0.1
  47. License: MIT
  48. Private: false
  49. Description: Bundle third-party dependencies in node_modules
  50. Repository: undefined
  51. Homepage: https://github.com/rollup/rollup-plugin-node-resolve#readme
  52. Author: Rich Harris <richard.a.harris@gmail.com>
  53. ---
  54. Name: prr
  55. Version: 0.0.0
  56. License: MIT
  57. Private: false
  58. Description: A better Object.defineProperty()
  59. Repository: https://github.com/rvagg/prr.git
  60. Homepage: https://github.com/rvagg/prr
  61. ---
  62. Name: xtend
  63. Version: 2.1.2
  64. License: (MIT)
  65. Private: false
  66. Description: extend like a boss
  67. Repository: undefined
  68. Homepage: https://github.com/Raynos/xtend
  69. Author: Raynos <raynos2@gmail.com>
  70. Contributors:
  71. Jake Verbaten
  72. Matt Esch
  73. ---
  74. Name: once
  75. Version: 1.4.0
  76. License: ISC
  77. Private: false
  78. Description: Run a function exactly one time
  79. Repository: git://github.com/isaacs/once
  80. Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
  81. ---
  82. Name: octal
  83. Version: 1.0.0
  84. License: MIT
  85. Private: false
  86. Description: Interpret a number as base 8
  87. Repository: https://github.com/mafintosh/octal.git
  88. Homepage: https://github.com/mafintosh/octal
  89. Author: Mathias Buus (@mafintosh)
  90. ---
  91. Name: readable-stream
  92. Version: 1.0.34
  93. License: MIT
  94. Private: false
  95. Description: Streams2, a user-land copy of the stream library from Node.js v0.10.x
  96. Repository: git://github.com/isaacs/readable-stream
  97. Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
  98. ---
  99. Name: level-blobs
  100. Version: 0.1.7
  101. License: undefined
  102. Private: false
  103. Description: Save binary blobs in level and stream then back
  104. Repository: undefined
  105. ---
  106. Name: level-sublevel
  107. Version: 5.2.3
  108. License: MIT
  109. Private: false
  110. Description: partition levelup databases
  111. Repository: git://github.com/dominictarr/level-sublevel.git
  112. Homepage: https://github.com/dominictarr/level-sublevel
  113. Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
  114. ---
  115. Name: fwd-stream
  116. Version: 1.0.4
  117. License: undefined
  118. Private: false
  119. Description: Forward a readable stream to another readable stream or a writable stream to another writable stream
  120. Repository: undefined
  121. ---
  122. Name: level-peek
  123. Version: 1.0.6
  124. License: MIT
  125. Private: false
  126. Repository: git://github.com/dominictarr/level-peek.git
  127. Homepage: https://github.com/dominictarr/level-peek
  128. Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
  129. ---
  130. Name: errno
  131. Version: 0.1.7
  132. License: MIT
  133. Private: false
  134. Description: libuv errno details exposed
  135. Repository: https://github.com/rvagg/node-errno.git
  136. ---
  137. Name: concat-stream
  138. Version: 1.6.2
  139. License: MIT
  140. Private: false
  141. Description: writable stream that concatenates strings or binary data and calls a callback with the result
  142. Repository: http://github.com/maxogden/concat-stream.git
  143. Author: Max Ogden <max@maxogden.com>
  144. ---
  145. Name: inherits
  146. Version: 2.0.3
  147. License: ISC
  148. Private: false
  149. Description: Browser-friendly inheritance fully compatible with standard node.js inherits()
  150. Repository: undefined
  151. ---
  152. Name: idb-wrapper
  153. Version: 1.7.2
  154. License: MIT
  155. Private: false
  156. Description: A cross-browser wrapper for IndexedDB
  157. Repository: undefined
  158. Homepage: https://github.com/jensarps/IDBWrapper
  159. Author: jensarps <mail@jensarps.de> (http://jensarps.de/)
  160. Contributors:
  161. Github Contributors (https://github.com/jensarps/IDBWrapper/graphs/contributors)
  162. ---
  163. Name: typedarray-to-buffer
  164. Version: 1.0.4
  165. License: MIT
  166. Private: false
  167. Description: Convert a typed array to a Buffer without a copy
  168. Repository: git://github.com/feross/typedarray-to-buffer.git
  169. Homepage: http://feross.org
  170. Author: Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)
  171. ---
  172. Name: abstract-leveldown
  173. Version: 0.12.4
  174. License: MIT
  175. Private: false
  176. Description: An abstract prototype matching the LevelDOWN API
  177. Repository: https://github.com/rvagg/node-abstract-leveldown.git
  178. Homepage: https://github.com/rvagg/node-abstract-leveldown
  179. Contributors:
  180. Rod Vagg <r@va.gg> (https://github.com/rvagg)
  181. John Chesley <john@chesl.es> (https://github.com/chesles/)
  182. Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)
  183. Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)
  184. Max Ogden <max@maxogden.com> (https://github.com/maxogden)
  185. Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)
  186. David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)
  187. Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)
  188. Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)
  189. Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)
  190. Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)
  191. Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)
  192. James Halliday <mail@substack.net> (https://github.com/substack)
  193. ---
  194. Name: isbuffer
  195. Version: 0.0.0
  196. License: MIT
  197. Private: false
  198. Description: isBuffer for node and browser (supports typed arrays)
  199. Repository: git://github.com/juliangruber/isbuffer.git
  200. Homepage: https://github.com/juliangruber/isbuffer
  201. Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
  202. ---
  203. Name: deferred-leveldown
  204. Version: 0.2.0
  205. License: MIT
  206. Private: false
  207. Description: For handling delayed-open on LevelDOWN compatible libraries
  208. Repository: https://github.com/Level/deferred-leveldown.git
  209. Homepage: https://github.com/Level/deferred-leveldown
  210. Contributors:
  211. Rod Vagg <r@va.gg> (https://github.com/rvagg)
  212. John Chesley <john@chesl.es> (https://github.com/chesles/)
  213. Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)
  214. Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)
  215. Max Ogden <max@maxogden.com> (https://github.com/maxogden)
  216. Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)
  217. David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)
  218. Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)
  219. Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)
  220. Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)
  221. Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)
  222. Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)
  223. James Halliday <mail@substack.net> (https://github.com/substack)
  224. ---
  225. Name: wrappy
  226. Version: 1.0.2
  227. License: ISC
  228. Private: false
  229. Description: Callback wrapping utility
  230. Repository: https://github.com/npm/wrappy
  231. Homepage: https://github.com/npm/wrappy
  232. Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
  233. ---
  234. Name: bl
  235. Version: 0.8.2
  236. License: MIT
  237. Private: false
  238. Description: Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
  239. Repository: https://github.com/rvagg/bl.git
  240. Homepage: https://github.com/rvagg/bl
  241. ---
  242. Name: object-keys
  243. Version: 0.4.0
  244. License: MIT
  245. Private: false
  246. Description: An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shim
  247. Repository: git://github.com/ljharb/object-keys.git
  248. Author: Jordan Harband
  249. ---
  250. Name: ltgt
  251. Version: 2.2.1
  252. License: MIT
  253. Private: false
  254. Repository: git://github.com/dominictarr/ltgt.git
  255. Homepage: https://github.com/dominictarr/ltgt
  256. Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
  257. ---
  258. Name: typedarray
  259. Version: 0.0.6
  260. License: MIT
  261. Private: false
  262. Description: TypedArray polyfill for old browsers
  263. Repository: git://github.com/substack/typedarray.git
  264. Homepage: https://github.com/substack/typedarray
  265. Author: James Halliday <mail@substack.net> (http://substack.net)
  266. ---
  267. Name: level-fix-range
  268. Version: 2.0.0
  269. License: MIT
  270. Private: false
  271. Description: make using levelup reverse ranges easy
  272. Repository: git://github.com/dominictarr/level-fix-range.git
  273. Homepage: https://github.com/dominictarr/level-fix-range
  274. Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
  275. ---
  276. Name: buffer-from
  277. Version: 1.1.1
  278. License: MIT
  279. Private: false
  280. Repository: undefined
  281. ---
  282. Name: isarray
  283. Version: 0.0.1
  284. License: MIT
  285. Private: false
  286. Description: Array#isArray for older browsers
  287. Repository: git://github.com/juliangruber/isarray.git
  288. Homepage: https://github.com/juliangruber/isarray
  289. Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
  290. ---
  291. Name: string_decoder
  292. Version: 0.10.31
  293. License: MIT
  294. Private: false
  295. Description: The string_decoder module from Node core
  296. Repository: git://github.com/rvagg/string_decoder.git
  297. Homepage: https://github.com/rvagg/string_decoder
  298. ---
  299. Name: safe-buffer
  300. Version: 5.1.2
  301. License: MIT
  302. Private: false
  303. Description: Safer Node.js Buffer API
  304. Repository: git://github.com/feross/safe-buffer.git
  305. Homepage: https://github.com/feross/safe-buffer
  306. Author: Feross Aboukhadijeh <feross@feross.org> (http://feross.org)
  307. ---
  308. Name: level-hooks
  309. Version: 4.5.0
  310. License: undefined
  311. Private: false
  312. Description: pre/post hooks for leveldb
  313. Repository: git://github.com/dominictarr/level-hooks.git
  314. Homepage: https://github.com/dominictarr/level-hooks
  315. Author: Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)
  316. ---
  317. Name: core-util-is
  318. Version: 1.0.2
  319. License: MIT
  320. Private: false
  321. Description: The `util.is*` functions introduced in Node v0.12.
  322. Repository: git://github.com/isaacs/core-util-is
  323. Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
  324. ---
  325. Name: string-range
  326. Version: 1.2.2
  327. License: MIT
  328. Private: false
  329. Description: check if a string is within a range
  330. Repository: git://github.com/dominictarr/string-range.git
  331. Homepage: https://github.com/dominictarr/string-range
  332. Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
  333. ---
  334. Name: process-nextick-args
  335. Version: 2.0.0
  336. License: MIT
  337. Private: false
  338. Description: process.nextTick but always with args
  339. Repository: https://github.com/calvinmetcalf/process-nextick-args.git
  340. Homepage: https://github.com/calvinmetcalf/process-nextick-args
  341. ---
  342. Name: util-deprecate
  343. Version: 1.0.2
  344. License: MIT
  345. Private: false
  346. Description: The Node.js `util.deprecate()` function with browser support
  347. Repository: git://github.com/TooTallNate/util-deprecate.git
  348. Homepage: https://github.com/TooTallNate/util-deprecate
  349. Author: Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)
  350. ---
  351. Name: clone
  352. Version: 0.1.19
  353. License: MIT
  354. Private: false
  355. Description: deep cloning of objects and arrays
  356. Repository: git://github.com/pvorb/node-clone.git
  357. Author: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)
  358. Contributors:
  359. Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)
  360. Tian You <axqd001@gmail.com> (http://blog.axqd.net/)
  361. George Stagas <gstagas@gmail.com> (http://stagas.com/)
  362. Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)
  363. Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)
  364. Dan MacTough (http://yabfog.com/)
  365. w1nk (https://github.com/w1nk)
  366. Hugh Kennedy (http://twitter.com/hughskennedy)
  367. Dustin Diaz (http://dustindiaz.com)
  368. Ilya Shaisultanov (https://github.com/diversario)
  369. Nathan MacInnes <nathan@macinn.es> (http://macinn.es/)
  370. Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)
  371. Nathan Zadoks (https://github.com/nathan7)
  372. Róbert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)
  373. ---
  374. Name: is
  375. Version: 0.2.7
  376. License: undefined
  377. Private: false
  378. Description: the definitive JavaScript type testing library
  379. Repository: git://github.com/enricomarino/is.git
  380. Homepage: https://github.com/enricomarino/is
  381. Author: Enrico Marino (http://onirame.com)
  382. Contributors:
  383. Jordan Harband (https://github.com/ljharb)
  384. ---
  385. Name: foreach
  386. Version: 2.0.5
  387. License: MIT
  388. Private: false
  389. Description: foreach component + npm package
  390. Repository: git://github.com/manuelstofer/foreach
  391. Author: Manuel Stofer <manuel@takimata.ch>
  392. Contributors:
  393. Manuel Stofer
  394. Jordan Harband (https://github.com/ljharb)