{"_id":"@flatfile/adapter","_rev":"110-fe5193f0c89a98dee212e13727aa33ec","name":"@flatfile/adapter","dist-tags":{"beta":"2.8.0-beta.1","latest":"2.9.6"},"versions":{"2.0.0":{"name":"@flatfile/adapter","version":"2.0.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.0.0","maintainers":[{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"50023f5d209508224bc26ea7e398e0c6d7aa9ffc","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.0.0.tgz","fileCount":66,"integrity":"sha512-UBB8R8t56mXCrffypDr/imTlydw8/M/TK6izcImj/zr0jWt/g69+DXR9KzQFLivnvAwDZMkgXnAemv5B6fozBQ==","signatures":[{"sig":"MEUCIQCws7xxQTDQ5QW3jkK7yTxoxr4sBXYDeXsjQXuxxUeP1wIgcEx9kvraI3clDa4o0bsium6fjMnAOVRY8y/gwZMBipM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1235722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKIHvCRA9TVsSAnZWagAAiB0QAIXOoqNwkOW5NUIKeKZW\nePOS6wnZBhLhMAX8F0ihpPouJRycYtXLAgjGyf660CQ56YXoLu3z5KJKvnc4\ncZg9HCo4UPF0F0deF9DWM6H9MyA69UlGzl+fb/A4N/Aj5R13kAItuZXu9eBZ\n4GgAZc3MFmSo3xYz2+SoNfuLO0PxIM4gTPrb35Qiuds9YDa8s+4uO1LaKGPV\ni5dIhSTNI3n0Tf9Ri/3bMgLcaEXA57diO2b5afRYaGPe75gqRXWN0wKl8XRn\nqJeyB3c/MXYPJfjcnarw3kdPzDhdFGy2nNto40yHt6C9lB31z+WaYglH5V5O\n1WyVnGTbRmizj5kS4y4BhyQ5rEA7HKW3wIih0i2Eut9nTBEwKtkXIpFns4Gk\nBF78wuJt/c4LgtkzDdfVxo87yyxzo4mzF0r99aJbVx9YVeg2PWUKUnpIvkH/\nUmi/+ThcqSV3NE1mfwVVXsrn7GPP5Vun3d2JfOiVZMKIGu1jq8l31yiWIarV\nH6GbSZXLPkWNefH0CSPyqdA+3cf1MIvw9RjKOUz8SDesWn3t6LpAf5MlcqRW\nScJEqosCJpZFsz1b0fWslGpXrbyqQxwUCYInuUyTZL0QfMvlRbdDDpn/d4JS\nJDDQXWavO8jXdAnZ5E5h6JaYD64nuZZWwNEKNlDNpKjJ9GSC7lU+Y2Johx9q\n7r+c\r\n=miun\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"456aa8cf1f038a784af6e3a40fdd2711a1bf2ab1","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:browser-dist && yarn build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"yarn build:module && yarn run build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && yarn build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"5.6.0","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"9.5.0","dependencies":{"tslib":"^1.8.1","penpal":"^3.0.1","express":"^4.16.2","insert-css":"^2.0.0","ts-promise":"^1.0.0","es6-promise":"^4.2.4","element-class":"^0.2.2","eventemitter3":"^3.0.0","when-dom-ready":"^1.2.12","promise-polyfill":"^7.1.2"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","mkdirp":"^0.5.1","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","hash.js":"^1.0.3","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.16.9","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","trash-cli":"^1.4.0","uglify-js":"^3.3.4","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^9.5.0","concurrently":"^3.5.1","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","typedoc-plugin-markdown":"^2.2.16","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.0.0_1596490222576_0.7945774017055389","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@flatfile/adapter","version":"2.1.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.1.1","maintainers":[{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"dboskovic","email":"me@david.gs"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"0b84a338a9864ff2bf9c2361f75c6305378fc904","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.1.1.tgz","fileCount":60,"integrity":"sha512-EQiSj1ccU8ROAQjmHDlwoeqgux+bngc00/BxjDV3s7QXBK7/v2tvhM5PSFojhpSWpCQMpDcQrIIgwqqlXoX2gg==","signatures":[{"sig":"MEUCIQCigWuwbCa0g/MnJDP7Y7c/HTwq7GbOz9tEHdWwId8rlgIgF8dizDnvBuOkybB0R3uMycAMarHZBjvzSxPzUmTx8RE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":802332,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUUuICRA9TVsSAnZWagAAWaIP/3pcv2PBz+bNQRT5H+Vl\nwT4PeHPe/cOV80e3PvlDZzh837ysYn/fRHvcxNE0GViUIwfCvSrRi2E5p+TY\nRXitWsbqK3EgJvV0Hj7Ga+PwwS+SrNGNDeG6v7yg2P8yRb1jQqBdjaxjTEHQ\nt9ic+xeOnbUUny+LhnWA8ov8k9Sz5u0X3JNVOCUL+IuAhkcaJtookFaFVCZL\nR4lNnqvCxC3U+B2ieBXaJLdt/H01ghQ3AWQe14yIHzgVwGQDKNkF5AErQtSq\nCQxDvgsHFMzEJZxtWERBBmWAVK/bjMgCIDnbkJPo6yfu0yik0S7dhqSuVR19\nP80BdfOWAB8KX5zTIAVmqFTFRKhMFDcu5V/QQ3pYINN/7BfBhKgpAg9bCNHB\nzGct8UULNfQnB52v9MigN3P1rEJJjPblurJU+mtOTaV5sFmNbP6VbmwKZMzj\nmjv0f2IknnEdMCJiKyPT4RyXwHXxy9Iu24nL88VYbBhE2fmnXRw1xX5TRVsk\nmUIug71KfDedJxw34ztb8z6XgTnZSCaXcfit1sIQTswW7+XqoHMBIykkBiN6\nXQZyqax75QspYWlTXvcM7X35Gotf519Qvtb2N6OYso1TRrO/BM3hCmiaxFa9\n1N15+VLAAnECeyn63rCt9bz8dv3MkD1ZnXGKWq0oyd4np8XHFIrzH0gGDugy\nER1y\r\n=mqdc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"3446373b23e8d0d59a65ee27945d18d5f43aa315","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:browser-dist && yarn build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"yarn build:module && yarn run build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && yarn build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.4","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"tslib":"^1.8.1","penpal":"^3.0.1","express":"^4.16.2","insert-css":"^2.0.0","ts-promise":"^1.0.0","es6-promise":"^4.2.4","element-class":"^0.2.2","eventemitter3":"^3.0.0","when-dom-ready":"^1.2.12","promise-polyfill":"^7.1.2"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","mkdirp":"^0.5.1","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","hash.js":"^1.0.3","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.16.9","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","trash-cli":"^1.4.0","uglify-js":"^3.3.4","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^9.5.0","concurrently":"^3.5.1","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","typedoc-plugin-markdown":"^2.2.16","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.1.1_1599163272238_0.9331788014380435","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@flatfile/adapter","version":"2.1.2","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.1.2","maintainers":[{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"be3a9bb35123f4d2de85cd271f48a20b9ba6d41e","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.1.2.tgz","fileCount":67,"integrity":"sha512-rAYkA09LDOjC3kijZEav4QMTh/qTcjMEndfsN5BSQ/QmM/nPJQxQDYArcHWSX8ZqOgOIC91BVSOHoErGOu0maw==","signatures":[{"sig":"MEYCIQC4Q78kg4Sg0VUHjS+JFAAnovD4uenJCqvtMM9r9t+L7QIhAIZUusYQ2yh8i4Mv/fKvUa1CArJ7JgHJfXMLC3ovT4YQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":806801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoXoQCRA9TVsSAnZWagAA0t8P/1t0cBN5nF1MB4mDOP+e\nk0dFLFoYKbIAipxsAd2wiSiNJ7C3KbVpqtQaqEB0BIXVAKUgOj4luzxPh3ax\nhJIn6zOuB0iEZQKO74XtIUI4MZbdEXgJK/9BAG/Jy6AOpIqZI6sNhZWfmlEP\nq8CV7ofprLSwN6e7nGN8/DhgbeQXIfeCHQC0X3TL6b8km8nVnwQUIK5iQdLA\nXjcF0TNIoicMzV72h7nxQ2KDu2KzpCiJ79eYiB/QLth0OBAu3ioFTR2kZ6/G\nlB5mZHBifq0NSjGSTGIQFK35wNl5hBSKt9Hy/P5DvneXK+i3uCf78l4wV1Xf\nibYA08IoLcUQzu3MbGuaz6Sf8v9RtjdLsia/Unmppjo/EOSt44+IrxIG0vog\n/a7Ct14GOHVZ8meK8eIMv6jYatWdqOlvuHcsi1ArbjC8Oeobm8otQsdOOE10\nWg+kQq9z4i9kqiH/icqiVAuWhLMyT0lyjod90QurPrJt2RE9AKsYI5l7nDYp\nUi8th7F2pyYuIJE7ALRaBvrXJbHNDDzKzm21sxg6OUUYUOIsLZyHdvRpI2VV\nASrJYLPraQ8o9RJgUacgxfvwGie1C9gQwt/Ksueqjt9zRfcwMxb15E8FTBo3\nVWGS3RASXrf09WU8+FgP/cLnEdGZTEJUbSCQnFo7hT8C6EA6STK3BPJ8/fUm\nkJOr\r\n=Op9G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"06b4ab7ffe2b90236ab3703ab94053cf193d459a","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:browser-dist && yarn build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"yarn build:module && yarn run build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && yarn build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.4","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"tslib":"^1.8.1","penpal":"^3.0.1","express":"^4.16.2","insert-css":"^2.0.0","ts-promise":"^1.0.0","es6-promise":"^4.2.4","element-class":"^0.2.2","eventemitter3":"^3.0.0","when-dom-ready":"^1.2.12","promise-polyfill":"^7.1.2"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","mkdirp":"^0.5.1","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","hash.js":"^1.0.3","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.16.9","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","trash-cli":"^1.4.0","uglify-js":"^3.3.4","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^9.5.0","concurrently":"^3.5.1","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","typedoc-plugin-markdown":"^2.2.16","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.1.2_1604418064527_0.6077025610109994","host":"s3://npm-registry-packages"}},"2.1.4":{"name":"@flatfile/adapter","version":"2.1.4","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.1.4","maintainers":[{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"0acbeaa262a8ad278e723812b1c6a5d4d06a770d","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.1.4.tgz","fileCount":60,"integrity":"sha512-LVpy9JDU6Pt+OgXjP83bQAV7Rihi3wbecg/Fk4okLh25eZcYmfsaYm91ONMXK9FZPFf7ZamKW4ayuwYy+n/pXw==","signatures":[{"sig":"MEQCIFuHUxRSCFSSbcJGry1fX/EkM6eBWz5TfDz/Nhbd48XEAiAeqvxcKDFIU2WkTsqdrjqpCn5BpdSa4HanxrXzNQM0CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":803388,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoXxiCRA9TVsSAnZWagAA24UP/1zN5vjOlsrBmz6MJFar\n10/w64QVGh7A06a2XVdISn54rJOqcktwcwdePVbEbxZ3z+GFzkap+d92Cnwf\nx8rGm7CeV6AZAhToDRVpmdMSFxaQiZOXMRgecktVRz7JLAUMgNU3W3gNUSxh\nr391gR0Q3jcj0b2PQfaF9rVF/7XpXL5s8lGxJ1NYqCJTXhDi6l25atnhjXZI\nD6pGiMHP8BdaTWKYq/KYrNNtbE8r8VjWA7h7Tko2JvKQdY9Nrfa/ZRJj0OSy\nbwrNYo64Bjtk7i4rGrWWlqxhk1T+Ka8GT07aQGj3xplARk1I5GUERq4DRwpp\ny+47c3A0WvJ+C+7WN50BNVU4NmUU4in1CoG3oGqwAbRuYw93J50L1QUPheit\nVABk+sjUVeSftl+6rfk4555PgmsIAwIfesWr0rsU76FYwBYOSZiRV9dZc8nu\nq1BATaAhYlEE16n47tU+uLLS7gm6rqRj2zGc6srl0yTH7NqKnT4a0OBHpnrW\ns1hKy3WiDp8U+SPAid23VNrvI3r0HzOViLCIFpCHuXTUdjowVMaKRlEvtHGm\n4XS5vle/BNSL+iUR7s9/AU8Smp2dGXUXOg7PNCqN4/O5tZcyIr0xNcknmEPi\nRGinqUidsvUtHydfaLYlzMJYDTUuC4Pl8V9EbLIYE4dAX4xNIGyndV1qbaj4\n1BDJ\r\n=dfZ1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"540a208e17e2907a5ec911ac59c49d425ce5ed74","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:browser-dist && yarn build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"yarn build:module && yarn run build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && yarn build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.4","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"tslib":"^1.8.1","penpal":"^3.0.1","express":"^4.16.2","insert-css":"^2.0.0","ts-promise":"^1.0.0","es6-promise":"^4.2.4","element-class":"^0.2.2","eventemitter3":"^3.0.0","when-dom-ready":"^1.2.12","promise-polyfill":"^7.1.2"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","mkdirp":"^0.5.1","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","hash.js":"^1.0.3","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.16.9","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","trash-cli":"^1.4.0","uglify-js":"^3.3.4","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^9.5.0","concurrently":"^3.5.1","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","typedoc-plugin-markdown":"^2.2.16","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.1.4_1604418658487_0.343800911634351","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@flatfile/adapter","version":"2.2.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.2.0","maintainers":[{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"26ba48335b813f5450e12638136354c86d6c2547","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.2.0.tgz","fileCount":60,"integrity":"sha512-y2OQNMH1L4l1ChtYyo5RyGNkRtfoOIuQbpHR09oA6eWk9RdLiJC8ek6tfHzgjoffjKSvlUBgPKTFtVcqmSBaog==","signatures":[{"sig":"MEUCIQCWaWkZQIqekl3IAJKDNFXnYlVokwQmLoyoiLHKznB94AIgD9ggqs6TUsc4irr2Bt+3VMATCqlw3QyHW6MaEav87CY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":808158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvE8nCRA9TVsSAnZWagAA7nMP/3Y18vI3keFmLRS2atar\nnuC0xAdC+1Snky5Z2Wr/X9BEGESReJuVbz4uoj/En2M7oaS5SAqEhdFj3IiV\n/uBNWRWSlyKr3VQVxQoZUMFT3gI7vlkif8qEN8IlI5OlwwObCkqYvUQxK7Rh\nPwFMXlxG7dFtROzLBkoz2jL50crj8KcXpapx8Dq3jqM9PUUnda6UmW2mywTa\nzjC4QYw+WTidSaUMOSBTzPJ+vsyJE0jM/TcQdhXOR9wyRkflDr6daXk19v7y\ncn9ZgM8htpowvlCRaytYTMe9xSQ/8XtyRtlwtgRI423ck7vNKWcWNXM2g4o+\nEJRiOkqk81vUHXjTGFyFXTtgwRur+0O2myz/m9TjrVmC/8zlLYe2jfPLHMkS\nj/ErXY5Bp20DCU672QPKkw+lTH9vt4uFe1JDOYRZXG8Ki7/Gd1p5wePtLo2K\nF5YHVL8olf038hHvuqWSxY7uedyGc690iA1EbUkEZ5SjbEi3RzXIaHcs2BJK\nx5/9cHeS0vmArZeX107zdJSUNmlQG4b8ISBvV0aUWt5kbcFSeYnV0xD2sZzg\nYuDGpXL8EtIg5lY5ZcrBN6haFGOCM7Qbo2pzt5BWwn7y3a9khtJ/KjTzfHmG\nQjGHjOz+H0cWNrKg15cyi1kXm3JzQ2ICSe08RG45B4Ul5w4pdJvoqKwLRIn3\nHOTH\r\n=LUPi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"e4900c5adc609fbac4ef14ef29f27c660443a17b","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:browser-dist && yarn build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"yarn build:module && yarn run build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && yarn build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.4","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"tslib":"^1.8.1","penpal":"^3.0.1","express":"^4.16.2","insert-css":"^2.0.0","ts-promise":"^1.0.0","es6-promise":"^4.2.4","element-class":"^0.2.2","eventemitter3":"^3.0.0","when-dom-ready":"^1.2.12","promise-polyfill":"^7.1.2"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","mkdirp":"^0.5.1","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","hash.js":"^1.0.3","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.16.9","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","trash-cli":"^1.4.0","uglify-js":"^3.3.4","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^9.5.0","concurrently":"^3.5.1","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","typedoc-plugin-markdown":"^2.2.16","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.2.0_1606176551005_0.5895490440310096","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@flatfile/adapter","version":"2.2.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.2.1","maintainers":[{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"c64264048d6ec2a2440674ba69f3d299b74fbfa8","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.2.1.tgz","fileCount":70,"integrity":"sha512-oNLPOA2WErgTWWffER03Oc8iHzoMV+iUz+F6EFqAlpVwe//xc8daCh4KszBPCqUur55l1jcuJfFtBp7Jm4QU+Q==","signatures":[{"sig":"MEUCIQDcuV1SZ+i4+dT+N0kVpf1v1T6QrocKxjnhoJ7taK+2MwIgHZSCP3jipt41Nb9fXiCQHm1zAOGuLBxy+/MhczkJTUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":817797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1+yHCRA9TVsSAnZWagAAqlIQAJYtHM8fnuM71hlnowmg\nZGU3VtiqYN+7cFD4rg/I49wmwEesVcfW7aPy6fMtKQhEOdhqnccFEIxQMKp7\nt8OcLyVvb2BCzB2cLvT6fXLAbfAMT3997TP28d9/sbbyZEVR+jQ7Fserw3wB\nAQ3UJRzbFISjb7VubViobG/C0oPpDJGRKxE4zjIvB8kU8Q3/UMZiyJ+vvYeR\nk5j5wZhUtVC1T5zXhlTbbTASA8fTrSDsEAnmCd9lX8hh8NKqK+RO0Wn5XQrh\n0qjqntpbmn2e63WyeQ6F3SLfzLI93r3at14mKOXgodr4eVd9YK3zB+V0nKne\ncaXSk6x1SCBCwfq0TI7GNIjUNQ2eQYh3VSytQT+bk6gGkihIvOYrsV/eySdN\n5689ZKVPoGdyzT3D/8ckwl3wkFUL6QVAP/HWCjIxkHFhFd9mLM18KAcOuUmy\nWVuJwAwWVLS3Jnmya9Cysn9G68zvpcta0BFW3uew0YWzVaaqnoRcLh2V2qz3\ngTh5H+5Ho9I6KbzAMo97tPBNNARrcTzVopM2cO+I6FcbTSJAh9ROyd1xKZoM\nrXeepOMzyo2kzilc0pTwdi+QS936519wl3g5Av1E4JkMmEx0Bz928gB6Kxg9\nP95znXhLes9na0IdY+8dRuVwnvJd+JfyLSEccgtr/ISZsqt6NiPYenP+i77T\nha1t\r\n=wDcG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"a539a42eec24844e7dc77d744d56dd34d27fb18c","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:browser-dist && yarn build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"yarn build:module && yarn run build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && yarn build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.4","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"tslib":"^1.8.1","penpal":"^3.0.1","express":"^4.16.2","insert-css":"^2.0.0","ts-promise":"^1.0.0","es6-promise":"^4.2.4","element-class":"^0.2.2","eventemitter3":"^3.0.0","when-dom-ready":"^1.2.12","promise-polyfill":"^7.1.2"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","mkdirp":"^0.5.1","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","hash.js":"^1.0.3","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.16.9","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","trash-cli":"^1.4.0","uglify-js":"^3.3.4","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^9.5.0","concurrently":"^3.5.1","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","typedoc-plugin-markdown":"^2.2.16","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.2.1_1607986310741_0.2492062152530432","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@flatfile/adapter","version":"2.2.2","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.2.2","maintainers":[{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"38046683dd65ce3e485e80b62efd83b40a4aa2a1","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.2.2.tgz","fileCount":70,"integrity":"sha512-nL/5L5IXgceHFHq1C5Eg7P32S8FTjAci7KEwAwe8GAZX7dmUlqNkz94PZau1oP8ngadE3tvDeEiNwiDHb+bHRQ==","signatures":[{"sig":"MEUCIQCuypXl8Mp5OPyCgPJWXmQuOgy457RrWHiCBtmN5osrQwIgTe7khIYCbxPEcy5sIMxUzPUbt+Pypfp7FydfRd0fZI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":817825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAbI6CRA9TVsSAnZWagAAbBMQAJxuwiudrejU+5LD0deA\nDma/tcb6Tu+J1i5kXwcNfrAKJamitMwrEf/So0ClmEEopwfNH5gtJKVH/0gR\nLcyo22jf0pPT2aTuPzwuHMFqSJ3QMrEJnVQMA579g3KYkvNNT7ux7Diw08X9\nW772PY+LGLU+iwnJ+DWkER9b5d/avhKpdOCZmyRJFcLcrLPIv3BmnW5jHh5t\nujw1jfy/Wp0E5L1ys2/NP4BPEJD12TBJkF6klb9RlUdbUB2YXH/Dla8sZ0rv\nTfkAH+rrTASS4H1ANPI+w5cVfqIGoqxbGw6njgmeSR32mGJfvRpOUt2hrVrH\niT1JEiyEZhxaYbGhkW7PXwbPgcX9i7pEWmOWFu5WDusDpBJvEYAN+vxhDbgt\ncIVfgA/ce8JyBipHrlh+3G/Tb6Is8XeEI+m1QaO4u8PuafbBnLFHX4osBXGR\nEyjUmbFY6E1kQxZcb8e586Jqhg3cyFOvweOrWGjjoXGXh8BAbFXqcse8o9JV\n+C7QZmjf9gslyHoObanOBwYfgpQONKBGUs/bmrszLeZRE6ej0srs/pubA6Vq\nSiBT6R5dSeIuU58ApDqGQF0vGxmvpWVCweq881JlFbnrT95tqbYnacRdq6aX\nOKkTBjYsnYnNnSdxWTfj/Cq4i8HnkV0JHsjQVoOKVbthNzi7EYfxDetI0z62\nFXui\r\n=Dg1y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"48a2e9fa7dd103ceb1b913da4f391d920454dbf4","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:browser-dist && yarn build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"yarn build:module && yarn run build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && yarn build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"tslib":"^1.8.1","penpal":"^3.0.1","express":"^4.16.2","insert-css":"^2.0.0","ts-promise":"^1.0.0","es6-promise":"^4.2.4","element-class":"^0.2.2","eventemitter3":"^3.0.0","when-dom-ready":"^1.2.12","promise-polyfill":"^7.1.2"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","mkdirp":"^0.5.1","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","hash.js":"^1.0.3","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.16.9","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","trash-cli":"^1.4.0","uglify-js":"^3.3.4","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^9.5.0","concurrently":"^3.5.1","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","typedoc-plugin-markdown":"^2.2.16","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.2.2_1610723897847_0.952259300988691","host":"s3://npm-registry-packages"}},"2.2.4":{"name":"@flatfile/adapter","version":"2.2.4","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.2.4","maintainers":[{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"285444c572f7643ce52c8a4e587371aae3c7f3c3","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.2.4.tgz","fileCount":76,"integrity":"sha512-UVaj0ptsGQAz0LJbt7aEpMCi6vd2Tq4QF+ooTqssRJC1w1C0kdf5ZoeCDgsLNcOW4uYk6s39y+TXHl9hzEAr1Q==","signatures":[{"sig":"MEUCIQDQsd50ec79YDeOmAtP7SsiTzdqI2PWMe3+2vpL7bHa2wIgEHkxiuROXGkN3wHrpPwool8Sx9q6xQ9/OGKnUWZTAvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":902539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgB3XFCRA9TVsSAnZWagAAyJIP/3vpzP3Wy8Fi9cq03K/G\nfF+QYMQOsgJdxpxx0dsh8nsffNN9s9wXErRw/5564vEItcZ2tqsKkGN4mYZ0\nYS0dWbxk/l2GIaHSOkbJhfo6RZeI4TFko1G21GCRAehAGm7OYa8YWeUWhCbN\nKSfcNXZEvPDObLH9FDynFhaZVCe5GBovfm7sUD9ZkqSYzKKQ14x3JnLg4VxW\n+Q0CbIQLbyvei459eTjtaDucpAlItWUOeV5HVo0hPIRPH2mDKs9JoyonSvlw\n11Yi0FsxMkOm7aHNqTsgNvg3JVhQ1ST6MM/YCIC1mUQ5mcr1qGUt4cmzHwDB\nkQcDtLMAoMCu0sp+vSY3RiQSdPl7eYlCzTz2FB/4bgGOqwCYOd+Whb1x8HfD\njJKCAvYrnuz7oZgGfUe05bkcKUMPTqn/FxXV2BiqYNuj6w5QkuNX1oGXrB+K\nObHgFj1mpMv+/ltjJ2aTKOceH6o6pugaSXhoa050rvKQnoz5vULEhTkFEUtm\n54cjXwgbZcvQVil442VqPhDNiaf6/RALyAdLEqT4IyHjff2svcFs7ei+dM0j\nnYed6ZcMzF1fRrRRtW6Gmw9Q11OyeX91GSLOP4HAZr5HW/Jlsblcd9otDdz8\nJqxJaleJu+Z7q+9hnShkaSB5KF1fzQNgrK3I/J06/NEkx2xZZyMJDvYENfG5\nLCAi\r\n=jPe3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"d4cc593410b5c984b41fdf18064a5ed020208ca6","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.2.4_1611101637040_0.47954155940211574","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@flatfile/adapter","version":"2.3.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.3.0","maintainers":[{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"bd2d474679a05d11eba86ed90762b0d8489e26a9","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.3.0.tgz","fileCount":76,"integrity":"sha512-m0a0qDqyhr8TTom4QGaxtd4RQxb63Ot/V0Ry3gun4/avOKlSvytqg68qV9oYYMN4PCUt+gvsLyVKqXntymnEtQ==","signatures":[{"sig":"MEUCIHcMSCIjyRKCGkNn6/4OaN4bzLElgNyoHdOQyHIII28zAiEAhNR7uKxHO/pbZRGJtp4FMOx8ooFyUdNsKn33zx6sJ4g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":895250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCKJcCRA9TVsSAnZWagAAqDMP/1D9AeUfhlHItXGjfL/x\n3jB4DXWKYWJRH5rxX2mNxXEhtmbAc3omisXxfLQWRt+X4xNSrulRGpIM0QcN\nrLZAM2HglDWZ3U1oiNtH2sr1PXsuZfQ6+gttf+4mlQpLgQOx6upaRimokBm3\nXEFeBJtZchZFILfS+uM9X0gkHaQDsXekZc02XashLQj5LOd8l738zA1ai03+\n/5NFaljKKieqf22wGWoOAStvhxc8c6xD9VXkXDvHE8Y97SJyWNC2SX3PxQQA\nujOjYK3cVKbP3Y71NtQvlXBUPTY4A20wPa5NzXq52mK/j7fN5ZICnlxiAdav\n8jD7/7uAASb27Nz9/smMrQ1c5t1dAREQbREaBIp1fwBspMDv6rzyvrHnjBau\nwdMBQcYdsuNIyvniKzw+VtDwdDkj4FTc+ULNB7+8yySn80+0nrCzh1FgjfhM\nd6qpkDVUT5NR/Xp9j6VbLllfa/cj78+v8PV+zvllESvIFGQmrqyeok3RPals\nbdTdC/brgBtLfJTlIJWV+6BJHEKC67sl9lMuoC5RlNQ/Rm82WXXLSNlqt+I1\nGBwq2jPGQp23QrloyOb8Zk69nVMTuMcDWihl7mNDE/6tWC2rr5NZkjZFRuEs\npu1wkvBQ16kMsQ6bZbhHy+GlrIVQT8giHkoTHp/cKbI4JrX3ZhjDSyUm0qrl\nk9rh\r\n=XhUQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"b041cb93e0d2d9dd600c68a6c74e8df89feed047","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"_nodeVersion":"10.19.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.3.0_1611178586878_0.5282599636692311","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@flatfile/adapter","version":"2.4.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.4.0","maintainers":[{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"a9ebd9a95817754234a33071303d36c5170f9a3e","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.4.0.tgz","fileCount":76,"integrity":"sha512-dZH7u3n6skiVhKE+2GzD/oQsCBAbWZ1Y4QC3CU/+bt8K3c3j+pjZ7PugGfozKlGjhDhOEfVbc1el3h1WZCZ+yQ==","signatures":[{"sig":"MEYCIQCYlC5T43Ku7WnnOr489ybQJZ3JhTMp+r0FFRqpweKOsAIhAJQ1V+KSjryIIHl0FsT+yVav5DD7L8T2N8FXjIca058D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":898447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIcOXCRA9TVsSAnZWagAAARQQAJP1+k9gVqtzQfSi6qXD\nTmAU5k9Dk+HLQxstQ/fVYarNW/ffmgk1oEu1R2Grj+RBEJM9Z8B5Al5XOMC9\nnZ+bPWEpXDpElEjrylBlL15RBtsUhYlj6mGxGCvnfHQ+XnGSc9qCe1CveDrP\nY24wNX9FIjQtxGv/RKwASxajc7sAotq/M2XuxeK3jiQXjhyhZgOpzp6JTN+R\n+BznXOPO+szobw+WmpNbP/+eHvVDXkV6kijfsAtCAGdJqwusi7QMzzCJm7+z\npJ7g4udYvKz76ISkhhxucxV2uvJwsN5AhqblTmD+fz1zeNIUA55ct/1LgO8b\nQ2tqS7kHk2cjCTPuFqRWAAfzI9d0gr4IDisGO8iMvlVWv72RGD92dS81JBLn\ncxq/Ndu9BayEU25IjDouOjcWBmUwDoNCLhdXpcnaYF70pcOwOIPwaWhNI+M+\nRI/En3th9VgiBMsqrcqyTSQWMo2kgE9Wm90QwNrCGniuHpSLCQDbvHY2IXLu\nVJ0Aq0BKA83/IxKTdf3WudBe8E6iL4BL2q5vNxegHWgbPeq28vCTVvLG4osq\nhaFG3i9HbxNsV1N+rpvrDeR/iQNOpItETzv09BHtV+630e8zkOoSzNS1WE8N\n0oHu3dDyZ4xjYwsTKkk5vHblGx3yG8PXXRp55PjxCFjWlYxjMLOPTSaMVpNT\nl7Im\r\n=H7oO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"4e530e68f2e324955e4e30397846916c9f429027","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.5.2","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"10.19.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.4.0_1612825495098_0.22446133329788576","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"@flatfile/adapter","version":"2.5.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.5.0","maintainers":[{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"873e3cea1a2889e158d2a061f8dc93505eee89a7","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.5.0.tgz","fileCount":76,"integrity":"sha512-PHPyNJUBVSYXJgQ1Yuoy65iNA+8ZAFpGqS5iL0QHXGedSS/MbnXFQUy5uPduE9SVwrLImUrVCJUtn7dFmRIQRg==","signatures":[{"sig":"MEUCIE/hsN4eUIpMXTtOXAKYTSu1rGAcQNb3gEq7t7KttAn3AiEA/35bPr2waVbCamc8iEmfXbA7WX9FU7XHgT4VGp5L82Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":900200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIcfyCRA9TVsSAnZWagAAJQEQAJoOJ2QsXtvXSBBpmpMd\nkSR6s+1zMHVaH+TfOuwjRNbLh7KBzArYlVf4ErhyjL3Nc1jpRFPWmOu1bMTv\nYiv6VDHWpkfXHsFKCk3hmoM3RaI0Nyak/CoMdMWvctTwk3NdZdZZHlYKq6mj\n3vvnHg4ysGTIC0QunkxGohYKEHOb5jBxzTzyTvRpoypz3AbPD+ug1AwQ5Ges\nljtPt0g9oDYZ/y8D4anqNRsR3G6fEfKoPJXMH9kPvMF01MeLQc/R0BX/5xeK\n1SpezZTmVkU4LVaWTP0g1RDqqqP15ZmV47TF+YMPcuYsjoqLiwfD0PzMUA+W\nPgoKejRu9km0S9zaDOrwIYunSLCjmsXARMh/W4YWzy9jSQsYukW/57ZN0nlJ\nbVrRgMkTp3g2UoidcWCA+Zt0iboZhy/s/RCTgUHe0huo/YSl1RTs7EozPacE\n39WZ3/fuRH4Fx3qaSb4SXw4/ZPTrDaBwPDZ8nufaLaZdK0CurJZhV5ydBXCh\netB1LszvFyKyBlsJJF7wlzCzw1QdBGm4psQ7oPwfDFgbwaTNRdPJ/HuJNp1K\nmnxJOnOMs0Qy5qG1Y0LZi0Tw4rAGPirFjx9XhPj/ZKLGPNb5N+feNBHnorj4\nEj77c5vcZ4N7bnAOMVl/WQqv1tA5/jxBWzPMBeyBkYML+ajef9dltNXLZ+sC\nRT/h\r\n=r5Ky\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"9d243fa0cfce939f4ced5676133382a397a0039f","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.5.2","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"10.19.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.5.0_1612826609692_0.5145376667906718","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"@flatfile/adapter","version":"2.6.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.6.0","maintainers":[{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"05589602876f274d4bba3fc86204c356d308e3c5","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.6.0.tgz","fileCount":82,"integrity":"sha512-KcjbOCGYjl5XorT3b8/4ORTlHV34czFcJFjGOfjVXzRnV9wAG0eH5f7eL8dYjA8kpC6AuxdvKIO/CAPthgj1IQ==","signatures":[{"sig":"MEQCIBM0lzn/A2R/jvwkweWQdyajI+xIa89g1/C2GT7q2x9DAiB05hb9nDOeFkyfrMJ2arqKMn6AtjLy8eAnNykLh3uY1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":914255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNTd0CRA9TVsSAnZWagAApXMP/jvo4mMIIb5MSkqDOI74\nEqESgggArS3FU2Wqgc/K8xMEgyELx7HUcJpNKGguMxBoNyMNb5d1cBwCmsz3\n1ieVSuXbR4UD0yoqPd2mB7VlyWmSGdLc5L06dmN2YLs7zzp925oyLhrcnP36\nalnVoky5J3Miv+NYFhpvrK+VmY0sZREoJ1CD+I2YrtOCpp9AeI00aDSAwBeP\nV8XFKYlaorpo0bsA76Z+fi49wT6C2dVYazIV5pBn/32dDIz3ErDyzcVILGfn\nFgQc/aV5PMEZrWgh3WJwvPNWoH8IGplcl7oKqUZf9gw7yiM7IT56IBqNYesT\nCSmkwy1lSxy2zSfznu1bpZZfFtvusv/uFLF50QTJRpX+GxF2IrHMc0iOvZgW\n1NEg2fwrNl2CgGXIESlinRSYYN03z7sOD/VkFobQ+7k98w/upGQn/fATZulw\n9VaA1FhIWkvII+1M9Se0qR0UzeAL4YYfv9Gsj7xYuem9NLE/maX/gaz6YytJ\nRU2AmUiih8r8gLml2WENULF/QlQjFR2+19Oek+x/AIFr2IC+BxGq1PJR2tVS\n0D/clz808fiXUOS7rUvBMGFU93kWfgwLFADZqT96gSmBFhXjucJQyWESkqv1\ni2RiSe8frOj0Jv3kgoZGZGSPRBmiZAOuv0PvVsECgHo4YFDTFO4lGO3/a1WU\nwYuT\r\n=mV03\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"5dfc0bd40e28114a564c2fdc716f0972933e9adc","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"nate.ferrero","email":"nateferrero@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.5.2","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"10.19.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.6.0_1614100340296_0.4395456700587279","host":"s3://npm-registry-packages"}},"2.6.1":{"name":"@flatfile/adapter","version":"2.6.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.6.1","maintainers":[{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"b63e0ab49bed13b7e2c694d004dfaeb8270bc182","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.6.1.tgz","fileCount":74,"integrity":"sha512-76SG3XMFLB5ZhfMODXN8F1VXdWD+5bpV2cEerfSYTV3rYnLNznkYJU1lWyRtwClKssUov55Y9N4O1WJP8iAjQw==","signatures":[{"sig":"MEQCIGK2S2UHocabxGYOv4nrFdBiqZ+iUgsHOtWJQUB+ynQoAiBT/pCBLS1CbmTT8ReJ3PUewhglRKMJrOgEcTuBmiXJRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":909212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUkZXCRA9TVsSAnZWagAAyr0P/iZ9Zn2ePv8JSIIZL5Wg\nq1Pl1EQCraZZWmFJGfJMZ0VQ5nAvP8OdtZ6eEo24fh05A++ZN/t9PoA/8q8R\naE/FWVAAx/7w9vHUFCJr26lAQ6ZWJv6PF0L1uEovH7Sk8keO5CoZOnppZP1C\nWBoA/AVTFcidWO+i2+nocajEEV6J6GydufcOxBI22UPNAooKePE1lk54/6qq\n92CBbPP7VNdhn5jOKczPLbZIl9m01hS6zOlaWen/2kEQmmSgmenqOd+ZzSIk\n5Bcpcrkt9P6zq27Erd1DqDZjTUklA/NYEVbaPYFZr2tiYqF0F3YwyFrh7F1n\n48zD7WjGY1jzO26rI3bHPfiETVtoIFYtQM7eu+gJhtwiPb7iPOS2WRT7MsVD\neXIWBsrMeX6o/xDtsoUvxTq2yF4Nj5qW2seSQ3U4tAqOFSIXR1MPZH+CIpvh\n4NiUWlgsYL1KNazoz1EuXWRJw7I454/182ToSR7TOqecKCZ6d3x4NpIgaIa2\nyo4SRDjwZc0Z/3A4QtkwP1Y4vlIlSkLkl4OMgkp4DQTXhdVwXa333+BY4Srx\n3blz+bgPZnYqqTK6jwmZv8Or941FDGyXScmzBqF2RBXU+Y5Fn0G6aZKdZ6ul\ndxM3gtmNmhxC5wBiR5mI2OqLcjAIKYboGiO/MRwXlCgY9GWUlYWoLZNQtxo2\nlt5Q\r\n=M4wM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"074eb9ab6bce666b68c2ab0d9be48759e035030e","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.6.1_1616004694796_0.04456890482885956","host":"s3://npm-registry-packages"}},"2.6.2":{"name":"@flatfile/adapter","version":"2.6.2","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.6.2","maintainers":[{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"40d1594792105a924e7adcc6ccd20ec17f5fb8e2","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.6.2.tgz","fileCount":74,"integrity":"sha512-6Kl0kJxEs75XmkPSJPjimJklGNyxVifwdSGWKACcxF22rltcmTxwamB+WsKyHUyLf6BfiIBt6GNVG0rvJQn0RA==","signatures":[{"sig":"MEQCIEi8JQJkGVDuSIr2cXY8yzCejy/dU9u3OKIR/cMMZlcjAiAdolUI+ZfVfbgtuRg9a8hzqOveer0nucB4OMo7fB/Z7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":909359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZ0HYCRA9TVsSAnZWagAA5jMP/R2ehwe53/wdm9Arjymt\nvee3tTnZ/ZA7yTD6YFzDZcHkNkjgH+zPAjwgF8HhGGRAco2bHWPcsPX8KhE9\n2PK4JEbfSDA4m5IhjyceXyK6dMPjeynFrn32WmOoBuJtZODQvM/h4R1kjuv+\n4bcP7HGliNGkyIYeGZs9tlttOp1PB5Y3hTmicXBrcvNSa3QyS9FtpfiI1pdH\nO6wN9XLfpvmPHEL4mP9LOEBkecIHd6WqVZL8FKu77CiiR8PllrgdI1tx6Bw9\n8BV6sFnHj+Mio7s2aMASXkzlqArrkZ57GRZWEz326wq1KeO4YAZNSd6uqXL5\nCX773rV2yEy6FVVAsdt90Xnh6sJovrBFY4FfeexDVCufkJ4u1tmXbY4/slgO\nYDtRZCDXQxkuUofBWNkQ/yR0RAuPinGi0YuU7nB2PKbME0vzci9rwn6Wo71R\nP6A1W6JQHk+N3J3pmfXb28MBTPFqG1VSqc/jGAB4Nm9xLRvDgatjjOEUGptY\nZzDJH+3NrVebIFM4FBlHll631KrAzBg0BLDVNfLiXdXeCXJcpfH9Jx909SRY\n9HM3hGfw7v3PERRTobeNW3vEgzUsOtCPHUf842agnWvuVM2oMEL2du9TAtcZ\nsQFsoP3tV9cuze5sEmrRQjPqr95KxyflCLe+3zZrSiWBaPx2YxDskNKlBehv\nmq4n\r\n=6vdj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"77d657058648fc4a0774e359c110739a44ceb447","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.6.2_1617379800378_0.7056190941134053","host":"s3://npm-registry-packages"}},"2.6.3":{"name":"@flatfile/adapter","version":"2.6.3","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.6.3","maintainers":[{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"27c49527a0ebe229d9e2772ba3807d77754f0411","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.6.3.tgz","fileCount":74,"integrity":"sha512-weZevssiXLPHodFz52lG48r5yQ7D+u5YvcAjo68lDSbfbZ6GclYhih0KQfpLHXp+sAkZwXsRx2zUoVfEa0XSeg==","signatures":[{"sig":"MEUCIQDdz4pvjPsOR5vkSF2Hqeh6/ca7n5XqY1AMpCK9YkYg0gIgD0rUW2HEYUvgGTP8eMGJ5H3NWmJy53mnyuaNCsVTGAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":909431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZ3JtCRA9TVsSAnZWagAA59YQAJ/tSOyyGLMCZDVNhHOa\nBpoU2u16opdAUhd/sSE3UA0mCOYuoHon2DbZmP5e8+n251nOr7hiW1VzHho3\nXPUcdRHHCLb80IrQ2PvmVhidtUTfBgIJVrWoSqETPMiohJB7LH2D6VBgLZXI\nI7ZF+NGw/OgEygXbJRg6U+igrvD73E2ffiZJbVmA3CGdf+UemyGSAMYs1N+i\nHGIwNlDdy7I4khvVXK6P9J8f3PGchhod00zUgx/xn+n0C0AMuObplOAsXrR6\nfn4GTox8M6pDLuCi+KeOmPNpv9nKMM1zIBAIUMe94UJ2oIzu4A2M/J3AyT7l\nmWQ+291G7aI3RR32LxjH5ul64tWdKQfdeGNbOKC0/SOdzlPq+o/PCYrqaJYY\n1MaFPnj71CP/PYWKQUEkB3/6PPYfo+/NGue3bCgzJPuiS9OkQumYJR5YYMz0\nEQCeo5egfGewc77BuYcZPd2Wzi/eVSG8nFranAPMKaY1DlvuKf4dSmb6ys2z\nU8gbQyRgKArflpK4G6sOckFmQWyBvAtbMzdSJjFppfce5Sii5LqECTHJzgOe\nMPmcZm4vCohJp09Q6AgwCHLm18ami+5K2Jr87E52KDBFfreeG5H7tT66evVf\nDkYRrq/VAO9JCwot/9Yuo0pah0JeBfk0EE1SHuTMl8W/VBrHffmvvQqCkRP5\nz/mE\r\n=7pxY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"4df6caec5495a3efb2aabb9256bbb4f09fe2604e","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.6.3_1617392236301_0.14937498514066672","host":"s3://npm-registry-packages"}},"2.6.4":{"name":"@flatfile/adapter","version":"2.6.4","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.6.4","maintainers":[{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"e6b0e5b2b54bd76cf865ab0239ddf55ba1bec7a4","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.6.4.tgz","fileCount":74,"integrity":"sha512-MGBVFzWLZNDr7M9+NQ57qtRI8wu4/48rvV6vbEzbpsuKSm9F3Ov6/KDjWDVtWeZ8cNiBByTv6jQxFAioH55FSA==","signatures":[{"sig":"MEQCIQDypsq88WPDSuuxd28D8NF0ib1WENWFxGprAV5X3HwsZAIfdvIn0AC/T48Be4odw2cph0hVreDQ5xhNG6waO/2EOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":909551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdMb9CRA9TVsSAnZWagAA78wP+QDOMS1jorrPBLDzZ44B\nYjxY+4EjNyvuVpmd4H7jegpv0rVlgXW4Bq7sYWMDAZtybSCV59QsHGzUn0Gt\nft7IpJA9J4lRwPecB8tQ96ftOK0ZDv4f8gfyLaWzNhqH/6JVeJMZ3XTA2VK6\nqPquVWw77gMzIkUH5d2NyAwoW46DrpPVonE6pP7U4UtLWvCSe/Q2FjFNopgI\nyUxoLYnMIrJ4yRtHmUXAucGfpiOfnCFfMJOZ8TmsAbqrlhu0dyTGvITnfiru\n6Vk8l75zKWDwZNHCBMQN03N4/48tFYclvLhQ+AYaOclqErabGhEOgupb3rrI\nv1WXYxuFEFmJPOVYNfTgIp8Jq2qXwbISXON0poERwFfblcfmsDbFDo+3PcDQ\nGwDAlslhtWOZ3vHrsz3YZXT33QtOHSrrI/vUoib+8FNbuDTfyfHEgemb4cV+\n9RJaD9yaIN0fttjcHT1xhaNU/OuCGbACJsIblzBto1rYw2Ny+c22hhHKpsZV\n1BKriBtdrr7023KteswOROFaucVVHVJo7ojQxe0DgxtsbD97XE+Y7+SPohIo\nlXtN2KQEsJsmDrajVh+uHEfJ21iDiMmwHBdykJiQs4iPxABxmpB4mvPrSpgh\njI++pRAhNSz4YHKYs9+JP+9DvBfL31WBvlKwFPD4eeViThRZpAZX8MzO1y6Y\nOkjh\r\n=x1JJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"3fa78ef445cfefa0078f5b76470d121f18bb52e1","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.6.4_1618265852993_0.3650259556084259","host":"s3://npm-registry-packages"}},"2.6.5":{"name":"@flatfile/adapter","version":"2.6.5","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.6.5","maintainers":[{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"9b38661cfa2e4ebf8dd5bdb2bb31bde3085e944b","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.6.5.tgz","fileCount":77,"integrity":"sha512-a+eaR8U5l+h9nXIsrVwOezlJ+vhAewAAPJhpueU2g1ubOfBP0zIpvISWkYAnPEMWsHSYX4tlGfxBaF5xv8PL1w==","signatures":[{"sig":"MEQCIAdcYyFAAaKq59mbpHip7udCFEyzs1WK7zP/dFTE5alKAiBf3sk0H83vyQXBZ//8K7lOXJ22jkXVQwwMPtbzPC5jWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":927035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdi5lCRA9TVsSAnZWagAAWzoP/jYWSoGUFt4yoes+klL2\nV8MrIXaNClV+0jSC6bppojOpjs2bE/RVErynOblfjqsScoSDVDRnJuCFKDR8\n5wrbR1yfyNaLP8pZZ5z/A8dvvUBPGL1gcPuS/VF1Y9zNezwQqsHJo647nz2R\npwSGr5GX4dbg/geFkvxXt4KMlEQCub7IDSqe5NXaGTQ3aDxiHbYG45XEb7qk\nsmkXJcjO6g1VBPR616lPSqKR4La3PUuKBfV2Q04xj5QUD58MJb2ULT14+XVZ\nGBEzVD1Dp2JVXxAO50m1HBWjAiu+KhxtfeWseRq0BkKzaoumq1uml0i/F27G\ngwubtZdgHBYeocl5JvSfz4nmfN3xL3th4MTj5AI10PSDzGp3Vwm7NMag5UEw\n9pxrJOK0DpN5aa+G/85DOkb/0+MzQ7sGbohHC0m2KjPaOWd0UrevsQyBGl3c\n6WlvPwOWS0bRTMTJ5ElOYu9Bcf6hmhTZBZNNNv9+BRBglsl8a94Oec0Olcg0\nCuC976ciQF1j6X7JoRFtVURHsKq80cBS08icN992JIyoXcXXU4tummj/2WTr\nH90y/QdzBRiXGA2f8KY5RkTREu6i8F14CiBxO7hkIQkcjL/D1NKwg5L6fXgF\naZj1ZaeALisj/sbnvtqM11hnpnk+oeWLdQqPQ6rCUHPwjzeF1nLZF9Z2I52T\ngQ90\r\n=we+k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"530277bf0b60bcb58f09676f198ab72abdae64e8","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.7.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"15.13.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","codecov":"^3.8.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.6.5_1618357860960_0.09835974400231917","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"@flatfile/adapter","version":"2.7.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.7.0","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"0d0a6f3a95cac2f690ca855838e8d43ba80d7226","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.7.0.tgz","fileCount":77,"integrity":"sha512-iiunsg15yOgDYPbHYgLrsVOVx8c99dtITf+0J6hPb9zhBpu3ApCx6wq0kSv9sLbLEWJyVtXv1t3oXM3xlnzfnw==","signatures":[{"sig":"MEYCIQDAfHneNr1o3H+fi64cf1Ed6qu5Ghvz+JNrwI+h1NgVrQIhAO5yrW79Bd9yVIAIMANO5kFElMGcVxK28UpYlgPAS8mH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":931067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeeKvCRA9TVsSAnZWagAA9FMP/3f678LbLegyPbwdd7Ve\n611OwdxvnXvrWvWG7Zbm9XjZRBFefqkGMOn0ySXSO/vQOrhbNExI6Bb3IOEj\nHkPEjYSExz/M4qk+O+DphGwLvOAhlkyCE6ghAyeUZx9eqW+NJOKY2br6+w2V\nS0FVAK30MaYKnMeDrAN6rkgVz0ziezG8fXnXyjo3QkyFR+SCkUcy8QaJHgUS\nkt7Gsiubm6Bh/n5g7rjhFdRC2/TLbVFs4h3BWaJVjNyKxgfqc+sTH8KFlol+\nOgMaZmNsvSCmuwj3U3nz+KsUWcwrJ2tMPYriL0/pbQMpsK4EXnkhDsJ8tW9y\nBMzDowQzEyd5KXAi/89/kMlE9VgPIXAdBgxiE8R/YxR9pH0a0Icb4jSNycid\nBF7C6vxYXwLPKMWQwDzdda/hc+hjrAJMK4Zl7y6xY409suRYbdJMZPMb9x8h\n9zvKk06QflXpt2mZDLgS65rLTPHl8oI+LwOPoNl9q6nIrULn27akXJPK2r+B\nf2oJL/mQ2ubV57roAUEqbVK0du+TOJps9LnffR8RJ1vTkAdG39ZaROmEPqgl\n7SeCeFhTcfB+8He0l4NB33gWmx5TSy7Ks2JmM3+XJO0TWk5a+5cSPQ84zJsz\nXZ8KXUHb8Ys2lsCWYVWmnzQO6m1gPZPpZHZgvCQl7og9QgAtZ2GmOxFbWqOe\nngn2\r\n=OeWl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"48462606c26986f22a012542da369ff11c5dad32","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.7.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"15.13.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.7.0_1618600622459_0.8354848184344965","host":"s3://npm-registry-packages"}},"2.7.1-beta.0":{"name":"@flatfile/adapter","version":"2.7.1-beta.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.7.1-beta.0","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"b10206d5f554205ae966c2d61de40c4d6331e972","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.7.1-beta.0.tgz","fileCount":80,"integrity":"sha512-RG9nbOVwhUI+ZcaBauw62uVZIoybPURqTivCe5xEpVupjaMxygfyklVvRYV4+9/wsi11IQzlYp4B71fUBtoBAg==","signatures":[{"sig":"MEQCIA3pIT7gPxXY9NuRNnecLlCfqqo7JaoL8K6+OkFUHcDeAiBvs3ORUiTxKEup04DAdq4fVdpgFW3J4i+S8BaK/rPSqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":933187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfc31CRA9TVsSAnZWagAASOYP/iiPt8NcH9RCxOvrGYUQ\nIV1MvL/TQSADgZvNKtAup0tc8dAfnp+z9bZUVcuGGfVf9VLzHi1T1KYs5kAZ\nH+BnUhH7miT0DeTpxLVDl9JNo83p3kbLwcndliZ0/HY09vrb7m7j/dzSXhG1\nYKiDO4KatWSr0jwAKikT+vPUs24RX9JxS70Ty4gWLX2QbRx1AVQuxpYmHr8o\n42tqzhmC2vW3d08lEmjIPe83YIHxhNB3d0q4EsSdAOWL+ZQYMU+iYhTYOADQ\neddFMy/J3dHiNC6a5SDb6EOvm7Qhx1StHEMx4s9Tzhc5LPelVU7UGcB+woex\ndIl9IJYJ67i5HOcQI8J/ZqJ+cIHOeJYMu2IX9BHKoU+OTwtwXk78hD4geUGi\nouqqWH/ZtkTqTxI66FfqVEfd+I0let2htw7nBmorQNk3zhfPRTD324ovDqrh\n0EylO4fgA1ooH3MuZD9P51jmDceG6hkQKvCa2ziaVrj5dAJZUTBNWQ1H2/RU\nB2WHdz7iKUcpmnDaGtx8PTWJ6jya3rnes1JfgPxu/2hdhuvrsYPbtoVj13tk\nkuxed6hrk7X3u/9CFaRpUbcfuSxK1nkNEOm45H8sFyg4uJMCPK96CkpBhiCs\n9LrbWLZLYPPors3Zv9bb7Hq+fwT3eXlPR7+PbcSofWdn8hPvPST5ZgnzvtBg\nbLlN\r\n=GiN1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"ce0346a32d2f0bf9bd0f52a32977d432140baf59","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.7.1-beta.0_1618857461353_0.6065342225721435","host":"s3://npm-registry-packages"}},"2.7.1-beta.1":{"name":"@flatfile/adapter","version":"2.7.1-beta.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.7.1-beta.1","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"631d3a2f5cacf7aaa1453853fd826aa94144d8e8","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.7.1-beta.1.tgz","fileCount":80,"integrity":"sha512-C8YGNtI2xD+G7Nyy8xU34+FjE7xHnOqljfHn3mF5Zvb1ey1uJSabhy81vkl/PZ2eWPywYmftcti9GFGuqML5Mw==","signatures":[{"sig":"MEUCIQCdMEBQgW0KB46AUewG7PvfOgMY01889IIg9c2J2UoycwIgFOY0fwX4QD9qcwTvA60y7kDuG+RUKBr9qKw1wrdt9lg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":934128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfdBkCRA9TVsSAnZWagAA50AP/R6J0dHBUQbQleelkgYn\n50RD1tmkpZ4egJDSfO3j2rL/MW9UfYiDyZxYLY0PIU9U8k31PJj60EHDaQFj\n3CF3ItQo0Fut09qCIuYW4A0PFT3IPoudLyQsURILcSUhNVTEL0iWxTePCrvH\n4xqwY6EnrEUN0elovFFjJHP7iYizR7z4r5/KEFjMQDzWYSPDHY4aG1NE5QpN\nGeg0+Zp1FeSeDIbUQLOs7y5yIkWt+9V26GF1RPI2cF/elzN1juPHAeyG8kTV\nIQq73Hex0bKHFRF4HtWzgq5kL6eZ2FiAOEEuss8pLx48pXHY/F7xmVSaAvMe\nvW1+sVkNzuy1Zzb5v39ckrQWsw2O3Gw8FWXilWJlzS8XGc1VnC/MeMWpF1kO\nux6YuJJxMrLZMtUXML0XFa9MSHKbH2XTRqPp3yeeMhGCImVOBkuPmWZxMfQR\nKzFkJX+bV1c94j2ZsT22wPw/uVNXZVy25IvLEFvygFaSx7P863aIDHNl/N5y\nB3jWClOPViieACmNjo7ntR8M3DcwcEmO8MstU7WeyPWCaxpVmJ+CBA2XlQ8y\n3JvwtL76zm74ZH555R/fV1kD4wvg/CcnyVmbPkEbg9hOPgRO95RCEp64Dh60\n0aIxRdmzblmOScCPIaIA0N8CFlQ9ZhKnUuO1TjTf8v3gV+J/rkERaj708DSz\nzhvN\r\n=TW2H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"ce0346a32d2f0bf9bd0f52a32977d432140baf59","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.7.1-beta.1_1618858083845_0.6020696214840997","host":"s3://npm-registry-packages"}},"2.7.1-beta.2":{"name":"@flatfile/adapter","version":"2.7.1-beta.2","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.7.1-beta.2","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"2b3bf16ae2c154c9749443e4e578e67ef1f11bc5","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.7.1-beta.2.tgz","fileCount":83,"integrity":"sha512-OWSjqtmdpoYQs5rH3je10xfEXeNWZC0d1uEsuWn/Uu9KVTYHXQfPRMaD5tK1z3e8AJdQeU0LyNAowZe8DSOoeQ==","signatures":[{"sig":"MEQCIC+PVxR08nN1XYnA8/6RSBhSygjr+UownuB9ZuFUxkgcAiAgutYmgCqHMldSDjoj7wtXXFxQ5tVyuSH0JPVzrcN0AA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":936627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfgPmCRA9TVsSAnZWagAABK8P/AkrdbILvmNrn2S7gbqL\nUX0TuCF7jqFHdziRark52PqaPBwEBbSlVgNAEqZuiMYu449+8SnL+QnCPS1l\n/e7EKXC1Bm8WYa3jDJ7e9UYvCCnpL0pknZAH3nhrbdEchx1pZDRwpk9+Tej7\nYP6pNEKUtz2Xs91TK3XstxmDNcXqVIXWE5N5NbM2rR3y9Yp7sqGzFWVabRxR\nqTQfSXE2ciptZNxY7O29knjJ6IwYVd8eZJMAqrRwkNLELQ9hENPd420iRgw8\nZiieDwxOVuLVnj0Hg0nt8x+lCg4ElRaYsTdlsFOAREi3oK11kAEh6ijgNtNu\n9LEaZgJ2rbcL3tGw05eFzxASZK6SEgxmbAujK2SwlRLjFQfMX+sAQLdlByuN\nLVqVii7P3l8TrUvcv18gpm/9GQogImGG3LLxFzYJia1gBNmtiWXWn7j40+8z\n1gMiemkyY3OOXkcmjEtO+fl4Ny/sWFik+xFNcWZCDxI3KEqxR3w/VimfaD8o\nx1F1YKMmrtMHrAVrywVp5becdGY+3LHv5kKOArARV/0c6f+XkrRdkf+i9C2u\nHbqGI9w0O/SgB0r/SonhqbkP8ptyJNZWxl9pSbKzJiMnHuGCN5GDU6NjTyrs\nkHUOQVtlcH8wm6+7rB24TsecvNvcuQtzQc7PvYdl2NgCadV5xAx/fJhwOoxn\nMkrL\r\n=HpjL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"ce0346a32d2f0bf9bd0f52a32977d432140baf59","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.7.1-beta.2_1618871270511_0.01225653510702518","host":"s3://npm-registry-packages"}},"2.7.1-beta.3":{"name":"@flatfile/adapter","version":"2.7.1-beta.3","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.7.1-beta.3","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"77d91bf74451b6cdc5c25d2bbc10853bb14b683a","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.7.1-beta.3.tgz","fileCount":83,"integrity":"sha512-7BaBM//e9htmxnkznttxHvRSr3wsCkiBt1Ry/GWEOlw723WsgJfFgD8G1QORKAYlt6tnndCeWgbO25XMRwt97Q==","signatures":[{"sig":"MEUCIQD9DS4elDOkITCFU9RiyqtIz/gkYwAILIv9WjlWAdTTXgIgHnEjsedElM04yJ7rQKZJGkGXsOtrCmYHz8XTWij3KBU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":936879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfgYCCRA9TVsSAnZWagAAqacQAJGbZhplGAYJRSbAnWI8\nMTPshpwQUgXZJ9KVVyTzd7RayiKss8fJh68F3mcsuZiO5xdyPpaEslLkf4h2\noNbqiNfoQKvhvNEQk9Mz38oI9RlLfPVYLNmHG5nDyRMNr1GQ1p+23ewXqhOU\nPMhl9JupY2JwxTkTmAJehzoMDYfYCq756eCbmeYPxCpbAoPbjWtYxg3BwemX\nGtICRZ3pbZ/d/HNdbKy8dZOE9ZNQ2GVk3EGPczMTcieJEE+6hcZHVnFPekQo\nU2i4CwZ1Zd3NMGYWHBrAl3fiMMQzgoVYkOTQ3UENgs/8AOmij7kClyi/RbFo\nvlmvB8JedIcY2ptLo+7u7JbflxE/BK8OVV+LLCjwhZnUuhzeMCNpopyhCAUq\ncxBeyQXeNy7moxjkaGX0Ffa4YcJGva3KH7/kxolH0agKEAa0KnE2qmUJpC59\nys148FM+28r4HSyGdJoapCo0Z2sOJC1VX5TMfT34TmL1gSvoMGqdKCD+G5LK\nNIELx61Jn46KtwQ66HjZUADytmkyF3GZR8IS41qMv5qATtTyaLD+EA17VwKg\ns3PY/whQDIOyY3/fx31GRHzrwDfolpB9BJA58F9VvfB1AgOcIXG0GoHLigWN\nwrLVWJvvtpT9pviKZqeOhGQI2YXwTrU7Xf+f8Qh7S1pANiO3NyZ6zX4WAl6m\nw6nk\r\n=Z04Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"ce0346a32d2f0bf9bd0f52a32977d432140baf59","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.7.1-beta.3_1618871810501_0.47095201025321765","host":"s3://npm-registry-packages"}},"3.0.0-beta.0":{"name":"@flatfile/adapter","version":"3.0.0-beta.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@3.0.0-beta.0","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://github.com/flatfilers/adapter#readme","bugs":{"url":"https://github.com/flatfilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"793507672f28874d3e746be7073818aeb06bf345","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-3.0.0-beta.0.tgz","fileCount":83,"integrity":"sha512-ty1yFGj/9tVF+L/CeLvU2gry+WiIKJcMPhNtgSk/V3NtaABdXXWMmknJz4ex1pwfX3VDa/8KC30Tm33PTVtoBA==","signatures":[{"sig":"MEUCIQDQouU3hLxy1zrQJK52nhDoPrCJYZqwTrothdkIxSHhjQIgOxP914RnPvh8bTl2xncZsmrTiEK303Y/BRgp/TnnRBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":936879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfg15CRA9TVsSAnZWagAAFk0P/19/iw4NwUkhjcZG0psz\neRGbE1/1Y0OuVxJt9ETJ54w5ka1nLbs5SCfLDwQze183+swY0YkMWPxoPPqA\n0/vBwHwsS3OI3DT8ht+uQI+afpupth0hh7P1SqOw+Bt/q5d/ujDn4mDIVdpM\nwP5TpJ/h5kUpkDzdafx0dRMCa4c/s4EN7GEWM8mOfAKiYvb484ohW5g3lgPT\nOvWbq77xhQKdwsvYIU+4BerWeVQP1a88KBbg9SFi+KRKdbE3QIPc/SW7nCMH\nEOgoLs2/WTPlypgaPFB0WnrAwMJTzcXHCoXNj5mxl56r5P0LEds3bT77orP+\npy+olHpyRurSCyLzTdZIzYUFas4f9I6sBBb5wu6iFzmxb8ldlPV5V+5YPU/x\nH+YMTIUPEOJ/s4tIsOArVPAG7PHUnA8bVsBVWYZ4yD6NnW4BMWAqSEZt1jtX\nRPOdoZV5cCsAlDwToVqawlIPIosG2t5ECtBKOp1QAxpW0GVTbowyjchxnjVo\nV9tv4mJoR0R3AVNDPQ76R5F/MBxBG27VS0RK8IqztpdxKClFU6g2ooX7T/d5\nC461/LRt0rIx04k6/GGzWy1NOHlFI9r7fY+CMUxBLWiuQUzy2/nIgxc0p4bn\nMqgeT9EH/VEJwNTeq9JMZfby2zqlA23MGSG34Cbnn54qx39EEXShjFz2QPdP\njsYl\r\n=80Qp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"ce0346a32d2f0bf9bd0f52a32977d432140baf59","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_3.0.0-beta.0_1618873720707_0.5853986364631041","host":"s3://npm-registry-packages"}},"3.0.0-beta.1":{"name":"@flatfile/adapter","version":"3.0.0-beta.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@3.0.0-beta.1","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.io","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"14b30cadbb68f449c59ad7aee3b762c119ad8941","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-3.0.0-beta.1.tgz","fileCount":86,"integrity":"sha512-iIEIWXYxuV7lWkfWTWxdJWG6QVjqAe2zlaxejlpMf+I5fK87dBWp4NksqnNKj4KUKab4LITAxR2UIOR/8fxP5w==","signatures":[{"sig":"MEUCIQD1yI90Euj8vwEc6d0fhilP6HYmjIRBFnBUCRfGhRrCrQIgUZDxdWeMF8qw9S9vn0M7MS/XlnmNgOT4nU+BsYaH/is=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":939471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfhRdCRA9TVsSAnZWagAAqoUQAIg+2OOdRpyR6o0fIk0f\nSy1rUaBXqHsn9PqPnyctlQTmGnP2F2X2CdZhM5koug74kxEok/jdB/fJrNeM\nlkDyofX8VMuwuITWvXpJBgCHgPsXeJjAP4evhehRCbRQvCTf5JSR7RlLZVZQ\nJZ217BFE3VWa1vta7lkd8HBMki2ScX7W7zhiVkHsRDOWpto1OPsP/IrVgU5Y\nEDfAb9YSljfMw5ghG1WPDzWgbE/lcdDRRtfSng4mgw4tPHYDKoP4+m0s22IR\nlY2iKxA+E5PaM/8y2M6hBFGjqWtmh2xWdq/MHN2aOfbdMvJ004mnsGcN5V8+\ng7bTEjPJ8mMRl6cbBhAJ2EQFF/1DZorWgACzwK6Y9VIXyzolc8c4sr5REzYd\nwDQ2Rm0OuhgG8CqTSD6tE6lnhylKxgA8/71wsIPexh9F9SSd+swRxG1kcGQM\nxaBJUjKqtTHFgy/fdJFw2NEzU36DBvKpxnsaIpzPphkmNWsKLQlpthH0OdEP\nHtxTArvl3iqZ+jSpzFgvJLptqxQVBY6EbaDSJM21Wj2Y+1A21F4TziP5md96\nuaKqb16cuUQcB/9d0A+CciS+/LPPenLA15UFLPzBkWlg0TykEmZHjheX8FD1\nWUQHFmPNE9G/FvKGnWL+U/VwSoMIyz5gxo/GUfRpg07mCOL8lOu/XsEG6/Uf\n2Ks4\r\n=tgpd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"cea93ec1c10bbb54668d25c5e3b4f7315d32d19f","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_3.0.0-beta.1_1618875484549_0.8096619176775219","host":"s3://npm-registry-packages"}},"3.0.0-beta.2":{"name":"@flatfile/adapter","version":"3.0.0-beta.2","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@3.0.0-beta.2","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.io","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"24c8155df26ecc77faa0e68f4eb6da14ec1c58de","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-3.0.0-beta.2.tgz","fileCount":86,"integrity":"sha512-hXrURpwrqFOZATbneg9bE3r7e0RAFnSnmZ4piWF6vSLuQSTOWdVokXTit9b5+spbacsHcvQeJp/5OK/1q3xGhg==","signatures":[{"sig":"MEYCIQDOv7zuu4sxrCKzsYLMswKcjZGPGYrKnCw8/vVbG0UiPwIhAOTfs6vCvKuWbnkIU0slIJGr4Xm/eY9SqOUZDnybz7zN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":940602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfhu5CRA9TVsSAnZWagAAMroP/1FJxO9QQ/rsHOt8/dwb\nBu5jWNzgBUx5XM+xiiYmJIcZ7i0bvzUi2kAyLOS9AgHFeKfDB+CGjVTff5c+\nlmnIFxmS4OLYK8FLd8xZrI9L+zTVlL6CD/Up+OGoey+w+LjqzgNnnlbJxE+V\nDc+5k1XDFlnHDaLW3JW09v9106EMiVMUok+72WHHQi1w9hNIGjLsM9ezuSlB\nFhmARHWCWpvXlaLPO80y6qOgd9nw6JJRuooVxqKIv2KrrAA7jV/KDZow8k3P\nEqszlsz5+RZDNEPhYnlNZuVx9tLnvPvbg25NL+tDQB68d7GYt5mvg1YPoXzR\nGoBETnQ6LsFEOtaG5fYPIY49n3wW9wEY/e/O4iIRiNLo975TKuhtYly2hja3\nVxW1brili5y19u5CCtlRgkwhAf9NBsTQpeulvFfyVTqhdEQRQFa2nAiOEmHQ\n15CksXY5iFVfFW4A06BXfIhx4psuxwTgMVPjamL/m/O1os6WkryB1DQAn/zM\n2zDL+K+PochzuafgJJkAx0uhB+uVDuqrL1+sHEoBlUUxivcGcKgiTT38BoQ+\n4uvhl5A6C9MlWlw4t9lHeKc26R3kWjxH+N3VAlqb/MAH8SbO3/aE8XCC6M04\nIyEe64U3mMI+7T++A5WY0grpiGSZCSCaWrTN5Lofq4VZJnndHYsCV4tBtC+u\ntFph\r\n=2X4v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"4e8ef9683064ae72d9f4aa7cbd057352f788085c","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_3.0.0-beta.2_1618877368918_0.7521562229921954","host":"s3://npm-registry-packages"}},"2.8.0-beta.0":{"name":"@flatfile/adapter","version":"2.8.0-beta.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.8.0-beta.0","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.io","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"ad1bc4d1cc9726104d3c03dbb5604875c34c9f74","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.0-beta.0.tgz","fileCount":86,"integrity":"sha512-0ajvQlB3Zof5Cvns8V7dk9vGJPMGfnnq7tPXfhaEt/WfgNb2IrUrfpRAtzIUtGWWCUJsB9BaYX7o6McZb6C5Mw==","signatures":[{"sig":"MEUCIBDfVKc++3ZWOavnb/N8uczcH5ZmKWwyhD+eaAt+Z5IYAiEAtsmEv450puKEnWz8aS+LkCwXjgXu5vD7VyQVRp1Jw8k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":940602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfq5wCRA9TVsSAnZWagAAyX0QAIaMDlS4KaPtv2evmNZW\nxaY+vWqxgryHcvcMaGpHCTJj1Ib0u/KQuCw+SJ26b/gsH4V0t3P157xa3YtT\nn6ZB1Nc5usNmUXi2KCrWNAgoQiV/GA+JG2ipUb02pYrFfjIhB5+9QzuN06Ka\nluU2Jplb0LeS8y/q1nURbP5KiXgO7WFlUA/BkmYvdlDgDW6MUUrh1ra5ADDM\n3yBfh9wgOpQtD0h+0MAN5Q31aDbYsLzv6DqEFrXMzVsoLikjf/sEww4AtZhN\ndu7Rtcu/kMNys+bzHRQtelDljNpPCIbvjpc0cwN81T+cC1XL1XFoiD1a2/8o\nx08+Pz11LYZUiGlbdA08fizWX1h49CS/ruo7rFcb0jXzw714LgBkEhn9tKlx\na173krOaB+wgNshZVsUdAYQkzUtF9B/Cc/qQztyp5QOECaiIueApApGUv+T/\nNQjfn9hB7cBUUnwF0LO7La7uq3Y7gvXhUYj+JGhIk7sA4z7ifs6mTdxP33T8\n5Xh0CzFZqPg6sgocnu6tii9KvGQhoEDOj4VFst9hKLqEhuPhYlASHngbpTfy\nevuq2LrRKh5lyNSC4lS4L2FZBIL8NoKmIHjqbC4ko/8gHF2DVNov5BLsONSa\npizE4WKx7rKBM7GP16OyLw9nZlEpF1ysYQM3VNOZmSekefSDYrlDhFqH9i99\nGBON\r\n=BUNa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"a1bff22bd81b0fd94faf1546f2b400ed7f030db7","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.0-beta.0_1618914928071_0.48229344843308786","host":"s3://npm-registry-packages"}},"2.8.0-beta.1":{"name":"@flatfile/adapter","version":"2.8.0-beta.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.8.0-beta.1","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.io","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"127ce25cf0b084188afad14d9775248dff989827","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.0-beta.1.tgz","fileCount":86,"integrity":"sha512-LGvR2DLU66jB83q1aN+90iBhs8Aw5+EXynSMVSZu9Vl8OFxJZ10K3wkt6w5ijbn9uS+HDr8kosh95B6JCVLGMw==","signatures":[{"sig":"MEYCIQCbUKZdyRtuAUNNuA660gbW2Cm8TrX7EQmARlqG7PZfQgIhAKkfohOJ+Clqv8I5lr+shnlprueccIF/bSQgtT3A9siB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":940806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfrEQCRA9TVsSAnZWagAAVJ4P/RSri8Kqje5rlqgbtSZ2\nLNPDgaYIuFMx8YjS6/qEFbUxxX80Vu05M0ztXfso8YQ3bssMwMwcIYbT3dTJ\n56/VMZYnelYyQVA9q70D5X8jsLH7Sik4xkKGrYSHh+itRq0U89DJb+1E9uF5\nvpe+Vy7ev7nlZ3Hdp6AwieTOPAgv7IBQzQ6u3rIs80kq0IfTA4M7C2YXizH2\nnMKgiiu7lszWV6bPsXo6shjAXBmQO2voyYUrKww1ycLOZ7O6zJfBqde1zchP\ndE09dvtSQHMgHkfkgKezKkN89A2yDofQuwK9mtTADEwvwzusRYt2FRUWRq7R\nlgidOU8XeMqjnnJBfHC5XwtVvID9cYzUX5Gdika1JP+QOggMNURvF8x45o+t\nfXiSAiKJY04YWh6NWY/lJAJV1ttBrBo+lhra+QH9EAuS/OHqiQL3QuvlCejX\nI5/yjQFTuEYUM4h/E3Fi+txIrMaDDSqOQkbLbOa3LoCcaX5LGmOwlTenoEN8\n33apOU5dj5lr7CM/2WvW88U6wPlS+y4wIYOXUzeXZjuKrImzYrdW3OTF5ViV\nbe8azi3vFf3o481K5oUNd1X8lofacnSeyPgwXBgAZHw7dJ7Ja3TRu4WeUCvN\n/aIyoWyLUHD7NpAEcHYb0GroShLmRkyEUe9twBnjLHzEx3XF9IEKR/6Nw3XC\nfgLf\r\n=59+n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","readme":"# Flatfile.io CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.io](https://www.flatfile.io) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.io/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.io account](https://flatfile.io) and obtain a license key.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.io/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.io/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.io/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"ceba30f803ef38d5564e3f47e4b3f25eba611dbc","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.0-beta.1_1618915600383_0.031675715301236806","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"@flatfile/adapter","version":"2.8.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.8.0","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.io","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"0d01186c574695798f0d234c22ef1f816f46ec5c","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.0.tgz","fileCount":86,"integrity":"sha512-HI2WbC0ycoDfXW3FBLwHObhQNalonmsknlFYhukLv1jiOoatz18T41rfMBq1vYPQX4bsXfYc/LLp8ocGwfGq2w==","signatures":[{"sig":"MEQCIFQhFCg1VlfAm/7p4xxp2FCB0lorsTAGMGOqSm9CvbAOAiAIbjj+xTS8TOpuOOHPuAbuIdQXfA+wC7JC6f1VhIFk2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":941122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggY8uCRA9TVsSAnZWagAAM8wP/1oLjP6WkI0hYYk4t78t\nKFwPIsEgrRqY5DBip3oUnwsvIcB4qh+wjCGOsugJFnGJPFMsR0lXHod2eAQl\n/2q+WolwXi8e7rS5FSIi/ch0bnGGRcT25qMQw+9mUyUtvpXfYgrT1UGLJTm1\nDCaBqSMQbgCIHii9/hiFEn0q/r9aJyKuxBisWsidLhvqRUsIPiWaurqhrJTC\nDUmx+PawdJnx4FQiGPVmN6GlMmFbHzPUzO3DHyUvFqAlRgrVoit+FfJzbh83\ncwNQIBr1t3ckpPtd8iHjth1Q7ItNzo0oG9/fJNn5QV2tTavXVdSRH1ObvoJy\npm0fwTPPZYbF/1JXF55VQj4a+CVLXQMEyqAbG2j5JUPf5Zyn+Y6hfvr/Jgff\nM0KTHMAAGn73T7BK7flDOC4tYM7w4qvX2Og5VA2OwRBexx9rL/35MsM3SrYa\nUb1h/TzWQWaTn+TVejHGGVVjBr6GBKvX4HidPUXI+8AZpOrxZSFUCXkMX7M+\nlUDzrWVGqs4513Zhd2csmtpuKSl4jH5UA4FMm9WwBqxTD9I5CBLuF9GhOYha\nM9FSfPoojtdo3mg1XLvK6nuAPsebElyatRWV6EZ1qXqpF5OJArXECVFCf7f7\nYTjMoChAgPuK4mSr446qbsRi64kedwj0Q99W0ko9xVuJ+3LYZeJBNV7dNLnc\nkrQi\r\n=BU99\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"62ca8392adb35d1c431417f9b57597e05922c2f0","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"markpieszak","email":"mpieszak84@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"12.18.3","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.0_1619103533894_0.7763079661194989","host":"s3://npm-registry-packages"}},"2.8.1":{"name":"@flatfile/adapter","version":"2.8.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.8.1","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.io","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"a0118b63ff638944e367805bb773dca886a7acae","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.1.tgz","fileCount":86,"integrity":"sha512-ynRo2Am5RIH5NUs6pyHVeDuRdPlFYvSHralWRoRYR223CQ06oa9tRUCz3r/yGUoc9rtlaDYOuzSZWbBYT+XUWg==","signatures":[{"sig":"MEYCIQDGBi+38ekmbI8Nb2tQSEpeycDTwBWUCURqf7Wcfq1RTgIhAPkTG+vnkpkJmg6fPn90vinUt/EIR+vHVKKkCHgZvRnE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":941238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjFCCCRA9TVsSAnZWagAA7bgP/1oG1gIGyIRx5Axv8/hI\nLeVHGeWWqG7Txvcp0Vqpi0YNfjsVVBsgEOp31OoViseTx71LJiykgmAFgx1J\nqW322Lw8KUoF4g4S9elwZ/yXCpIu7XOwR69v0es5rzrt1JskzWEbFVJm0QIC\npR1IVU5PTLcODune2prGNlQj+2V0V/PrdQYy/qZM5v4rMFHVzXqCoALMTd/Z\n1cQXtw93zBV9UVhZh7a7EeGZz8GvDPmQcbImZk5+lzhUO1h2QXR/4if3dpyt\n0+hm82hzAp0mT9kuKA4mc0GibaIt4+RCD2JzUX0xjduOOl2T8vEdPf4xcs+m\nAprUwxL3j7d5YRP9J4JsVAuGicoCGtyKzUN+wfuXs1Vfv9S9EnKPMNq+BBtW\n2Y64GWGQsSDySF4BimZqjGciJF1myZXhxVSExchcma5bgsf685QvmVHQuvpB\npWl5iqoHY9ibkwJua3K95qpAIUo31zEy56Ogj3ZZpqr6YjUMhAjMgnBJBCu7\n2xd4GUKbPTWJGIFQ5uhSD0hcVUke394wNoGWiPOdIvWxtEz2VvUu0iRm+dAg\n3MpPrTXh+Hi0X67CqD88lP0Me/BQFxIpfKJmb7WeD8cPfOnlYqYuU7RQbUq6\nYx3yp9Qh8FPVV4TonzNBiwrUoM/k0i320ftLAeSfdo2BKqPzUJiR+VunT04o\nL3rv\r\n=a/Yd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"d47cf49362c777696060c74df4ab95cbb7cee9df","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.1_1619808385502_0.26200591728366174","host":"s3://npm-registry-packages"}},"2.8.2":{"name":"@flatfile/adapter","version":"2.8.2","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.io"},"license":"MIT","_id":"@flatfile/adapter@2.8.2","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.io","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"ea96a6bd6254eb187fa60e615a277eb29219ee01","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.2.tgz","fileCount":86,"integrity":"sha512-fMfRFC5qg3z98ytkt1DvD6XNXFu1xAQYjEtraDhTGiMXQ5Uy1Sjc3IXYEZ6AaLAofA+y9nRwYW7TEfJ06gqRXQ==","signatures":[{"sig":"MEUCIBHHUoFYRm3j5Tul1GzHY0Tnr8wlFtZr6ZYkurPRf0nEAiEAt3gn6MtZHCvckMT/eZRpwbniISoWQX2E6KlpWPMOFkE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":946631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmUE1CRA9TVsSAnZWagAAwUEP/0N6L/+J+ntCkY2+3LnA\n7O6fgF1unknIM1/b35j/O/xMNAwCNq64g89XTA0wslPsZjfTTiEDT0NGW1gA\nInZ27fW+2WMSnBUhNXMuqreCcz7jcz7g1ikDbPhicRgvZH2w01c5kUJWaZc5\ndN8YcOAb5cF9g2fJoiBrUAgRYb9zn7A0J4b0weaI/08wAeX684xujE/jvPqp\nvRlD5Tw9Ul7LUQ0yxfn6FR/rlsZ7GIeZ8v8UGE8hCDRJuxGc8BeAiWx8Kc16\nuor4OAVbzqDjlsSEVzZfM+202926721meSMNV3LUHUgdqgwujUc9GNkeCSfI\nuKRulgO03fHJmrLO56bSGozHM7X4sZSFyqcz/Y5r9xQoH1G1lNo73q5zJk/a\npQX1TbsC5dF8H8G+YFTJJ+Fq3wVJAkl+XVm+AiFpBc5+XZHntYCPTEHTKDaZ\nOO3BR5fVumvirS9Fd5Qz7pItsiwaJt1aBwUnBwI63JNBiPukVC45TIc9YDtl\nPF4X02IlCgkio3GKA3U3js88gkt+Vy1oN8fmQw2Ayz6EFBX3fKxyws53zsZA\ne0K8ka6pg7GRGJoz1ik8lJwANvS7k6wZWMkXmPYFTwTyru2n87JjpPQ9o2U+\nNEo1HxQ7JAjMjDbJgtlSnOawwBzF0qJuvn1CmRfpbEamV9ECuy3STqZ/x0B5\n76WJ\r\n=MOEb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"97a1e1165661fbc27c4b11a3130ccd132b2dce44","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.2_1620656436766_0.09062210920269398","host":"s3://npm-registry-packages"}},"2.8.3":{"name":"@flatfile/adapter","version":"2.8.3","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.8.3","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"1641bffba6fd63228b541aa4d8d1ecfcf95ce6ec","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.3.tgz","fileCount":86,"integrity":"sha512-+pAW1Ozm5WXj1py7qsb3OI9nxqCoEUdyLC+nJ0dbFKQqAgKJdbCS2qcCg2MAiOGAc1V3+cKqnuBngLlG2eFnHQ==","signatures":[{"sig":"MEQCIAW0p19by8D8TmupAPnwjgCrBid43q5aDrO6zyKx6iucAiBUw+neOq+TNGHHyB0wCoqCtOr5xaVes/1guCN+4+88lQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":946643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgt6WOCRA9TVsSAnZWagAAaFcP/j3phr6LWsA+xG4lvY1G\nYZMJsyY80wtnARgH2TxnfLfaCxzNty8ss/qtehqe++qLeXtuAPI6a5HjuCoK\nqWInDSIiUV3TAAc70Y79pWEdjkyw7LgOBeX6TCDKpiKpXtuN7pqL0NN4sDZR\nNVNW/pw6cqjJjmTAxBnLwaAylL26QI9tGAcDrq8jUFOscKwDPbMwRG5x9D/S\nnlRfDaszwv5HrK1YYHIlVuxeT0vMG6CiSpN+pGrNIc6bk71kSeOR/B7u/3Rd\nqyomeL/TFHE/Emy8QleqZrVENvFcQ0ztLubqzzDaAZV2o7wdXt7Ba1ss3dpC\nXGAheRV1DRQNRHoX9fxwiQI2DYRZFsk+L9ubhCbfT8CHyke+U1qu1+x1z2r2\nN6JNfFcCYzZ04FnE0XV/KGc/h0Fqz57VNt8MSNbBufgmdNsBog65lwaJD/Im\nmrWUTCxuAkD0x7SuMdSdIe3/ML5HMWeRg4NS43NYqk+xetmvKERFcGjaG+/J\n+fz996/gX92YxSgHSp0TI2hHd0V231kDZs48CDlaJ7fBM4I645gPuLsDBEQv\nAyWWV2DTD2s1qKeMDV0Z4T/AXQwZmOdF4MfSdGs5QyhaTT76FJzenaHGmutK\nQ5pzBBPJdANtEeC5/cgv8z1NHtPWEU42K5RCptd2X7ejJFFwI01Ffp2Ay08s\naogS\r\n=vb/E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"7171d39d03c87c11407de85877d9da70f1b9cbf7","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.3_1622648206471_0.953143904437566","host":"s3://npm-registry-packages"}},"2.8.4":{"name":"@flatfile/adapter","version":"2.8.4","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.8.4","maintainers":[{"name":"matusevich","email":"matusevich@hey.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"8ba54a8409724063b1bbef20b6e5a5a01b62e1f2","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.4.tgz","fileCount":86,"integrity":"sha512-fkuG6fmr+vOPHH6c//+O8tPwETHl6302gRuWEi8/uNWVMJX+fudaWLKMV1CMm7GVXPtRtjZnnH2/jte7YbXEOQ==","signatures":[{"sig":"MEYCIQCmUdRxp80qP74nnmoki+qFkYvGxr6XEUceABqvpDJ6tAIhAL+8aMLPzvK2xpdrXBY9qLQwOqol+G8A3rK+CoUGBmTd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":946626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0M3vCRA9TVsSAnZWagAAuXAQAJrr2S6S7Mqo+QYgSFrB\nAolAb9bPLRTUWy3neZdH9t2N0J1puJzXtC4fqgwqXGJ7H12+7SbaYSQMIODA\nxAajcvURSnnkilTFpKwvDuJGm63Ji7YvlctOI660oR0wqrsxOtHmrSqdConQ\nPUklF9iPp3JayGrDt+St+ZIoR0UUvGE3PVVxYmLKyojuNXxmhOdxcYbwsiFP\nKBgPY8IZSDNjSkdcJgsmwD0Yz55lwLxvUENiv64pZ65ExZjWtONQhm9cwbJ+\nRbR6pOfo/tsyOIGSVDt53dF3KTuY47tb7OBO9rkqLu8C9W358i11goRRdMPa\nYGnBzWEd7ejjcFeq8E3GwgGPwOXIFjbJ3B2YnCTjdnAhYnEpSfvR3QI1I9KL\nkk83/b9ORJIePTFdDU4w+3rIN/oI92sH+phpaZjrJtQSd/HWRdi4GMwi/Zxr\nbADT3UYj71e630Rog3GgNLPAaTLRd9CKMcnjTvAANcwQeyChAX0Bx5ZO/auH\n4sQcSwKKNdPzcPr0sRhZA+FlGrGOco7sgU1HcmBGTeXrtT5bVPhFG3MsMZPZ\nVg8hNZ4b05ymvl8YF3sciUoXsXmC4FXxiwyqBMOJ2gnSDlcwVsPqU7pKsSN9\nZ+yBqqL2+quBXTbuXUFpzkXFJ63GIP8/baQ8iJi7Fkdp7AJ254Y2/uq+XZ2u\nrzW2\r\n=gJOe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"7e500428efefc52b5bb80666cc4bb819eab75c02","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.4_1624296942730_0.49046541964278245","host":"s3://npm-registry-packages"}},"2.8.5":{"name":"@flatfile/adapter","version":"2.8.5","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.8.5","maintainers":[{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"e3f7f39e7e5c66a47c3add34d5db4ff8880fff70","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.5.tgz","fileCount":86,"integrity":"sha512-iR9yYMmP/2dXJF1AL7L0Z3h56Dbc7S1FTNqAVRgFRi/BRs4ftMyiD7WFTcBj6NioZAScasPzPRw5ZvgkLrhm5w==","signatures":[{"sig":"MEUCIQDKBbfbJjMkjFq13ZMMW7n+aT0kfe8kJNk25KcXnAwPNwIgCcgl37UGV4gZHLRAi3qP+hIwxnCM6+rrT/haTycEIoU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":843538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFDMnCRA9TVsSAnZWagAAwpUP/3JQdmOYTlZ1H8ra0Shl\nLtWGtvaseDUSZDN1Au3b7odMfHfyC8eM0++5WOctkJxLqV879XrxOgX0yXhY\na2cYWXYUfJLd90N2ojIk+qIulXDXBN1o0vCYfOEXy2L1MnzsH+pdjtemYZuF\nBkZtiv+g5+/wkzeRa2rVmrG3h5BVYbFR5u/6yC/QvtNpClyC+cZ0YI5l4msA\nEJ1ytnQXWTRyGQQAPjr2hVYomPViLQnOysFOnGfMM4nv97QYfA8/3qjtA1jH\nZSwRqOYSSsJjRbAoqtp2EzmtptyEN0oeSgH0IyDOOfBC6x3c+7QHbvNYV0we\nXzumY02k+zPrZzovnAL/DONf8RMJYjt8U10cC9QPc4xCqFUUi+FlfuhHOO/F\nOpKkM1rDAvMN67joEKNo3PvJRndruhFZNww2oG3wFff98OLsuyKZ/Tjz2gdA\nvTNjnsc0yex20Kmba7Z31tExZ+DNuCrb2OpTBVmkmuCcEyRG5IZe3K+wus8H\nHxUkA4N7EyFQQ2y2L5yIu2XDZWMLW0fBYiW7CXJCrBOJzIOTfxwp041IVl+A\nyUjopCW7E48aiGghsQO5M9pVyNIzt8NJZdEM5mdPHNqNedoK3CS3TeAa1c1K\nBBbrk8QG58vKTeLbylEoPfuDl/T2gVOICoVQ68aSP9TtHornnR6bzRCX/X8p\noiwu\r\n=NyZC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"375c9a4c9017f93985d4650bdd8affd9d790bf37","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.7.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"15.13.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.5_1628713766933_0.7020719226914311","host":"s3://npm-registry-packages"}},"2.8.6":{"name":"@flatfile/adapter","version":"2.8.6","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.8.6","maintainers":[{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"d6a3d70b441ef890a86781f375452b0dc526c36a","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.8.6.tgz","fileCount":86,"integrity":"sha512-GauyXqysw81Bhvl03Ikpy6UjtElBCUTjhnLIyodNSILe+EnrXbQ/d2cB8HH06VxolK6igYePRuoKKBQqtgVSKQ==","signatures":[{"sig":"MEQCIARoA7ix5LJuxL22mARQXDCg8BD7suv4ME4g7xfoMNuOAiBeU/mlgwMRrU1aYKpfV8nUHvjoN0wixyM8AuTOFd+qDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":843542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFVKnCRA9TVsSAnZWagAAzsoP/i3Q882uUT41HfU3EyZs\n2tacfoUoqhp0p5gLfAESca2+fBkgd34ccSEQuwDeM3bRws2CQla0vElKMhV8\n0LEJqlI5vNaijmfQq80kXHblGrAcUJCXu0Fu6dkRaPBSJbUM1V8nygLonyp4\nQmfHkIwTSfHMWFadf7HhW49DiQ6JxD/xSW/QWhIYxQ53dHUJFhRbF2PxUFFy\nqE2Jv7z1lpmuPjFpr/Pw/CfyvmIHi11CIytK849TN0YlRQLlJGKIYAlpfBdY\nT7m0XZvOKq0Yt4mkwo0pr8WmHjIuA5LVLoRqZjvFoSI0VDgGoAP6WWhhJ3Ev\npreB5u2CCXnZ1WXDZLiOlLZRWAhCbsERIY1ayT9CXV3Au9jNmKBxdzXRv0Ft\nRz44fzVNnHsRcc8WByijlRnaNMWqRgBrWxIwpAcNu4Zyg7GY/IzrPmMKKHy+\nT2lkMXZ4VKYeuc1VWtmMf0qetZFc0F393LfOSQWU256x7zdsBdAzmWJTifTL\nmfmDWG0o953TXI960H0ldCmLOKCFZ8+FCxSfVb6jdgLKyAaYZcFZwldUL7Lu\nMFB4ppYjy4p/0KE4muQQF9l2gWDPMmPyGoFxJHoxnF2v5AC4bQAeer7Rkl70\nehQA1FQjSqevSaoRV8pyUC33DaNDTzEKsMQkTPgRDXyOdQz8Z0oQ2HbUlPlN\n3XKj\r\n=ReOe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"90101ed0045ea2dced865a181df45ac8eeb18b8b","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","insert-css":"^2.0.0","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.8.6_1628787367473_0.8675449049387596","host":"s3://npm-registry-packages"}},"2.9.0":{"name":"@flatfile/adapter","version":"2.9.0","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.9.0","maintainers":[{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"8c1a92b47f0e070cf4518907dc5707d06ed7094f","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.9.0.tgz","fileCount":89,"integrity":"sha512-1erdtZ/nkl6hojcjiPWtIPcPsUjeXYu6p/T54qP9aPUE1LEiOASEJ1viWdmOH6YtC1stUWigpFxKH6f8JyQ/uQ==","signatures":[{"sig":"MEYCIQCGr2Xd6wRsH9c9TzNXmVA7/NBv2i88va48gOiejXtz8AIhAJLyX8C1Mb64Mq1paDvvMoQXAECZwxl7zk9RBz3l27mY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":842202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJmufCRA9TVsSAnZWagAA16MP/2D/4sNQiQqfdU3lEED2\nIPuknvxcBP/ANC6ieLx0Gp5ctzOS3WPleE+SCKLWnqQDbzXfAHVVgyowbzUr\nPIJGMFXVH6vGQ0ffOEmQc8uUaVa+WPMXzkgQwfDptWAbX2v0k7qg9bcUc9Ks\n+TlVRqf+Ri7xkIonNpUTvSH6IdCihJFyED6SyHbjDLJO84hEPuaKKwv+w1cF\nKkxHeyrg/Fzb5k8+p1KGEc7U3SbQLhyUMNd+AX4569uLQy/jiBr2L6QUbv1s\nS2vZEAkXnS1Fyg+hG+zbevyQILp57Z16Wp0T9s9EQcAoLRyhdAGHSJK0Ku+Z\nwUBBoOt6xeQb7FQAOsFvgQsXO8SkZP38OVbdgEy3Zxf89SnT+7UT/zwb333f\n/zxhxxW9fekzNmHDsBJn0fdLRHLUKVrTeyalPzmP73CreIuDJaA9MeHyRMSg\nWlCnoeTCihy068uV0+0lpwfB9DA/Xo01q/PyyIX8KEBkDrI6J7NK/IUuEtx1\nkj7d95PslLPmhv/VaXXNjU3i4XD2cfxzQseC3r8DzyVYB3bH38kVfwEis65k\n80lYaoIafWumh7VW1Z6MY6UaVE6AsI9MlVnAH3eCFsG912/Jp6LKMtWkLaLs\nMYqfxxaUWqSNGxcM7gbhV5KOztcfi5XarJXwItsXjEzzytYl17aXevSH3rTR\n4PNC\r\n=dnHK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"795bb66a5be4ec6fc1827262961a7e105b1afebc","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.9.0_1629907871055_0.783772864887464","host":"s3://npm-registry-packages"}},"2.9.1":{"name":"@flatfile/adapter","version":"2.9.1","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.9.1","maintainers":[{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"12b03f3b692e47f1ee374d3556b8e6bc9b473c51","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.9.1.tgz","fileCount":89,"integrity":"sha512-mYwzY56JAbYYDocgSEjWhg7Evh8Y2JtftQLDQGit5RMHxKlsKZ12R4H03fy2lLX+x+GELvavh+B1PhbtM4LNqw==","signatures":[{"sig":"MEQCIFi++T5zaPqh7lOQ85hOJoBKgA3GZ6VA1nUXWZ42QWtYAiAUIgoh3MxudPd5YtkJv1k0kDUAXOXKiAUjIZ7EhX/kPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":842372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN6XYCRA9TVsSAnZWagAAzbkP/1Mt+MGJY4yu9uFDPSbm\nSGwzoKudw5jzmxYKgiTPqf+9ScDZxB3WlQoFvC+tTO9aNq1WBlEhHbWtNtcH\nZKkST7ljoo5YQcozp2fktwpDQCSPG2hVq03sonAghqWcoTX8/fkj7zOjoAFq\nqZ/XPdq86iTCbs1qrHt8akC3dN2va9KFzpVa+ws6+rHvN+zK52YY6YVuoBHw\nRtNLCi+CWwg6F1VCb2CKNnBPxroHzIDVk1CInKbN9YXwPyK38Q9xLr00JavY\nvXjcRUG6+iRKIhzFBu9u/KgDsey3aEmZcVjGIJZk50LyG2dedqpbsBYrkTPE\ncHdnxkiAXx9+OMsj4Q1fkjFm6VWI8ASMeJmOC0siUFpHdIU9Cch0CGYP3+wr\nNh0/r/AOwGClnnGsUQxDKBmWoXQ/EesKMm9QT9rznK+J0g2wzjmARvHDz3dV\nW0h5YdThsKJDjiv11vQ/nbVZtNCJzot0T9t6d+HEmvCAAr+7pLhL5GIqsUwM\nC+4BEOgH2Ah6MThQaBkgPf+6L4B4oRkTyKD1A+D14Mf0S9HLxhuRdHrpryCI\nJM4IS1vCzsppTT9TnTy/o2siqoCefOjH3FRG1ZxYTi+LmOndRR6Bb/zL59AU\n963KqYJCtfgc5DyGh4KygheSdignx0fbKp419ijA2M2OObg4Lso3rkrwT9+a\nAGA2\r\n=S03d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"575cb6d7fb78bb74d79d5b44aa4b0d9d212c644d","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.9.1_1631036888740_0.6168818309717377","host":"s3://npm-registry-packages"}},"2.9.2":{"name":"@flatfile/adapter","version":"2.9.2","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.9.2","maintainers":[{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"3164d5465d77a4d8631c27c3b93c0942294f4fb0","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.9.2.tgz","fileCount":89,"integrity":"sha512-bK5SO/jNXqQBU5WpSfsB5G1gogWhjhqJWVUN6SvJncQp06xH2bR5rpfHBim9ZuExzM3mKyVJEfauMt55U3WLkg==","signatures":[{"sig":"MEUCIQCmanbjscA+QIleDC0q5+lJ0Gsc1RaJ2VMf2XE+bm8+CQIgP4/9CJ86F06+tp9U/FY+5E/8goWc1mITlC1Kc/oe08c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":854291},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"de633e98788714e7bf60babd356a639d41275ecf","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.7.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"15.13.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.9.2_1635867476440_0.3963351762118519","host":"s3://npm-registry-packages"}},"2.9.3":{"name":"@flatfile/adapter","version":"2.9.3","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.9.3","maintainers":[{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"8948d0cb3b05abbf7baa19faa346a1c465ed52a5","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.9.3.tgz","fileCount":97,"integrity":"sha512-O6peElQ7RQWTN7Txws8aq1JLaLxkufqeuUaGQaHUbAhTH7JZeWjxn21I7UMRGKDjdvKNT2X9itoK/vwvthz91g==","signatures":[{"sig":"MEYCIQC/eR8VLloJwNnc3J8OWDMvCGB4KJqSxjnT4KiSLNH+ZAIhAM21ZdgMqGyM3cmgxgAjeyCdWw0vtCzNsjpXiphjIbJA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":860632},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"817ad755c91a0f62cf0c432c8acf4aa5bad64d3f","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.24.1","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"14.11.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.9.3_1636123012025_0.3591889123920535","host":"s3://npm-registry-packages"}},"2.9.4":{"name":"@flatfile/adapter","version":"2.9.4","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.9.4","maintainers":[{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"031a490c211f63ceae3854599a74e66d4f43b59c","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.9.4.tgz","fileCount":89,"integrity":"sha512-UNmdBA71N3mbmgq5trPwA8NyQkQZy7ZnzZQ03x2EH1hYPyTv4tf0V1PCVZtfMyjv5UeL0DIUBxp7C52QbyO93A==","signatures":[{"sig":"MEUCIQDnTDLIOR/50ihId7WuldndzyXDCI1idU1JqDbhDY3O6wIgL/bR7jcaca2/TDfTMDMjqQF+bZKEkkq0pdMcYkmfT6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":854474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnlyZCRA9TVsSAnZWagAALG0P+QAjtZeyh8rN6684FCeB\nPDxoXq9hQFQdlZSIMz5Z21fEQBl89ZaEzxulmNmDhonba3WxZzwW27FdZmL/\nu50ifiIunst+4MlX4t5l2IawrdRBt+5wLtdf8lqbmzcZuj+7s5GcmbPxFvla\nHSHD+BCt2vxX3NEZySWTWdWAmNyoactZkzHeKgVV1qmS9FbMA0xlfZDl0hpr\nIP7wFiHBdxVbt1Mjpf3kn8vNRgUuhmL/7QQY63OZCJNYxlvCB9NR3LrdsZh5\nIy/faWdZYF4aCHDGQArkJbzbLbZ+e6/XUys2gy2T8dffpqBIO8re2QzxC2G8\n3+MQW4mpRIUuXQXxO3em5hj9Eym7flbNJbmuREXDUvfOIRHFbkUyzi5HLHaJ\nKrH9pcEZqzKgcKfLuLlxdOcFGJUnSPVEou56ow9bAHAtxPOebd5rfhbkWziO\ngONEGG/IZK/GODHhErUKYBVID59AibbnsB9uCoaKRxQfgIo6JZlmqYSHsgya\nJtmx8lA4TcTqT8Vp2a5e8RFsf00llf/eNtjXxsrF4soqUClWSBPmMd3rRGxE\nomNPT/aAy9s6pZKvyxuVtax3644A6hRK0nMr/uPt6PBKgrzoJ4U135HDrF/V\nir86+3r6GTUGbMOckoDI3Y1wrxI5E2YqgsPOAl+6E+8gleh2i+TjMivv1nCj\nmAmW\r\n=kzzx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"12d60e5f49a17fde5860e81c79c9c8c282fb3db7","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"7.7.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"15.13.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.9.4_1637768345261_0.6952106139937768","host":"s3://npm-registry-packages"}},"2.9.5":{"name":"@flatfile/adapter","version":"2.9.5","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.9.5","maintainers":[{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"8a296cb6a4d0456064259a7ca5e708668a65e54d","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.9.5.tgz","fileCount":89,"integrity":"sha512-XhXKhrNX/5xNDR96W647Ixne2QAoldPvJL/Eq4W6o3gG5AKIKegLD7Y4ojGpfE2Utrq+pWpp11oxcsTvpqZvYQ==","signatures":[{"sig":"MEQCIF0dH8ZCvlEwIHPkzgBhBvXL3KZZE/XDVJjb6ij7bOI6AiAFKVOlXEwjbTC0jjWusOLQyMBdp4llaz1EKHzVrcDUrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":854602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpkhBCRA9TVsSAnZWagAAsEQP/3JAO5yepw/QPThmii/j\necwUvM4OrA3BfpkpYjQDTE5ipIbBZyyFjiskAn2A4HoDle+Rwox40JF/SRhR\npR4Cby0rljgJ5AR8pIof8zETN8rM6bQI+yfxc7PW6Lc4qdNiSvNLh4dvUQ9x\nusKSvoI388p6dcQeyFoHSO+/OfLSqhT0YRm9kg4tLJ8jZ8W/6/GXPaAxqp1V\naHfsK69dH00m9+JUzmRflxR0Q914Aiv00512r/mdiLmqJyHVsjQ1x2s+oUI4\nGdEsV76+x2q7HX2aIrtZ2jhEC1ygw1CDGVuwEexokh7ylpfMD+oxtHunAN1X\nn5DUG1xsmocCaBTzUEBFMIp62BkW4ElCp8zkE7Wz+TF3ZNTmXcMvHVpTOqJp\n7TmttlNtjhbN0yvgVjSJ/Qfh0u/X65zPUds/ahrkfOqp9GMm6zj6Rq6yFV3t\nIlVXcNJm5uYoLauBVtbtUzi17pgdt7Dm7aUdud/ruXHiy2PO6SlaoZ0KKZBM\nRJnZFlQD/pylvSi01lkvWcnA7vOOdNutCrFHP3k9f9OZB+7JmAI25jtWvaDd\nBPzchAycNWq07mWODARiCIZQYBMlELhqn3ols08vAGEAz0YTNoquFSZJC2uX\nBdxWviw0vVYiMSDslRknszNrHQz7Ewlb5XKBxQG0Xv1O5dvYDUXGsW02z1Of\n44BA\r\n=QYUM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"4baba34b757fbd3367f3925a7e60cb62ddbec23f","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.9.5_1638287425115_0.847926883368022","host":"s3://npm-registry-packages"}},"2.9.6":{"name":"@flatfile/adapter","version":"2.9.6","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","_id":"@flatfile/adapter@2.9.6","maintainers":[{"name":"ahollenbeck","email":"alexhollenbeck@gmail.com"},{"name":"stasquatch","email":"stacy.e.harrison@gmail.com"},{"name":"flatfile-user","email":"hello@flatfile.io"},{"name":"dboskovic","email":"me@david.gs"},{"name":"brentkulwicki","email":"brentkulwicki@gmail.com"},{"name":"nate.ferrero","email":"nateferrero@gmail.com"},{"name":"markpieszak","email":"mpieszak84@gmail.com"},{"name":"robbiet480","email":"me@robbiet.us"},{"name":"maksymblank","email":"blank.maksym@gmail.com"},{"name":"jaredwalters","email":"jared@kegstool.com"},{"name":"mlittrell","email":"mlittrell@gmail.com"},{"name":"bangarang","email":"me@alexjrock.com"},{"name":"matusevich","email":"matusevich@hey.com"}],"homepage":"https://flatfile.com","bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"148ceaf664fbd251c149e45e1753e695a042eed7","tarball":"https://registry.npmjs.org/@flatfile/adapter/-/adapter-2.9.6.tgz","fileCount":89,"integrity":"sha512-mt1CYxKSSYv5QlSqTxBphQa2naQdQKLX6yxLsYoAgvm/hKfwqc6V0YVL9vEClab1ExdjDXZItnffMPmYI3HBgA==","signatures":[{"sig":"MEUCIQC3LL6TDEGDa7QJkkg/MmYJXIyjQfQJlciLNFJvMW1/+AIgXrkGZ7mryixVlPnFFx/n8Nnf+auEYBtO6M6Mrx3yvQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":862703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp+GdCRA9TVsSAnZWagAADVgQAJvasNQ1zxijmNbYp02M\nEREpfdpvg071NhH8Hst/fOCd9iHMm5Ha8dqKbnBc5ckJsGRYTc7dErnJGfAp\nHUJeVBH1xJxwYIzi+jqz0VI6nBLgQcwqiye8jenYVMdLGah0TmgcfNxG6OhM\nqRLh588kelUYAQSZ0HFybLYoXPnTc3r0+DCUkNch1Pt3ZfsMUDEST2p/gu9S\nDLg5O6mN1UF8PuzYSi8+mFtPCT4Nn5Yme2pirSAPXBnaqMYSrravS5+HgrRz\nDcXlNB/7nzw8FYV4zbrsIWxJK775x+jRD119BzOraco7uvkoW/6Mt9VvVtzY\nx7WpI87K6YVA/98do+Tq0MLoLvSibl1cfpNg8TEpbT+v+hFYpdrBZS4ip8JB\njvI3cKXxi8/XGT3RaFZNNzdIX12MRp0PbmQ8BJObFQhhD6S4fpDdPBR4YJLj\nk6pC+dfkqZTqTAkjmXENE1Ifj2VlSEH+8omEQa8UVJke0Di5mhygzWmocYLM\nJIscfeXMFd4jQSYtRTuVM1fzhe7UroQi53QWR3uVWXGdIosYSt+NSeLnyTpF\navynhniyuSodNrBEmKJ+zz9wajHsQttMtWrW71AF/yK7woBZMDtiMpL7Rtye\njJgRA55Udb+/hTI1PzCxFihiTv1cY1TqMlN2UjbTbA6wXCP0EIR0wysk6o4u\n4SKO\r\n=fFZF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"bcca7f1efc8dbf3648f32bc64530ac90174f8ef3","scripts":{"cov":"nqr unit && nqr html-coverage && opn coverage/index.html","docs":"nqr docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"nqr lint && nqr unit && nqr check-coverage","unit":"nqr build && nqr build:tests && nyc ava","build":"trash build && nqr build:main && nqr build:module && nqr build:browser-deps && nqr build:browser && nqr build:browser-cjs && nqr build:browser-dist && nqr build:resolve-sourcemaps","reset":"git clean -dfx && git reset --hard && nqr","watch":"nqr build && nqr build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","docs:md":"typedoc src --readme none --theme markdown --excludePrivate --mode file --out ../Developers/docs/sdk --includeDeclarations --excludeExternals --platform docusaurus","release":"nqr reset && nqr test && nqr docs:publish && nqr changelog","changelog":"standard-version","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme default --out build/docs --includeDeclarations --excludeExternals","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","serve:dev":"nqr build:module && nqr build:browser-dist-local; node serve.js","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"nqr docs:html && gh-pages -d build/docs","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","html-coverage":"nyc report --reporter=html","lint:prettier":"prettier --config .prettierrc --ignore-path .prettierignore --check src","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","lint:prettier:fix":"prettier --config .prettierrc --ignore-path .prettierignore --write src","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser-dist":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js && nqr build:browser-dist-minify","build:browser-dist-local":"rollup -c config/exports/rollup.config.js -f iife -o build/dist/index.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:browser-dist-minify":"uglifyjs -m -c -o build/dist/index.min.js -- build/dist/index.js"},"typings":"build/main/index.d.ts","_npmUser":{"name":"maksymblank","email":"blank.maksym@gmail.com"},"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"_npmVersion":"6.13.6","description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","directories":{},"lint-staged":{"*.{js,ts,tsx}":["npm run lint","npm run lint:prettier"]},"_nodeVersion":"13.8.0","dependencies":{"nqr":"^1.0.0","tslib":"^2.1.0","penpal":"^3.0.1","csstype":"^3.0.6","express":"^4.17.1","ts-promise":"^2.2.0","es6-promise":"^4.2.8","element-class":"^0.2.2","eventemitter3":"^4.0.7","when-dom-ready":"^1.2.12","promise-polyfill":"^8.2.0"},"scripts-info":{"cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^15.1.0","husky":"^4.3.8","mkdirp":"^1.0.4","rollup":"^0.44.0","tslint":"^5.20.1","hash.js":"^1.1.7","opn-cli":"^4.1.0","sorcery":"^0.10.0","typedoc":"^0.20.14","gh-pages":"^3.1.0","prettier":"^2.2.1","sleep-ms":"^2.0.1","trash-cli":"^4.0.0","uglify-js":"^3.12.4","browserify":"^17.0.0","typescript":"^4.1.3","@types/node":"^14.14.21","lint-staged":"^10.5.3","concurrently":"^5.3.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.9","standard-version":"^9.1.0","npm-check-updates":"^10.2.5","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-prettier":"^1.18.0","tslint-config-standard":"^9.0.0","typedoc-plugin-markdown":"^3.4.0","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adapter_2.9.6_1638392221471_0.8853647474780606","host":"s3://npm-registry-packages"}}},"time":{"created":"2020-08-03T21:30:22.576Z","modified":"2026-04-23T23:54:03.433Z","2.0.0":"2020-08-03T21:30:22.744Z","2.1.1":"2020-09-03T20:01:12.389Z","2.1.2":"2020-11-03T15:41:04.644Z","2.1.4":"2020-11-03T15:50:58.650Z","2.2.0":"2020-11-24T00:09:11.169Z","2.2.1":"2020-12-14T22:51:50.938Z","2.2.2":"2021-01-15T15:18:18.066Z","2.2.4":"2021-01-20T00:13:57.201Z","2.3.0":"2021-01-20T21:36:27.025Z","2.4.0":"2021-02-08T23:04:55.322Z","2.5.0":"2021-02-08T23:23:29.918Z","2.6.0":"2021-02-23T17:12:20.446Z","2.6.1":"2021-03-17T18:11:34.964Z","2.6.2":"2021-04-02T16:10:00.512Z","2.6.3":"2021-04-02T19:37:16.523Z","2.6.4":"2021-04-12T22:17:33.199Z","2.6.5":"2021-04-13T23:51:01.277Z","2.7.0":"2021-04-16T19:17:02.933Z","2.7.1-beta.0":"2021-04-19T18:37:41.547Z","2.7.1-beta.1":"2021-04-19T18:48:03.991Z","2.7.1-beta.2":"2021-04-19T22:27:50.695Z","2.7.1-beta.3":"2021-04-19T22:36:50.683Z","3.0.0-beta.0":"2021-04-19T23:08:40.915Z","3.0.0-beta.1":"2021-04-19T23:38:04.789Z","3.0.0-beta.2":"2021-04-20T00:09:29.117Z","2.8.0-beta.0":"2021-04-20T10:35:28.260Z","2.8.0-beta.1":"2021-04-20T10:46:40.658Z","2.8.0":"2021-04-22T14:58:54.088Z","2.8.1":"2021-04-30T18:46:25.706Z","2.8.2":"2021-05-10T14:20:36.925Z","2.8.3":"2021-06-02T15:36:46.638Z","2.8.4":"2021-06-21T17:35:43.015Z","2.8.5":"2021-08-11T20:29:27.262Z","2.8.6":"2021-08-12T16:56:07.676Z","2.9.0":"2021-08-25T16:11:11.285Z","2.9.1":"2021-09-07T17:48:08.978Z","2.9.2":"2021-11-02T15:37:56.653Z","2.9.3":"2021-11-05T14:36:52.187Z","2.9.4":"2021-11-24T15:39:05.422Z","2.9.5":"2021-11-30T15:50:25.307Z","2.9.6":"2021-12-01T20:57:01.669Z"},"bugs":{"url":"https://github.com/FlatFilers/adapter/issues"},"author":{"name":"David Boskovic","email":"david@flatfile.com"},"license":"MIT","homepage":"https://flatfile.com","keywords":["csv","importer","import","convert","json","parse","parser","csv-parse","parse","async","await","ES6","ES7","typescript"],"repository":{"url":"git+https://github.com/flatfilers/adapter.git","type":"git"},"description":"A lightweight TypeScript/JavaScript adapter for working with Flatfile's Portal","maintainers":[{"email":"sam@sarocu.com","name":"sarocu"},{"email":"me@david.gs","name":"dboskovic"},{"email":"me@alexjrock.com","name":"bangarang"},{"email":"carlbrugger@proton.me","name":"carlbrugger"},{"email":"infra@flatfile.io","name":"flatfileinfra"},{"email":"derek@flatfile.io","name":"flatderek"},{"email":"eric@flatfile.io","name":"bigcountrycrane"},{"email":"matthew.e.mccoy@gmail.com","name":"mmccooyyy"},{"email":"matthew.gerstman@obvious.ai","name":"matthew-obvious"},{"email":"nikolazaris@gmail.com","name":"nlazaris"},{"email":"lion.hummer@gmail.com","name":"lionhummer"},{"email":"alexpoddubny@googlemail.com","name":"apoddubn"}],"readme":"# Flatfile.com CSV Importer Adapter\n\n[![Build Status](https://travis-ci.org/FlatFilers/Adapter.svg?branch=master)](https://travis-ci.org/FlatFilers/Adapter)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n[![dependencies Status](https://img.shields.io/david/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter)\n[![devDependencies Status](https://img.shields.io/david/dev/FlatFilers/adapter)](https://david-dm.org/FlatFilers/adapter?type=dev)\n\n\nA simple adapter for elegantly importing data (CSV, XLS & more) via [flatfile.com](https://www.flatfile.com) (Typescript, ES6, Browser)\n\n_*Important note:*_ While the below info is a basic way to get up and running, we recommend reading the developer docs &rarr; https://flatfile.com/developers/javascript/getting-started\n\n_*Another note:*_ If you are using Angular or React, we have specific packages for those. Check out our [React package on GitHub](https://github.com/FlatFilers/react-adapter) and [Angular package on GitHub](https://github.com/FlatFilers/angular-adapter).\n\n> **License Key**\n>\n> In order to setup, you need to [create or sign in to your flatfile.com account](https://flatfile.com) and obtain a license key.\n\n#### Changelog\n\nTo view information about the latest releases and any minor/major changes, check out the [changelog here](./CHANGELOG.md).\n\n> Note: In version 2.8, previously available \"deep-imports\" (for Interfaces) have been moved to the root level of `@flatfile/adapter`.\n\n## Using NPM\n\nIf you don't like external dependencies, or you have a nice build system like Webpack in place. You can install and use Flatfile as an npm package.\n\n```sh\nnpm i @flatfile/adapter --save\n```\n\n\n## Using CDN\n\nThe latest version of the package is available via CDN so you can just drop it into your website and start using it.\n\n```sh\nhttps://unpkg.com/@flatfile/adapter/build/dist/index.min.js\n```\n\n## Quickstart\nAdd the following code before the ending `</body>` tag in your html.\n\n```html\n<script src=\"https://unpkg.com/@flatfile/adapter/build/dist/index.min.js\"></script>\n\n<script>\n  const LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\n  const importer = new FlatfileImporter(LICENSE_KEY, {\n    type: 'Robot',\n    fields: [\n      {\n        label: 'Name',\n        key: 'name',\n        validators: [ { validate: 'unique' } ]\n      },\n      {\n        label: 'Phone',\n        key: 'phone',\n        alternates: ['number', 'tel'],\n        validators: [\n          {\n            validate: 'regex_matches',\n            regex: '^\\d{10}$'\n          }\n        ]\n      },\n      {\n        label: 'Country',\n        key: 'country',\n        type: 'select',\n        options: [\n          { value: 'US', label: 'United States' },\n          { value: 'CA', label: 'Canada' }\n        ]\n      }\n    ]\n  })\n\n  // More info: https://flatfile.com/developers/javascript/getting-started/#the-basics\n  importer.setCustomer({\n    userId: '1'\n  })\n\n  importer.requestDataFromUser().then((results) => {\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  })\n</script>\n```\n\n## ES6 / Babel\n\n```js\nconst LICENSE_KEY = '00000000-0000-0000-0000-000000000000' // replace this with your license key\n\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\n// More info: https://flatfile.com/developers/javascript/getting-started/#the-basics\nimporter.setCustomer({\n  userId: '1'\n})\n\ndocument.querySelector('button').addEventListener('click', async () => {\n  try{\n    const results = await importer.requestDataFromUser()\n\n    importer.displayLoader('Please wait while your data is loading')\n\n    // do something with your data\n    setTimeout(() => {\n      // console.log(results)\n\n      importer.displaySuccess('You are all done!')\n    }, 1000)\n  }catch(e){\n    // handle a failed upload\n  }\n})\n```\n\n## Data hooks\nFlatfile's Data Hooks are a useful data healing element to re-format, validate and/or correct data automatically during the import without the user having to correct manually.\n\nMore information: [Getting started with Data Hooks](https://flatfile.com/developers/javascript/datahooks)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ]\n})\n\nimporter.setCustomer({\n  userId: '1'\n})\n\n// adding a data hook that will add 'Jr.' to the name in each row\nimporter.registerRecordHook((row) => {\n  // Example row: {name: 'John'}\n  const result = {};\n\n  if (row.name) {\n    result.name = {\n      value: `${row.name} Jr.`\n    };\n  }\n\n  return result;\n});\n```\n\n## Themes\nTheming gives you independent control over the look and feel of Flatfile Portal. With this, you can adjust both a global styles and individual components within the importer, as well as control the CSS pseudo-class :hover & :focus on buttons.\n\nMore information: [Custom Themes for Flatfile Portal](https://flatfile.com/developers/javascript/themes)\n\n```js\nconst importer = new FlatfileImporter(LICENSE_KEY, {\n  type: 'Robot',\n  fields: [\n    {\n      label: 'Name',\n      key: 'name'\n    }\n  ],\n  theme: {\n    global: {\n      backgroundColor: '#212327',\n      textColor: '#c2c3c3',\n      primaryTextColor: '#c2c3c3',\n      secondaryTextColor: '#c2c3c3',\n      successColor: '#c2c3c3',\n      warningColor: '#c2c3c3'\n    },\n    // other keys below\n  }\n})\n```\n\n## Promise Overrides\nFlatfile includes a basic native compatible Promise shim for IE support. You can override this with your preferred library by using the following global setting:\n\n```js\nFlatfileImporter.Promise = Bluebird.Promise\n```\n","readmeFilename":"README.md"}