{"_id":"multipart-parser","_rev":"305262","name":"multipart-parser","description":"A fast and streaming multipart parser.","dist-tags":{"latest":"0.0.2"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"time":{"modified":"2021-06-03T19:29:39.000Z","created":"2012-02-24T16:22:03.229Z","0.0.2":"2012-02-24T16:43:26.285Z","0.0.1":"2012-02-24T16:22:03.229Z"},"users":{},"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"repository":{"type":"git","url":"git://github.com/felixge/node-multipart-parser.git"},"versions":{"0.0.2":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"multipart-parser","description":"A fast and streaming multipart parser.","version":"0.0.2","homepage":"https://github.com/felixge/node-multipart-parser","repository":{"type":"git","url":"git://github.com/felixge/node-multipart-parser.git"},"main":"./index.js","engines":{"node":"*"},"dependencies":{},"devDependencies":{"fast-or-slow":"0.0.5","far":"0.0.7","commander":"0.2.0","uubench":"0.0.1"},"scripts":{"test":"make test"},"optionalDependencies":{},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"multipart-parser@0.0.2","_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"a8c491a1c8d41c7ef143fd99d22bad95c43e8da1","size":199752,"noattachment":false,"key":"/multipart-parser/-/multipart-parser-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/multipart-parser/download/multipart-parser-0.0.2.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"directories":{},"publish_time":1330101806285,"_cnpm_publish_time":1330101806285,"_hasShrinkwrap":false},"0.0.1":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"multipart-parser","description":"A fast and streaming multipart parser.","version":"0.0.1","homepage":"https://github.com/felixge/node-multipart-parser","repository":{"type":"git","url":"git://github.com/felixge/node-multipart-parser.git"},"main":"./index.js","engines":{"node":"*"},"dependencies":{},"devDependencies":{"fast-or-slow":"0.0.5","far":"0.0.7","commander":"0.2.0","uubench":"0.0.1"},"scripts":{"test":"make test"},"optionalDependencies":{},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"multipart-parser@0.0.1","_engineSupported":true,"_npmVersion":"1.1.0-3","_nodeVersion":"v0.6.9","_defaultsLoaded":true,"dist":{"shasum":"3c0fa3369e0378115b1c648744e67f50d2d3299c","size":199366,"noattachment":false,"key":"/multipart-parser/-/multipart-parser-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/multipart-parser/download/multipart-parser-0.0.1.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"directories":{},"publish_time":1330100523229,"_cnpm_publish_time":1330100523229,"_hasShrinkwrap":false}},"readme":"# multipart-parser\n\nA fast and streaming multipart parser.\n\n## Is it any good?\n\nNo, this is still being developed.\n\n## Is it fast?\n\nYes. According to the benchmark suite shipped with this parser, it is on par\nwith existing implementations, and can easily exceed typical disk/storage\nthroughputs.\n\n```\n$ node --version\nv0.4.12\n$ node benchmark/benchmark.js -r 100\nOptions:\n  Entity Size         : 10 mb\n  Chunk Size          : 32 kb\n  Runs                : 100\n  Iterations per run  : 10\n\n....................................................................................................\nBenchmark took: 33.8 seconds\n\nformidable: 740.47 mb/sec (95% of 1000 iterations)\nmultipart_parser: 846.75 mb/sec (95% of 1000 iterations)\n```\n\n```\n$ node --version\nv0.5.10-pre\n$ node benchmark/benchmark.js -r 100\nOptions:\n  Entity Size         : 10 mb\n  Chunk Size          : 32 kb\n  Runs                : 100\n  Iterations per run  : 10\n\n....................................................................................................\nBenchmark took: 33.4 seconds\n\nformidable: 775.19 mb/sec (95% of 1000 iterations)\nmultipart_parser: 934.58 mb/sec (95% of 1000 iterations)\n```\n\n## Is it secure?\n\nBlah.\n\n## Is it compliant?\n\nBlah.\n\n## Is it user friendly?\n\nBlah.\n\n## License\n\nTBD\n","_attachments":{},"homepage":"https://github.com/felixge/node-multipart-parser"}