{"_id":"@usecsv/react","_rev":"59-472eced823df44a96fb7ce72270e4cc9","name":"@usecsv/react","dist-tags":{"latest":"1.0.0"},"versions":{"0.0.1":{"name":"@usecsv/react","version":"0.0.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.0.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"d734c14ea63d039132f3f4ae21e6487eca0a20c9","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.0.1.tgz","fileCount":18,"integrity":"sha512-kVmKxE+cAXzCzWKDLSuzHCiAQQiLLw1djn7KrJhemwStQ76Zzj80akCo+KCCBB6rVs7Nm409Pfp4jds4vYW51w==","signatures":[{"sig":"MEQCIAzKZlOtYrCXpzziIZ8Fa3Vvfur38DZGEgLc9qDP58hwAiANXHd5iutP/7xWGFAxMFbjLH3YMiqALnIxHJAYW4eHJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1725705,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp2naCRA9TVsSAnZWagAAeqsP/Rayql8CGl0reHYYAT5e\ndhpsdl9UyMd3cp3jGC2fEJsvCAB2BZ4J/HQfwDQKqv1hMz4S9GyUbqmVU/pJ\nmK4BG4zUfPBC8sDiPBi2DW/8UMHg8FnMADjVJFiXgpReaszfHeqS35ct7Nv+\nc1/ZZd7mtsydCd44npmXbQ371PeqGcp0U0YUbu0QLAtxqEXUx+6GCzqU3Tj9\n33FfnWHrGcYYmlsqgeGMSCXC0WsD6AdBJVblSeKFHQ6KzayiEw5MO2KrOZsN\nCNpF5GuvDfzHSHqVv4Xk6ZV5bUQv1vujpVKqG19MHUmWdXFCaEmBqXVMz2J0\nGKkpNBIuwBTkDsZgkHhkP7p0pWmjKhS1ZmsEvFK0wdft88vxOq86tOvLNL7k\nGzb92/u2Me+kPpMKLWMNNrfMXLubxDbQ7VfAm2LQ5QSRESu7hWXh2m3vp2F5\nWwDzn5JdJjigh9pgfPkeFwfFbEQZo+x8Nmck49WeF4XOytm8wt3uQb+thSoK\nOAVaY3lHONbkUmLxDXEb2gXCzX3DR6f50Taevdfhx9DAbT5ggfTPy3IuwKGj\ne21Ftrc20oqa3yFEKkvLL+EjZS7uSundbDaxX3LFi4OpbrGfdjD0bqr5VLX/\ngceJCgSJ/0hrUIQvF+Hp4fpQFUtth7f1g3G1wObwXqvdU1jGfrwvW5HnRJWC\nRFno\r\n=MNKB\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"abb4bfc4483029b5038533926a2f5726d99bc5c1","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"0.0.11","@semantic-release/github":"^7.2.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^17.4.7","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^9.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^5.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/release-notes-generator":"^9.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.0.1_1638361562625_0.5453911450815239","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"@usecsv/react","version":"0.0.2","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.0.2","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"1c86f33116ac0a6f53efc52833dcf396de865ebd","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.0.2.tgz","fileCount":19,"integrity":"sha512-PRgchG12DexyfXUeL97QkT4T9C/sPujKowfoTOGQsA3BxiBDgZISgu902JIvHD6KdoBjL6ynGg//P46UmPH8gw==","signatures":[{"sig":"MEUCIQDTWbCF9vnnklBLOSyhsPVFiPUe9DS/iYdgxPSGl90JAAIgdk32QEmgniDGdNa/zbG0JC66DcdxAW3qyHGF1v8TuE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1729996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsJzECRA9TVsSAnZWagAALrAP/1V3XO2JsAEZ7O4ZVyb7\nmQYgE0ikHTFIsjy10OA4RcCU5mqo8vZkoDc7r7gGmShv7Ln+I65XiA8CBnsZ\nOePmlvdJ2B1x2eKJzkUmBJlisFI6OCtkhU/l/y5E80Zk76E6AhddqI89evGk\nEdOAuZA5gtMKAZN6WVm56qHCrr6FQpU1dAPEp2AehRiTZ2AH6a5wMJT7p8Hr\ngxkA9lNWNXf+i+wvT93g8qLeXQzQLVfo3vIJYBpQvSKLdvBXwR22JMJ1Q69S\nw6n5ufUF2ijA4OUSUJnOp30J78Kbklh/5cx54iQK4AtS84+KmxiITBE4Jhv/\nBgWxYXTUadEd/Dn3RbnzRzzbUcXHDMHYDSNr4ATdRub0hPKNP/bPYziZpOJU\ncLYG3JPEkIV51IaNfxPm1JPUeq8B6fWJTNYdRGV6S3ypuFhe64E7mqHXmbcf\nMO0F5vL/oUhzlIEW1BaZRKBfQh9QkamD5wqnonSoP5w1gc65nCiUV/Hu20ie\nzvWhfdzohoi4pobfdbbL2Qb9FJc56sRSlyySzExRYFohna5EW2gM8cZwQNsy\nOzVlNd6ossuzdKxBLdgvCen0m/bjgPOV0C4t2IyT1L9i5uySaHKc+WvtRbry\nWZfGM5YKN01W+SsbI96ZMGefh8HX6mI3Mk8+Lr0kgoNfpfHkGpAxb9KS6VNr\nOAi2\r\n=/zzp\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"871cf4a10c35dbd977c6d220bd9dfc9ff81b64f0","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"^0.0.12","@semantic-release/github":"^7.2.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^17.4.7","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^9.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^5.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/release-notes-generator":"^9.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.0.2_1638964420682_0.5032855833405336","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@usecsv/react","version":"0.1.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.1.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"c474a57f11f85b7059fc6d4820ded6fd90193bd2","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.1.0.tgz","fileCount":86,"integrity":"sha512-BX4LtFU9a4mdGuOh54ndp2FG9qF/LJBaakGAZR99GvGtMXS5GGFwPFCpG8dy9+yA6y3A1ykPCjCEqYdAlxdCbw==","signatures":[{"sig":"MEUCIH71tqenHrfJddO4I95sgXmx0KRp4oNgqJNB2lxIC87EAiEA8vEwQKPQFtoo1ZchckebRzb9JSV7iEYE2x/o3g6BodU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2311316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzc09CRA9TVsSAnZWagAAcYMP/1FaSVoWS0WA2RawOuuW\nddO2cBdi22SgJJ+Pf46/fzirQKLtf9IKedP3AYFHx8NYaG1PQOYkQg8eFGYG\nwcQW+a9XmbwHipZ0mCMZnmn6nqsu+4/Ct5jG/DBAk/xuSWLjyui+CK04H1SM\np3oxpR87PjNt5UrZbxjojbQ2719hS4hp26GAkNehA5dm4Wrsw4lUwyDnBXTT\nJQiQ6+jQTRQMYuOc5nuJeh35cubH/vjM+khZkknQ/K3RzKZ61BsuUcDLNnKz\ne2sKnyFSOV0C9V/whEhOZ87pm4YXrfGe+oZCb446vEVNyaHzjD1r1An+/fqg\nlcqXD7NgXiHMKiKaeXZ39zPBZMaJWXOwVvuRUVD7j7pTHtAdGE5iDqXFm1Kr\nRs8skfAUkzdLCoZMwoO3iXJ5Pq45bGQ0ftTPIxDNDoElN3fB21y+mY+S4R0Q\nKg4GCXClRSrCzHIDRkPlJeSJalp1ZE0xZz+38ZWeRfK5c4a4fDMpzO2x7D3O\n3x439B14j9rbivrBG1ib+GmT2hfgEXTsGvR0a40cT6TLhrk6fekeuP58zDoo\nR86MNUz+v1ILeiadUP81RMaeMaXjiZ3i2blKK/91n36KsjK4izvQaOSCOm3V\ncgXUfluSasQrgCAtxKZx4ppTJZHr/zToD1kuEsyqpPv1r4RD+vryFHRamk8S\n075u\r\n=4Xof\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"description":"usecsv react plugin","directories":{},"dependencies":{"@usecsv/js":"0.1.0","@semantic-release/github":"^8.0.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^18.0.1","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.1.0_1640877372889_0.8411290974020882","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@usecsv/react","version":"0.2.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"7d4c06cd991bca8f4b16787f09923e52729b0885","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.0.tgz","fileCount":19,"integrity":"sha512-VlAGrm4ejtXI9OBy21DISid/3wxyf4H6BMsuMRU8U/0xz3x8LXRjkWvVoZDPesMnqEnQKS0Wt/9wRpyqkQPMDQ==","signatures":[{"sig":"MEUCIQDCO2L5lCi6RrpQ4KXPR+9Ob07ANuE6Fosv/1z8MuQHpgIgCpb4E0dsZjLnhRPGYTnIPpi/d1MpZdPSYfZvM8I+Pn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1755005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJgn7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrs4g/+Jlg5bmUCLyNV84wOxaFeLTApkySr5XNkJ/asw8aYtTfPsRsu\r\nWn+PdP5kI6EB59aMyen5gtnBMT4rkxTt4bh4LmNnFXsMNj0ine0wExYk0iKu\r\nOL3xVpjhpfagQ+/V04CUEFnntLk+ItdagIsruPw9o3jOFG7oI7X76ol6SBij\r\nJVM5lIeeejzXYgsXw81rYT98JgCU5uFnQFeV9CDiLoNbUQ2iWaSdN0B2cLhl\r\nKNBvLCgHgnjdZeuX2MbmQK/ZP/KsOsB7mYnB9vURa8TleG3WM2ZlZxQRebBj\r\nMNh8R0eVUGMdk4AnSSr5WzMkUHLp48l0NvT2BKqMpUOWn+cCSM5kKRMN7DVz\r\nG0k5KtC0df0oXGQc7TZzkMy+Jk9fa4pgQUKf4ildon6l4SucsEPac4jLAG41\r\niwzqoU3rLCBANUjxgVe/JGaGxl2rJpigDOfBZ7KykODVtSPiPKSGNmhZ+GdH\r\nEbZdsgYguYgvWjpQX9LST+VCu5KOXwCAm99hDpx15CH7ZXRhBYDpATzd7fIm\r\nTL9SlMFx0GR/e3M+NRS10WmKD3APmJhVdod9moXqjTkhRz/gmlaUzQm2O7UF\r\nFewb53Azqat1zNr4GGnyJG0w5ISaB2jih0Q1zX5R4wOk5P0mYcr04UQb89Bu\r\nBxxtXrtSr5rMQqAMwU6LMIQoA5DKXpBMSUw=\r\n=Sznk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"613841335d38a7bf556953a46c5646c9ca7dc91f","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"0.2.0","@semantic-release/github":"^8.0.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.0_1646660091071_0.6527845995868877","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@usecsv/react","version":"0.2.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"e43509da15498d9fe96bf180582efde8db5b59fb","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.1.tgz","fileCount":19,"integrity":"sha512-CS/O+2fa1SiAwMhqkYD7sqCrpqW05qhm1aiGDXXs0SztMNQRkcIPDZ5igpW+3iX1UAM43OXRrmM5t6WmYek3UQ==","signatures":[{"sig":"MEUCIAt1mNn38YGmMeIIu2Cc3gzFlyFTpEdIsBalXMPGl5fhAiEAuZclVwJyW2ezKcbh94HXIzSQ4m9ovNB8OrFg3tIE3X4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1755252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJpHmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqO9w//ShVy8gXjuVpo6226Sn1Pk8X67LB7aktBVdmLmF7Vaigkkclr\r\nnfnxGWBYrtRtbb7+y6BDvNcPikwv3Ud99UZ5yG1Xu8mgwVJ3FaKYVAIXW2pB\r\ntnuy3aRDRgw/aFgHcBj2FPrl70PfSiWI5yIg3wUhOUkopemtbs27S1y59b++\r\n1l1LwAQg0NIe3Dh/OQLgzwvzU99eUUTNrFH4oafpLpZg40/drNvYs9OzJaFN\r\nwKEb4doOCS8CuH7lEjrlQZUPLWMEOk0GKa1XlU3pCDON/5seQZY+d6y/XveI\r\njboPkG9wMrBoeS/jY72Snj0O6GUyA0GHg1a0hEkY9NprL56UGdq5N818BPUg\r\niEqzAoFeIQ8kObbdCM4iTNL8JzHcNK2cTCNoJDD6nAX6oJUYq36c+hmHyXGR\r\nwICEyfD/78AXbu0TFmCudAs9voMkN7CUGVu9uZMYWw3JAe82PrU4rOmTlX/6\r\nas2zHv8D+NDqaqM5aK9US/44u0G3x8uYjyxpk2MxaP7ezA+BgTvFYMmcRrlv\r\nTXx2wqSJjd9D2lB8h0iDmv+Oia4A+gBDFuDGxeSzVDswg1FQx+397vOJBfXC\r\n8SpU9ZNFWryFzJDyvYBRka3KLLfcsEfdGNIw18u8NlmJnnHchQf353G2/O+z\r\nB8MQ1/u/zFJ8+s5uIo9GkS7nYHmh1OVyguw=\r\n=Sen8\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"66e00ac379ba809e0062626af3d5785f36d16260","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"0.2.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.2","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.1_1646694885823_0.4822572464303774","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"@usecsv/react","version":"0.2.2","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.2","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"81abcf17893e389da0262935f46ac08303109b86","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.2.tgz","fileCount":19,"integrity":"sha512-mZXDFy3voJH6Durq66nUUiEYiKyKZudYJxfTUg4QD+6lyhD39o8+BXQX537QOvrbGy45NeUlW/hdZWRrZCj49Q==","signatures":[{"sig":"MEUCIHo81strfN+zuP60DyzSdtl54exVCuRLfwXjwxhXRE3zAiEAqcSSi6w7b/tUt+VKpUCEakATKXxxE76nmHIRYCdmuqM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1755506,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKM4DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozTQ/8D0v8TcJf7dhDycE8tBfvSftCofkGNscqcEkp0MjaHq/X5/JR\r\n3k8REOSQLtM2HanI0jJL31ljG4VMqjoUbHksDMh5j/yaAV8aIVZX6qUzmL0L\r\nEvWmXLaIQOWuuEofy1bhBwLEB9ZQJIXyvSn4W9oiQZCifuRuutQWKaop50S0\r\nbxRLmfOtkBnAdYSzeS/X1+d4vxUxlIogtAK0ic7qFcrZIaTpO97PgJQadsId\r\nqVRCwXMrKBUYhJaBIcDYJupLpJUioWuCsHWjbZ9LLyohju8uYMxL1bWt0JcJ\r\nWQfGSntnQiJAphmkQUbbtHyzs0YQU+c3oGbt+XNRRAPPFpCfY1mGvD8w4i7K\r\nKK/NwOCpLZPzJL1brsKWp6FdL+2SU8iPVfRMFWAq4Fr8mhBMuvHJQKgZtFDK\r\nCmrp292yXZfLLkWxhV5g9UuZ8e4tOaBe8U0shpWHNBcmDmzjSqJQqZxioJ4R\r\nHArLGaEiCF+wvqhd6is+1tBjcAS6lY/IY9twqal0Nutf1jUW/2w5S0lr4wqO\r\njwoX14CFnw/XziRv8ZZUXy+MkrMxDn6MZ50qQbOibZmEYuqegtChxJxDAv06\r\nOfaQOwgGrlyNUA9ODA8+abh70oc8/tgVmpTxYsVy5EHJyLMF13MFL/pDPKEy\r\nzO2uUo3B/9D+n9/HDmwDnDHqUF9eT5iin0I=\r\n=h4e9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"4170a2e0f9a427b8a94d3cc1d10f4acd16763590","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"0.2.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.2","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.2_1646841346939_0.4277828657006164","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"@usecsv/react","version":"0.2.3","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.3","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"c69a33472664fe44ece0829cd0c18f2194245b5e","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.3.tgz","fileCount":19,"integrity":"sha512-i3jwAC51nyV74EGcOPjHolOYxmkl8HTMqqXuQQzkIZIDRRlj0cQ0h2TG5I68n6UkJ45w4XTVFI1iKNig94n1Dw==","signatures":[{"sig":"MEUCICgr2k15Ac8jViIjg7/tK31q88RIGOwmaMGMtHbv2CkrAiEA2O5mNWK05lVXPvMB7hAqtbTMVk9RSJcgVSXshwEcj2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1755772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTZeVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqY6w//TuifnLA/cg3Hw03Tb1AlYa72OF9UpaZXgfLPhMYykthCACOY\r\n5At7AznjDz47VxnSjJUDiTWkQRuqSb6dDF/1/SYC3Vgjrtdcj9ty30ZWEcW6\r\nzTqjfADql9N7iT3d0R3sYwAQKYfhGjqorYl04Rq5L2ISjosl2EByZsQQzw/E\r\naxk8cMKEggIG2bc0AY59AUrMKSt9U+duvQVU8vWzRAMDU6LQvwunV08vIjre\r\nVLfsZ4UqCE0bIPWHR+kxdS6Qn/kqIs5dms+085GUCjB7BasEyFaXBHJiYpfl\r\nC75KTPd51UtjnvZjAGUXnpptaHkE3fOWmFrmLsdndpskLAACdZsXx54ayrge\r\nAJhX0g2RRQnWbD1FuSzUy4MW7s9fClKRlEt5cOqNHuIc4ap8/7dgaJwBHH7U\r\nSJnawiSxVrrcSk0/iG1a2Sc4oO/oZ190GS3Hgcga0oL28/X0ajJRAmR0uJCV\r\nAUIcNWrW3L1Vw770zfJetMgV0LoXrXU8SCXF5Q6BK5cdnzoVlgqIdggBgjlg\r\npf94TMaZ/6+u6Nr3FsLCd4bebuD6JhU3sXy2wkB6Ra9Lcl3C+MyJILDFa5o9\r\nofMU1lZpRVMJ7LjjTiKUi3YMMJP2ipscQJqkDA1AQ+0ULB2cB968Piu2tQV2\r\npAj3SW4mh7XLNh5OL97InnG4KXq9k9LdFwQ=\r\n=jy8Q\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"7b4fd3c5c1216b3c8edcda453dfb4ba1776d53cf","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"0.2.x"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.3_1649252245509_0.6543751389056192","host":"s3://npm-registry-packages"}},"0.2.4":{"name":"@usecsv/react","version":"0.2.4","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.4","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"81b8aed7821e6eefd2466a018021be9507024269","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.4.tgz","fileCount":19,"integrity":"sha512-xo5LEBS++CtaFpyCBTAP5Mxt1Mfj4XyBmNNOb3VsdmBSoIZ2XEIjVwk75wymVgSI2x6n5wzQsz3baaMVe0PVVg==","signatures":[{"sig":"MEUCIQCVR3BG4Z376lxY98gcgln6qAJod+S7qlzgdcIUxyhZkwIgDj2J/FwRDb/KajruXuEz1/zG3G1ZpIHghs37DjUe5SU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1756034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZV4vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+gQ//VFcxk/UmwibDS/WuVbI8O86xjVW69KOCJNRuMif9GfgEDI0Y\r\npOPlaGfeMp1uOnpeeol/97sBOnxP4NnfvWUIqfDH1xbX4nF4wAhStJfWskoy\r\nBC1n3hMCXzYU2c7je7sZ2mRGyIuiXz8mygtxOQ40NyVs11satobiHJXyyBBt\r\nhXplt1kpuAP2X+63XiOkk3wyGRvjHCvaI+y+J5sf0AJLpjsJF3Xy4i15Uciu\r\nMfpI3qAIuBw5KzxX1hXWwkaREBczee3rNJOosMHnlMGqNr3+e+/N2dyPLJaA\r\nthJGemL/E6LRyfJwti53rYxXrTvHaItNENGwMJfyPhPCuWwZ5dwvEv5YaRkB\r\nGhua/R8odNav7N0OhQWp+a2lGwFK8L+ELfS6NDz6qhXLTNtFTgPEkK/ayyUV\r\nBO/8b963pIjZKgji8QiFS1FoPfIzl+8ZUWzxzL/1aWX5Ek7uhRIb4q5BjXrI\r\nked6t9brZKeYx6hejJ2rpUKb5fc4/KHk/KnaxhIlXqghBmhjYoobAHzpojvH\r\n3SFLodJKPjqo7JGXjYrXgkPMcpdnzVlvWDWmjm3/LITxDGuyHQSQMXSGXiiF\r\n0WP9pOuwfUHDfPxxMW5WQD5T7noHp/7XwG85B7guf+0/M54qHzX6WCxfep5C\r\nR0W+F7QeyDlFpotI4141DCMH+G7bzBXIn6Y=\r\n=d9Ip\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"3dfd50583b66ea684b12062b2de9b7d6e4f22343","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"^0.2.4"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.4_1650810415119_0.9784282690826414","host":"s3://npm-registry-packages"}},"0.2.5":{"name":"@usecsv/react","version":"0.2.5","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.5","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"e6079fbc8da6c250b0ff14099ba3ca01057e80ad","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.5.tgz","fileCount":19,"integrity":"sha512-7n40pOGh/9B4DHZWlfIKxV/zI59LnqAN7DIf6o/t00zjM/aAXBR2LqGuSZAEjOtbXRhdOJeZ8/O7XK05et8Keg==","signatures":[{"sig":"MEYCIQC5rObLZEnI7lZKd4+c7XmbBUajcmyZKKjk3N5hgU/dVQIhAP8TEQocm0jI2bZk7QxHy24ZsqyuMc3dSh9zePBMG3ZR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1756318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZp73ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJ5Q/+LF/Qb6o+lCOpAMtcWGctBYhffGe0ZTceC1s9Kogvq/+v7f+F\r\nkJV0xGhihhZxjWAV25fgYhu2hPmtjaTrGZP5bATvQzpczSdAD675Y5sgD9QA\r\nG4ob6Mjx9lh7yjfcQSZxvatxEIAMOl1CFEdRWatxjjr/fYnmwqiwJsheQT3X\r\n9hcuGCcmq7jDXNvR2rF+k8ImIn1HROlVJaYAXVFSZ0h8MHyAkZZBEYdCOU20\r\n3U4tb7foYFPXymjqRolCJUfUAxSoJE1aYjLJut1Y30WwLXvOWgcR6ROGZO9y\r\nnRukh8yJ00Onp6skvprHSGVlS25g2o1D+GgNl7QHLXddKhxKtdV/2QCIjQG0\r\nys99U6ZCxSVyr3Ndo+XogwcBflHWcm/wMWI6wgV8A0e87GlxIKOvnWWiViwv\r\nsMLTJ5euhPHhuSXpOIQnCckYQk2mbRONl393cUdYPVmD1PFfZvlRWXsaKMt9\r\n5bo+1bj2X0idpBay8UUMOJAThHoi8bVz+7e6Fsnimbrq80rN9TZvfp0DJnO8\r\nuBoU2UYtbQfjjodDapJ+2413axx/Qt3wl7OcTV67oT4+lqlc+P3+0gGg3daz\r\ny2Cxvh2FCuk3YCiqhra9oDBhxxhHqUozmjJ1mZGGbSlWxUiC9hWD9Cz2KpSs\r\n/Sp37VpwO2o1w+N7HPYtLv9c8OShnE9ZO+g=\r\n=EJNP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"45e20cc9d55ff500ccf16b384b5ab02f161d1676","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.5_1650892535718_0.17395742818760507","host":"s3://npm-registry-packages"}},"0.2.6":{"name":"@usecsv/react","version":"0.2.6","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.6","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"f11e26b47976276eb83205c7298f304036ff1431","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.6.tgz","fileCount":19,"integrity":"sha512-VczYkN4wPYeDfa6X2ZGcPPClwiRIK1ucmi51PZn7R08nKx7i4kunbVPTfAes4bYLmTjz70DeUMU92/KvWIlPIA==","signatures":[{"sig":"MEUCIGWF9/N5D62eUn4N/6qZ2mtMXwuYc8nuUqF1yKzQ4ixIAiEAqZAwx0adTrMs9hrV523KnuGFiyecEDflIkv9T4QK5c4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1758760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifN/2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrk5A//TKTqh9FdN05jo80lRLf//bRzvA+NuPp1sbTY/NlLFwEi307+\r\nJbcr2d015BDUMrwoXh++CyI34/ZdIKAgFt7D7MoneXIMahgtmLQo+7CoKLDC\r\nuTBA6LYrBbm95sO82wyZyjtIsgdUziBwiVEQLu6W4PDkN6tkViF085EcRBZB\r\nZOclOXqM0jhcdonW806ghZ5qidTUh6OPyc3FJD8fHVjlGglisYLXgOiBXaYq\r\nrle/WKkua9VDjYKA/ydvOfpcrXm/6QNHtWDRnD8ykWsor0DazfDXJ+mWcBza\r\nsUYdfG8Q5NPU3/fAd7l9Jx+NVnVnNcFcvAcp+CPyutlycR49+ugtTVrGHHzo\r\nJxxTS+DZtLJrCWorGDoYW8iFxd4cQ8hrJBOx73FeZuRXAajcDgo9QmsyBPuq\r\nCbBetoSu45cA4uwXzeys2xokxkVRp5VS4f1T0StRsAVPUr/DxUYYZjpeI3zG\r\nh3JiZ3GkE82XjW6BcEmHmhTYJ+mGTmA1k8NC5bQJR9IK5VGNmZap+N73RKk+\r\n1HOzRhXW1C/7kT6B+vw2CH8KDEufFBoujvV5+zZwHnMEX+d5pQN+WHhTOJ3N\r\ntHu250TmvJOtjJ9HeY7v1bBYMKZikLRjwA6mLREEQ/Q1phLDPRKV1nCwfW7g\r\nv+DQ7v1Lk+KRUNBC3XQHJoaoOcaaM05dPqE=\r\n=duj9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"79dde96de9f930de657f303bc1d60c1865a0345c","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"^0.3.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.6_1652350966091_0.8368645502694791","host":"s3://npm-registry-packages"}},"0.2.7":{"name":"@usecsv/react","version":"0.2.7","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.7","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"2f933cd784f608f877ebd0a57e9c2a3f1c97727f","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.7.tgz","fileCount":19,"integrity":"sha512-jb8ATSrKmBgZFox3xu5UsGkfbumNXs5hIJWBls3gR9Wr/4DizQj9/7Shy4wHLxddTsK2F0iJnGNEHiTBhVHiGQ==","signatures":[{"sig":"MEYCIQD2ti5QOTbcfBsLldPerqS3aiMvbFqBwjk8C9NcIoxGwQIhAPIqGu0R/Ax1QR4q1eNUj4rNOiRc8VZuG6kqbXkJKatq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1764523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+kuXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxlA/8D9Epx+bSKBmnvsb3IxLl9kE/mrmHU73MY/pRUtgHicdJ1SZW\r\nwCzslunpMoet56lMkMJhLxgL+ypyOmxZf5dh81SRsXWU1ebBv2oj6xUt/TVN\r\n0QYnH/0tdRrIKcrqzpuDf8TmXAD8tQyb51+MPgsWnRf6VVxY3zhi3sy4zDBe\r\nfMtQ0s5hPidLsdjxrb55ASnbPgmx+YADTFghIxQVmHuQIqVDM+Ofryq562jz\r\nmRTNKmrrexZkYbPgPoXsWVoo+WewPX58pcr1uZbyQkljMhWr3vA8XUIb3WoO\r\n7KN03fcCw7FDD7JEhuUpKgGAd0s+zoMphZhuJRqrtt9Ax/zRNK9tu0WYCNaY\r\nLWo3zn5qyRbVF9A7AGgAS/BERHbcPiREnlASeZ79ItkOIHy2Typ2CVyY0Zgu\r\ndmZgBNq/nW1OqtU8XZEe0KO0CAVzJoUXxbq9rCI7AZHLLR9tWupuE8X58Mn/\r\nrSMp4ZEj8zLQYv9foPphZUGMQGjBThZJjWmGLbZUxcuss5Ku6CZy9TB3fR3F\r\nYFCBWihWYHC2tXvZvSqsEMwqKjdelBizEtGlMnuNwhp2TBNm1EdaoJLLjN2F\r\nodLa2MEMlTJmjryZKS8H2karzTJ2lKBWwp3LX9jtx+NQT8mR8sarYvqM5gdT\r\nTzKcf3PP/Ryz2+9/9Vlb4Or+JYPvzCf9BBI=\r\n=8TIo\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"59c393610079bd5c7786e2b187c242fa87586235","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"0.6.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.3","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.7_1660570519597_0.4278162021498204","host":"s3://npm-registry-packages"}},"0.2.8":{"name":"@usecsv/react","version":"0.2.8","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.8","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"e3d58953a2fcb6e502457f575c98573ae39d5a06","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.8.tgz","fileCount":19,"integrity":"sha512-g3hC0voQjyUHllK4CpxnirPJJmf2/y0Z2ehsdnQItMkapm9hVbZbgkNgDYGa/7FAxc5/0u5bxBSKt3a2kBrrGQ==","signatures":[{"sig":"MEYCIQChy4RKYGLsr9SBmU5fakUPt/or7aeD7waaKxoECE0ovgIhAKbU+RFygqUMer0ndymiMbUyrNgf8HI9AOTDRHGwUVVs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1764792,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/NKQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqp/g/+Jw//gAflI7+kufFB7VL7EYnJCZMwwJrtmh9RFxRree9HrlRR\r\niEsV+/OKDjUhBYUH/OLPIB5bCAS82GEHP58HV+fNQLS4vA4lccZCSNASfOPG\r\n77oby1iRbEfmfjG6wcdPLDjRvDV9CofctOyWvjqYuXqAc4vXxqIZAosWBLlR\r\nouQrm+5CjvCCKtUGtc0eNALPvQjIY4x6fIpvB4vMPUiFESq1dSxuLitAIDOT\r\n4+iLI0ZkGgkJbp02fMT881g01LfHI916D3dJxaXzGVa39/AdHxhH/GI9fpjk\r\nXdOzt4LMwhGoGkKtDkxTKXJpsvxo9oc7hrMaUzgaTGEPxYuNYKAtBYNd3kng\r\n+Hnphx/tCPXbvYLBp6S7o9Lt3OPBKIZmVAITgNSDd8Ipr3Ino2sMR5ZNm9E+\r\nvm5C0RUNMtfOWLIdQ3qTwD4pJYczW88VFxS5etvot06LLPJ09wI7YoKebVQf\r\nrV7iBd5asUIbJXqJ3aL1qCcfkt15iWoAKUnwbxhEAmLrW/EYLzfLXv1Gj0ch\r\n9Ea2k3ZjTt/9anxHgnZAQYVaIcoaAIImlKzzgwwEl0fG43+UfXVf26AC6pNP\r\npJo/u5NvR9ZRtqU0H3BFQDzS3puC2aD10ZjJY04dt57PWqI4oKWv4/8bG9Fy\r\n7VKZMKiFzvSGMAsNBT5O/aSkNIinQ8AtaK0=\r\n=qUl+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"748c3174144cdb07b637b581d9460c52bed0a582","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.13","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.17.3","dependencies":{"@usecsv/js":"^0.6.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.3","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.8_1660736144528_0.3201943240735263","host":"s3://npm-registry-packages"}},"0.2.9":{"name":"@usecsv/react","version":"0.2.9","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.9","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"ac569be6bd84b5ef5e621ab87fe368385b963b6e","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.9.tgz","fileCount":19,"integrity":"sha512-pHMMEAMishTydl42KxNJ3LjYIeFRQABxAHnOM6IsvZ5oC1f0/Vh/a41IpEYJSMXm2lno5Nqmprq8U0nLntB4Yg==","signatures":[{"sig":"MEQCICExdkmUPvO4uIkALuMbZwGgB9e7aSqYjRSH4PnIOvhtAiBpCSQoaEsLK2OXkLrNEJleAIqZlst/TDnXP79Pls/yTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1765037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDhMgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjGhAAggrD1KW4h/k1yjioxHQ8c+c2ug5kxWYGTzaOLjCsTtDMktlF\r\nGot3UhfZ9faooesSHmzCtEePw6M+uINyOF83wRCTe4nzQtWzz4Ps20gEgMGh\r\nMWfoOdXEp1bgI76DbxQd8bnArZu8LkBS/DgmRtHspcBI+8eqt/a0Kt03glHw\r\nt239taSu2MJbYSrSK0QW60/ovxjkamDaL+zxlPXpTIbSgUV40ujUITBEnFsi\r\n9E3GXAZ/eoFawE6kMFDDBYBYWC6Vh6HvF9kOR/29SVNuInWqUHHF5uFH9XdB\r\nNPBIaiFqrMDsWF8FPRoYMWniWBMjL46Hv166+959vIbBy5Zimou+/dxveaoA\r\nsOv5bjV+ev2jzA+cm3/9Ij1sNYdLOL1wByRT+KbjsP/FEoudnc39C/0tsQHr\r\nghRTVqpRRDiHfOOhsPC0fNGN5f/OxySU6nH0wDybcj5nIQS3v6hP+Mxz8cUv\r\nxfXF10QZ6jjbyCorDTUxlo0MMyybM5oyq5kF3TrYPmXIXFRA7NfQTACa7RBZ\r\noNwuZC3Vu4Q4yBpkLNMqJKYOWhbYs5mBYXHhsRRS8fLD+ibk5gL0t8QAlY5I\r\npZVbw+TVTmXQ4LDWxArPxDvTJ8xInaJLAKzGeWIgkpSCBapibTs0da5LGTEP\r\naMsWenSdAkB1HQ/VXH0nH/J/tspMto+yLvU=\r\n=BsMA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"24bdaefec8b2e97e8fb8081a1c1e188f090f9ab4","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.17","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@usecsv/js":"^0.6.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.9_1661866784642_0.16566305896265043","host":"s3://npm-registry-packages"}},"0.2.10":{"name":"@usecsv/react","version":"0.2.10","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.10","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"662cfa0361fe67075c202e6fca10d62a35eb0e43","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.10.tgz","fileCount":19,"integrity":"sha512-thv7M7XJSHF2c/lzD2YFr7gjjAYT3a7scpuZ8JfEUmIfg3ezgBda+505Pt6aqj9a8ct7Zn9YSwo95Yzdvw0TCw==","signatures":[{"sig":"MEUCIGlR5W1qUo1hL6fYnUbOrk83xym3SPkZ4coyosT81B32AiEAqYQZBnLJz4kIhanm4eiTVF1boCSE2cq1bmDbdt8tD68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1765340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPpM0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpH5A//dyBK6UuKVere0fQE42MdEt+13O2I7uAnEamRQlQJWoQPTl2C\r\nFeojis+4EDu0WMVzwL5i6Digv9vsYorWbH7NUNeQPID2dXaeuzSNDjJvfwGU\r\n2nczfxUWHmIqHJyYibeDejjj/6+PXZqwjI140CpqI2OPO7ca2oBV9zUQWm3B\r\ncblfuTU2lw50e5TXv0I7DgpqE0Xn5aZsjEURYqQ18AtN74+9SvcCbkcvJjq5\r\nUL6W/gYCisv02bMLa807/eq1fjd+MVPTkU4fGpmETJ6OrtuPaCGhAzfxMU9I\r\nbPqEnh0RbQ8PP6y7uzYdacKHDSHfJ2XCFNs6pYWXKwV8NVOoMziDHeV0CPcH\r\n/ZjDHcZpnVe0yRbUHnUxcqUFEwiv/H7rS9DB3vO9El8JHgJ1fNrSe9j7r+c1\r\nd1e36dElEZt1Jiqzv8Ej6tv8raeaGA5aFAvLBB3WQQNYeADX8PinoCuKFFt4\r\ngw5yO0YakVis6NZEJtpqvRXWJgURMIIY6kO/x9S+CBzgg21Gd6x0zSd8ROWY\r\nixA8uDIU/O+WL0gaGzG59aVrbJWDM0UAgXWvV/3RY9bGTVSNz5WVMP1bW7gV\r\nF+mFqWy348IXgNo31q7RcE1LjGlTuVQHysDflWBIAN6UjOJH7QG6PB/+KIsL\r\nTEpTh//hQqTgmVkuRSTjEv9D/RNw7xhQ6RY=\r\n=xvEd\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"28d2e39f71f2d56343b4e7307bc7b2e300ec28bd","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.17","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.20.1","dependencies":{"@usecsv/js":"^0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.10_1665045299749_0.1694517204456274","host":"s3://npm-registry-packages"}},"0.2.11":{"name":"@usecsv/react","version":"0.2.11","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.11","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"99e0847c24ae71180a98b137c48f7b4e32997cba","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.11.tgz","fileCount":19,"integrity":"sha512-q8jZy7MWtoeq2YWpaUMh2PGIyx3Y6YKSMKxWip0Ii0D26LaNDqiUmY68+uTnbfXIjUaNwGJl1nbGXRVVDNYK2w==","signatures":[{"sig":"MEUCIQCvQAWAYBwEJFXJXedjQWJ/RvguQnZda9bv9EohOEuXZgIgRbyqHy5MnEemWq9YYrAr5xCVpHqu0zrMwJpu6NydHXk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1775322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVT3wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/Vw/+L0LPwa3PdiU4kdj7kbWz5Jq1b9R0wY/G30TpYi0Le/hUc66y\r\nYGgIXV+vMJ+FWRBScYXCcb1kt+pJTVR9ud+FGWMqoaOK5EypJS8YEGy6fqQu\r\n9/smkcq31lM1tgpkbSk6I0IloLGbLUUT+awTD7nGsTiBZyljOMNciwseMfYm\r\nqLVEAEIve8UghuzvD9ZgtoyGmPuU+NR40dc4iky2O06YM1C8Q8KbKG20GX/C\r\nsgCTIKYbvNhr9MG123/PrkilyDAqaiVLV6T7iykVP5gI+TiBEPu8DN0cBOVZ\r\nzXsZC1k+mxUNuHZQwFn95ZOQioVlNpMe/UhjgRaIf+fUowzjCBLW9uEc3Isz\r\nBfAzD6b5FBKHvaoYXaj0ZsDXVwCfKnHQdaWY84hOOqrvCmQP2mB57sdPLwE5\r\nujxyYdiWJrSPb5SSAO4BQ2h4PGGHIKPuFfa3pbDTubrZeHiRFtd0fmv4ZTPb\r\nfV9BAdkJHe6AqLPQ1f6UjL1LyZ+cZqdK7HORAeHb4Rcm14owhIgDw2uCUtma\r\nK0K0H/07+1ZGn6zfJ74re8fE8/+3dUxM8DwiOzUQhX/WsaX0i/Ph7oNQjFQ3\r\n5bL5fnMd0RZoj/hkYgdxm1rSMnxN5g/qd3e0wexRHJEFUFknTOze7HWjCdj+\r\n3qht4fEmxLktwfEabYPyRrUIdA6OkfHPqtI=\r\n=eYXP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"bd4cd112275e62c9b9ff6956c2f2d964fcdb5604","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.17","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.20.1","dependencies":{"@usecsv/js":"^0.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.11_1666530800299_0.9886532805370323","host":"s3://npm-registry-packages"}},"0.2.12":{"name":"@usecsv/react","version":"0.2.12","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.12","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"43501b22b3587ed79a97d42d33ccfa55c6bdd510","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.12.tgz","fileCount":19,"integrity":"sha512-xKaVxDXy4IwYuDfBvLD9aCsJU69TTUrX3T7MqYcy+fpKJfe5njt7eslpAoRaCbP69HsJ5l4d486sqpnQAuG5ww==","signatures":[{"sig":"MEUCIAeF8gfVxvdRyAAwe24CmxkAlwqeP+fo5WYVMzSrnzv+AiEAgmkoOspptoG/ct5zVMfGt4dOf6llPslx2qfC9zkdNi4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1776132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVmNlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOVxAAm2tj4TwWZOvlKeEIOo6ZpVcggcMMWokLnwuWRiZZUOaE5OtL\r\n97xqQbBkkGWI9lT4U6l2c4OQg6V+ZPLxpbyOZYb+e/9aEwoSmZVJI7a4SZDN\r\njlOlb05gh+YjJqj6mrF3BX8+mHnuP73j+ODX/H/fCfegcbqHN/+fFcDNd/Hx\r\nbxjTIrS2epkNOq29DlDIGCz/rIPYyXT8xlFCXWSHklPlQvSjmUSwO7rkE7ZJ\r\nAjdy5/0SyF3YUtTmZ9nQDM2Fb8fRQ0Px69Cc0C4k2QYUzdXPAcWjwPseW2Rl\r\njgM1Uxj8RNCpNT1aXAzHJSSJsK0SgSkeFW1FKQX9z/jbt3sQDNA7ien9Fm59\r\nu+CQh6tU7IJgJuNPQxl2dEyltW0z+5aJbYM9jMsN/MwEDvM8gol0lgCQCDNs\r\nknnLC5Ph+dyKDYKr3HfNBWtNqrhz22tLJzrxC9aC3ve5uTCYSmzYktZ7XNDB\r\nE7iVn/fnzmW5+GXGfOpWD9PENIpVyYTk/ALzZBdcJWv+leFQMfSRf3n7KdN4\r\nCivd9O6+358CyB7y65PyMJV183h2F1jmcNY2IEOADk/QEVikCFtDn2pisimO\r\ngmrX/ilAGZMoBl1wh09E2AWu3T5Lgs02I1ZHqCjK7ZSqytP2lv6pef+4HRAy\r\nSa3lklcht4Yd9U4cTyM7PWYRPJ80Urd5Uxg=\r\n=jdop\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"e06ed8e3f0bf040fee2e1447cb7bbc8cd5fd6e3a","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.17","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.20.1","dependencies":{"@usecsv/js":"^0.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.12_1666605925463_0.050511238458880836","host":"s3://npm-registry-packages"}},"0.2.13":{"name":"@usecsv/react","version":"0.2.13","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.13","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"f85d51a379efc0ed7dfd33dbb96a3be5addf584f","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.13.tgz","fileCount":19,"integrity":"sha512-vzMg+IAWyyRGMtOBFLQGuvNc+hhC3TDtKv908lA7cZm5hjX8wXHbHmNMHVaoKMt20ebCZfd0a5YZoLcp0v1Eng==","signatures":[{"sig":"MEUCIAvLdkKov5F1C+KciCG7ibzbSk/obQzIvwdVUo3MVrvJAiEA4co+nX+MlvSYHSnZA76qAMrsvDYYIlsqz5P48nA+S1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1778740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV6aLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOxQ//Xo9974WjbG9BlK2kKnCTcKJNbB5gHFhgn2K/jHJ32xRhyi/8\r\nyQJpE1937WZhtSIYw+6vHc96Rdm8s19SO2FOObBcCDQa3MoYLLHPPpil9s0t\r\n8pjYXa7zNWmJ7If71gJw36rcexd23kDVqNbC3dIpc8KkMMcl3CA/X4K73V3S\r\ntm5IahSN+o9frFT7ZyroN+j2gv0t8ZdXQu7uotXWGlbAvYsvvra+1Q8go7Qx\r\nl50uy0ILSUJbef4S6cQUO7dkkjpphXiSrgr7g9bKcPVySaLr3467DggkM9oj\r\nDWGVSIyg/QCAQqDhrdziFGkldSaq5HvQ++otzy5yOLb/vi9MPXb29c/E2EPe\r\nTpY939XTPnzHbjBXjWI0dbC603oOIrpnR9wtEOe0dTaC8t6s++zQb3Sj6u64\r\nP9LqtDEvdk5KkFA5atQMSKxWLUF5m3Wzgim0+qoRP7+eKc03tD82X/c/916X\r\nCbqLTie5d0hEkvYehJVPrVvJNy4TUXQxD8vJ7qsVHSxGSMPXeETmWj51NTkT\r\nK+8XZNn4LwBWu5Vu4ggI3GmvVNh9XsFKKXtQFK7/LiC4zhBDefOiYpz8/CnV\r\nj1feoivD9ivCdNPE4W+pMbFH1TyOWvjsnLBc8RQklJvFTQflRt6wzHHi+88U\r\nzVLTsvKmuBqoy0e63pwqGzRQ7UMaPJKsdMU=\r\n=qSop\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"909e7997c1cff8d5aff3a58d670c16aa82f1539c","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.17","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.20.1","dependencies":{"@usecsv/js":"^0.9.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.13_1666688650925_0.6077236340860102","host":"s3://npm-registry-packages"}},"0.2.14":{"name":"@usecsv/react","version":"0.2.14","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.14","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"3ec5dda3964a6e9175210d763b379afea57ca2d0","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.14.tgz","fileCount":19,"integrity":"sha512-ZgADh9Z0r0gdmCs2k6EGI4L+ibf4gj89YLiyF1DnFTcvPp3Fq0P3Xn4E6Lrk2pNV/SZpIxWH+RW7K+w4XvcV9w==","signatures":[{"sig":"MEQCICT/uMbNwKa6mvCMHDbZbN0soV0hwTegLhzG0KxJHf3RAiAjifICQGTRiIV8GOFwc8mnCxeh3yvwREaMRpJAqSPTDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1779046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYhD4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNCw/+OUNEx8d/ddHaLN2f6BAkXbqEW4SFK3NRoZU8QZZsFLJ6V7K1\r\nF6PHcmbuXX6vsEvo/3iyzdo1FUU+MDiFsZYps+/vhfhIHSqsDYpvctAaMZ4R\r\nwyqV3yPh+O5DOv2HnOmAZmO0trIMeeI//Ut7AnknmCW31bae+uo8LVs3KCub\r\n82co4JBibmk+wCQ1A6vtxwcBWi6yhbemVbMsJQ+f8hhlet03J9Q526+ZCKGE\r\nG84174IPHiAMnWePjkLg8E7HiA3S0Ehks7s9kdr+EB/8VdLUWa9PxWiTf4SE\r\nJS1paiHu2hd+Fig0XZbob60akTurT6Gu/rfLkI50c2SSBezHiACfevR5jZKG\r\nknxsXGmPblHg8Rtm1ym/QwWBeivIRKjsptjv2VDk4NvzV/xcbAhjguwszCt2\r\n5h8SYbFyTX3AMFkTpLIwZzeLIJHBvJD8ECnR5akhqCu7zUpwc/nghTAh1MZz\r\n04ugXvrAHNW8oaGdoGVuDfPAOGRktjQFbgzmYyPr8kjjunYb20kdUNe/wwi/\r\nW8wEIEVP33gMd6Zjm1JCoPcchCEiYVaTyoDGSoadZj3ye+Qh0jBafVasp8q1\r\nj9baSq6AzxTBC63MBx0wGd4p3cUsFJ0hZxoavp15qCsAo4gsvUiYu3tjDn5E\r\n2WijH33/Y3muDDEwcBuh13ObPG8Fs2Z5q4w=\r\n=7yCn\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"b21176395add72cd3a94f4496a19e5e579d8438a","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.17","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.20.1","dependencies":{"@usecsv/js":"^0.10.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.1","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.14_1667371256011_0.4394822377905163","host":"s3://npm-registry-packages"}},"0.2.15":{"name":"@usecsv/react","version":"0.2.15","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.15","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"06e72baac9e263a8a029b8b99c8617fc56a532ad","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.15.tgz","fileCount":19,"integrity":"sha512-6YWjNNrk2SCTKcKOJ6hZxQZidnZZuKHbnB6xdjjZJ13zrglZBEyBdTUd0EC6qphdu0if71QDt0lz7wGgCDsvtw==","signatures":[{"sig":"MEUCIBYauxoT8i0PueQXi7rbtxWvjpv3RuKIDODYLL/jp/3lAiEA9LMwOfJFsqG6/tHNY8PBoUA1dJ3/SoQYkXQKgPCeji0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1780009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmDzDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCLw//SJQ57Wp7AnFOiNdiUDV46LAHJVLGgGAqjXARFht/rv8z4B8T\r\n4xSgoYvVVFqpTb+PLAAoLNWwS/KcWa8isuhfNACTeuX7oJRNBtNjEUYGgGtK\r\n/2Svz8MOcj1iNU1PLom7qiitEPBGVKz02QnYcWy37Gpl1HogDrt+cwIu4vbr\r\ng52NsFwUMSuVvBqDTu015TyUJcmtVZQCZ8Gw5dH6q39Fp44iqsI/cicmGwal\r\nXCkfOhYdJPZEBmrBRnO5eoyR3ZkildveROHQPMkjmmak61WmPbDRo1fb4T6d\r\novgZS6ioKY9/Z1fzDUMmKQwWakQExFO1uMXxJ6+3j3MIkG6wRwCb1VHZAV+N\r\ndDLHePLGRTXGy7BhvY/Jf1NJPz5V7BcsjkhqPrw96XZ55QD6YDM7B3dFKLmN\r\n5fKZPeZixppzzu+DQxmY7vejVqoNzCzpFQAKf/DHorJPqJ4CpZ7KaVwDNplv\r\n7C22++AR4WkcQPzlDVBUZsXztRdFVlYZWQG7ucuNLbLsofVtf/DNrDF4h4tj\r\nSabWybZg/FeYf4zbP8ip/VK5KWXtJdUxNZOCVfaMlZLnaeGIqVVRTycxdbD7\r\nnuFupW7rtnwvb5YMoxKj2Ti8kGjQRxtZe8vpzANgOKOXhmPS7GsDXuS/8X2Q\r\n1LLBwZHncXrALNq1Z4Yg/eT2BrcYxBNVuLA=\r\n=IxjV\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"5d665d3f5b710064d9eaa91fc77f14525a7c1a9d","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"6.14.15","description":"usecsv react plugin","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@usecsv/js":"^0.11.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^19.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.7","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.2","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.15_1670921411434_0.4250626590537665","host":"s3://npm-registry-packages"}},"0.2.16":{"name":"@usecsv/react","version":"0.2.16","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.16","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"2bc74dc04a2ceae44688dd84bfcbe239dfef3576","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.16.tgz","fileCount":19,"integrity":"sha512-fgzLkeXIwHDg7U04t5/Z0uCLCVDuc6Cwie327ISVkplJiyG+6wyYq9b7Hd3MjpWZWd9l5XxfpMq1bK47WJjekg==","signatures":[{"sig":"MEQCIG7JVuVGQK8OiThrt+dQ3UhWFzvV85ev0a5qXMPx1VxEAiAso5FiwXaeE6AoDxHvyitziw4/f29IocK+1mnPjsScCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1781360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvqE+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5Jg//bSWsb8ZX/2a8CVNDbyd0WgtJNThY5vZ/QIas0oQgVvM84y6K\r\nW5JcS8Q+0SrUfsEOAEv6yvmjf+FzDZ+fBVqHjjhedILIbolrzAIHQtcuGpPz\r\nVsIMTOnpVjQB0xcIg/HtemFvt4PmX8X9nvmSC3gnBBJm60Cpi1kaqUvZTJVg\r\njQjtqJJz6GKCiNu5uaS2J5XlQCqrc03dUchGPvp51VacwB+h9xj/vXzcYkCY\r\nA/ZCgS+z9+KB4Gpz5k3YdsfZdH/cDQQxZLskVuoyh/ej6s7N6e3FUqaILY+c\r\nN+AM9zYf1TjZC399BJ5eQLfuLr7Y0vqIpCa6wwl82HRM9P91Zy+3hEteWDI+\r\nGqPKzZYGxtSCve7Lghi3DmQKDsisxHW5y907WhCa2/ClX1mDgqt7SKwXUX99\r\nKDgMmoKBcKdklwgoeUbHSDekaFBDols1Efat5WZc+84i+REWDLpGCeXmGW+w\r\n0nBZYXQ0WyE0N24V22PdcL103B+JcTtsirT0sH5zuocRlyBo4yaGBWqIOB9w\r\nBl7UGqsdmVB/qgoQjQK/OtRbAQp6sY7sp1qR+2QdM2TjKXwgSrVCSmFGuZ9N\r\nBq/FO5vPbUfESoWK5iCG8VxxcCGAc/y/77c4d13CUPKPU3YqTqIxGSgyXnYw\r\nU/LV54jbphbmtTrnYFMFotk48zsKLogJ3pM=\r\n=lFtU\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"0fa8d13e2920c60470c1e2be3a167f270106d7a6","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"8.3.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@usecsv/js":"^0.12.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^20.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.7","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.30.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.2","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^10.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.16_1673437501711_0.5331100994986107","host":"s3://npm-registry-packages"}},"0.2.18":{"name":"@usecsv/react","version":"0.2.18","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.18","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"dd578bf3ae085ba6421798436baedb100c08685c","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.18.tgz","fileCount":19,"integrity":"sha512-jG92ilGyI+ag29WgHz1e779JjLd6xHPa9oj/OGVgbU5eHaQ/YTVv0Vz2T+vJMdtEF11msmSvHx9drNeQrkN0gA==","signatures":[{"sig":"MEUCIAmgM/i+R+BD46DoO/Q+rjKbIluRu9shOxdqfn/Fxn2tAiEAhUPAX3FD3NicvAWhbTskPLb86dvkYun5/xwJI5OhtIk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1844559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUOMlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6nA/9GV7lC8q6LLuMmNW4V84ZiOTRVYImfCh3KqwcE28zqFjZkvw5\r\nLRMFKJvS6tjrWKw721qaake0T7V1gf7K0PlC+VEjuE2U8LYUvh9H45nMkB1O\r\nOIg/czuCbNIDrOs7reLmWGEa26tpO1YnQHEk4TygAPDyvDVJL19hmUQA63zF\r\naz2fkY4sJh/w+usz6gtq79O9w4L1iQfQNiHhT+xjegM/nc984vZevSR05C4D\r\nMMZsIzWadIph7wl3QmL6eppCTsubHH+4cLo1UncA9VyjLovr/HSsd9ECd9t2\r\nuLheCVUsEuqsu/AIWR1VLa3eaEYH6fgBAbyFUvdDaUZamiNoapdorz3+YHEj\r\nFdhRiLJeqik3uNAsdKWMtkfaw/g+nW9VzsP9ManTb9QxHB+bB8x3kPSLVcox\r\nKoJBKn+Zfp9jP5QiLWhg+e0F6wfGqGbzWDIOvGS9v81OP8vWq179L9dnW999\r\n90iE9MgAUplbEOfj4GMONxZx8qCXv+XuhTiw/V8ttmN5tcjZMjWtedK0SG45\r\nxn8+lQUYUcZXt0DG8j56KqVb/ODSEqtDu6S/ll8K+J84ZHWYauO96BeKv4li\r\n1EBD8W1puFYfSN9raStp08QdGvxtER25kLHl9ZohEtFUyyJpMywU7KIu8e7z\r\nNdAQj88Rq3ShP1yKt0jpV5fNq90qkKHLqCg=\r\n=aBqo\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"65b1bdd5fc18909e3d4a54bdf5d26b717ac6497a","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"8.19.2","description":"usecsv react plugin","directories":{},"_nodeVersion":"19.0.0","dependencies":{"@usecsv/js":"^0.13.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.7","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^11.0.1"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.18_1683022629261_0.3938044412848747","host":"s3://npm-registry-packages"}},"0.2.19":{"name":"@usecsv/react","version":"0.2.19","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.19","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"3dbd4859877cd470e0132170e0fe4991c147996a","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.19.tgz","fileCount":19,"integrity":"sha512-iN2A3TPeIrvwBQjTqznp7wt1+B1jd3uymRMaN/1JyWzwiZNwQ2hRJbmemUTLP/BE0fmukHbwZQ07POXE1BLheA==","signatures":[{"sig":"MEUCIQCYxXm0a2fNWEyHWGpvwGLDvJPFgbj5bf3sQ+364vjx5QIgKyCoFL/k4/bj/Hc2kFsiB2Ne/C0TCuWL64p0ni/Lkjs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1846273},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"09e5989baa01b36288b680346e2ab1ee1c8830b6","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"8.6.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.0.0","dependencies":{"@usecsv/js":"^0.14.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.7","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^11.0.1"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.19_1684313277661_0.5145866273341833","host":"s3://npm-registry-packages"}},"0.2.20":{"name":"@usecsv/react","version":"0.2.20","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.20","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"6a5c3dae37e22018a6ff87861da050af97693b96","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.20.tgz","fileCount":19,"integrity":"sha512-UYN6PPqxT2ORvQPqtnp05t5EmKzKL1XuyXYpZi8RUW0F7xf9sL5djw5uNU4lS3dKBhVw+vfa1xLagQsDagpKQQ==","signatures":[{"sig":"MEUCIQCG4zholy1qpMpbeYmS4iajBKv9LxbMBq18fPt94fRWpAIgQd3fIypoMtDBL+QqfRxmYTJuG3dHGH/ryH9+ibCCwOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1846564},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"d11c7054551052f13375ab9991cc2495258d3b83","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"8.6.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.0.0","dependencies":{"@usecsv/js":"^0.14.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.0.7","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^11.0.1"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.20_1684846723379_0.6207007951337025","host":"s3://npm-registry-packages"}},"0.2.21":{"name":"@usecsv/react","version":"0.2.21","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.21","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"11123df8ed73a135a501971920f082e60aedf3c6","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.21.tgz","fileCount":19,"integrity":"sha512-ya28PqqXPWMWISS4pXUIBK2XNKl6psekgda8DzL0larq9AjvBvBt/ETYbfHT/Y4vOoLPgXjQBUsIYcPgJX7LCQ==","signatures":[{"sig":"MEQCICnzRE1EbtxeMsd9RtYbfYJfzPtAGISizo8V/94wkzlOAiAkGHGGhBIZl5XHlydJfKBPt/HLN6mSdEifICvAy+6RIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1846846},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"73acf36c525093c423cc4edac2abe589429af017","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"8.6.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.0.0","dependencies":{"@usecsv/js":"^0.14.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^8.1.0","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/release-notes-generator":"^11.0.1"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.21_1685306429522_0.7891600138676611","host":"s3://npm-registry-packages"}},"0.2.22":{"name":"@usecsv/react","version":"0.2.22","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.22","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"51dd00779666f5691b2703f19891e829e820b104","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.22.tgz","fileCount":19,"integrity":"sha512-ihLi1ylp+/hoRe55+Bap/i2hvg3PaYlQcH6xXiCTim8D8El1zmhIfnClYpuHGPK00BeXbQ7PFxEbHNJcyAQzUg==","signatures":[{"sig":"MEQCIG98sHbbwOw9X0+BJcarTp/Kk/zpOx47jKEk32eczfIrAiB0PSRCefVEAAS/WoHLvDQCOlqkXqQNFWzNDT6owVPWHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1847154},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"d22fded072e10c7a6d75cff69001f3c8971040dc","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.5.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.16.0","dependencies":{"@usecsv/js":"^0.14.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.0.3","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^10.0.1","@semantic-release/release-notes-generator":"^11.0.3"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.22_1687699724697_0.8316868315457941","host":"s3://npm-registry-packages"}},"0.2.23":{"name":"@usecsv/react","version":"0.2.23","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.2.23","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"e3c05bb92c16e261b92f8d2dd7608f6e5b48b28b","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.2.23.tgz","fileCount":19,"integrity":"sha512-6EEBROffVI9tEFQy7EoIdnMDXzF7HH4V6hT3uYTQcrep+x7IV9tmceRt/V4AdQBPcrR3iqrzUgD0OApFNkRFew==","signatures":[{"sig":"MEUCIQDyWuwcDFTLanyudFzc0lrKfAHejTVE/CZSOWCfLGbf+AIgHp7SAv2beYL8He0AyrPcThWbyUri5LppLzzEuPzm94A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1847459},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"f716e5854aa77b9dda2e7673e449432cfc4572f6","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.5.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.16.1","dependencies":{"@usecsv/js":"^0.14.4"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.0.7","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^10.0.1","@semantic-release/release-notes-generator":"^11.0.4"},"peerDependencies":{"react":"^17.0.2","react-dom":"^17.0.2"},"_npmOperationalInternal":{"tmp":"tmp/react_0.2.23_1689690988212_0.8888925225076192","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@usecsv/react","version":"0.3.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.3.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"83743005a31143c3e9313fe2b1548b975d48f467","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.3.0.tgz","fileCount":19,"integrity":"sha512-HEj30XdUAS9GFC0K4iHCi4wD2eQrTxsjSH50uuHRygLodekd43Cnl9bBYns7NiE/KGaRiG6+Te+FYbAKdmsbaQ==","signatures":[{"sig":"MEUCIEFrfuniRJGoRNFS4q+idWHPQAwkXhvkxRkw1ucBAePlAiEA2dkJrbJozyz+pEi87maCLoFk14HeswKIA82WGj8Glvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1847773},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"f7af5e5156c206fa1cfe14c1e100b0b60b8641b9","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.5.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.16.1","dependencies":{"@usecsv/js":"^0.14.4"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.0.7","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^10.0.1","@semantic-release/release-notes-generator":"^11.0.4"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.3.0_1689859909640_0.8694629403266894","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"@usecsv/react","version":"0.3.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.3.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"b2478d172967faf1e062eb9370bd6a929fd9b6ef","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.3.1.tgz","fileCount":19,"integrity":"sha512-8wZy5eMc7MdBkG8mE250XfvxchaLFIUNxK229vDL+FceylN4R6vOLCSZX52fWoujxMgnSZzLbaQs6ZL7iDF/kQ==","signatures":[{"sig":"MEYCIQD+3OqnLLY5qrnK64oU2Nd2Z3/rfK/2Evkw6TsnOrEyawIhAMfQPYPllvzoAb37s36vL21aG32Cem5/+wBF7IhAEOvJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1848045},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"21776a1ebf309992972927b7e283b4347759d522","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.6.7","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.17.1","dependencies":{"@usecsv/js":"^0.14.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.1.1","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^10.0.2","@semantic-release/release-notes-generator":"^11.0.5"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.3.1_1693131584139_0.7090141915323434","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"@usecsv/react","version":"0.3.2","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.3.2","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"a887d111af8080a59eab4ea026443447b7be04f5","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.3.2.tgz","fileCount":19,"integrity":"sha512-6TVnDFWcdKSpQUoQzJYfTkUiMO+11rUjjILzMBFGWaJrsTRlpadT8gX1u1sdmfLItU16DnjTUMmtHC7qWuGaeQ==","signatures":[{"sig":"MEQCIBNwKclCP053dxuKD9uIYk4NZojK1jqx0zJcpk8HZt7AAiB64rQ97qf2WcacOtpDsuOxnMbqZ431NnrFegRtpPFJnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1849740},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"ad54f4130aae9a866b9f6ed106c338262ad2b6cc","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.6.7","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.17.1","dependencies":{"@usecsv/js":"^0.15.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.1.1","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^10.0.4","@semantic-release/release-notes-generator":"^11.0.7"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.3.2_1693389252265_0.011163660140157683","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@usecsv/react","version":"0.4.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.4.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"aaf7b9b9b242ce61c0af6f5c7c046ed22957af86","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.4.0.tgz","fileCount":19,"integrity":"sha512-lJHjgnjsSSRIwntSni52/v+9U7mia0tjO+MDMi//fd3/cXggRwCz3y4qnyZRF8xioWMTL1KXvcMYGLJ3qs73pg==","signatures":[{"sig":"MEQCIGI22uATy7h2XnpW6MhRrR+ELRUv2vaZfq29VlN2MqFzAiAlJk5/ejQ3v4znJwxwPCsEiMoDoNBVAp4GDIuoglpMWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1852341},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"9edfaccc2ea808d081047902b5074dc81ba36b08","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.6.7","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.17.1","dependencies":{"@usecsv/js":"^0.16.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^21.1.1","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^10.0.4","@semantic-release/release-notes-generator":"^11.0.7"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.4.0_1693594131112_0.9130725963401232","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"@usecsv/react","version":"0.4.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.4.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"c1d3b30405cde1151d603bb8f3fcb1ae69c2fa42","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.4.1.tgz","fileCount":19,"integrity":"sha512-y7973UDS108jNpszZtKN4ihbsuaA0eAIL1AzocB9wUbu5vd+1lCydVUH2PjwOgRa7tIpwYDKMtT8Ek4AvztvIw==","signatures":[{"sig":"MEUCIDkVSw1tUkWQsqUejz3W5QtR6fHwjxKthD1yOE3khxbmAiEAr0HbdYemRdhlVTqsRBP5w1V+xrKUDOtEp2aL7RHy5EM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1852637},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"1b952df4bbb4f1499e9d9484c79f848340661043","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.0","dependencies":{"@usecsv/js":"^0.17.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.4.1_1697021197433_0.014669206141116442","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@usecsv/react","version":"0.5.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.5.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"0e274364214820c03230dbb498d904560fe681a1","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.5.0.tgz","fileCount":19,"integrity":"sha512-SSj/QsuZPn9MKbjousuiaDS5+UW/rRexW+yTKShcA9EfVk/1mvMvkuDX7KK+/M00xeypeMpcDmBveWOIvTOAnA==","signatures":[{"sig":"MEUCIC7zPzECayGuLTToCrdp/jpfhFzonwyifxgo8xJ89s3VAiEA0njHKIQupghHxwZWM4r7x9/SqUlfHia/WQw4S3Uj/EI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1852928},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"c7241d9b18e98823389de5a44b5404fe9f466016","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.18.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.5.0_1698057028905_0.507627649425554","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"@usecsv/react","version":"0.6.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.6.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"87cf7b8d679061437db6e8ac99211dee9ee2da3c","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.6.0.tgz","fileCount":19,"integrity":"sha512-3Ri19wH3+LU6fVLZv6KE/s3B26pv95XwfQWeUzBNNehjfMf47o6gybq1v2AH6akAn3rATRKCE/jlKC+MkuQN8g==","signatures":[{"sig":"MEUCIQDq6E1/QxfLeyujBvfqhvTJ4InKlgcSXvNYCHqhoFnP8wIgTHZX0M3pD+t0+ONb4J/VAeeyMO1NnL5oY509wEWv/Iw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1854379},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"794856cdc8881cd75c0cdc576274a09e22920bbb","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.19.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.5","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.6.0_1698398106761_0.6213908690604497","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"@usecsv/react","version":"0.7.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.7.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"62a36610635a86489d7dab4134e10e16ebe1b213","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.7.0.tgz","fileCount":19,"integrity":"sha512-wjejQToVgKxRdWrgRVbs3XhFnRsebS5B1lcNXObJFxSNZaDD7U1G6UhG5uSYQFJadK19zwlqh+mB5WxICuYbcw==","signatures":[{"sig":"MEUCIQDr+Mk+4vmjAmxjruwPa117TeKUf6D2FPL0kIkO9xpSvAIgL3m+xJEwOrAhTFRvYbVCuj0Ljsv0XQShH+/Pnti34Es=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1856307},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"2121b74cd5ac825d0f89eb9212b0fe421f002b31","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.20.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.6","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.7.0_1698830986292_0.200144936665142","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"@usecsv/react","version":"0.8.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.8.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"f938de78c7429034d28de6c59ce54a8fff6dc3ff","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.8.0.tgz","fileCount":19,"integrity":"sha512-Fbgd7uLznYuEG2PfAt7zXYeqUhmObWBW/cUx9peRlDvTfC8hKsVBag1hUxtu0MYZ3dZUu67QEfYsRNj1K4TtDw==","signatures":[{"sig":"MEQCIFdl6E50vod7EXFrimufP7HN8wT08q2AKvT4ciJURcWIAiBp1sMgl2ycSLGw5/hOSdV6tvnfS/c38F6mfUUolE8yFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1853441},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"0797409a9b1db654ed2d48acc50fdcd98708f513","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.21.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.6","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.8.0_1698843765329_0.51509859014053","host":"s3://npm-registry-packages"}},"0.8.1":{"name":"@usecsv/react","version":"0.8.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.8.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"bbaf5e83263c69db2d1467af1541a6ad4f3bdfef","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.8.1.tgz","fileCount":19,"integrity":"sha512-u9BKSiEex43sGXD+eUWMAtej9CnaPrAR/JQBlCTlYpfo36OlcysNpuusI6cyC9nx/RFnfZO+y5Qgu0RxbNdATQ==","signatures":[{"sig":"MEYCIQD10jItq9kL5D1VsSWgh5MlIJ5wzNMqzqtdT0hUsRqZZgIhAI29UzuVLq7LKb5uh7tKAdI+zR6of0l7QFHZ4yNl8Lak","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1853713},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"a4e68de37127098d9715fd2e87cd23c2d678aa89","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.21.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.6","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.8.1_1698922609669_0.20222449541228626","host":"s3://npm-registry-packages"}},"0.8.2":{"name":"@usecsv/react","version":"0.8.2","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.8.2","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"df126f2713b64487300ab311d3cb14d433c17209","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.8.2.tgz","fileCount":19,"integrity":"sha512-qGUpah/ZX0wVYrRXCQVHyZvakwYaT6w+iCXXRm9firLQ0i0ic8liNXWT2Q8W18y0skIT8nGlF9lXqDKRosqPbw==","signatures":[{"sig":"MEUCIB+VIOWU/DPbkMSjn16muFSaqATSkaN5ewSqN28Utxi2AiEA9wbWv5dB6S7eUg54LSY5zKt5klYl47USIFCFe4TtV8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1853989},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"b9624f89e27fbaffb12c2b548e1a7be6b6366f8a","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.21.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.6","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.8.2_1698924814895_0.9303142001598224","host":"s3://npm-registry-packages"}},"0.8.3":{"name":"@usecsv/react","version":"0.8.3","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.8.3","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"bbce11514fac0900c03f63621d854261e80aad80","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.8.3.tgz","fileCount":19,"integrity":"sha512-/on7BJIcMXnSwMNjPcyM2sJM1CsLt+hv/+qjErnAWj6MlK7D0e7m4ZbrR1AqCICk+wtnvXea91JDN+W9Qh3xwg==","signatures":[{"sig":"MEQCIBZGjpSUwK7VA95S6I5PIrJiSLEmZjLqtw7zavh2VKbYAiBUIoC1veGi8baZ4UbC2TZku+CiGWO58qSk/f3AZWa9Nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1854271},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"004594114180a5d6e1653157e6719b9329197261","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.21.4"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.6","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.0.0","@semantic-release/release-notes-generator":"^12.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.8.3_1698925704410_0.3267997666941882","host":"s3://npm-registry-packages"}},"0.8.4":{"name":"@usecsv/react","version":"0.8.4","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.8.4","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"1ebae7a9563c6df44e1058049d1297bd5302dcf2","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.8.4.tgz","fileCount":19,"integrity":"sha512-YQS4q1xfMSxU9r9ZEoZoxF5EiOcm+0s94VayeNFkd6nwgGjuSUdoFn00StAXc27LQXO+dd6bZC4dF6ERH8zrwg==","signatures":[{"sig":"MEUCIEKy+B6zYwz/sUv/CiXxlIiijH9NehB9pFAaJocbWAExAiEArw4rrqjJ3K3C06TQy2+6+5QwhD65Bv/j1Aa8FuNeSoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1854544},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"45a6724559b36bb66b595aee4a0f041ff68bda69","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"9.8.1","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.18.2","dependencies":{"@usecsv/js":"^0.21.5"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.8","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.3","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.8.4_1700571249881_0.8361886742608073","host":"s3://npm-registry-packages"}},"0.9.0":{"name":"@usecsv/react","version":"0.9.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.9.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"04f2619cec9285aa48dda114c6a0069dceba1859","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.9.0.tgz","fileCount":19,"integrity":"sha512-CluRvotF9V6s76Y/MyvcWmxQYTO5b92qQx+Mx7J8Gy2Tpz3fTriwF5yy9MF5y3nd8INWsKVRf/ZaC36KNnl0ug==","signatures":[{"sig":"MEUCIFx7YhP6eXLqttffPhQ+79wQGCTrl4/cgv7p+geuJLOdAiEAnpxuy+sw0MnZNlnD+5nifQ59jCGZeI6ha+r+CxRGhvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1857833},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"0127299bc07a3fe3844be197bf3b65a299268b4a","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.2.3","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.19.0","dependencies":{"@usecsv/js":"^0.22.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.12","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.9.0_1702381341385_0.3025731290093727","host":"s3://npm-registry-packages"}},"0.9.1":{"name":"@usecsv/react","version":"0.9.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.9.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"c28fadad628dda29f974c44892ea73aed28b956c","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.9.1.tgz","fileCount":19,"integrity":"sha512-aysJh5aRJKdwtbPx1uUBgFm8JvJc8jvmslRl7pkZxE+VSALNpF2SFzL0B8brRK9DKA0ymF2HgMx9Q3uEde3R7A==","signatures":[{"sig":"MEYCIQCsJWec3h8ivWcKumxdJ/kOleGXBlJR8niKfsokW+yaPwIhAKTIW94SJeGMTJGlg6D/qVjeo3Kf2ZvLmuAOtVJIHj+n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1858105},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"339ac1537155661b095e1a77a52c397eaae63d97","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.2.3","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.19.0","dependencies":{"@usecsv/js":"^0.22.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.12","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.5","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.9.1_1703089275668_0.8381564842018174","host":"s3://npm-registry-packages"}},"0.10.0":{"name":"@usecsv/react","version":"0.10.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.10.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"84b17afdf755ff15ffe3ca4e613ebcf737c41c5b","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.10.0.tgz","fileCount":19,"integrity":"sha512-BSLQXQKPw5SfClteU6nNULG/YpaINu3mlUliZHJ7kNCaW9raN7fR6Seg3/G0Q9kWnOSgFcuJyTH6V9/Dk7YDdA==","signatures":[{"sig":"MEQCIAPkODphPvCp8yjdv+M+fQBATne7ZTJnSLBk2ZWjVjzQAiBEByhx9JC1hoRABoA/eVSR4gbiNfZtM36+3S1Bz9ofIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1858407},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"e9ab8033b7801475e7757ed06b2060fba55c430e","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.2.3","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.19.0","dependencies":{"@usecsv/js":"^0.23.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.12","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.10.0_1703661465606_0.6605138152605621","host":"s3://npm-registry-packages"}},"0.11.0":{"name":"@usecsv/react","version":"0.11.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.11.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"b9cb1bfa7bed7b661d414e17bbb25d886abd1ac8","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.11.0.tgz","fileCount":19,"integrity":"sha512-fJuaYHDLeTZW7qb60/5wKTmoqkO6fKXEsTYB3w5MKnqzeJCzxJpFYZXzTTZ98aZ7H9MrGS4cOBCQvbemP1oCXw==","signatures":[{"sig":"MEYCIQDgcW2JXrhBkj38qYXwe9G/GDofAmxBAwJP1mgygQd9dwIhAPi2jrYwBtYvgebHzWLxL3vJ4EZTiJ9kMqEZfCG32Jaf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1858684},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"dd06d02e988beb2a677eb14cc4d04c13b1fdf1c6","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.2.3","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.19.0","dependencies":{"@usecsv/js":"^0.24.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.12","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.11.0_1704647491097_0.9980988496004533","host":"s3://npm-registry-packages"}},"0.12.0":{"name":"@usecsv/react","version":"0.12.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.12.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"c4b05adb8a2e1eeee06227d7a8e885f6734c6093","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.12.0.tgz","fileCount":19,"integrity":"sha512-4YoyIMxGJmTnxHPBb19ixCuHSmcwfcyRZSvTCvjJGgNyWEOiLnLktk/t3Sni1H1N/YB23wF4JJtHqeuJAHDz2Q==","signatures":[{"sig":"MEYCIQDR5ZcXWWRnXGFFi7x6qLMqCBHuV8fYXtbbX0l0w1456wIhAJ0bTW9B7lINNlzDAWqf74RV0RMrpD4v3N2xl6ySlMMB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1858965},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"b4ff6157307bf40e4a683d00ee36250ccde6d02c","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.2.3","description":"usecsv react plugin","directories":{},"_nodeVersion":"18.19.0","dependencies":{"@usecsv/js":"^0.25.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^22.0.12","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.12.0_1704727141750_0.2554299549040633","host":"s3://npm-registry-packages"}},"0.13.0":{"name":"@usecsv/react","version":"0.13.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.13.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"27e621633d1e50467cada820bdf488c5fa959e8e","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.13.0.tgz","fileCount":19,"integrity":"sha512-0yWNhvQH2wtNWmpZ2K68y4HPSBcoCAcFP6PZrvEjYKbZfD2yQ3wjC0p8bg2EdsLvxI2jp+UuPyjTBrKxUsSFhA==","signatures":[{"sig":"MEYCIQCVRa2EXeYYlU0sJ53eKehIFybEVjqOw4slbr/iVn+rLAIhALpzQez708OwUXlNxQMge7iP6j4BNHRHlMtApYn5+2ct","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1859416},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"4e0f5300f6728e2b8a8a5f336db11a729b42c78b","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.2.4","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@usecsv/js":"^0.26.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^23.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.13.0_1709376605411_0.7099274438523617","host":"s3://npm-registry-packages"}},"0.14.0":{"name":"@usecsv/react","version":"0.14.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.14.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"d654775aa44030571dfb970fd4bf0bfa32981e2b","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.14.0.tgz","fileCount":19,"integrity":"sha512-+qaOvJnnOTtLBDL/Zw0TSF710SWlVXzM8P4M0BTqlikGeIC1OM2t3oOE1g/b/sK7trdTR26t1AXLnNl2kuCmWg==","signatures":[{"sig":"MEQCIBHPtmGnOTiu9MFPuFXEZbNxKWjeRJzKJbpJQYXjFFslAiBTa+cS1gFb1soGG5d2zfI7CGVpAzRvX8QI5IcWUezm0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1862024},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"1f26cce306bebaa48e7839e42411f6d50195c5a0","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.2.4","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@usecsv/js":"^0.27.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^23.0.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^9.2.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^11.1.0","@semantic-release/release-notes-generator":"^12.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.14.0_1709459785281_0.1798819912875309","host":"s3://npm-registry-packages"}},"0.14.1":{"name":"@usecsv/react","version":"0.14.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.14.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"3de8bbbf7d9a8ea0d66068284b0c6e738bbbcbeb","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.14.1.tgz","fileCount":19,"integrity":"sha512-uwHeYzELQWYhyotSy6AHtzSa7v45natKupkHVJ88o9JE5yvYXaZvxJwGqKz7yv9Dihk5N3UkrXIwqNjnHhT7Eg==","signatures":[{"sig":"MEYCIQDutHfzTtFLldQU8SdjCloQrSkMFJelVHJTaWVZBohzVgIhANFgwjWmBvHi0Qc0nbgKnuwUhn0NT/RA5d3wPlwMbBJ/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863069},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"ebf599aec960cfcf1c5abe4e854a6a77a895df45","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.5.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.12.0","dependencies":{"@usecsv/js":"^0.27.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^23.0.7","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^10.0.2","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^12.0.0","@semantic-release/release-notes-generator":"^13.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.14.1_1712225096189_0.1914886544566421","host":"s3://npm-registry-packages"}},"0.15.0":{"name":"@usecsv/react","version":"0.15.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.15.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"6f03ff157879bee3c32431913e739737adb139dc","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.15.0.tgz","fileCount":19,"integrity":"sha512-IX52INCH3/kRrhacLZ1LmVAsLGu7FEIR79fhNHGlPMkzuIoGEZHaUsLUOJbXQjyUusuQ50YdNg61ITTnk3uL4w==","signatures":[{"sig":"MEQCHyLfFYjoJBsp0AQ1CepTA00lSE62+sLsdcZ79OISWz0CIQDmkHraloY4WT7/kXUsPMjjqvwuMZyUlh27EeXw7ud5Nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863358},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"f57a3cee84b28bf7e18817f9918e0e6496d26cea","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.5.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.12.2","dependencies":{"@usecsv/js":"^0.28.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^23.0.8","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^10.0.3","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^12.0.0","@semantic-release/release-notes-generator":"^13.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.15.0_1714095091108_0.06236441836212836","host":"s3://npm-registry-packages"}},"0.16.0":{"name":"@usecsv/react","version":"0.16.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.16.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"1ef5d2d0bf23b18682bd0dcf98f5eb2c0262f5ba","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.16.0.tgz","fileCount":19,"integrity":"sha512-kW184cuDUQ722BhjGfv2F44fk7fEllTEnlMMF2UFn0Bv9ja4baQ/3I1bZ3mEcm/D+XnK0CWDlyBK+x2KT5BoBg==","signatures":[{"sig":"MEUCIQDODtiHRJiBPWWyPJmhyW1UDJrfBAKWucL/89ywZbAbFgIgSUVDpTaFpUFhOPsl7LhL5+JWmMZUzGLRq+YjZK3cdH0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863647},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"aa7cee9d37230319f709ce5f8046eb07716d600d","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.5.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.12.2","dependencies":{"@usecsv/js":"^0.29.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^23.0.8","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^10.0.3","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^12.0.0","@semantic-release/release-notes-generator":"^13.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.16.0_1714101752529_0.514065169692403","host":"s3://npm-registry-packages"}},"0.16.1":{"name":"@usecsv/react","version":"0.16.1","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.16.1","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"4ed957a6c28e3723e2429c26a929c36a16035fd8","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.16.1.tgz","fileCount":19,"integrity":"sha512-GbKwvCNqG4dHwKZ8sclcz661/KdOvJ/0cG42zP3NpAkQ1auQhFvrKJJ1i3Ids0mXP/9PeoCbel5SlCyIvi3BFA==","signatures":[{"sig":"MEQCICUDUMyxGl7gqx9oViCKjfCUrw0g8ccH5l8hnWk8/DNmAiAJFLWsfiCn7W5x0mQ0F02Mx+ls9NQQqA+VvYXo+DJiyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863902},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"a411e48c7b057f4492c4b4a2b3e255d23aff924f","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.5.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.12.2","dependencies":{"@usecsv/js":"^0.29.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^23.0.8","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^10.0.3","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^12.0.0","@semantic-release/release-notes-generator":"^13.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.16.1_1714152670538_0.9640800531839608","host":"s3://npm-registry-packages"}},"0.16.2":{"name":"@usecsv/react","version":"0.16.2","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.16.2","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"7f2d053240be4b019c86bc9c12850ca6dd6fce01","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.16.2.tgz","fileCount":19,"integrity":"sha512-dV8GzZxzDTic9lzGaPrqf+JgQjGzA06FTeJJujUf1XWSMlLqkv+iEn5BlhHoMxcwNVVlJ+xG4RoCKycoWECTIQ==","signatures":[{"sig":"MEUCIHPxxkqNG5mEZwTPCE7gkDVQHb4v80Ue21h6gDLYOi/fAiEApEwYhS4+N6aTlLtLc+U/n6+rel2xaUH5KBMIt/FkIuA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863527},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"d631e8e8ae6cba96e2b3efdf728a57a45250db29","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.5.2","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.13.1","dependencies":{"@usecsv/js":"^0.29.2"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^23.1.1","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^10.0.4","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^12.0.0","@semantic-release/release-notes-generator":"^13.0.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.16.2_1716214726534_0.4595177426061794","host":"s3://npm-registry-packages"}},"0.16.3":{"name":"@usecsv/react","version":"0.16.3","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"layercode"},"license":"MIT","_id":"@usecsv/react@0.16.3","homepage":"https://github.com/layercodedev/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/layercodedev/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"ff954741cf7b51a82f3206b69ad3fa0b290343c2","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.16.3.tgz","fileCount":19,"integrity":"sha512-MtD92UImlqdKFcBy65k/tGmjWHJ76Ntp48cuhFYlJVsNIPZqQacDxJTiFdVPpPfAE6/4SqaCq1c1KQoJN6caqQ==","signatures":[{"sig":"MEUCIBwnLxbx1UfOyzqoJpLCcsvTmKzQpKusksEdzkxif8FMAiEA84q5tsrxgJkxoHN5mBnzfWPcSbt9x2aHHYo52ZfY/Wo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864152},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"12424fc710d72e32706fc10c687841377912c650","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/layercodedev/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.7.0","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.15.0","dependencies":{"@usecsv/js":"^0.29.3"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^24.0.0","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^10.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^13.0.0","@semantic-release/release-notes-generator":"^14.0.1"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.16.3_1719774869156_0.9142187702965259","host":"s3://npm-registry-packages"}},"0.16.4":{"name":"@usecsv/react","version":"0.16.4","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"usecsv"},"license":"MIT","_id":"@usecsv/react@0.16.4","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/usecsv/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/usecsv/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"d1b2cf703617d689a05f537ec2bde233b4ada89a","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.16.4.tgz","fileCount":19,"integrity":"sha512-B3+8OPJ9chsAn66N7TPVsMwfSpXWVjg+FLrhvjoQAVRbow/hK/rTeQV4m480N5k1WWEuFH4ptBexxwzhRtU9jg==","signatures":[{"sig":"MEUCIQCbgqotUHnGNWZmIpoVQXJOpHj8Q3/msOi2JJXHOOFIQgIgF9TGMI+runMw6YaeuFiyboc+P1TMDg7RVz4fKpJNVrc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864337},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"44270ac165e79b86d65f42ce51d031f9d9204664","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/usecsv/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.17.0","dependencies":{"@usecsv/js":"^0.29.4"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^24.1.2","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^11.0.0","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^13.0.0","@semantic-release/release-notes-generator":"^14.0.1"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.16.4_1727623655707_0.2717017468864855","host":"s3://npm-registry-packages"}},"0.17.0":{"name":"@usecsv/react","version":"0.17.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"usecsv"},"license":"MIT","_id":"@usecsv/react@0.17.0","maintainers":[{"name":"layercode","email":"npm@layercode.com"}],"homepage":"https://github.com/usecsv/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/usecsv/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"e8f572333374ef4d5dcdcbe3591345fd4775ef6b","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.17.0.tgz","fileCount":19,"integrity":"sha512-WDTI3ptEGxtt6ekN7APvNAKIr/nB6tHHCH9ffVYXmUK76qA9D9mo8Zs++HWbqm1aYRSwS1JWG8/WSI8o1FLaYQ==","signatures":[{"sig":"MEUCIA9ULGIuX7m3luNKU5nr14bX5I9nTeLzq7WoXHmFuhrtAiEAmejsgc8za5NcWHx2vGaQNQsdORgCKtjsjJexaqs5Qqs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1864604},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"0f2a913d4a29329f5c709c0e401df108b1ae7a83","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/usecsv/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.18.1","dependencies":{"@usecsv/js":"^0.30.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^24.2.0","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^11.0.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^13.0.0","@semantic-release/release-notes-generator":"^14.0.1"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.17.0_1733813685614_0.5627705701425814","host":"s3://npm-registry-packages-npm-production"}},"0.18.0":{"name":"@usecsv/react","version":"0.18.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"usecsv"},"license":"MIT","_id":"@usecsv/react@0.18.0","maintainers":[{"name":"layercode-admin","email":"npm@layercode.com"}],"homepage":"https://github.com/usecsv/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/usecsv/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"b61812f6b439d133068e7e79e09511901f0e4019","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.18.0.tgz","fileCount":19,"integrity":"sha512-Bdkj9OoJJqovGCqnEEYPNcZlJd+7JwWPLZA0452Rquklr/gljlLrTJ+sR/StvOsDIaRERM2GmQsIe7TBO+1zMw==","signatures":[{"sig":"MEUCIQDLL+GOfHRG8TJTbd3x181wN2ZfGRXKDYa4hswMjBYFTgIgJzgji4xgKILd5ajTC2EtU8ki97NWIe7Gofa5NZUqbGE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1866986},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"9af7a40076c97276e100c3e8821b6a73a1c618a8","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"layercode-admin","email":"npm@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/usecsv/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"usecsv react plugin","directories":{},"_nodeVersion":"20.18.3","dependencies":{"@usecsv/js":"^0.31.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^24.2.3","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^11.0.1","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/release-notes-generator":"^14.0.3"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.18.0_1741105051573_0.9736153070337716","host":"s3://npm-registry-packages-npm-production"}},"0.19.0":{"name":"@usecsv/react","version":"0.19.0","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"author":{"name":"usecsv"},"license":"MIT","_id":"@usecsv/react@0.19.0","maintainers":[{"name":"layercode-admin","email":"npm@layercode.com"},{"name":"hanan_layercode","email":"hanan@layercode.com"}],"homepage":"https://github.com/usecsv/usecsv-react-plugin#readme","bugs":{"url":"https://github.com/usecsv/usecsv-react-plugin/issues"},"cdn":"build/index.umd.js","dist":{"shasum":"36b0869f7f40b1472df53ddd694f32f239014a99","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-0.19.0.tgz","fileCount":19,"integrity":"sha512-sCes5vqQ6AXlEkePjw0vbNvaTcI9NWHigAvQiKjcYzsHl3bwuhmJCy6ujI2IiJIyZu1nOTgaBSHPPHjAgYdM1w==","signatures":[{"sig":"MEQCIEEQwWZP9x6Uefc1s975FrZjYfeCS0Ag62leAb702Vy4AiA7XEhDVvfv2Z03ACom8TcEO7C/H5QFb9MXc25FoA0bSg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1867230},"jest":{"testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]},"testEnvironment":"jsdom","setupFilesAfterEnv":["./src/test/jest-setup.ts"]},"main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","engines":{"node":">=10"},"gitHead":"06641ff1afcbdf0d6d1d86275660c6ce774834cc","scripts":{"cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","dev":"webpack serve --config config/webpack.dev.js --progress","doc":"run-s doc:html && open-cli build/docs/index.html","fix":"run-s fix:*","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","build":"rimraf build && rollup --config ./config/rollup.config.js","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","fix:lint":"eslint src --ext .ts --fix","check-cli":"run-s test diff-integration-tests check-integration-tests","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","typecheck":"tsc --noEmit","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","watch:build":"tsc -p tsconfig.json -w","prepublishOnly":"run-s test cov:check build ","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","check-integration-tests":"run-s check-integration-test:*"},"typings":"build/types/index.d.ts","_npmUser":{"name":"hanan_layercode","email":"hanan@layercode.com"},"jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"url":"git+https://github.com/usecsv/usecsv-react-plugin.git","type":"git"},"_npmVersion":"10.9.4","description":"usecsv react plugin","directories":{},"_nodeVersion":"22.22.0","dependencies":{"@usecsv/js":"^0.32.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","jest":"^27.2.0","react":"^17.0.2","cspell":"^4.1.0","dotenv":"^10.0.0","eslint":"^7.8.0","rollup":"^2.60.1","codecov":"^3.5.0","ts-node":"^9.0.0","typedoc":"^0.19.0","webpack":"^5.47.1","gh-pages":"^3.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react-dom":"^17.0.2","ts-loader":"^9.2.4","typescript":"^4.0.2","@types/jest":"^26.0.24","@types/node":"^16.3.3","npm-run-all":"^4.1.5","webpack-cli":"^4.7.2","@types/react":"^17.0.36","@commitlint/cli":"^12.1.4","@types/react-dom":"^17.0.11","semantic-release":"^25.0.3","@babel/preset-env":"^7.14.8","@types/insert-css":"^2.0.1","rollup-plugin-dts":"^4.0.1","source-map-loader":"^3.0.0","eslint-plugin-jest":"^24.3.7","webpack-dev-server":"^3.11.2","@babel/preset-react":"^7.16.0","html-webpack-plugin":"^5.3.2","@testing-library/dom":"^8.1.0","eslint-plugin-import":"^2.22.0","rollup-plugin-terser":"^7.0.2","@semantic-release/git":"^10.0.1","@rollup/plugin-replace":"^3.0.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.4.0","rollup-plugin-commonjs":"^10.1.0","@babel/preset-typescript":"^7.14.5","@semantic-release/github":"^12.0.6","eslint-plugin-functional":"^3.0.2","@testing-library/jest-dom":"^5.14.1","@typescript-eslint/parser":"^4.0.1","cz-conventional-changelog":"^3.3.0","eslint-config-airbnb-base":"^14.2.1","rollup-plugin-typescript2":"^0.31.0","@rollup/plugin-node-resolve":"^13.0.4","@semantic-release/changelog":"^6.0.3","eslint-plugin-eslint-comments":"^3.2.0","@commitlint/config-conventional":"^12.1.4","@typescript-eslint/eslint-plugin":"^4.0.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/release-notes-generator":"^14.1.0"},"peerDependencies":{"react":"17 - 18","react-dom":"17 - 18"},"_npmOperationalInternal":{"tmp":"tmp/react_0.19.0_1774171200766_0.5501213781569818","host":"s3://npm-registry-packages-npm-production"}},"1.0.0":{"name":"@usecsv/react","version":"1.0.0","author":{"name":"usecsv"},"description":"usecsv react plugin","typings":"build/types/index.d.ts","cdn":"build/index.umd.js","main":"build/index.js","types":"types/index.d.ts","unpkg":"build/index.umd.js","module":"build/index.esm.js","jsdelivr":"build/index.umd.js","umd:main":"build/index.umd.js","repository":{"type":"git","url":"git+https://github.com/usecsv/usecsv-react-plugin.git"},"license":"MIT","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"bugs":{"url":"https://github.com/usecsv/usecsv-react-plugin/issues"},"homepage":"https://github.com/usecsv/usecsv-react-plugin#readme","scripts":{"dev":"webpack serve --config config/webpack.dev.js --progress","build":"rimraf build && rollup --config ./config/rollup.config.js","fix":"run-s fix:*","fix:lint":"eslint src --ext .ts --fix","lint":"eslint src --ext .ts","test":"nyc --silent jest --passWithNoTests","typecheck":"tsc --noEmit","check-cli":"run-s test diff-integration-tests check-integration-tests","check-integration-tests":"run-s check-integration-test:*","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","watch:build":"tsc -p tsconfig.json -w","cov":"run-s test cov:html cov:lcov && open-cli reports/coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","prepublishOnly":"run-s test cov:check build "},"engines":{"node":">=10"},"peerDependencies":{"react":"17 - 19","react-dom":"17 - 19"},"dependencies":{"@usecsv/js":"^0.32.1"},"devDependencies":{"@babel/preset-env":"^7.14.8","@babel/preset-react":"^7.16.0","@babel/preset-typescript":"^7.14.5","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@istanbuljs/nyc-config-typescript":"^1.0.1","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-replace":"^3.0.0","@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/git":"^10.0.1","@semantic-release/github":"^12.0.6","@semantic-release/release-notes-generator":"^14.1.0","@testing-library/dom":"^8.1.0","@testing-library/jest-dom":"^5.14.1","@types/insert-css":"^2.0.1","@types/jest":"^26.0.24","@types/node":"^16.3.3","@types/react":"^17.0.36","@types/react-dom":"^17.0.11","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","dotenv":"^10.0.0","eslint":"^7.8.0","eslint-config-airbnb-base":"^14.2.1","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-functional":"^3.0.2","eslint-plugin-import":"^2.22.0","eslint-plugin-jest":"^24.3.7","eslint-plugin-prettier":"^3.4.0","gh-pages":"^3.1.0","html-webpack-plugin":"^5.3.2","jest":"^27.2.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","react":"^17.0.2","react-dom":"^17.0.2","rollup":"^2.60.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-dts":"^4.0.1","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.31.0","semantic-release":"^25.0.3","source-map-loader":"^3.0.0","ts-loader":"^9.2.4","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2","webpack":"^5.47.1","webpack-cli":"^4.7.2","webpack-dev-server":"^3.11.2"},"jest":{"setupFilesAfterEnv":["./src/test/jest-setup.ts"],"testEnvironment":"jsdom","testMatch":["**/*.spec.ts"],"transform":{"\\.tsx?$":["babel-jest",{"configFile":"./.babelrc.jest.js"}]}},"_id":"@usecsv/react@1.0.0","gitHead":"cd1e61ca1f5c1d86ef8c9be8f5af34de3514efe1","_nodeVersion":"22.22.0","_npmVersion":"10.9.4","dist":{"integrity":"sha512-1sGdmJu4RDO/jJpZJGIa+8+1IyQIlZtdwIg7LzC/WhcwXRGhdtUbOzM73qhAlHP9BwNkOxawtRn8ugzn5XjeKw==","shasum":"743faf3560d2d04308b953fcef14c4c5d932da3d","tarball":"https://registry.npmjs.org/@usecsv/react/-/react-1.0.0.tgz","fileCount":19,"unpackedSize":523705,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBIr+3UMet/hv919/5YsH1PZGO7CiKofcJO0aSD3Z2VGAiAYNKXVjYDUXY9E0fcccu+JT/GKymwdjD38vmI3Rd86ag=="}]},"_npmUser":{"name":"hanan_layercode","email":"hanan@layercode.com"},"directories":{},"maintainers":[{"name":"layercode-admin","email":"npm@layercode.com"},{"name":"hanan_layercode","email":"hanan@layercode.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/react_1.0.0_1774814862388_0.25595512381328556"},"_hasShrinkwrap":false}},"time":{"created":"2021-12-01T12:26:02.556Z","modified":"2026-03-29T20:07:42.663Z","0.0.1":"2021-12-01T12:26:02.783Z","0.0.2":"2021-12-08T11:53:40.936Z","0.1.0":"2021-12-30T15:16:13.116Z","0.2.0":"2022-03-07T13:34:51.301Z","0.2.1":"2022-03-07T23:14:46.014Z","0.2.2":"2022-03-09T15:55:47.146Z","0.2.3":"2022-04-06T13:37:25.732Z","0.2.4":"2022-04-24T14:26:55.511Z","0.2.5":"2022-04-25T13:15:35.896Z","0.2.6":"2022-05-12T10:22:46.449Z","0.2.7":"2022-08-15T13:35:19.890Z","0.2.8":"2022-08-17T11:35:44.814Z","0.2.9":"2022-08-30T13:39:44.874Z","0.2.10":"2022-10-06T08:34:59.984Z","0.2.11":"2022-10-23T13:13:20.473Z","0.2.12":"2022-10-24T10:05:25.741Z","0.2.13":"2022-10-25T09:04:11.172Z","0.2.14":"2022-11-02T06:40:56.286Z","0.2.15":"2022-12-13T08:50:11.644Z","0.2.16":"2023-01-11T11:45:02.034Z","0.2.18":"2023-05-02T10:17:09.509Z","0.2.19":"2023-05-17T08:47:57.975Z","0.2.20":"2023-05-23T12:58:43.564Z","0.2.21":"2023-05-28T20:40:29.759Z","0.2.22":"2023-06-25T13:28:44.998Z","0.2.23":"2023-07-18T14:36:28.500Z","0.3.0":"2023-07-20T13:31:49.982Z","0.3.1":"2023-08-27T10:19:44.388Z","0.3.2":"2023-08-30T09:54:12.488Z","0.4.0":"2023-09-01T18:48:51.370Z","0.4.1":"2023-10-11T10:46:37.672Z","0.5.0":"2023-10-23T10:30:29.129Z","0.6.0":"2023-10-27T09:15:07.060Z","0.7.0":"2023-11-01T09:29:46.603Z","0.8.0":"2023-11-01T13:02:45.787Z","0.8.1":"2023-11-02T10:56:49.903Z","0.8.2":"2023-11-02T11:33:35.157Z","0.8.3":"2023-11-02T11:48:24.677Z","0.8.4":"2023-11-21T12:54:10.152Z","0.9.0":"2023-12-12T11:42:21.741Z","0.9.1":"2023-12-20T16:21:15.949Z","0.10.0":"2023-12-27T07:17:46.008Z","0.11.0":"2024-01-07T17:11:31.317Z","0.12.0":"2024-01-08T15:19:01.983Z","0.13.0":"2024-03-02T10:50:05.656Z","0.14.0":"2024-03-03T09:56:25.501Z","0.14.1":"2024-04-04T10:04:56.429Z","0.15.0":"2024-04-26T01:31:31.346Z","0.16.0":"2024-04-26T03:22:32.805Z","0.16.1":"2024-04-26T17:31:10.796Z","0.16.2":"2024-05-20T14:18:46.767Z","0.16.3":"2024-06-30T19:14:29.720Z","0.16.4":"2024-09-29T15:27:35.913Z","0.17.0":"2024-12-10T06:54:45.844Z","0.18.0":"2025-03-04T16:17:31.954Z","0.19.0":"2026-03-22T09:20:01.033Z","1.0.0":"2026-03-29T20:07:42.518Z"},"bugs":{"url":"https://github.com/usecsv/usecsv-react-plugin/issues"},"author":{"name":"usecsv"},"license":"MIT","homepage":"https://github.com/usecsv/usecsv-react-plugin#readme","keywords":["react","plugin","usecsv","UseCSV","csv","parser"],"repository":{"type":"git","url":"git+https://github.com/usecsv/usecsv-react-plugin.git"},"description":"usecsv react plugin","maintainers":[{"name":"layercode-admin","email":"npm@layercode.com"},{"name":"hanan_layercode","email":"hanan@layercode.com"}],"readme":"\n# UseCSV react plugin\n\nsee [plugin docs](https://docs.usecsv.com/docs/importer/client-libraries/react/getting-started)","readmeFilename":"README.md"}