{"maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"dist-tags":{"beta":"5.0.0-beta.0","latest":"5.5.3"},"author":{"name":"Matthew Holt","url":"https://twitter.com/mholt6"},"description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","readme":"Parse CSV with JavaScript\n========================================\n\nPapa Parse is the fastest in-browser CSV (or delimited text) parser for JavaScript. It is reliable and correct according to [RFC 4180](https://tools.ietf.org/html/rfc4180), and it comes with these features:\n\n- Easy to use\n- Parse CSV files directly (local or over the network)\n- Fast mode\n- Stream large files (even via HTTP)\n- Reverse parsing (converts JSON to CSV)\n- Auto-detect delimiter\n- Worker threads to keep your web page reactive\n- Header row support\n- Pause, resume, abort\n- Can convert numbers and booleans to their types\n- Optional jQuery integration to get files from `<input type=\"file\">` elements\n- One of the only parsers that correctly handles line-breaks and quotations\n\nPapa Parse has **no dependencies** - not even jQuery.\n\nInstall\n-------\n\npapaparse is available on [npm](https://www.npmjs.com/package/papaparse). It\ncan be installed with the following command:\n```shell\nnpm install papaparse\n```\n\nIf you don't want to use npm, [papaparse.min.js](https://unpkg.com/papaparse@latest/papaparse.min.js) can be downloaded to your project source.\n\nUsage\n-----\n```js\nimport Papa from 'papaparse';\n\nPapa.parse(file, config);\n    \nconst csv = Papa.unparse(data[, config]);\n```\n\nHomepage & Demo\n----------------\n\n- [Homepage](http://papaparse.com)\n- [Demo](http://papaparse.com/demo)\n\nTo learn how to use Papa Parse:\n\n- [Documentation](http://papaparse.com/docs)\n\nThe website is hosted on [Github Pages](https://pages.github.com/). Its content is also included in the docs folder of this repository. If you want to contribute on it just clone the master of this repository and open a pull request.\n\n\nPapa Parse for Node\n--------------------\n\nPapa Parse can parse a [Readable Stream](https://nodejs.org/api/stream.html#stream_readable_streams) instead of a [File](https://www.w3.org/TR/FileAPI/) when used in Node.js environments (in addition to plain strings). In this mode, `encoding` must, if specified, be a Node-supported character encoding. The `Papa.LocalChunkSize`, `Papa.RemoteChunkSize` , `download`, `withCredentials` and `worker` config options are unavailable.\n\nPapa Parse can also parse in a node streaming style which makes `.pipe` available.  Simply pipe the [Readable Stream](https://nodejs.org/api/stream.html#stream_readable_streams) to the stream returned from `Papa.parse(Papa.NODE_STREAM_INPUT, options)`.  The `Papa.LocalChunkSize`, `Papa.RemoteChunkSize` , `download`, `withCredentials`, `worker`, `step`, and `complete` config options are unavailable.  To register a callback with the stream to process data, use the `data` event like so: `stream.on('data', callback)` and to signal the end of stream, use the 'end' event like so: `stream.on('end', callback)`.\n\nGet Started\n-----------\n\nFor usage instructions, see the [homepage](http://papaparse.com) and, for more detail, the [documentation](http://papaparse.com/docs).\n\nTests\n-----\n\nPapa Parse is under test. Download this repository, run `npm install`, then `npm test` to run the tests.\n\nContributing\n------------\n\nTo discuss a new feature or ask a question, open an issue. To fix a bug, submit a pull request to be credited with the [contributors](https://github.com/mholt/PapaParse/graphs/contributors)! Remember, a pull request, *with test*, is best. You may also discuss on Twitter with [#PapaParse](https://twitter.com/search?q=%23PapaParse&src=typd&f=realtime) or directly to me, [@mholt6](https://twitter.com/mholt6).\n\nIf you contribute a patch, ensure the tests suite is running correctly. We run continuous integration on each pull request and will not accept a patch that breaks the tests.\n","repository":{"type":"git","url":"git+https://github.com/mholt/PapaParse.git"},"users":{"vwal":true,"jalik":true,"ackhub":true,"alek-s":true,"alkiko":true,"ekmpls":true,"mstssk":true,"vtocco":true,"xlaoyu":true,"leejefon":true,"letsbora":true,"manishrc":true,"bartmichu":true,"edwingeng":true,"laserblue":true,"ravisuhag":true,"xiechao06":true,"arnesfield":true,"arteffeckt":true,"hvmonteiro":true,"shekarsiri":true,"alaindresse":true,"diglididudeng":true},"bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"license":"MIT","versions":{"4.0.0":{"name":"papaparse","version":"4.0.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"2bfadf60bff98f57dfe3a1902d7c51e50f54d4e2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.0.tgz","integrity":"sha512-djdLCp9b/qi14Hr+Xplk9rYkJViOSDwcDLZDujsUrlcBcGqAFbjT9XZb8NEHsyWmDjc2znRGERvwCh3j4HE6cw==","signatures":[{"sig":"MEYCIQCFDNdZTCFFJyZIvNXxxyutvytkM711mesTfGhTtGOc4AIhAKHzItsUI26huk2GKeWByyVPxkGWaDJ4aD7dkhchfBqB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"2bfadf60bff98f57dfe3a1902d7c51e50f54d4e2","gitHead":"5d5360966db753eb0fe28e00a98f5d63cd57e511","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.0.1":{"name":"papaparse","version":"4.0.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"34be1d68fe03f9667f49897e12a94b8e03d30aba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.1.tgz","integrity":"sha512-eFnArutoCyBS3yZI55XFB7szGnH+aIbeWbod9hlZ0mSRRiZXryOwnWZgi8+Pece80VQI5iPeR8aEDRDThzF2qA==","signatures":[{"sig":"MEUCICOXGWerT9sH5UBymEKTPiwktbLxqk9mFHSX9xhxBO/fAiEAmnh9AoWm+E84KNZ57HnbRH+dIfjo39W/ynXW30tiRbg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"34be1d68fe03f9667f49897e12a94b8e03d30aba","gitHead":"22b312a77dd2e4e3d78fc7c73e0f930367fe04ea","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.0.2":{"name":"papaparse","version":"4.0.2","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.2","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"2033cd7468ffff19765cc725ba51c41c5ee664cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.2.tgz","integrity":"sha512-KZqRtWcCspwPp2avq7zigvseRfJ1E3/KrBmzl4c8Pj+nQhTm69SEnNztYL0pwZMFcI77xcjy62/ZggHtCB9AnQ==","signatures":[{"sig":"MEUCIDRIlM5kN7NudRmEgVLNjziynUczdP97v4oqd46TQr2OAiEAmaUQVfkYBLK1RRTxIVBoKEMFBzs8DSQZxhPobVrsyzY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"2033cd7468ffff19765cc725ba51c41c5ee664cb","gitHead":"a126dd250e3975aaa016a6e34ff90d25921b1a50","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.0.3":{"name":"papaparse","version":"4.0.3","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.3","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"002d967d65c2112ebf76793bae4f8abb704f1b5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.3.tgz","integrity":"sha512-QywlAU5Up3CWp2aVHCIJZ9uICblOEyMcHr9Nhy33iqO1dQ+uffWov6dHy6MrODBVB1xgPWzrdjTvLHZCjW5GVg==","signatures":[{"sig":"MEUCIEmtwMKa/pcaY87ZmBcxv3wjWXzo5NE0Y25jZkXjUcDUAiEAwGqn/jizG6BowKuVicwSDn0FG0JO3V62iz4FXVXlEMk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"002d967d65c2112ebf76793bae4f8abb704f1b5a","gitHead":"c483ced1624926d2477c35ba1083672b0b27d4fe","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.0.4":{"name":"papaparse","version":"4.0.4","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.4","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"a1c0ced414e5baea94354c06fab531f0f12cdf7d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.4.tgz","integrity":"sha512-NAoOsx2jVs0TO7xGqqintT7Av3OWgdkGyybx5w8vI75jut1vcpUjxJVKFKTVfWWUo1HTx6K2XyWDPolVO2+9+g==","signatures":[{"sig":"MEUCIQDrA34pLbGLr4As7hYwCTvBwMM1dniUKTSryhNNmWkjoQIgW/L5UGhH4/rzBROp/S5UmJLO46Ixf7LY7QsOVUBlCBw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"a1c0ced414e5baea94354c06fab531f0f12cdf7d","gitHead":"b209603badf905ce52a100fef837a561041037d6","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.0.5":{"name":"papaparse","version":"4.0.5","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.5","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"49c1637bef24d49d6096ab5030856e1eef2a6875","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.5.tgz","integrity":"sha512-6oieApPcOuaOKOje+Sq0v0xwBMb1nwpyGh4srfzxs51VsOZIRcT9jDcLuUPquFyn230wDE89F2dogO/SUm8shw==","signatures":[{"sig":"MEUCIQC4BN5MLL/FHQBBbl4gTefvA8D89ec+twxbpF+Ne1fA1wIgRst8MI4K1V8PAXYZTw5YkfaZVjjyzV20xPfpLHmy8AE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"49c1637bef24d49d6096ab5030856e1eef2a6875","gitHead":"2afb936a7dba1ead3c44b2fe2fd5ecfe368dbad1","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.0.6":{"name":"papaparse","version":"4.0.6","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.6","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"8c01dbbe3137f6864ec2cf1b975e93197bd831cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.6.tgz","integrity":"sha512-kH13E5e2RqKdGi2LxiBQKkFu4UGKGh4vxNBJ2lt3z2awqd5ewkq4oigtmIdVVlZHM1GM7y3xGAZszlOmnI/Hyw==","signatures":[{"sig":"MEUCIBu1QJRcaGzsvhIs5ua7y5wBrWgRe3nGvwTp2REt6+ikAiEAsguJJqti/N1dAz+AGHkW44jGZ1OdYO7zYKe4aJae0eU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"8c01dbbe3137f6864ec2cf1b975e93197bd831cf","gitHead":"1d8d40620533e3a5708e58df3310f7f42e53f8ca","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.0.7":{"name":"papaparse","version":"4.0.7","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.0.7","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"2a60eb707d254c54d51e127ef0407757654b7dd1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.0.7.tgz","integrity":"sha512-sSMHMukyPQGN2S6gDZCwx+8FAm4s68UjsLewy3W9NNPGgOTaDk814hiAcfzN5MLNvqS4s/LL4dftskGkY9jfjA==","signatures":[{"sig":"MEYCIQCMZ1pyYDh+a81hbFLi3KRc4Gf6oeOIatc/p7RRVpN/RAIhAIpB13uH5eYKwGiXzgAXR//oNngSXrfi7j8+5VFt7RjX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"2a60eb707d254c54d51e127ef0407757654b7dd1","gitHead":"f1eeb6f1aef89c1b3e596d0f5b27d3d3ed21b7d1","scripts":{},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.6","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33"},"4.1.0":{"name":"papaparse","version":"4.1.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.1.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","dist":{"shasum":"72c89afb780a15ecc6b76bfeaf2aea3857823032","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.1.0.tgz","integrity":"sha512-Hqqmt42xQG30C49lVZL1AAwYoZ014VEg8zUtTOgrH3gnqAjl/4rZwulQIF1xP0bVBkMg1JcZxxPWBD2Ae6MKgw==","signatures":[{"sig":"MEUCIQCCNDMABKlFRVmlbkyVF2R7YWjHQ0PNEQQ4/QsOEE9JjAIgbHRX9PxxYaFiqoGZ6OpI6+q/FkfB0jjy0S9bLOBrtKU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"72c89afb780a15ecc6b76bfeaf2aea3857823032","gitHead":"0e0ee8dcfa5e11f251c12b377ebf572d49c8800c","scripts":{"test":"node tests/test.js"},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"_npmVersion":"2.1.11","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33","devDependencies":{"open":"0.0.5","grunt":"^0.4.5","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^0.6.0"}},"4.1.1":{"name":"papaparse","version":"4.1.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.1.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"c26dda4c0210813e01599864362cd9cff9304eef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.1.1.tgz","integrity":"sha512-13oEvxqk3SNMxwSP9i8692GT59N7QemAg7pcCSdTqh1Ty6V8TT1SAvrB3L2lprCM70TvLvXeJTEhemewzaewtg==","signatures":[{"sig":"MEQCIF6QmgCtOQ01HE7C8fhZp3MtdGl7yXsyMTzWTwpi6rMxAiBqZcfmnJH9biU6ZagpdY9slIKgn/5fSdejdngRC4MLuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"c26dda4c0210813e01599864362cd9cff9304eef","gitHead":"04003739ad9770f01956b304a8378cad3a74d6e8","scripts":{"test":"node tests/test.js"},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"2.1.11","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33","devDependencies":{"open":"0.0.5","grunt":"^0.4.5","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^0.6.0"}},"4.1.2":{"name":"papaparse","version":"4.1.2","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.1.2","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"04de70e254b45f92c3d364bc78c1c7e76abc812b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.1.2.tgz","integrity":"sha512-MEQJsO+9mc99jCUaJu/fWpo5108ewVR4APF1Jbn2ea/n90pXdecOWxUzcOCXzP3Lp5o5zZ/41fu9IfomauTo6w==","signatures":[{"sig":"MEQCIFnA1JcIpIx5F/WRET/zdYLeakJyNLWW76eVNKcwUEIPAiB5YpFbgCHMKtPsWAjSA/MBfAadcLsV3Y4e2FrenOVPNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"04de70e254b45f92c3d364bc78c1c7e76abc812b","gitHead":"6fe5c2b947870080d47425f727750928f8a045a3","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"2.1.11","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"0.10.33","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"}},"4.1.3":{"name":"papaparse","version":"4.1.3","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.1.3","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"6fcb66050875aede5d582e87c75ec21ddf3c9bf8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.1.3.tgz","integrity":"sha512-o+ZJpIZ/XZtEO2TlHCgYq0FvMtbqt1VcisD2O3Z3X92rPudpxuyqAQSRsMh0asPVyrElbFMd0eX8FaRXG/ikAw==","signatures":[{"sig":"MEUCIAQON6JsQoezQ3mGLTcgdAesLIJUqf0Sx00vk9aNLjQqAiEA6QxuNkFafWeoParh45WTfq40heS55Dba4Ii+44Wky/c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"6fcb66050875aede5d582e87c75ec21ddf3c9bf8","gitHead":"4fb911d9e30bc9d8acd45b1dd44f9e3492764fac","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.1.3.tgz_1485355399446_0.8595680091530085","host":"packages-18-east.internal.npmjs.com"}},"4.1.4":{"name":"papaparse","version":"4.1.4","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.1.4","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"57b224621762da0f943d95b82a8e82c3b4b331a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.1.4.tgz","integrity":"sha512-0ZAHPWcEO8tmwVbqySfoHeDVOWopTetGDa6D6PETjzPPm+tskr7IUoKr5vFDHTDHRHuewuvetk8MnypbLYNIEQ==","signatures":[{"sig":"MEUCIFIGMyby6MT1iBjdOSn9EKFt7RVqvceu6q4e0F7n//nrAiEA3g5fxn4Q3unPh+QLoVhWKVuV0x+oi8PdUjZyHYlElg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"57b224621762da0f943d95b82a8e82c3b4b331a2","gitHead":"35e62c1b7ab640b73386f3ac794d54c2bb70cc3e","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.1.4.tgz_1486371889667_0.32406986178830266","host":"packages-18-east.internal.npmjs.com"}},"4.2.0":{"name":"papaparse","version":"4.2.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.2.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"ac5bed7de39445dabb6616a507024b8b88eee7c3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.2.0.tgz","integrity":"sha512-gcq9kocVwaQH2nz1lZviEt+EWoRO2lrFL8X0E2/vY4VnQgV6/STKGEerF52NW0KmWS5/vmxf0RIkdsWaZQO+oA==","signatures":[{"sig":"MEQCIHzBjNP2KvWM+Q8mxqBV/lJTIrfeKXMwTO6C8ENq4MnfAiBJeFJZ8usI1o/u0gvo2LsKwTlkhW2qdJICnjd5Rjq0wA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"ac5bed7de39445dabb6616a507024b8b88eee7c3","gitHead":"fd6431e385468ef3c1c64f7ccb4c47c435631e25","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.2.0.tgz_1489683297676_0.6067591754253954","host":"packages-12-west.internal.npmjs.com"}},"4.3.0":{"name":"papaparse","version":"4.3.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"d1b3729a16fa0775fcceeb010f3e438211c27120","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.0.tgz","integrity":"sha512-kuOnIPQubJKFBHEKAJsLRIutZDnvMmqFPYyWi5oP/iEfCjsbZDP9raBnn6E4bLZWum1PYZOHz/WxZZpm0A+w7Q==","signatures":[{"sig":"MEUCIQD7lGiVKpKquXC0VmM8iaSnFeJPl7SQ+7QK0Y3YwJ8JVAIgWbdJf9LfysKBHXelnkRGqvwLqEpetx1du7y2uzNmB9w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"d1b3729a16fa0775fcceeb010f3e438211c27120","gitHead":"e17d5c44116a8ba13d184805c094297aaf719faf","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.0.tgz_1493280895396_0.539665317395702","host":"packages-12-west.internal.npmjs.com"}},"4.3.1":{"name":"papaparse","version":"4.3.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"5c50c582bae28a49c8aacac4a8d05350ecf4b37c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.1.tgz","integrity":"sha512-TNncp5Q3ZfBqznnI0RRZy9lDlRkpDROYb5/fA5iclEp2Uz6a42Ntl3dvEagv2iqhvfCcCM1W7Xef2/9L1yAtWQ==","signatures":[{"sig":"MEYCIQDQCRUTfx6ekuxe7n3TsmLod2d4b+HzkMpGZ+m321QtQAIhAJ8N86QsdC5xYAqSxxopljRPkwrYW81e/s42iGRAWZKr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"5c50c582bae28a49c8aacac4a8d05350ecf4b37c","gitHead":"0b15110e5a642ce834ed77bb93c669c6f108c73b","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.1.tgz_1493304122679_0.2729876874946058","host":"packages-12-west.internal.npmjs.com"}},"4.3.2":{"name":"papaparse","version":"4.3.2","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.2","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"9aff2146e200ccb56cc0fb28df80092857f38efd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.2.tgz","integrity":"sha512-uOfvcOpI/o/IdRzPF3julnJLhmgHLcIiYEYmDWLe2DafP3OSdXPM0QjTBwdSjszQah+V45qPn6CK6ho1lPin/Q==","signatures":[{"sig":"MEUCICohuBOFZSn79i3db+tNx08Q4QQwWF4llnO4iGS9S7T8AiEAkyuDZdiZfgaym04gqWq4O+G3vNWUSZAwz3+9hOATRBc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"9aff2146e200ccb56cc0fb28df80092857f38efd","gitHead":"4d1e42b0ed151adbd981b3926aafb1f22d9a331c","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.2.tgz_1493711817706_0.3196013306733221","host":"packages-12-west.internal.npmjs.com"}},"4.3.3":{"name":"papaparse","version":"4.3.3","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.3","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"716ecd5b876d0e4f274b24d948fa0f8eda2f72be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.3.tgz","integrity":"sha512-mWsTS4UFPDrdVz+pNEe7Sn1u4GJ1dBaor5o8D31noP1Suqwviwb3/xPA8pewnfpuwxUGXaj249pm/25do35LOw==","signatures":[{"sig":"MEUCIAusvTI/k30KycpiWVv1quy0Qzy6+oztY9PpIwACSXQxAiEAsB02bdh13SZVSkU+MM/mbrKvNjyfmtdwxTKvdyztCv0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"716ecd5b876d0e4f274b24d948fa0f8eda2f72be","gitHead":"9328f4902c086016070b51ea21a36865bcbd0fc5","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.3.tgz_1496823286560_0.9123051862698048","host":"s3://npm-registry-packages"}},"4.3.4":{"name":"papaparse","version":"4.3.4","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.4","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"8728c3b796f1aa1f53b21a8251dc171fa3ea18ce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.4.tgz","integrity":"sha512-fSlJ4wUttg/sGcvjnyUX3lf+MwyqawX7dOJy99e55IxskPfXo2rwOxcHZkHO3elPzaYScpuLw2qMFJOxNRA53Q==","signatures":[{"sig":"MEUCIQDPY4sG8qa8b1kFfrDtuXkwcyYFkWaRNh1aIVXn2msD5AIgVB5L1DYpW/w6BUv1hwaEJphNErCcUhV9jUJtbmEhzDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"8728c3b796f1aa1f53b21a8251dc171fa3ea18ce","gitHead":"e2784b861a06f9e786d55288182f9f3c89030c3f","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.4.tgz_1501054164350_0.5557422663550824","host":"s3://npm-registry-packages"}},"4.3.5":{"name":"papaparse","version":"4.3.5","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.5","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"b6cdf5cae6fe9ec603b1be66f114a63ac645a036","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.5.tgz","integrity":"sha512-si8MVp7o44bxjL9EZXfxg7XmwzyKOoZkoMXSw6hAcvLmdcuzvWFrAoCPsbLgvp/9Qrar6EVeUCXlNqqdlP+LAw==","signatures":[{"sig":"MEYCIQCh28o5ovqs8nnmwA7emOjPEk5bJajgSZNnZD1yBrypVQIhAI5I0MAKNZFnQy41LWirAWoAOjC+FtCoLf/0oeBd6W/y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"b6cdf5cae6fe9ec603b1be66f114a63ac645a036","gitHead":"ed9ad86e67babf3daa33008b94589e68937f29a3","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^2.2.5","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.5.tgz_1501054507603_0.8952988234814256","host":"s3://npm-registry-packages"}},"4.3.6":{"name":"papaparse","version":"4.3.6","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.6","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"9566eda0ecab13afcb740a62381c699f486cb145","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.6.tgz","integrity":"sha512-zpP797NCQ8lkj3lPHsM9/lMzvD+IZBWtbd1yMDpAhzcnE6nO2clE+WTe50fNs8I3Q2pQrQ6rQtGNbkqtWsD/pg==","signatures":[{"sig":"MEUCIQC1+6wVy/o6CRts/7wpFo4iDB0jb8pFvM6IomuqznzycQIgcy4hV4kWnOAt9rYBq/ANywpTp5j5bK8ulWRIR0HZimA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"9566eda0ecab13afcb740a62381c699f486cb145","gitHead":"60141533d4da7853383c2c51620fe9eac81c1333","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^3.5.0","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.6.tgz_1504604442792_0.17444875743240118","host":"s3://npm-registry-packages"}},"4.3.7":{"name":"papaparse","version":"4.3.7","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"_id":"papaparse@4.3.7","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"ed1e7183320d1e0839dfe9f7186185cfc5097b8d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.3.7.tgz","integrity":"sha512-v37HnvjS09W6ito7SK+f2NwWMIgqLZ07YUEt4DVzA4+2Trz3d8m12RTgdp3Brk0nlCCw84tMhojcAJry1jV6uQ==","signatures":[{"sig":"MEYCIQCzGyemETFXu3qPN6k8za8jwCJi/XzKTXdLypUzrudv9gIhANIP2eZr2CF1/5iP/6Z++GZFQbPFO2YNc/3QOvR90qon","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"papaparse.js","_from":".","_shasum":"ed1e7183320d1e0839dfe9f7186185cfc5097b8d","gitHead":"a6d377b517c62e8a2c369d2d84c134e4f6052ca4","scripts":{"test":"npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"licenses":[{"url":"http://opensource.org/licenses/MIT","type":"MIT"}],"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","devDependencies":{"chai":"^3.0.0","open":"0.0.5","grunt":"^0.4.5","mocha":"^3.5.0","connect":"^3.3.3","phantomjs":"1.9.1 - 1.9.7-15","serve-static":"^1.7.1","mocha-phantomjs":"^3.5.4","grunt-contrib-uglify":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse-4.3.7.tgz_1517476790205_0.7553890857379884","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"papaparse","version":"4.4.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@4.4.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"6bcdbda80873e00cfb0bdcd7a4571c72a9a40168","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.4.0.tgz","fileCount":20,"integrity":"sha512-JI7nXTlG7TuWJ/izHfoa4hqRm9h7JEsKK9QFymv5630HI/LO7pv3LwwZw47A0beMxbjFkrtpsbFnNxxgXeHaSg==","signatures":[{"sig":"MEUCIQDf0H0OO02rYO/4Pj8H/T/9m+HpBWtJhvskUZr3VlpPRwIgXuVFB0NkX0B6X1uxsxg0EAtDAanNQk+VQ7jxyvKr40w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":144024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3eVqCRA9TVsSAnZWagAA+iEP/iwYPMbPYxPns5FrnEF/\nhhyNDBll/yUANe4uRr6qx/pAH+C9JVi/HUt9wWmJXGJHbYqznIrMMhnptmcd\nVDrLvYqCyWbm4WLzNN71rHC1HvIlljE2N8D8gub4J2oJF4dALnXsbZa2s4dw\nfxI4Kgl5CMTamHSeU4K1eg+QbFJATIGzbRNBrKGJ0YVaXP+dFsbaOk2CF7T5\nKYltoZtoeYfZIiQ8+bZwI29X4VNGeSaTFeFcnwhRJDE6uictPIGijNjKwE/P\nGrmD/A4NYDoUF1gniCzydYF4EUDnuVt5wENAD1AoJI4KH1N/zMNhI3HjHT5Q\nvIzGVbhleC7G9QDiM+KW3su9xGkvwQGUdswgHci0Sm87RkT/kLwULKc37hlF\nNaD6CWIkGtr3NdoOjfak0clMsRZgSdWn6mM6Gf+6/6myoTogW3+b0muJnwyS\nMXRI7jTlkS69oR8PbnG8a+idved7lApS7fh/q9rxfzorioJP4zHooA5oXodp\ngHt6+N5gBHQfdvU3vbChfhOVpTBb8fJNuq/UOqRvpwMK4DvmnGq6R5gqox3N\nlbFHVTHpaFCzL3SWcRJoSiJaq3BnWmjo+SSxpzHZffiTkCs3dtPts6M26y3n\nmKCRjDIQh6sw+OJ7rGSmWKfc8kpeO95+bl/5hmo/nwocL6ouMoqOOReFVnnV\n+mX4\r\n=Ymv/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","_from":".","_shasum":"6bcdbda80873e00cfb0bdcd7a4571c72a9a40168","gitHead":"ce4cc56cf5a9ebdc39b88b75a2fd41bef6909abb","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","open":"0.0.5","grunt":"^1.0.2","mocha":"^3.5.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","mocha-phantomjs":"^4.1.0","phantomjs-prebuilt":"^2.1.16","grunt-contrib-uglify":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_4.4.0_1524491625480_0.2988374320973317","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"papaparse","version":"4.5.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@4.5.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"fb625d390b6e5d544db20658ce3665002c3d8e80","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.5.0.tgz","fileCount":21,"integrity":"sha512-2h4nBdeWM1KZe3LkgkEDONb8SiTVGafmofnG0INknZBpwFISLXWnk7rCOM2LD5s4+EIyR8an88o/GSRtrjd2/Q==","signatures":[{"sig":"MEQCICQs1O+jdYH7GZoX3k0LQn2X+5adq/VB+4emm0hQ3JW+AiAF3K5FfQS/4kT9W/TG632x9sL5az7DJQLAOOuqNkFGYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":224514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFRC4CRA9TVsSAnZWagAAFmsP/jRVw5vBP3o8pe/yUiOP\nPgoVAmMkvfKn/X4Lmpcv+i601AmxoxLqr7nKNOPgOFmm6C+yes+lYAU7CIbH\nJQbfl2XOOhJFXIcRu0wAIM1M/NWCAyC3C2RmtNF5cbFXzDg9op0qfiUTLaDb\nxYWS/Dke5FrEGrzGm4mI1cPa9KirJLtFgvKIpA8SJRPiW2FAAeWbdAOymVO5\nM3VR7ij0m9KQTl+u/+MpCzPT1SGuFXmTGc1gLi6cjteinWVo2HaH3VyYpPAR\n6JIp93YNIlMuONcBNgSA03+0Bb8EyarSaWt3a9wTlxs8hXMOpD7x1sjnP3xN\nmc+dh7ix9LQw2j7NQ9FiZQ6WbycJPbKvhflWJr4VFVF2TNRf+sUrYDwafqw+\nuQLDqOhP4GACrH07JUrvt7W6+StqW7UhPjFZqzkvVJN/fSfqGTfDvHvrJQmg\nEsW4fxEaekInEFXXlX1Mu+sHc1KaB9dor7a3N+E2IfLab2mAHF+nWEQ1QuXH\nTsUTsepN62HchKWForUaSxXRYZct7rPsHExZmYyggYNsRaMbk4FhK4z6gWg8\n0Pf/rxvZdamwsoHODFRdYwK/fhMvalmaTYuo3Y1EbttuaeaIcSRzD/yEJ9Wr\n7CraHIrFyXC6L96yxjwOAr3GpxXZdp/3Q0Vqv9aUTagoNqBEWNXi76oCixRE\noHU+\r\n=c0TJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","_from":".","_shasum":"fb625d390b6e5d544db20658ce3665002c3d8e80","gitHead":"9f473db317328a93ed3721bc430f137f17e0f642","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"3.5.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"4.2.6","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","open":"0.0.5","grunt":"^1.0.2","mocha":"^3.5.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","mocha-phantomjs":"^4.1.0","phantomjs-prebuilt":"^2.1.16","grunt-contrib-uglify":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_4.5.0_1528107191539_0.5922691947214036","host":"s3://npm-registry-packages"}},"4.5.1":{"name":"papaparse","version":"4.5.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@4.5.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"00ed9df42f579331dfb65d6bcd890e6b4ab1cc31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.5.1.tgz","fileCount":43,"integrity":"sha512-PL0g9FOGzwFRcSbjpy4yR2xdSMBei/7baPKfY55S1TIsLobaigCqQpOBu4aY1no5LeXGW0jq3PaSEWP8Z3nwTQ==","signatures":[{"sig":"MEUCIGeUXAl7UEBiA8iyUeUgiSbpZIUJzveZZz+/5kJAX3/PAiEA0hO/O/0LGVxOr2KYs/BwJ2SXSLT/hG/qq/79JE823lQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50941298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWv8CCRA9TVsSAnZWagAAxu0P/3rCnnNfAAhFbU0NwTEt\n+a1B4O/P0Q7cjNbzJWsMTHfItse09bIIY4BUgxfl6zwYGVgsxJI48aburmE2\nyweKlMrzCxvX1LltnPr9Rb8ZPueYoxYtW+4diBbcSudD6jAya7uMDgXMBXPL\nKZ4ZxZr0/Kb0pBUK1/eLSf5Mdmf7W+LGuVq+4Yeh1/iiub4ShSam+lWY+CNw\n8s92S2Bq/ExSw936lx5uRPEMUvb2wr/rGESSZXjSXfjh50jTqSL1PvvHZWhA\n8BPyHpKkWl2k5i4r4cSzaLKQaziwc+eWv3hcw8Z4ojqeAV5tmCDTvfao4bnS\ntAC8WC1i7mrr0DgmJ87DeSUE8M0mKlZlW61RZa/XC4Fy9oPxprSotzuH//sy\nlhCCDH+y2enZrpLcRNyJpdqebZ+V4gDtL9JXmu4CIC+WwflSPFU6x/T+qXOf\n7KmcEl/o9fNs2Zgf8hJwsur8DcItpCab+spo/QqYY7e+aHy3wnuPMHzfZ3mD\nBs4qqHvcV4M9nMj76u7uW8HJ/ZRQET2aBpEIJU1xHfaFrkys32oJe6l9CS7+\nOq1loPF264C0TiIG17541hVBMVoRMkUEuMr4/4+jBx7hopRHhhWAxIZiRatQ\nudum2IffYEnKpFRm9L/zxCN61m6yhqs/wgLuSj6BiW1JN+g225y3haNdcnFm\nORGm\r\n=k8oa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","gitHead":"ef38edf075328132c486cb26114d9b6269d6de73","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.2.0","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"10.7.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","open":"0.0.5","grunt":"^1.0.2","mocha":"^3.5.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","mocha-phantomjs":"^4.1.0","phantomjs-prebuilt":"^2.1.16","grunt-contrib-uglify":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_4.5.1_1532690178139_0.45520850274227365","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"papaparse","version":"4.6.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@4.6.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"4e3b8d6bf9f7900da437912794ec292207526867","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.6.0.tgz","fileCount":20,"integrity":"sha512-ylm8pmgyz9rkS3Ng/ru5tHUF3JxWwKYP0aZZWZ8eCGdSxoqgYiDUXLNQei73mUJOjHw8QNu5ZNCsLoDpkMA6sg==","signatures":[{"sig":"MEQCIHtLHqMh7GrWnlmlakT60R4YAeC7XRWFHQ0h8JJLM28GAiA0hvr80bxE87/wZFiIG4rzBOzr1qO3t9TMT4/5LLys0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbYW7NCRA9TVsSAnZWagAAWSIP/0NGiBOudJ1SRWm+kMm3\nkpqMIPCo8neiVkb957rkprNjFhb6vjmw0kR3Ee3oGTRYFVa/Vwb4QDOHW/Ye\ncaDDE53Hy2hDhl0xBdiJZIjcfxi0LviIoAzGazGDUMIRRN1zbaWZy2Ugqnni\nZP54Yn2pCvtIm/gVUKWDDb22lrjXWTkrPyGc/hxipOp1XgSf1km7RxjpAdHL\n5zrUF68Zbco0xHZsM0VhlKk0FITTXxIA8qk38jJ9UC8Erx7JIwenAeLxnauo\noqwBvAHpQYVu8HekTpoeTuiEzm7PuI54FsMI9jeMWn6STeDGsHByjjpS422D\nZdbLGcNVA+YU/96LnF5dhewspQuc8GCLFN58h6ShsxI9K3IBUxrCIiONpHyM\nmzjxqePhPbB2ukSWJpe9DmSgZKqB6w+wtxyf6gU0P1DF9PrbB5eRcX3m4N8j\n7pu+Rjzc/nujHtPs6DHkGApt00rf6rQx8bOjS0pc5TbAOuiYW434HJgqvETB\n4IUlmgHxuO2Xe7OF0By6LP6GfN4S3YQiB0bDNMiA0tn0ufP75RFJdXa1bdCR\nBnwbiVmx4CDbj8tn2rdlUFuWx634+0F2w+zubhekSo6gqHTtw/nGQoAcAvp2\nKZTJYI/E8+JTwXz7HlQsg15s+7SsI/bISoxNPqBrHkri36B8ofKs09VEqyWo\nk5mD\r\n=UVpY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","gitHead":"b5739c617f668e258ac21f041a2783d320245d24","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.2.0","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"10.7.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","open":"0.0.5","grunt":"^1.0.2","mocha":"^3.5.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","mocha-phantomjs":"^4.1.0","phantomjs-prebuilt":"^2.1.16","grunt-contrib-uglify":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_4.6.0_1533112012698_0.18077150664569497","host":"s3://npm-registry-packages"}},"4.6.1":{"name":"papaparse","version":"4.6.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@4.6.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"7b3c5bdf4f0fd12374e2d37f987e9d74a1834ca8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.6.1.tgz","fileCount":20,"integrity":"sha512-X9Ws5tnEQKRCZRfoojX3KvRZbLY1BbL0wqSHF3CKGmxD8Zr4E0WaipUuFweffkCN8RSQzHKhb/F+ATYdNcz1rg==","signatures":[{"sig":"MEQCIFn3iVcfoXFaCqknIDaNTCzXZw006I+iFezk8YoEdR2gAiAD56HVIWYg4MHec9P+xdktqun/1+FiP8V5XWuIYD6kbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231775},"main":"papaparse.js","gitHead":"4bb68a5365d277db9dd290914cf64ac3c461a59b","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.4.1","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"10.11.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^3.5.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","mocha-phantomjs":"^4.1.0","phantomjs-prebuilt":"^2.1.16","grunt-contrib-uglify":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_4.6.1_1538650928083_0.6107272135807718","host":"s3://npm-registry-packages"}},"4.6.2":{"name":"papaparse","version":"4.6.2","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@4.6.2","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"5b2df0296f505f1c9d4c2261f903d3b44866a28d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.6.2.tgz","fileCount":20,"integrity":"sha512-P/4p6S6wZyXAjcFPnJAjFn7lxMIkd+23prFELhcbfWswQfg7dG1XJfV8/lKvk5lu5BGSSJZFHSDMejjFcB1feg==","signatures":[{"sig":"MEQCIAaKVLvEjreqMJAKbRBPTqu4iB3qprV+UcBx32gBM5PrAiBA1zH1OdRHJwcgXnn8sxLMBBDbSCwl/0LcVyXY4bI10Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":232411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6+xiCRA9TVsSAnZWagAA4YkP/RsQMCePC2sKzW1yPerr\n6xiWraOwyOiy/pZ+0W7RAxIfWQpkdSBQNMy8myesKcxj9h2oTI97nnJw5Mne\ncJ3D7dG9EzqFdFy087rMkFtlcYXIJtgANuUc6eYPFvHG2mr2H3PHBxXxltBs\nA/JZdInX1ERtG7rI0p2n2cgS4rXuokKzD5KCFZ/wM9XcIKio6ZjtYoUvstr0\n2lewDfC4319MDDRRZcQLLEoDO02194aGfIadUy2tQuk8jThUOZnykxDQsEaV\nsgLJ8OUoaHs5Dr0HeQkqLGcfD/mQHU0IdDh9eAvRTh/0WCwkkbxv8TI+F7BI\nULtTrjEoLiwd6pS9jVNJdO3Kn5DWs7h8VqnWY9ZDezIfLns/uov7b+ZHnKk6\nzjsHkGfqqpkCpc6nMcCwdifvyIOreFwxelslHrfoxdZg22K9Fg8npMr0K0np\nOw5N+3ZMxtrmhftrt9e+oWTRmEqZUN4oW9anVrquxtmIA+2wmcfCyA+JLCSA\nUGVPXjGt7NnPLRcpvQsJNCzCGeljOu1BgoWm8UvConLvc0yqvcchVWnQItKG\nUQbBOjnXBOCHuCiqDFlC/zYqEBPIXD8tMx7D0u6sYeL3hAbXsPSGI5tGTFJT\nuTeKNK8RdRU5LlqLpf2YLtN+1sQvVT85Elw8ifZfvKtzvp99Lij6nETf15Ff\nhoXY\r\n=kUzn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"b58a65c6070cf830c45f6659ec426d29ccddbb81","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.4.1","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"11.1.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^3.5.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","mocha-phantomjs":"^4.1.0","phantomjs-prebuilt":"^2.1.16","grunt-contrib-uglify":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_4.6.2_1542188129335_0.44485672564251355","host":"s3://npm-registry-packages"}},"5.0.0-beta.0":{"name":"papaparse","version":"5.0.0-beta.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.0.0-beta.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"5054c5cb5c895247a938d16700bb27ac418087c0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.0.0-beta.0.tgz","fileCount":20,"integrity":"sha512-D0km0eH27RUoUu2rjndnK6GuKFd+CxbW4Ok6R0bNJgQhKxhDPnyYoGOxabZVeLd3ISh7ep18GM1i2GjSEvGZmA==","signatures":[{"sig":"MEUCIA5uwCWo2u93U8sLa067lepA5Tsg43bh+mUAQTUc0qr/AiEA7AVE4ILvxB0mhbCrAVkzl2ALNTsYCqs66yXb+wyCfI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":230298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9R9ACRA9TVsSAnZWagAAqQ0P/AxMfs78Pg6heo+pK9lh\nOWBGjfiO59loiIX9AocGJFf9bBYVP07WEaPaUQz/YFaA9RsGh47KmQtaYRmO\nbNt+aDKWdM/IulLhR7LB8eAf6SOq/cAEK27ZyZ2Ge4uE/lJJe//mJPjGB5KX\nQN2R5DAZvCdJWnpqbLP6knG6uWVT1WPOBX4BOrkHMFZRzZ21PKpFQrfQeDzk\nz48VYZEf6D9xNQV4v4DD7j53jqpiNAUsw3k8QQg2NHHEuBhs37NJVdt5a2dT\n3T7BkFZ1/3H5fOks34/y1G3syqmO1E07/VFszva5IGPBP//TURbNCVS43lX6\nR+D6+xlTKNFH/8sQkHzH85FbEDYyBTrELd/ijckymo3fzGY3qXZIb2wKyE97\nwEhWiMNAf6S7OfbWpHqMXo/FudghJ2ykuc4e6Ehe6KxxZIHtN7pBr1i2hD2x\n7OaL5CQkARZRDYNSK1IVwe50uttZ7jGEgFJt5BeWVPVd3pzyWQVjYXo/D0lR\nTft3BbDKUlkHbBrxJ3mRiWx1xjZhtLIgRNL8Q155Iec/sBq4uuVSyJmlTvR6\nZObB8Ua6Tj80GRSZOgqsijz9jONrQglDKA1sZOzIQACicONxUsWr3FPaXXSD\nCSgT+M94jPmFniNnS5l0sX55MXjOUU1JM9azZUIagpPJ/Tt0Fjrnca55+LL9\nVysO\r\n=QgGH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"bac638610d777719e97c2813afaad693caabd2c8","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.4.1","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"11.1.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.0.0-beta.0_1542790975399_0.7050178360974122","host":"s3://npm-registry-packages"}},"4.6.3":{"name":"papaparse","version":"4.6.3","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@4.6.3","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"742e5eaaa97fa6c7e1358d2934d8f18f44aee781","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-4.6.3.tgz","fileCount":20,"integrity":"sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ==","signatures":[{"sig":"MEQCIGUn/ibgAyDKRxcizkBjgzV2BntKVn/UhvavAsXlq3JGAiBCp0pomBFhZ0SUcOjc0OwOxdKYLuDeLUEz8aZ9+Uc4cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233108,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNcY4CRA9TVsSAnZWagAAJ78QAJYjIt3PT6d1xyttZfxM\n51smUpkACn9PiDDStaNm/Ge6u6r1VGrNg/USCbczjAxDn51LH2Jkz89p7igv\nExtKm3BOPEJ/X4ADsN4C3wZysP1M7QEFEtAY1DsHPiGTE9GgMPdV4Kjy3PRo\nwCUwHVqWfKOoOK1hG6xB0w3bc0goPviHcI2k4Y2Pue9Qs5mvlqMx7iNPPITa\nm4H920UgeqXVyvxBQc80+dIpTNAe3v8H8K/uZXH8xPub67A6CwPlXGqLdIIL\nPpq5iPHjescVHUmGBSO022C+qtpsSC8BtGHkAw7+TrS3HsQeFsNFdX6aBafl\nx2QFlR9Ds/eUNLe1wuL+9qnVaGWVQRVnOs6nESrwvqPuMEdsiAqAP0g3HWS9\nzPDK1YK9gO9qzTuS571D+D2giI7D/85E/RSTAglpcvo1M76bc0tp/P7G82P8\nhR/SRSAOfA63O8QL01BgBqvpTSXEUvrfOh3SLbVmh++r5WVCIW/RAU+Fbusg\nyS5nEssNsBkZV2Y4EN/UkPqGJEuqFAGwSdH0hWg3XsSRMing5nU3lObivJLH\nZLtQe6vPVLe77BXGZr6D4vXSf58FVW25I4bUcMVIxK31mGPGve2572oJgdYz\nepxZy8ef37KBU2VsTfKpeYoHMsW/pz//e9+E2slINMGAisgR6oT8mkjU9Yxt\nWnTN\r\n=Flok\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"8b663aa17edbc375eb942c60999aa957c14effd2","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-phantomjs","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-phantomjs":"node tests/test.js --phantomjs"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.5.0","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"11.6.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^3.5.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","mocha-phantomjs":"^4.1.0","phantomjs-prebuilt":"^2.1.16","grunt-contrib-uglify":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_4.6.3_1547028023827_0.2633778777342035","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"papaparse","version":"5.0.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.0.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"026f66f85b7f59378719c8cc130f8fce3d71f396","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.0.0.tgz","fileCount":20,"integrity":"sha512-gCqNseOMB5RInYXR051oWfCIZZI9ldhijkeMj0kNYLpE/hSRLHaW8ctoK4h3IuS1v8l+PovsV96LjXtgmzHRxA==","signatures":[{"sig":"MEYCIQDjYxtb6x0KmsE3TWnx6PoNdv185p+4Y9GY62pJcTQefgIhAJ8wu/psqbehAXtKCIU/zX/IQiOgYqjCUP44iTP+uv0L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":242047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8ApkCRA9TVsSAnZWagAAatIP/3sQql+P99hq+aBF94zv\nCaJJa9vMa8/6KRvB19giZPrIGUSNUVgn6cPaBg3NsTzyS+NODo3IGM3faFz0\nDm64BENjyQWbnx7RWs+27VMDEfpTfGNmXYfQkML8vqvkwt2eXtm+EYb4G854\naQQqLPRSxW6na0Cs+zDvZ6Zy2ef5uZOQ1iqretJDm+d/KztDldG1vpUAJ9ew\n5iiG2n46wmZo4ynlFQNQtFddPAdYp2YJ0zz2cUrNF4iLSWBHIIcpK3CC85Jo\nXHVZifu3hGrQKFDFJdLMh8Xa4E2cUBALsI4MVnIA9rd5ldoB/ezjosxugoTX\nRaOilyMSUSvfpVXQGjDnXhwPf+6qLnrFK7n7avB7YoIjtP/KtnHZ/bGxnIgb\nh7sXkz+c0wOYAEKhwDwFLW23P3l4saXKHM/t1QGiABVHAfZw3VMewtDFhbb8\nNdAbFCWGqhcltOb8VxtAj8DhcOr5MrBxLlqYUy/xtDEK4mD8MH/HlJBgsoPF\n0UEij12C+E15DB79tHQSCc2W9poxuX/m7uTW5dhwTo5XKQNKziJiyKee93zm\nncPzF/il1/QnSTWN3UWqF4w+k5MS3rslm7lfWXtmvEkQc0PTv9BVYuTErTQ1\n6EFOacl4Iy7/CHlPLJC/vYoIx/StgAWbSuZSdD4S7q8wTfvlih0/uws7tPww\nBhsz\r\n=U3aN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"1f43cb8f01201e03157339850da32c835aaaa454","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.9.0","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"11.15.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.0.0_1559235171890_0.1765698789169481","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"papaparse","version":"5.0.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.0.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"5243710e5468e659e23c77db0e0b010912960c15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.0.1.tgz","fileCount":20,"integrity":"sha512-LoM77aP/xSfZP645H3x1X0Qrf7klhGqHUfJH2KHIPvmB4uzezB/1bfvJKI0vp6zD5AfQF46J3URB7uz4Iqe0lg==","signatures":[{"sig":"MEUCIFIVHiBscK/MZwO3qiC2o7/vlyLGjUYHLfKHYhC8d3sjAiEAozy/iivVIYED+jI31ybHLpFnyYwXFa3FDfzFNngwRvQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":242480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOAYLCRA9TVsSAnZWagAApWwP/1dgNnaoG45LjLeD3YgN\n51l9QJyZohm7tRfv9vC3HiMyxkeC7TqVAZdXlYy7kT6FFZVp1CHiI03s19vV\nJzwnE4EsuvqkI1XeYSJCuYnVhVe9kWZZNyryK9M+TT4XlIM9XSTnOYzoSD4I\nnrPStp127esvVQ6xiG9Phms9f15sPPvTGHzXFIanh59opJU2lQdAkFdteMUk\nMbQ/gI1Lm7lKuIHVqI1SYGzj0dGwEGGyXuQYT8WIQRJbKZ8Cvm/TmRx1X7dv\nywf23TrbNypl5XxvK3bKMgrRZ7iG4BxdrLZ4T7Z92ONu0mXJFGH4jJG66fo0\n6FV3y7qrETFxWPenBtR4HWzdbEyElD36wrO4+xuLgWkQ4h9Cz+AXTIkeYUmH\nctLjfy32zH7EhBzfPtNeIBC1RcWKY3Fm/TdBElufPFXcsudA+3RLwl8iQwdh\nsQTwAI/ciSG1YNL3OgiLbURIiJuNv/NJTiysxBXaWSIPspeXPEf0CoN4Dav7\nkBSRRGtjZt7CysIgncmUZ/Uv7IsxDXLdK4odY2Q/lX9KdEUz1vGlrjMQkV6w\nrCRyjBwMD8KOM0ucsiTNNhhFXzE8aEUf8fROy2bCbfKEC7BytHqZEoBieLeS\n82XAdMl3SJQypwmPhA/dUdN9ntY1LuGlER0z9Z0imevb8Cbfmi0dEfRVI8tO\nDwJm\r\n=XY27\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"408823330b59469c0ad214a4e0465e63bb11a783","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.10.1","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"11.15.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.0.1_1563952650659_0.36905744642313243","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"papaparse","version":"5.0.2","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.0.2","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"447ef95a42015e0b0e52df717b44aedc78252dc9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.0.2.tgz","fileCount":20,"integrity":"sha512-FoaaFfNlCztJ7c+XD1Fgb0zIJ530HwSr6FBfM1mcMzLtIWoTxE5paBNJWiCWFjDrTzGiEG/uIUfqVzgKxqd+Sw==","signatures":[{"sig":"MEUCIC5SvS71EigxnHUDR+d2QsoPcSPemAmI/+kzZkSuGbmGAiEA2avWoiZYMv6RhxHv5tYXANHEEoKe2kAzAHMY143Y73E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":243178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUZu0CRA9TVsSAnZWagAAgh0P/j/BHqFA+Arjayd0Cx2P\n26+YMZgaAqAJ3c5rmxeQV0mQPGkIWO2YbjwXsZ5xCi0+NVkBxPgrRu3XkzNp\n9ccD1f7NSQ4xkibCtafOII5wtBF3zeIVZ+cyIGn3/CiO7DIdv2NeDKAh0670\n9mQOaL3/Vh25IG0txjKBGsvuaFJJMDiQUa858k42UnPufm4iLaODxaDdAq2V\nXtZg6j4tD2JdBJ5EuvrvDnzhOHPbqPxtrhaYX8opk018B3iSX0ntdmC/BwRL\n6fM62TUXdHgty4Q/Q04Lue8tdb+fVMiPIl8UEM8PoPwnePhdbwFWaInCGZCH\nmNjKXypkKz7Xnw+SKpNSx+tC/bGsTeQJbSqgNvHLaoGQkeGlE72IqdwV0zvT\n/+9l3wCswYmVFMcrDQN3zTJCa1CrRT4hw1miCREgvVcuvOhhqWPfTO2zF9I3\neD+6urd2HtQ3kcvfz6vSzi1zLI97HYlP/nkABvsUkRQ0LiaqbT6GcKuzWHBX\n6FjkbmqTlfso4SuCwem+C/Cen5wb67JmlD6oHQxJcVEIj4/E9rwfcoWnQ+Ud\nvWZ40Lv81hJJI3iNRJ/4vyuXSqkR7RG3nB+HGYszMPEDSzkyNVSpv0YwW7Tk\n0FHtOU1vY1fvFwPupZkpvTHREmDvublroJqmrCSbmnWDW43vTZOzzoeZq0ER\nMBEo\r\n=50zE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"788631f4dbd987fb5d8274e95d6c2563b1b538b0","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.10.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"11.15.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.0.2_1565629363826_0.905039746854899","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"papaparse","version":"5.1.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.1.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"6228e8d96de99630ad017cf6522042319facc5eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.1.0.tgz","fileCount":21,"integrity":"sha512-3jEYMiCc8qN7V5ffi2BTS2mRauKxCu5AIED6DxbjnHhIm7OY7fzKYkndfPlHWaaKUDCTml5XTU6V+hiuxGlZuw==","signatures":[{"sig":"MEUCIQCL2F9+2W+JTy/g0691RW0MvpbXt/M2uN9VGSmCCQWG+QIgbDqCoJlqAUJn/WTrJrs1zwu31OvHKr2JT7g0+ge/NDg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":244786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgM7vCRA9TVsSAnZWagAAXiUP/Rkf5bMzA6M8kwke9l+M\n2nhelT2vx6WT5kvZ416TSQXMU/p4WdRELAOVgObQJiZ5vWsIkKevl6Otn4OF\n5uCRoOJHm/xdIdvXa+1EtJEKTI6p551UWpZ13gjztXH3hzb7GjmOGWI9Hcxr\nD/yWclS8BKJ9SoEkupGBUhJXeSSZ7iwyoTO5zihemCcLMr8CxC9Xw0xUk/pz\nTuIAnMx/WOXmKXM5rCD3asujAdpZWlOhX0an4FOPEST48Xt5New43zDBaZ9z\nxsfoQTjsM7WOBf7ZnnRL1SaulCT650vMrC0BngeHlWReZdq/QIJEZh51Addc\nTR2OPeSe/LHrmKFQ8Pu2rEVSytx79Ekb3twK71KGEMrBcgZncAkdIWKaY5ZZ\nTXxZnzhjF71OGVtiFl/Uo38HDukZ7qQh1cGEzhn6OWA6ghS2FauV92Wwt6GN\nIqhuW8yfx+m4VXNHKTkACZ6NPpO/+BfOwPMTrXnV68GrWxBKkB+HTlQ8uVVs\nKto54jDGWnkxK7J0/pxEv8zZvMH6y5Ldf/uycNW3Bv+yH8Sa+s00RhHVy7zb\np13JBiqw5O3Rxis0PLZybE08LgiANOpU1u/zXxjiX5ZAuvwp19HiESmHs6jf\nivrUGL8T0lHPyvkpadHTzAjcmba+xDHuIYzqUJmxfUEhER/O4JqzZyKXhcrN\nx+f4\r\n=TP48\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"5219809f1d83ffa611ebe7ed13e8224bcbcf3bd7","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.11.3","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"12.10.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"0.0.5","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.1.0_1568722670438_0.5421830193436827","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"papaparse","version":"5.1.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.1.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"1da66a039f80e2db43a1226b0bf44106451e9a2d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.1.1.tgz","fileCount":21,"integrity":"sha512-KPkW4GNQxunmYTeJIjHFrvilcNuHBWrfgbyvmagEmfGOA4hnP1WIkPbv4yABhj1Nam3as4w+7MBiI27BntwqVg==","signatures":[{"sig":"MEYCIQDRaGUaRFDlCB3TTZHZlhS0zmPM2mhKCjhiT9zyUSUn/AIhAM4ABKYuXgPG7YeICoUqkOlWs5VscIgZEAPylhMLjEbd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":248891,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+hMVCRA9TVsSAnZWagAA1xIP/0RwexKdfbTt0X4Xm/c1\nlblqFKTq5A2u4vVkBJJNyC1MQP8BZ4Uwj7bIg8TI9LR6QwMF7IyoPtz/FiGI\n0ddE3ec5w3dOCw4WEgtOAGi8oNitvu1iODJYEOaQy7eqKlFwGpBWEE/tahzC\njZQdNRtJmfAbtU6cJ7rnRDCPiaRGT5Ng78wPuJd3L7ROBIhQphFScePXMPDn\nPdbs6xrhCW2gMMJbT+v6P7GNqD9GEWcP1Nwiw+WF5h47KXYS347pgXO9gUHo\nzEhVPZaGfFTSDVRl8pCrZZtsJ7GVNxmLdkmH3p9E7RR4KDlxPZJ+WokSJU5d\nySMYDox+FWczxGDnYLN2YliwhdbcfDK4KLpFuOpJ4dIgtBODMx7Sdi9FiB2S\nXi5CCH5rl3/lRKP3Bucw3jigp8PUtIDsauRnck2CjBtPsTk4NB+l+Yt5v3GU\noK6ZMUzdFJgEa12U3KPEC947IdoxXgI+IiObz8Suzig2yOhxwmX5VhOl8I4s\nxGX2A9AjgxYG4aaG9K+vOTv/l2tGIbXjW//cDxCJ4CsGv2vczGILbvt//jx3\nQnj9CY1WO9cIFC6ZIWAmQ3exx2CSKZ4TSQeDs0dj0e8woe7PSkuQkPhYzCUg\nQkAsyOZXJxCcaDgi88RhxINGEiNoaJn8KlDSV7Qzu+G8GatPEz6F8egPFs7s\naGOf\r\n=MrZy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"3497ded575f329095fad38c48e2196dd0e87ae4b","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.12.1","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"13.3.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.1.1_1576669972761_0.9642590967800997","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"papaparse","version":"5.2.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.2.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"97976a1b135c46612773029153dc64995caa3b7b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.2.0.tgz","fileCount":21,"integrity":"sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==","signatures":[{"sig":"MEUCIEMNJdI0P3Jw5Qsq90c8p1gAkDrhjSDCo18B6k8KOSQQAiEAzB1QZAqEvkhYf89n38UCevieAcGSLgl0ngjfMZe1T4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":249038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeheW3CRA9TVsSAnZWagAAFu0P/iKRZX48Pl5/0NZjaitQ\n3Ti1fCIFu8zQDpIyT7TPWRtol/grkixdzVmj9GTnzh7BcDGJqgqIl3xDcrzA\nB07SWZNVd14qckWi7Ufg7niEfQg1aeA6YmxjwKFx86mucbcv0rQm5w7759dw\n0mobm5m9+5B7j47tz3PqGcbj7/sRB0T07FTB2HTEe5Xk4YRmkvCPFSHoQG7R\nYtgVGc9D0VnuD0W3VpHVAhzQ2oL1xtrea+rE6R0/w36nfE9dmADEgNnH5C0/\nnhomZWOxSiwMqHUBKGWej01LiIAPV9XHMLe7lGFwCozwW8IaikYiPspX/WZY\nMFLBFAEi1tfrHtBoptdeNV3SQRw42ocRIgp76pmOY6jYzG0xjI33Lv57uMFA\nV1hGbONMw1SIrzC7OrUus6v2MoeA74tc8FqTAoxlvj8ihWp+SKicZNXmpiHP\n07O+wteMz6L/CWxc7xzRLibn5EhHyg6NqKUbXqVZnROKpQ7YSw2qZ8cpgcDW\nLpeEfXIYHzuS9tvpOS4MW3BaBWOWXMFayJyl0WZIOOoI7JEy86eSGG1i/A6a\n6zpcL21IMisS7rgZeM9MLo2XD8cek4eBLM21O2KQgBN2QYeKjiiQ+YHKbiBw\nEievU1P2dO3eehOKx2eaDz0dohZ/NAi/D6N7rRRKhU4zHAuhgzD8w8jD8Cqm\nC23E\r\n=JtNc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"4b192deef192e8025eabf0ac4a77f3c559b85baa","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.14.4","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"13.12.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.2.0_1585833398959_0.7784579336314952","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"papaparse","version":"5.3.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.3.0","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"ab1702feb96e79ab4309652f36db9536563ad05a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.3.0.tgz","fileCount":21,"integrity":"sha512-Lb7jN/4bTpiuGPrYy4tkKoUS8sTki8zacB5ke1p5zolhcSE4TlWgrlsxjrDTbG/dFVh07ck7X36hUf/b5V68pg==","signatures":[{"sig":"MEQCID/1ClPaW6/1pMJBxWi3qptPqPiMw7Rm94YwO9AHFKWsAiBIKN7Ca8UWazbsX92EwrRUHvDehmwyPKObjeIuefzC1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":252686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRTjHCRA9TVsSAnZWagAAmboQAKUjbNRw09Zkh4Nkkq0u\nabbJzyT2CjGRJ0BIsTpSQvtbuuKhpZC3OHuT88OfvsFy1OQx4Ut/jnSaZU/7\nWcaQVpfvV9fnQbTMrfkKtSfmvUBTi4NbUlV1a1vxVjkek+3zC6uSSqreiaTb\nkK/ox7Z3lonYIWQbFiLjzKoKqHV1On4aEphBaHxeEJMAqJLYw8mNdlnu0tAO\nka5qHrLWhDeV2x7/D3ID7G6hEGmaZPe4gIJcl1Er40qDmVbw4HU91dQU9FCj\nmTm9Ydwf+gWgTP0UR3L9cusw1TPIzq7m27LbUU+vEoe3WjAugRgf3z29JIEO\nOF+KCIIYdQe4ivH023xgXJ7/B0KN9QFt1TLAfOIFB4+kbWIU1d/mf6Abm8j5\nMf8EvVUJjkixchxiEDmsZVlaVuOauIKOOQERNj3ysGnXQ4HL9UiWwVGP1ihS\nVCKj4F8McnmOMTxar8OG9KiMpkBIlG8E/ozLw+D3YGLSJ61IQIVZ51/9btRM\nTw5kyLxAakEgXjMQI+SbVgxBtaWdEAdr3kRz2KwX+f6eDNnLwXZBV0FWVe8j\n5g5r0Gl6C6sSZPRFuS34+6zOE0VQvCSq9jAb5IFO1osVkPg4mJMOz14Z38Ds\nZHd4MT2kfVjY7CHBPaBW656GI+vpTzeWoiKvbTNzZlZmTwfrvUlShpA7VQFL\nCAiT\r\n=66+B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"5747da6c9927642743d6d44d49689be2d2fa0b10","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"6.14.7","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"14.8.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.3.0_1598372039488_0.21229819828910856","host":"s3://npm-registry-packages"}},"5.3.1":{"name":"papaparse","version":"5.3.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.3.1","maintainers":[{"name":"anonymous","email":"Matthew.Holt+npm@gmail.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"770b7a9124d821d4b2132132b7bd7dce7194b5b1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.3.1.tgz","fileCount":22,"integrity":"sha512-Dbt2yjLJrCwH2sRqKFFJaN5XgIASO9YOFeFP8rIBRG2Ain8mqk5r1M6DkfvqEVozVcz3r3HaUGw253hA1nLIcA==","signatures":[{"sig":"MEYCIQDOahEmZC6Zfk/wwfPf6dVy5lyi39U5XqFuQIceBOI7IQIhANhYA+HwqIJgBd4A2qLZf3eBTV3f9Eyt/bEPyiYTstn0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":251499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsJKOCRA9TVsSAnZWagAAqQsP/2WNsowxe+u4jkicWBkm\nnNtTkIPd1+PIAeTTAPGf7nJX7bqTFxvFdVNBvDIGCciI3Ct7EqMM+lwHARaQ\nx221+5Z2dwytzA7qDOyQ52xtc9YNjMMcN/9q+sPHnPRowEW0d8v4DOxrGZ9U\nuGs775gRwlVQjz9i2OQDNF0Ed9tEwlYOjcflT0PgN93p4fYe7r9lUSinTVWE\n2pClQCjBG1CL0arvPqrACLt4qAEPp7+9TIpER7Ip4HaoiGH7FbO1/ckyOR6d\nU42CI0mZDB6Vyk2bsRXrqbJbfJRjot00upE/m8zvQEhvNuG4X4blkH04zHtr\nX2xZdVjhOU42ebePLu57hAkD9lYbrnxAppUE3A9Dj4Cp4U8zFstuW63xmvfH\nHf8be5FMT1YTAV/Zz6yJIOnQ5FehyUeZCmwVjXeBLxDgznX1HQb2/4pIAbyu\nnbf3/hYj5945Uo+0UI927iNJj3IfXXt2EMzgLNW8C0+9it+FiHKMaRxVp9so\neGeITr0I69lvrWfLbLHKAMSAxYl7ruP4nnN/+PF+WNsBsXz93KGhUxngFRy+\ncrU60PymSd/edCQDAmY2GM2WmTEOb2Xqs/hy8efsTEs3wHsdkQBCYcFzyOVu\nt0s/DKtiVr1EM9FaHwEFbbtzYM7nMEKLeUz8DTuGliOxTmD9/0SZl/hNASKr\nfLQm\r\n=nB2g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"eaeb01a1ea54efdfc6213733ee26f97387cb02a1","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"7.12.1","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"14.16.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.3.1_1622184590283_0.14831429742796032","host":"s3://npm-registry-packages"}},"5.3.2":{"name":"papaparse","version":"5.3.2","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.3.2","maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"d1abed498a0ee299f103130a6109720404fbd467","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.3.2.tgz","fileCount":21,"integrity":"sha512-6dNZu0Ki+gyV0eBsFKJhYr+MdQYAzFUGlBMNj3GNrmHxmz1lfRa24CjFObPXtjcetlOv5Ad299MhIK0znp3afw==","signatures":[{"sig":"MEYCIQCGqcB7991h1BxdYIn/M2Rl55C3+JX9K+2iPjpYs2EeAwIhAM2AfMu4eOsT9O96pvFPsxXym8ocrYbvhZYHQxrCWXFQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":254664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMGuuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrufg//Z6x4gYWIZ8vhwM6Lt1GORVl7iCSd4C6szFIln3xgaEvfJoMU\r\nHxlk1P0xBIIE9V50u6tLr6kOIbKlhUMkwjdtBXMDSUfbVAjBt4jteWVl8sXf\r\nJjaaqldbDeS4prw2qEERx2ib54x5FDnWKcjsivvmKWf02ryBWJBX2V713TmM\r\n+j7umdywXyhgBOFDmFUyInKagBj2uq2LMSWFzbOspRWM1tAlfapAeIaUzAVJ\r\n2v03XxE9pmlepwaF70NCc3k+Ehb8QHw5LPvpXek2inVilsMPCV12ZWJLKZgf\r\n8B6NQks0YwX6MQR5KRRUMvnlylE5vEFxx1X/ZDVGjRkNVmMhhoXTxllQkxEC\r\n3CRvFT2/izXq0DFf3Xh9pgjNN++L9GusjOqLJvWxQWFZwX/fVx2CMOwlh7l2\r\nId4DpemsYftWlahY1j+PoqKEhawgq95fO3BHtx2hPW4otPizCowpsK+z4r77\r\nr+c18G17OPwGpUzWlH45H51ul9qsfJ25kafexFw8T15FXgJRiuKqpSKmZ4ZA\r\nhB2dIrFbLOGrOSTDo7Ktg64IdoklI6Rpfy0k/tk/mHyOO7UVbu9LUmQAHj9e\r\nPCHCqoEashxMrhJ/aMuHK2HyxaTk3GiXagVqJoFNlkStWTtqskbLfXcK5EYh\r\nb1pbUk2WLgEuHMnDDS9+Z/hBt4MH4qJ4pJs=\r\n=DBVL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"e11ee26581d9f497087b4c3ee00c2a77645b81d2","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"8.5.1","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"14.19.0","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.3.2_1647340462462_0.4601281190806463","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"papaparse","version":"5.4.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.4.0","maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"a3e47c32f32466d30af67ce2fef7910b3c3d4d91","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.4.0.tgz","fileCount":22,"integrity":"sha512-ZBQABWG09p+u8rFoJVl/GhgxZ5zy9Zh1Lu/LVc7VX5T4nljjC14/YTcpebYwqP218B9X307eBOP7Tuhoqv7v7w==","signatures":[{"sig":"MEQCIFgn1krHsRKA4fasrE5Hr9bh6MzEnewkMg4wa5HNAtonAiAOE9S99wrjBwliWUSWtolAKTPRD+PZPoyORNlMmVRTzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":259140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAGtpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHSxAAhcUZU7j5FZJSCMUt9EUJEVozqaaNHE6gUW+LnlDwpyRxS3pn\r\nZakVZ4qn7hX1OS24qNNmH2ME2G04CiI8WqFgQUb6BFtyOgF69obZKRwtwSCa\r\n76zxGNy9Ug4JcY/wWPjJutcz8/XJDPnz6Yb0AurVLGJjbH/Nvfqxun9ySGoF\r\ntKPDOJf6uQml2jYlZypw9yqaV7ecnW8FWHPs3Wjj7mWFqIJIU/80Tb4Ehq3u\r\nd+YrOF/MZnyynXykWNkTb4FC+Z1ERPX+5JfepxwqUXTGPkobfP27757eGI/l\r\n5FZ3LuoCrIUxCEU8A74PFvhjjmIuStzkRyKbMrG3CjONaiwsJ4lRnoiyQCp8\r\nni+8PzkiThA9nQm7oG3TGVkPIQ8Kq9HMuSy4qCMGYRAlRKLsK9pTEE/bZR2m\r\n7aX9RqgXIi+bhzdE0Zxdnnyg24dfokUKvErWDVjq3DUMUjdfkqy/7DPGxn4z\r\nj3V7jSLGnU+wjsG+89+PN8bDRF4xfUa5VbmG8XK4jBt/XqlfgCmxf2PNT2oK\r\n8qN2WOQbNJ76C/8sBhvxm3K/Mi4/DTCxdCWGwl6uJyWTBfJeyaGfdPh1M8oA\r\njN2gSo2p0DFwivu3Fg3Nm0lG//SGG7iVOM2xbBIfIunDKTEN19TpTOKh/5sN\r\nSPtafHjW7JhQVpYeBKYm2LFMicEx+dqphYs=\r\n=jyBW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"db230fc9d996722e706bb1912504ec84ff042c50","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"8.19.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"14.21.2","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.4.0_1677749097064_0.9738220169275642","host":"s3://npm-registry-packages"}},"5.4.1":{"name":"papaparse","version":"5.4.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.4.1","maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"http://papaparse.com","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"f45c0f871853578bd3a30f92d96fdcfb6ebea127","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.4.1.tgz","fileCount":22,"integrity":"sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==","signatures":[{"sig":"MEUCIQDCVu9CLdn3oJU5KZZ5C4YZfsN8hwOF/umiNjPkjBQuyAIgdzzloG9n8pMf/KaKYswOmj5pzxvq0B4k00YF/E1E6u8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":259850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHErTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuYQ/9GFS8XCQLShtmtzpKqM4xCZr3HScwi4EtFGzMsM+Elzz9/Ng0\r\nVwpF3tUJ1lz/LXLxZ7GtYJjAy5kSlNnJlb7SFHp8m5XqugfkUETgVV9QLjK4\r\nnvT2DVVJ6nQ/oG4NPzgJIBCGuLLavJux/FEaM3Ncqqrkl35KeVZ6XlW7D6xi\r\n4ZvDdV3yy8gkH8DIWgPtAOYZGLVjkh4UcxvB+7FkFK2qD2lckJHTR75TdKIL\r\nSVpKxroisk+VJ9wB4l4d/D5E4IUHQmM3WOlaARHXGeGOQ0rxXC2zXN/PuWu1\r\nL/C9bzJzH+27pjT0ZjAvDYb+ruzHt4TsXmufWFDpaLOn5O4zqPwMBmB3X/3t\r\njhxoEnJ90gHePRba3j7NirZghx7Lwa1ywzgNxRai59YjP9BbNmcP1LKD596A\r\n/wcLeSt7jysv4mrKX3ZbyLXVIswGitfhL4dR4SfQChzIa6WHHUufzk7FPk7B\r\nl9rQQ+FhdF5lBsnwPJbIyPmsPR0wq57RYSc1cQ9G1uBoaOGsqzeUKLasBm5b\r\nZxN/MUZQYaW7BcNU4rASsKeSaJ7oYFTM+crGMwmUCUEVV/+NGIi1whQ4vOXC\r\nnY6icqIITo3406dERsAZFntOr744TaH2pF9/nKAiislB9AYnGjn8D7d3Nsp8\r\nUIFDI8ZaSmxnbMzr8qB7tM2JIN5Ue5Y6tnY=\r\n=PARd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"3e7c4bc3e58187f0c4a8f80bd1f02a6722810b45","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"8.19.2","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"14.21.2","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.4.1_1679575763366_0.4744403468678562","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"papaparse","version":"5.5.0","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.5.0","maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"https://www.papaparse.com/","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"8bfa764273a810c658ce3c8bd4d286836e8e7d8f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.5.0.tgz","fileCount":22,"integrity":"sha512-rlVJyYL5QMvue8f/RNGpchWAiTc42GzJD/dqD/YgxJxmQ7TWQh5/7aN3p/aqxkYTRl/BkODi6Qsau1r2bt42JQ==","signatures":[{"sig":"MEYCIQD2cbEn9I66keeVGyo+VChWC3F0Clqy9KoerW2Ev/jVmwIhALL60yGd/5qUQ4E0Hw6PHZhzBuDcv73l4GfsXY0cFvdA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263032},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"338af86bde63d0d208ef22582f55fa129a5431d7","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"10.9.0","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.0.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^3.3.0","mocha-headless-chrome":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.5.0_1736413744461_0.7615770814275808","host":"s3://npm-registry-packages-npm-production"}},"5.5.1":{"name":"papaparse","version":"5.5.1","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.5.1","maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"https://www.papaparse.com/","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"4322da01e85d8e9e282c1e4387793a5978b5a0a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.5.1.tgz","fileCount":22,"integrity":"sha512-EuEKUhyxrHVozD7g3/ztsJn6qaKse8RPfR6buNB2dMJvdtXNhcw8jccVi/LxNEY3HVrV6GO6Z4OoeCG9Iy9wpA==","signatures":[{"sig":"MEQCIHRe5KDpcPPdp/WhHpXD88B7AdVpLwAGaT91siPQkhOoAiAlU4ZZt/dQvev30xRMoYFMBl5v6GVWJMJfn7KHv4AMeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":262695},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"d0f58aa3c662b7460b2da093bae3f81ef2cb5e30","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","build":"grunt build","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"10.9.0","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.5.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^5.2.0","mocha-headless-chrome":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.5.1_1736497765476_0.9304386568535816","host":"s3://npm-registry-packages-npm-production"}},"5.5.2":{"name":"papaparse","version":"5.5.2","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"author":{"url":"https://twitter.com/mholt6","name":"Matthew Holt"},"license":"MIT","_id":"papaparse@5.5.2","maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"homepage":"https://www.papaparse.com/","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"dist":{"shasum":"fb67cc5a03ba8930cb435dc4641a25d6804bd4d7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.5.2.tgz","fileCount":22,"integrity":"sha512-PZXg8UuAc4PcVwLosEEDYjPyfWnTEhOrUfdv+3Bx+NuAb+5NhDmXzg5fHWmdCh1mP5p7JAZfFr3IMQfcntNAdA==","signatures":[{"sig":"MEUCIAVZ6ErKeljj6zO+/Mt82fN6wxYt/s9YiZUXIBoTD73aAiEAznklEjKSzPNAjIOQvYn8tdm08eej1VCGZL0KbFwyLo8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":263215},"main":"papaparse.js","browser":"papaparse.min.js","gitHead":"e3c7b2628c68b868fd09862252eea312fbafdd84","scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome","build":"grunt build","test-node":"mocha tests/node-tests.js tests/test-cases.js","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome"},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"repository":{"url":"git+https://github.com/mholt/PapaParse.git","type":"git"},"_npmVersion":"10.9.0","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","directories":{},"_nodeVersion":"18.20.4","_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"7.0.0","grunt":"^1.5.2","mocha":"^5.2.0","eslint":"^4.19.1","connect":"^3.3.3","serve-static":"^1.7.1","grunt-contrib-uglify":"^5.2.0","mocha-headless-chrome":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/papaparse_5.5.2_1738053515575_0.4683095585414807","host":"s3://npm-registry-packages-npm-production"}},"5.5.3":{"name":"papaparse","version":"5.5.3","description":"Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.","keywords":["csv","parser","parse","parsing","delimited","text","data","auto-detect","comma","tab","pipe","file","filereader","stream","worker","workers","thread","threading","multi-threaded","jquery-plugin"],"homepage":"https://www.papaparse.com/","repository":{"type":"git","url":"git+https://github.com/mholt/PapaParse.git"},"author":{"name":"Matthew Holt","url":"https://twitter.com/mholt6"},"license":"MIT","main":"papaparse.js","browser":"papaparse.min.js","devDependencies":{"chai":"^4.2.0","connect":"^3.3.3","eslint":"^4.19.1","grunt":"^1.5.2","grunt-contrib-uglify":"^5.2.0","mocha":"^5.2.0","mocha-headless-chrome":"^4.0.0","open":"7.0.0","serve-static":"^1.7.1"},"scripts":{"lint":"eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'","build":"grunt build","test-browser":"node tests/test.js","test-mocha-headless-chrome":"node tests/test.js --mocha-headless-chrome","test-node":"mocha tests/node-tests.js tests/test-cases.js","test":"npm run lint && npm run test-node && npm run test-mocha-headless-chrome"},"_id":"papaparse@5.5.3","gitHead":"a4f8b0f1e30bf08e44da96ff5575ffdae7aa9b12","bugs":{"url":"https://github.com/mholt/PapaParse/issues"},"_nodeVersion":"18.20.4","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==","shasum":"07f8994dec516c6dab266e952bed68e1de59fa9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/papaparse/-/papaparse-5.5.3.tgz","fileCount":22,"unpackedSize":263606,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICCJrlN8ysKqDV8tIBbV5GFumXP483o2JM2Tk2rNd7phAiB4sDUPauc3jHUo5Mq50X8dqVZDW6u6gzGkU+F3nDlf0w=="}]},"_npmUser":{"name":"anonymous","email":"sergi@koolpi.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"mholt@users.noreply.github.com"},{"name":"anonymous","email":"sergi@koolpi.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/papaparse_5.5.3_1747666190815_0.25821285552221673"},"_hasShrinkwrap":false}},"name":"papaparse","time":{"created":"2014-11-19T00:27:01.754Z","modified":"2025-05-19T14:49:51.214Z","4.0.0":"2014-11-19T00:27:01.754Z","4.0.1":"2014-11-19T04:57:30.760Z","4.0.2":"2014-11-19T15:14:37.854Z","4.0.3":"2014-11-19T20:30:00.207Z","4.0.4":"2014-11-20T00:11:12.473Z","4.0.5":"2014-11-21T15:47:47.486Z","4.0.6":"2014-11-24T16:16:47.928Z","4.0.7":"2014-11-26T04:14:06.079Z","4.1.0":"2015-01-16T20:49:18.168Z","4.1.1":"2015-04-21T15:45:05.564Z","4.1.2":"2015-08-05T23:20:56.739Z","4.1.3":"2017-01-25T14:43:20.047Z","4.1.4":"2017-02-06T09:04:50.214Z","4.2.0":"2017-03-16T16:54:59.680Z","4.3.0":"2017-04-27T08:14:57.373Z","4.3.1":"2017-04-27T14:42:04.650Z","4.3.2":"2017-05-02T07:56:59.601Z","4.3.3":"2017-06-07T08:14:47.520Z","4.3.4":"2017-07-26T07:29:25.452Z","4.3.5":"2017-07-26T07:35:08.599Z","4.3.6":"2017-09-05T09:40:44.082Z","4.3.7":"2018-02-01T09:19:51.297Z","4.4.0":"2018-04-23T13:53:45.620Z","4.5.0":"2018-06-04T10:13:11.659Z","4.5.1":"2018-07-27T11:16:18.825Z","4.6.0":"2018-08-01T08:26:52.808Z","4.6.1":"2018-10-04T11:02:08.222Z","4.6.2":"2018-11-14T09:35:29.557Z","5.0.0-beta.0":"2018-11-21T09:02:55.607Z","4.6.3":"2019-01-09T10:00:24.092Z","5.0.0":"2019-05-30T16:52:52.092Z","5.0.1":"2019-07-24T07:17:30.790Z","5.0.2":"2019-08-12T17:02:43.983Z","5.1.0":"2019-09-17T12:17:50.660Z","5.1.1":"2019-12-18T11:52:52.910Z","5.2.0":"2020-04-02T13:16:39.074Z","5.3.0":"2020-08-25T16:13:59.609Z","5.3.1":"2021-05-28T06:49:50.474Z","5.3.2":"2022-03-15T10:34:22.631Z","5.4.0":"2023-03-02T09:24:57.280Z","5.4.1":"2023-03-23T12:49:23.507Z","5.5.0":"2025-01-09T09:09:04.644Z","5.5.1":"2025-01-10T08:29:25.668Z","5.5.2":"2025-01-28T08:38:35.776Z","5.5.3":"2025-05-19T14:49:51.040Z"},"readmeFilename":"README.md","homepage":"https://www.papaparse.com/"}