{"_id":"@teclone/rollup-all","_rev":"59-59fed0a9a794ac7af8bacd3a222e5ec8","name":"@teclone/rollup-all","dist-tags":{"latest":"4.0.0"},"versions":{"1.10.7":{"name":"@teclone/rollup-all","version":"1.10.7","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.10.7","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"d6e287bd9b4d8743de7539af6eeefc3847829598","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.10.7.tgz","fileCount":47,"integrity":"sha512-brVU1R2WQ/rneDmdipAx4ZUSqMoOhXuGRNIJYTbLQKTpJmRuzhy9MP8pCZPAJa+lUwFYP8pGfmQg7llTKRz+pQ==","signatures":[{"sig":"MEQCIF5bB5t7WNrPD9FbT4ISKIldnAbW7evr8GlbTStAdgMhAiAoKmmZPdfdHJEhrjHRw3czHv1ROV085eLPbOvOCDgIYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXD2kCRA9TVsSAnZWagAA7CUQAKSW4mehYfPbhoA2Nl4Y\nz8Ox2LgxvNb1/FxWfEaRhSeG07nH83lCWfXDdLqSf3ufAhGoLyIdl/CbfUSz\nPLMwfwflfeRWyj7xw+VCK4k+EZIkLhbR6JlL9KuZB1aRGGypXXLepF3V6RGr\n6nlGnYxo8jFxhdp8RXqxU3udiZR5EfptaNxYotBS1GAiQ+cMC9e7RwvP6/Ua\nEGpf3EyN9KQTqliZ6ry44q3svvZNoDGniphghZMshRSh9mhStS3CPECZwISE\nIHX5d95yC4TM3YKGf7RXOLBMy+Hl4l1BlLy90+mk2knD8mi99B/812ZN86nf\njIEfUkM86qW2D18De4f2AdvgeAT0SExOIHD1RuOeomt6FEnO4e7yXit6iJEH\nUb59Sc6dSly2mL/pX/xAttxQIVsU4U9WCac4kst8TKhZRozNSj/QncbhlJyR\nthr0qQ5xXN+Th4CH06frn+4FQSTyHckpMvv2JfKChPnhjZKpE5FyhCXHVxtu\n5dHekG4/U7gWwcRKZqD7IGHa+ikzTsAOGoQ9ApHreaOM/7DuM/NefaYUCVD9\nY392MJKqRTySF8wMzc80gfreJT3YbAEczGCJlAxJV7BaL5hswM1/r6484vzn\nGHKMnnmB0O+AK2b4/UGGf0ANxjjSesMmNcvDgAH/UoSQ4EUvNFxfp2p49aaT\n9gfL\r\n=b8l3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"ee741b062d57b8e57e7af358ed1f3fbb561900aa","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"yarn build-typings && yarn babel-build && yarn rollup-all","commit":"git-cz","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build-typings":"tsc","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.14.3","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.10.7_1583103396292_0.40312508098316036","host":"s3://npm-registry-packages"}},"1.10.8":{"name":"@teclone/rollup-all","version":"1.10.8","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.10.8","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"e3caf2a0748fd94892e4c5635cd22b1509cf462c","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.10.8.tgz","fileCount":47,"integrity":"sha512-iZ7pncngmaei+cuzRm/Hznuq9YY+Uvp07fbt9kGWkkNkBiEbi4PijdBMJLCNZ9hYjHLIWW3XFnbdh1In8cTPiA==","signatures":[{"sig":"MEQCIDVPtUgO1zIWqnYkzHHC2FjgBPsCGBq8+NqdKLOGIgm0AiA6+Gb7PRC7jQ9To4ALZkbqIFakjGJcE/sRCPUENUbBgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXEbKCRA9TVsSAnZWagAArUgP/3JqYW1w0VMasvKq5Y2W\nORbU+HCMwZ4yxg6eFKd+iQj+H+CZbqYcLyNinn2NI3cfn5tF2G9vC2gD9eV5\nDuaUtIhFOqMr/RaaoWLggnWeOm2KTqCxtwFka4ZUge9baEPvOYyd492oYvot\nxJQy5V69Q6vgMzkqY3RjMBCic+YxMzKZUqjXZi+xjMs+LrqjkvQI4W83JfRe\nJywSr8KIFfEc4mwVcXpUtR/z8BWrN2lYBLUPYyLUlX3FdtCMMjJQoFlOmdQJ\n2NlTNe0h6a8l4cVHuSnRYT3EXDrAf1wEm+99P401oCg/mEv5I+ZzhGiE71F1\n99okFBzofqXY090Ej/IGvGkHqpGQLaN57WCO1sc/uzYq4DVA4/eFv+AKcK7H\nZkpqqLrS1VOlITcXGpm3oRJ5Nptv1i8BaaAxLS5/64WKSO7OqZ7njJNRZRJd\nL3R0pF3tuAE/sSB5m+7t9a4T/qTkY6ZOKUWfWEbVdnKUW/qB8n/4nK0e1clp\nYAhu1m0gj6zhl0VWfhve7jYkT33mMlAF2bOtnDQauWsHxdxng24fgI2QvwAb\nrBQF7CDd0n7UCm7zNR2ycmva8bc0J8HD8+Zn05h4Sjl0KxiaCFOQaBcFXMG8\nLiRzrDN0HVw3kAcWfnko+X9yxqS7DAI/WZ1KUO/9sl7RAsSN593Bo2t+VrJU\neeDD\r\n=lbOE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"e644c35f8aeba2c6bfa8cbded92ba2be29856557","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"yarn build-typings && yarn babel-build && yarn rollup-all","commit":"git-cz","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build-typings":"tsc","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.14.3","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.10.8_1583105737459_0.2534632813152038","host":"s3://npm-registry-packages"}},"1.10.9":{"name":"@teclone/rollup-all","version":"1.10.9","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.10.9","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"36c7478e232b2784a4922e208a4c096e8218b97a","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.10.9.tgz","fileCount":47,"integrity":"sha512-uW/vebJ3ichjMmdbGwq8iRKlYUo9e8TX/tIs5WTt250bgxlnbrc5Mn8/kupDmeFAainYeOmoVxu3eJjG0gReSQ==","signatures":[{"sig":"MEUCIHVfCjlRme6AMOE44Bn9rc1JZ1gK4JyDB7o0DaF44wRvAiEAt9aeBmF9312wsAB/mmNvWDP9Lovrqf/ESqYR4K+HQkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151739,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXNO3CRA9TVsSAnZWagAA60YQAJJwZa6abGg3/pQ8x6Q4\nqgv8K9v5vYWhYQYCYCT70TM3zhjyyZ9YiLALOkWYegDseNdF+5052IrGH00C\nmgFyErtg7xvZPckU5ozyzTr7engrjUf/RxoeBS/2aiZGOx2Nm1hwGB16V/hy\nIFK+5f11VhihbuMtaaVTOSQRGEihVONlkzUjhPYf0evRcYbQMnZZ8JqvZJq0\nmLysmAkUoHGRsCTTdmj8RStyifljUW/fn/n1WjFsHC5Qwfz++MLr+HmEFMkf\np2QyxjYErffW+zzpqszJ+DRfmKgcBU00RUvSDXUVwWdTUKaGd1szHvjhh5Vf\nO7CATT19WM/fOv/g4rkofzD2ODfMUzvDHlSoUna/4tbbuP9Q4haFfpnLid4d\nVZyyo2gouglPxQxITl6znseOR0eaYVb+aLoayskp1kr3A1MdphfRt6BjMbJx\nB+8oigJHK/JP/ZRuvklVZ3z5Guui6g/6rThc3vMBYL1ycbfGGSLlRDZojQO9\ntyvDjOCElDZzUIwzCTLUSF1oD/qCdJVidopJut5/Q9GMIoOq9Gr+RTXUASIy\ncO/FKk/YMfzz6qd/kzC+D/HtvW8ADgDW2q1SVHUB/BiNAAHFolEYiXhV0+YQ\nf7PiFYEwaHdnZ2hJ+rxs1L7UJFGYnQ/6b2A4Uje6016u+r4FFb7JBOgYfC6o\n+mhL\r\n=za7O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"2fe7aa484b92b3e757f48259c4d243218466090b","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"yarn build-typings && yarn babel-build && yarn rollup-all","commit":"git-cz","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build-typings":"tsc","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.14.3","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.10.9_1583141814959_0.4790933606352812","host":"s3://npm-registry-packages"}},"1.10.10":{"name":"@teclone/rollup-all","version":"1.10.10","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.10.10","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"8d1c5eaa9ce06237c3d78c3a5507dc1f9dceaccb","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.10.10.tgz","fileCount":53,"integrity":"sha512-lX/B6gHuMC1N8CWyiEit1JyfIyspBtlxOCA+8HTX+n/yD6y2lpcmh9HDkhDBOu0uZ70ILRjcx4yaXv9+XSqrMg==","signatures":[{"sig":"MEYCIQDTxA9W2X8VnttWS8m8m53k9idjjoJOCYPrj6CrOQiMegIhAMoFgvLDby7W0FHhM/0UMtFgRukYECMzfSfKjz1ZRHht","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":154621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXqXsCRA9TVsSAnZWagAArFIP/jqo+PWy2u1cvvXrbLwo\nOvLafnV4RO+BpAW3nzY9Ftn5c7lXBYRs0dyxx36cUloGU6xgOv7BqtTkiuXs\nEbmD9KHWtO07vBY1T/HZbpGaJm6cV9ML/uXe/FxNlBabXb1heJRUm7TLfqqV\nOH7aAd8bQMMPxu+O0AF99u91/QI6ReDc5D6fZiMnzxUyMCTnEbyNWIFkrPYc\n/2SEpe0e5wRipBIIy92Hwecxrs35qymKL92nXOiugwJ7NWQxkbinuch3ccI6\n6dGpFLVMnGCYCoG1q4Vq383Zc1r8KuAcpbEmrzpD9LWbnDwSm45NmE2yLP0+\nnV57U8a+Ho/FycfB4dqUhARtJ9TN+t/GKctr2MZYcitz5BW7lbYXgChKZaHE\nYwfLpLC2pISQYXY22UlIuQdzZkOBMsVdkH39jVa7E91JhAYbQMqMqMbrtFu6\nnp3TPowVWvcxOsHtlTBalnItx4c3c935VBCCMvl854bmVa9Znx2GN1Msx0rA\nWAdBK9olbAvJhO5yRo1Ql5H5oBpfAmclQp3u3qvcZ63PvsixamDpmlfUVbo7\nAta/bCU/mkCDWi6twWcqnp1p48NaS6TJ0la812H6eX4lGSfBhIdOzldSh/ep\nDNxTliL7Av/pgB6rg1cJs4WV5rtuvJRB0Sh7Nu8SBuoJG5l+oCg+z3roMx6c\nQPBS\r\n=JnDq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"c05398c9e8624d5ed24e9eabdc4e27d65a031ba0","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.14.3","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.10.10_1583261164274_0.28047318850604563","host":"s3://npm-registry-packages"}},"1.10.11":{"name":"@teclone/rollup-all","version":"1.10.11","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.10.11","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"e2f645938f261a45a5dcfdcb0d9d9d7b5b8d313f","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.10.11.tgz","fileCount":53,"integrity":"sha512-vUz2dZLTsDwTZ6Q3FJf+fHN86GftVFdN/eWqWUistF9O4MZgSjAq95pEnOLZUQx7k3VHIy2qNiLBuNgzgpGHkw==","signatures":[{"sig":"MEUCICgvLw2dogF95QH791rs37MvoFUYF26+r1+u+n5hIjyQAiEAwzBYew4i5Gy7wglQynF6mQQFyRTXCtG6tLX/cnH4iQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXr8TCRA9TVsSAnZWagAAQ/kP/jaNyGlO3BTdiVrBejWz\nsocXFwnhmeRWJo3Qi1Ln6WhxZiubW88GJAOCjL+kWXOXt/cws/knoX+3/DWP\nYthrcPVaa8OriPFDlaIZTbg+6Z0ro4+h5VpiHW7Ujgvk9X6TQ7lnOA73k0b9\ntmwt6YZVSPgaK9E+00ynboaJ678/Hev+yEy/dUykvt8kqf/ljqjlZ7U7jnVU\nJdxAA/K9olucbOqKve0HS/AReZg72DQkT1SzGZ3xW5R1Uh9Q1Z+gTjzsonks\nPbWEsq7AUoIaDNj3040NYIOBq2WXIoE6rs+o775F4HWQQQAUOBCY0ndGu1jj\ntC29TRCSeSkrwFe5umCjdQqZwq4HR48MKCDy2RtPeXiVpVTgJSTHAmJ/OLl6\nuOjpnWk0gwSK9+3sog8h0hJRj+wU4wkLcspLsr8wrA7M+uGD4tV9Fj4AEU82\n1QOSRych/VyPFMPvllwrAoKMVYljiiwbWnbW326YSvx+KlwC0s6pkom8HnA9\njrSf621G2ObH3u7qh5klEMNO0W/yXH/kmmJ0iNojqHJ1w7W9bxVN6RJInQe4\n3taDvYr54caEKVxKhdDXkVz209hNnUePaITje/DoZf5lPh1H23wggJVsBSVF\nWsj2+/LiytCEUZSpytKj8aietxihdC2267my+8j9gfbczep1KqoMlCRsSP07\n4Rj0\r\n=0iBr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"d67b66e52ab82347bbfe11a9ee27cb34516c838a","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.14.3","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.10.11_1583267602682_0.0765392583601916","host":"s3://npm-registry-packages"}},"1.10.12":{"name":"@teclone/rollup-all","version":"1.10.12","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.10.12","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"bc1c9661ee15103428eff65b217292cf9ea656d1","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.10.12.tgz","fileCount":53,"integrity":"sha512-M6y+6eExeRZif+SLIgIst1cGaXlwH4cs3MO/dEWR2G2XqjSdNkIpdjmx9Rza5+5hoQ7G+sOeziUNctwbcDK8tw==","signatures":[{"sig":"MEQCIEHGaH7Xknq5TXPd3FaNQxgMMSc7mCrKJCfMk5s7O5VXAiBA8xsm1Yz7Tp+J0UTqi7uQvp91gOXGgNv4Xhm0LAizlw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":144758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebRQICRA9TVsSAnZWagAAZqwP/2LvgrKehBS6G7XWq4v7\ndgc9MFjSjQwEyOYuKZW7ZHXt4NxpN0lXLk9pVI6S1iTtmAifYgCz+JQzpn31\ntP7OMhnPrQ7vvMivRuEwGpgJ89SMtA34Qor5ARTMod/V4f8gvCDlv8LgyN1G\n5oeHHy9Dsdy8S2mZFUM3aH2TmaSevzRVzNdGbK8SUhQf6XE9ZJ48drX2HeK6\nnEqeh5FNsHLHB8xlP8J053aawiYHOmil8HaiQhOYkl4KbXxglbRJ3jKIySrI\nO+l7fPgyJMjqWE91sefyAhcc4iNGi3o9AwEMOSFelvLr/kwzhVOpFKkvWm81\nhOmVq7fJ8HyVYWYHF5tF72bNkSmUqmk1Vdy2LojBtSHjh1FBKmgCJ8HN62AK\noR8AWsRO2+Ufm0XmUkmz/f/oC0cN9Mgz2HBNGzWhF/yDhJQPghgrSZGc0O7e\nbgDADeZPrZSYW88qSdZJH64orXzPtRGvf3s3mRxEdVyXi3vNazSS7Ktz9e/P\nnOJd3lLgSJN/0dtvB2VrJ6hscf6AW5CzNMhdKWfpcDnJrKDmRljpK17WNdfv\nbwViGDbgvWMQN2HVaLISPvojyLUaYO8PmvtiBo3b1QQJRfRGm8gg4oiRbDrF\nuu1vRJRYqAcxcrUjNEja9D9sxAv/ENnAc0epD5p9egjGykeqVOzITBajl0Iq\n812I\r\n=hHz1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"18b121fdd59c5f8e319fd6e0d9778098d4402249","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.14.3","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.10.12_1584206855942_0.6175283884897458","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"@teclone/rollup-all","version":"1.11.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.11.0","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"7e9464b77abefaad2b7b4da183ac56fab9fbac9d","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.11.0.tgz","fileCount":53,"integrity":"sha512-ROFgi5VL6JDtlSk15fjltFZmLo0Aw7Bo2jRPtHBzaVGi8NI72kdLlA0yzs8J8SjzWewtVeP9rfdogverNLh5kg==","signatures":[{"sig":"MEYCIQCzj3jv3FCqUZ8vY+OPSJ3kQ+hlz0KHp6/YUQ5WST2k9gIhAIq8zZSgJQkMdtH0v7+80ix0pBY2jjZdFrAR/x0ChJZK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedmi4CRA9TVsSAnZWagAAYncP/0dDEVWljhMADHPd9aqc\n53cXFI4rToqwP3Ek05SjZ8sZpkv20wXrhYSQyIpt4JkPQkHoxJ4+QdjMmuyF\n+qW29X/yY3gMZqjbs1RNB0ojLN/pWm9ygHu/GuNc8L0g24WAHCEalyXmEyLx\nPyNHX0WxWEeSqqO7L4uiR/cYBXTLenSiqY4HuutWsO95oyLHLxB7Xfqx9FlV\nqKAByL1sVH/h19e5J3n5LDaJMv3OpexEXqrcDn97IGf6NKfcEFrpKlWqY+fz\nTy3o0BC8p0IXLhd3J8ETpZM3fFrt9ilcSej5mNivNZoUhag+McHHlDMfOTcJ\nGktxzfxpcbdi9MUlDmL9IHDwpYqgmYAEz2X3K53oBBVXA0w3szI0+K2QfUqS\n4pa1tJH5TVmqpfzRr7S9fNaod7uA861Tz3dlQdblsxI0vLfc8PAG7T5bn5rZ\n+GJ89Vb+m1sYlTV29YG5ZeScerGT/9OQbMJhT+oxowR0P3bc3Gw7nm/3Q2z1\nj9dkbo8bfIU0vRXY+26XfUCi6jzIhgD/a2T46+WYSTGt6DRiRx5W1vF0PWag\n/0D/EbLRbfwyos/D7rmBqC8vClvrV9Q7Zo2opzzVuzkpc7k+XPMctnGwSkHT\nCIDDmu0ZIMkKTdweTt2E1k56zbGXIsYS5zxJmQs61KVYZBx6SNhVgIK0IFIT\ngPYp\r\n=oPdg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"dfabab0c02f33dc7177072fadbbcb354b1a75dc9","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.16.1","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.11.0_1584818360363_0.8967288606538428","host":"s3://npm-registry-packages"}},"1.11.1":{"name":"@teclone/rollup-all","version":"1.11.1","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.11.1","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"7ab201746b8472e09afce708323fae9e27067a16","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.11.1.tgz","fileCount":53,"integrity":"sha512-yQ6srdl59O/jD2i73VBYlQDLPMsZ86vSiVci6rgLjIslltASyJNTUQkd4DIcZUl5YQ05sFfM24A9nRvc7BcTQg==","signatures":[{"sig":"MEYCIQCEY8W4qaAj1OHwmw/9dcBRZOY1GC6fttTtLbp7WClA0wIhAOLmkwdlkbWEh5Jc53qjuRUd9fEtNPgi0EMk3LVGU6+N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedm2bCRA9TVsSAnZWagAAOMoP/iIehh5HCby0Gm9GOLx8\nL/ZSPzJLi0RIfjvl3bQp/g2JlcOJVyKWIWs4b1UKfPoFgfn8d1kBFnXbrvg/\nfCcMJjZT4hon/BXw3qInV/RPe6s03ot5/YiJdlc5ciH3+NiEjw39NCnZsB4K\n4HzJzHHDAiwHg/tLoztXxRLD6Q1Cb3Nh6Vai6E/0Fu9pNKulizU1Q4qYQPxm\nZCBIFB3LYxgkTUoVn/94MbnzRHTWUGu645xscudu8dQus1n23W6qs9qXUuEz\n0G4CS9kWMHe1PxDVAKNDFQRlhImBv0NXszHhbmAaxnjpldKf5OedLPmfvysq\neBfd7z79Pz8H2q0v+B6yv9uFzI3x1+5NaSIq/yNms+HLZ36PsJYMutt3demY\nFxbfZvhffH6+5KjFHLc/njUK7k3LA2Y2zWDLSJB7c6jATEwcu2VjZxVA/tRk\njSdSvP/Cce2BFPfsDCpScJAHLIEUC7yF6MVTYhsrTUosPMvYI92KFUX5ItwP\nm6vm/CqUO9xl9K1RQz6L3xpO4mdcI4aieDolakCLVchSeCd7oAhP5FVb6aR2\nhcq8ihJd7uz463Dmlf+s4sV9SNReqbhn6Feh09BUPVaGtXR1el5puSX1A9KY\nnOJY1YLyaGOQtHzcqbL+od+taN08tw/l0lXqLZGsL+sSA4eRQMtd2tjv4KQ/\nQypa\r\n=1Sv9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"3d3c943c34b834bb760e87d7ac026d02ba611319","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.16.1","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.11.1_1584819610531_0.7170387728602456","host":"s3://npm-registry-packages"}},"1.12.0":{"name":"@teclone/rollup-all","version":"1.12.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.0","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"./bin/index.js"},"dist":{"shasum":"5ce04f559e40f9a570b785d463a5cccd07a9f443","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.0.tgz","fileCount":53,"integrity":"sha512-GyQ1kGK5W5UoCbbYgqg2RWCVHltr3tpdSMV0zKRpIhRIlQBWiPoPwLCivPiK8mBwzqsM5lmyNTcsfafc7nGGhg==","signatures":[{"sig":"MEQCIFTqbw9ibgX4kWL7Fq+QNAoxpuWCLactXQHco85o/TTnAiAbYcHlY5EYEzBaOPYbOBQ4EZpy3fEQd/QgHAj7pYFzFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":143580,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJednHECRA9TVsSAnZWagAA/+gP/1rJTrMpI9r6cFhdCMY+\nNnMIrtN7djahy4KbiK0gbmzNv6lHblBtXSXffCbJLTmdBadNZFdALeUiNW7h\nz46Hom0nzJisahk0cCqvtZyYpzOchRBa2DkMlQ6E1DDnICTDsR/cVw6TO5HE\njFl+/yaWg7zrrqY3C9T/ei/Th3t5MMrTEAmZ1SvR/Ur1kBn1zP4BvjiycPGN\nj0eNkFPsZU058JT8Yif0umvlzIyUeBFVMVc1RA0tpyBmrhdDoCa4IZvTLUmA\nt5gGtMrFH/Jgwfp3UsfRHVzgrRjrXFsh/c6zJTe/rZT3Z/5sz1g8+rrFQ9/W\nCV1YrFi+niO0UT7alf0u+NPm3XvlX2yHMpiRAy2Yh3hDz0hqbUmQV9/WRPVo\nzBKfAF8isSuBRF0cOOSNAZYc3ljpC5bsUdhGayKwIljFa/wSWH8VahzoUsu0\nUqrLN35sNLPGrJdz619o5/MANUjpGOlo9LcaNV5cVCcQhcv6cVGHd3TsSOox\nbrdFMmOWQx7gIRN3smfdrcGiVsPPD56STLjNxBbluA+Szisg9J9d9EKi4/Ee\nRq7RwnSBCFv4XyXV/KlTbz7ogiqJw1IWjJZ0cJDT0doMrT7mp2e9WTW23AoH\n0r0W5E6+wK7OVaBYogHn/ceyp61kz2yu/lJdnfaYgUooHkDRQr1i6T+vR6WQ\noSu7\r\n=JakV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"7e291890c4c0d76fc8876e99b6c38144124ef7db","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.13.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.16.1","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.0_1584820676178_0.7775705889986579","host":"s3://npm-registry-packages"}},"1.12.1":{"name":"@teclone/rollup-all","version":"1.12.1","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.1","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"bcd47c8f2ce2c489b9cfd8fb411498f10d50f12e","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.1.tgz","fileCount":53,"integrity":"sha512-o8NTRAtqeQUJF9bEJRdFb6TtE3vybvvjtq2u4bHVegn/0t2kALmDsr8/Hk/xC8BVXPhilu9wOnF4K2UJzqH4aw==","signatures":[{"sig":"MEQCIEtTxdN6Ir2IaOsgmrJlD0CvjvM6xh56wirDK8Sgn4UBAiA4Ou0ywnZNSz2rGJ60yqFFJzNxHNhCRsfruqN60Q69rA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":145647,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuxphCRA9TVsSAnZWagAAvhgP/3nZRnLTEgHaVmtpuxlu\nQB5jgnOxd0SqFFJbBEzXCP7wDZjjk3FqLVqV9h8rwGE3koGFJiO4ET2rx0+z\ng84QCbtHEh7sOi3ymhPgiwtrqj148cTUCa48ty57BSawONsgOOgyn6BXKb2Z\ncicgB29pfskVdY0214KdnxP9p0AWmYK4vCxUdBhTkeuzz+frJlbzZ4zNWuOc\nfIvNzNbAI/ADpvZb6v/asSmqhCNwQQhjkLFvfemxttUd7L1+yCJEaG07YENy\nRmxdBsrhOD1JmK6MlzcPCBKZ87c6Xhi8SBnFJHVz3peKDMEbNlOFMmcXTCMh\nTf6+z7376e/sFSFeKTP/u0mcHq2OjRzBsNsfSh7GJK+Nokt3/4tayu7PoWd6\nT5bH4dXmAOdsg3CaDBDr3afc7/XrfVEbCk5pX8q/2hulOHaZhvKhIjyr6kKC\nExHDWsS9cZRZiS0XfcObG0oTkCfRtyiGcEfVhFYFksKTjqWCXFk4acrdSpO6\nAirxIdFVoQdEOk0XbvLyfJtKD47CADQfQbexqNBTp33tBmIhsmke5wKd7Fwx\nL2klzQdZnHBb63luiA7/sHrzFTcPckoN2zgXiffvPDGqAvsDhUzyBx3dcDnk\n+6OiOeIfyvq5vTW9PPvvb1eLbUUPkN28F26Q+wLouFeFxX/AVf/dyeFGMjde\nHbZ9\r\n=fDWl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"00c49d2b0946a838af0f57dff1d1cff0779945ce","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.5","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.16.1","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.1_1589320289054_0.7128558225582022","host":"s3://npm-registry-packages"}},"1.12.2":{"name":"@teclone/rollup-all","version":"1.12.2","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.2","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"433183ff9faf801dd5e33d594932f370d8749d70","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.2.tgz","fileCount":53,"integrity":"sha512-rZH4z6v9JttIq3r4oyC0H4yAG+RTv/Zi8xb2SI2U/pg9WoeiPU9YLZ/ZZVAo5cX0x6yEpLcWg3NJZVQ5249jgQ==","signatures":[{"sig":"MEUCIGccXsSb9lxN4XtgWHRnBbIIHShQHH9VUO1NGWtN7R1WAiEA127gG9emCD1xmHzwlcrqBUByX1yavH3+v2fz7ITx108=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":145569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeux5tCRA9TVsSAnZWagAAKz0P/A2sMJJ/pguSmmu3GuTW\nv6J0/j1r+0zH65en0XDHbsVDsdrFefyCzhdkBYqW2HIoZ/MLGuBDy/8zmhvD\nXiCjHqb8rjtWaMMdmsh4yizOORJs3Ikgm6dFGfrz6b1hKHOHD7foXM3VZRy3\nF5t0IbAZeTOhRlpS+M/tGlx/7PxhcTGD9JQ+liK98pXa8/igBIoEqy8ob14b\ny/eXWWR2Md4sWvEIphWR3DQTrWcBo1xsaTv/IybUxubEnPYYp+OPoWVeSu4b\nIrEhc1zln11CAscB2SI6KXAGZF4xH45raC7aoQpw7OQF7keAX9M/7Skzoe04\n0OzmCMfJkWMsGpogags0cjczHXNPpSk60vHwlaqyEMkS82JweTA5eg95cmN6\niV2Q14y1+5BXHM0pWwcQuR14uZG1l2ckzp5S2V6FubDVSi/9fXhdjEymGmem\nn8Zs9ijON5KOl1FLrzK/87pyvC0Opzj0s7DjYzsmf3Ne+S14d6w9oucqHkp2\nGCsN1QlKSaG+1atS7LJbujDGKDp6VVv2/BMA9LiVB5Q/0ZLjKyvQVWMCJQRM\nBKtCmoDfZYPcvEY0eMdL5UweBI9QoQ0MG0ASeubEIF4OlHGjXP/Bw6WHCqaQ\nd3nYJ8A04Lyag8RMG1pfQB/E4+5dZwRGSEC5+NGudXQp7LZB9GvlR151GEEL\nYmMr\r\n=sf5B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"8fa84f16423bacba676133e2dc8dca7a64696cec","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.5","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.17.2","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.2_1589321325180_0.7355232576475363","host":"s3://npm-registry-packages"}},"1.12.3":{"name":"@teclone/rollup-all","version":"1.12.3","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.3","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"7ed560ffa4f759806633f5c853aeecf0a14b6dc5","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.3.tgz","fileCount":53,"integrity":"sha512-w4+wRXGFW0Qq8QTKWwcoNucnqF8AO+TfoniNcthH0F/nGa0yA+bkhD5HtE6yEt5f//HrMVPMgO1JocrMNSOH9A==","signatures":[{"sig":"MEUCIQCdmx88waypS+rUitscuGaw0tkjpRkX7UEgCuMst3PFAAIgAb0Mflj2+S8jU9YmNo2FsgEb+6aS8tOLQocSpbWdD/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":145771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu3eCCRA9TVsSAnZWagAAioEP+wZ+RNZIWeUtdKStkMcl\nFunbFFDSlL13LRAv1i//3tWTtaGk8hdZ/rDimkqmgzYe5y/lXHmNG+U/+N3n\nCqriClFbNwTf24GVsKVfnYTcjnN2lvwkwj8ufd1fUhQ68o0x6Ttk1cPu7kwB\nDwk3E8fn8fwMIw5ZWeB/veH7mn+WwugcFw241t1ZWOS0x3sVOKp25EjM+1bT\nf4ktSg+0y94m7c3Zu2l1sXMSVqmAL3LUh/+V861NTGfjTIfoM4Xq+j7DtlxP\nbc9szCjvygCmE3MespTu2OU55HDnf2Dif+NliJczmF2tvnlwwmAkFTXMCRR9\nDGhDe9qLvYW49W1phwrX5ACzU/3D+iBOrdsewxe66T6qQTYpo5hE93RTXuxG\nA55fbX0BH0bwdNs9MnjvPomHfH7A2cquLZmFnKwx3E7KZYNVg3zzXZwOEGBA\nyZXijwVH5azMs1F68gNzAJe5P8wLlqW5WG+EqAOe640Kv71aqE/3iE90jSqm\nBIcG4cIiVWJwgrAOWJwwEZRpum2AdD/ZdaHUP+elj8/ASt+NPCWRXmMWTYpt\nCIsq1zWzdZjRtsTJsAuF/onpEVImD50YOuRltzXqSCmIkD9GY3UjIgBsxhmX\njJ+DdwmOb5bX7kLOMfNkRf5km8fINrke0g3iONzfoum77tF7hR0w+TMyzGx0\nVoP4\r\n=nKvl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"77e86e1ab7ca15cc0fde9430b680a42b97fa4973","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.5","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"3.0.0","rollup":"1.27.9","@babel/core":"7.7.5","@babel/runtime":"7.7.6","@teclone/utils":"2.17.2","@babel/preset-env":"7.7.6","@rollup/plugin-json":"4.0.0","@teclone/node-utils":"1.0.4","rollup-plugin-babel":"4.3.3","rollup-plugin-terser":"5.1.2","@rollup/plugin-commonjs":"11.0.1","@babel/preset-typescript":"7.7.4","@rollup/plugin-node-resolve":"7.0.0","@babel/plugin-transform-runtime":"7.7.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.7.5","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.7.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"24.9.0","rimraf":"3.0.0","coveralls":"3.0.9","@babel/cli":"7.7.5","babel-jest":"24.9.0","commitizen":"4.0.3","typescript":"3.7.3","@types/jest":"24.0.23","semantic-release":"^17.0.4","semantic-release-cli":"5.2.3","@typescript-eslint/parser":"2.11.0","cz-conventional-changelog":"3.0.2","@typescript-eslint/eslint-plugin":"2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.3_1589344129866_0.4147889913575049","host":"s3://npm-registry-packages"}},"1.12.4":{"name":"@teclone/rollup-all","version":"1.12.4","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.4","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"c96fa35aec302fa6d00550c8893e630713e3d8a7","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.4.tgz","fileCount":53,"integrity":"sha512-aF/Gdg6BBi7wHD8YS0Gfb9OhUfTE9KNJIRqwRHz2AopW6lDhyQSDyEtCo/t+H8M9OaJcSRk9qpQpLC/Pi6v1tA==","signatures":[{"sig":"MEQCIESmlMQ15VlCPwp/e7Lcu2lvq05C4IBJ59ccMZy7sC4KAiBqrW2pwfyNbE55Vwq5Rij1pyqx5fPQ2UaGXC1xBLW/5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexr/bCRA9TVsSAnZWagAAS/wP+wWmNjbjKS3RLeVOmOt6\n4HdUn5Twq7AsJeq0pb5bgO2fT/eKbgg9q3tfK8hVFzi3J8Vc1M7pUzX7Noio\nZ2/eiCQ4eG5fwT5L3BSHg31CRbJr/ud/xEec4EIVjGj2/ywcDZKcW+KIK9vq\nRTApwBlFft9qxCqGhB28NkynwRBey6K8nCuE6Bu9OTKzRCsQk/IPf/ke/Pz3\nSbL3JlEffdWZToHjxxLTzVSDLa9BPOEOZj7koV4pK8qgti46+9po4FpWtQYl\npGMFLuAdZP4N53870yp77i3mewFCcXhkN5lFWo/FZvXNW7sySXsg/xmSpmVw\nWhPCRIzq/XzQCjgzkbRpyetR6Fi1++dVt6CSLLa+cyyJjHTR/rfmqOeORBya\nBKlIpYW4y8Ntz0ct0TfmPXnDW+Ijg4qyFyjvwDfipXaUH6kKncZS5beIqAd3\nwZZlaQgDuE3KXKFPmblV4JKcvsIx4IxIYDVBdQo7xP5nOkjiRz6j3hM3xk2p\nH2jDUHRvvIfcLfjQeXSCrmLCZaDcPrBe05Njm5rRgjMJDgKdBGY0qSga/L1W\nFfLCtcAKBPaKvZZpykDADzJjJTy8C1E886L7qdkg1QVhj3a7lmVvfhxja38Y\nqXIaff4tztcBRNVKuoG0VrQhOJjwitA2SsZSx3sQphsVc0K+C3u9Wh2VBEhr\ncsv3\r\n=oItV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"ac73074785e1c1047fa973789bbf621ae2baf49c","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.5","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","@teclone/utils":"2.17.2","@babel/preset-env":"7.9.6","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.4_1590083546411_0.3570998239300629","host":"s3://npm-registry-packages"}},"1.12.5":{"name":"@teclone/rollup-all","version":"1.12.5","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.5","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"b9fc841355ff243ca698c9987e5ad2553f6b0f81","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.5.tgz","fileCount":53,"integrity":"sha512-fdRroEstiOBWMbkoeA1OcJ+/Arr7Viuy+fQReyoXVqwEwRxprfdNceCkVQE9cCdO5GTu0sA2es09wBvJg8TuqQ==","signatures":[{"sig":"MEQCIFgTOog+/xAPOZFcqsK0D/qNqj5G1l46gMFtHgSyqCjAAiBhrNUajWpp6OZc8UGd9f05hFDIn0UamoUeOmfSI7tjjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7MYWCRA9TVsSAnZWagAAMSUP/0yztDMXr5EU4+dXOFi7\nbZTBa/uzR6k3zOMP73Y/zIPWTRdq0ttHEoKzCF/0k9br0/cFPPceGugcvbTC\nr56fsw1sEUNfqx7CCRR7gefnpYWSw07Db5e4JTDv4xwx2F+kgaYY8lCFgssZ\nOXhgbPD4sOyDvFSSP/fLIo/Ds9qmceWpXINe4xeMqTPcAX1e9Z/ecxtriTOS\nHdh34tqAOpOHLQrNAPnvcvbaWBj2yoKE9XTjs91MycN+tmOdANdhy3wbdmIE\n9dtIPUCS7WJGJMu0WBwNxF2ZND1hhZgk3YuepdkvqAzfsd9eQ111kAjHscOO\nleNFDtJyjbMGaNu97x2wsB1JfC4AUKM5Jm8JDWz3pHQOCMk/7jzbqb0qmt9y\nj6OnIXCYXdW7RrfV/XWH1OhUf4MjHOcQIT2rNBjUyRaCxte938QO8EuaQal0\n6h3mPdg9Opc1ZbKil3swX/X9FT7ClUS1ydX0tDKuwEI0m8Ho5P6vBVghpyKx\nmM/9aIRo6x10m793oa5HZi5QZdC/+pIM6mgarjZaG4kYToBsNHm0fiT0lJjC\niimR0yOONMf4e3yA9YlvcpeZsV+n/b29G9T3pcksxEDIm9/xZqeurFDfqAUK\n/u/qY+AbprIdHbjBMTlDmDfUJlUBLMmY3pM6GYuDuHp+Sw6SEpc6AeOMnUAU\nenrW\r\n=C9Tq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"6188193ba63ae8b77f0bcfe4a6c9e1dfdf0f6bbd","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.5","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","@teclone/utils":"2.17.2","@babel/preset-env":"7.9.6","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.5_1592575510141_0.8277473339559125","host":"s3://npm-registry-packages"}},"1.12.6":{"name":"@teclone/rollup-all","version":"1.12.6","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.6","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"03bb97202714d54e49003597e7f7754707d49567","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.6.tgz","fileCount":53,"integrity":"sha512-3qCT7ZWX7FYo9094FkMna3Vm8b0vXhhKpOHFDq15Hfb5TsoIWa+oyN49wGYr0D6fSMn7o+WwLqbyH4BhfvsLJA==","signatures":[{"sig":"MEUCIGpNxYa1JSqJWLrJOoPoTt/a4tFnQmX9SW3xZF48S9uRAiEAhV8Esx8/NETO9nv9HwF0BLTO9H3uAsj6ICnCdwL07vE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8SgQCRA9TVsSAnZWagAA/qMP+wcCGKzC6qNGoSYnaa1c\n9iKE8rmTdVcBiVapQTQsa00drPG+0D28joB9hzmfPMxJRxXYaSo1PnRT27S3\nzNLxVtwmI9VlHUU1g8yNFJyk+EUx4cXR3dn1uEdfcD8Qde8Ot0O5dtam4j3t\nqFpBSNJKf60AbcmcYXMGuVC+YvX3fjvkUEpupcLgUt0WauSXXOY/oG2RoPhH\nWXFVZrOi0IKc+NBL6YH0hKrkqr0d6xltt31l0uflww5wDHuab7gkHSj0aQlS\nK7vkq8LtcvzXghNQ9n8tiWg0OB2NLAEhoEXb8H4wAwEMCcdjM1UV0t5g939Y\nPt+nTExqvsnDJUmx55ZNJh1a8tSkWBSKS0srOKou+AAqhvXy+8zNFS7s+tCN\ndtcB+B3FTzBV1GW/Hpbd8sBBiZRy1YUs8CdoEMdjU+oa5NY6KrHSfoOJZflS\nPHFXAaaXibz1KGo5W/HulOHGlWw3QBtdQp46ZVos6nBakSv4u+ocx6A0CSI5\nTV29TpO9pR/iSTpHGQYUH/nT6mmyG2XkYeR5F1VX70JxKdsmNT75itAiOLEj\nATCnjsWkhzYNpSyFL/Xhb38RnhCLxcha3ye6v0l5mFOQBQchDtjijmo8ohgW\ni49p+RcB29+1cTRsfxr8dFaAEGhAyGqQ08DJcHQYhsX5/ay7acQioqPkXQay\n3aga\r\n=Ckf3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"953980d586d19cefa912cdc7b376a1ad2ee3efdb","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.5","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","@teclone/utils":"2.17.2","@babel/preset-env":"7.9.6","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","rollup-plugin-babel":"4.4.0","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.6_1592862735545_0.13884493760475958","host":"s3://npm-registry-packages"}},"1.12.7":{"name":"@teclone/rollup-all","version":"1.12.7","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.7","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"27b80a9290e14b25f6e1722181123150bf403f3b","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.7.tgz","fileCount":53,"integrity":"sha512-FUq+XMUsXy5kEwb2uDffS3yD73uNXGMCgA3VXz718loj5FN0Wo42ObymyA1MHeNr+lUWXbS5KG+SvXGF7POVyw==","signatures":[{"sig":"MEYCIQDP7eu6Vz/WMJFxN95rOd6INkmE+gsLHf6n0eIJ7g/dmgIhAIvSm5pmGhjt/op3S0YWqZsUyUKFxQ7CBHne1TFD8Vkb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBk5kCRA9TVsSAnZWagAAu4sP/jtf2F+NQWmv+MNlSmA0\n9MywyXEEyT5gsU3Nl7t9H74KDVZCHMAd0OnpBAALcnt+3tas+BOtIrudZqps\nc7n6o7ActDLfsgq+Vavz12SB93rHqIrZIlG1qjJp1iI8BlqrrepbA9SOSxEP\nzhvR8q0yIWgfY9Vq3QlrbqQjpmEu8/klDTDcXZfigTVJy/JeO+LF8QX7eDvv\n1lJESAZE5N5rF9aWcT8EhhWRBBPRadIGAwoZ1AM3sh2AS7QXkt418ybkwlKv\n8x34adn4QY82i103NLdayUp8P1lIXNg34iosRQ5bB6kMVgosg8b/IB0PGRHv\nibmIGNhkVvDfSn4z0k8p62tAmoZilc39YeLiqGxoe+y3H+UKWsBzuX+QZI6z\nwtKhnKUPyTiXDsdayER6hlZNTMeT3TDCdSTx8K27qZj4IrhxZ8Ek7JNzGxVI\nxuCGCZh6wbIgPvTM22vJso5QMgj0DRVzLFd4mwx1lMtxxYYi3DszJ6NKMdZO\nXZpdiiChhJYu6JprbouW9dqHf9+diU6ZcQtmDr+kZga7lCooM5gHf4nq8Fr6\nwq8p/UvXOkJOxcVsdxoW76JTW20eq6vTLeEIHxR8ElDaUGr3ic6TRsvlH1um\ndhCfsq2NJRvAnhDwUUoVU5v1vkEkzGSMgMfwGkTG//80BX46Ww2dYM2+1du/\nE8Tj\r\n=Pszh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"11ea27ffe57f9e7b055d3fd9aaa5fbde0fd9d6fb","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","@teclone/utils":"2.17.2","glob-to-regexp":"0.4.1","@babel/preset-env":"7.9.6","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"5.0.4","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.7_1594248804088_0.12846312147601413","host":"s3://npm-registry-packages"}},"1.12.8":{"name":"@teclone/rollup-all","version":"1.12.8","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.8","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"7d5ba567cf0af66efd44b6505d04c1e5574b5349","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.8.tgz","fileCount":53,"integrity":"sha512-dXaKh7jsdH2b6NyuTAs57UGYfqy1JpFnNJ1XnuDXYri+YLh5WrR258f0OwWA5XrPVIGAAtC4QgjYk27Sd+jewA==","signatures":[{"sig":"MEQCIHIWh2zqL4lu4h00UI47Ww7g6RSfGFwclCOaFYq6Egt2AiBxC8HllflKjVS/9STNbyiNcNYbNh926WDLFwij3Uz5GA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDAcjCRA9TVsSAnZWagAALzsQAJ11hxjM6BdG1syCWyW/\nLQ4lAM66xPH15CGnU4886MhcSXMd1TL+mB0dtKWD7e0l7vDsku1Hu1rzzJun\ns8q+bcZ0fCDIoCJNcTCbQf5cFYVufV6x8K8951WtVSMu1E+NC80DFLVDROK6\niMlEWmz7xxaCxzHsqWTDL025FpyyIgfVfDyF2Xb39KQ5K0FeBuBcc6WyJkUs\nEeOTK1HtqMA8DKa9un9Pa0LgpdG7VxX/dCC/MoxgageDbLG/YU1zocS9iZ0d\neZsbqormwczu0uNG6HISaMSZLtmylBX64HWFhd6G+7GSQt7rpjpCfazeuXZ4\nkH2OmeV0bvLLDeoqnIsRFkeJWn64sL9kokLp6nK12KNeKK3+Yl3jn4kL9b9Y\nSzQsHX0NjWihzImw/8qvx1KzHrCdwn2pCEysxCWDDYF4yM/Ro1q5Sts6KDU5\nEC0u6ocZmBbau+CpYkbItCtyE4ThDYEYbE09p6/kzFV8phQz4BMFHJwCN+BH\n4TbEf7EgcmR941m+Ko+hL0XpNEnkPoSCWH43iKwIUZ4yhEdCqymHInb0QEnG\n7Kde0a3XTWDnaZJGuFcUGRRBadubXvnTNqU4Dsw9rCih/mckbzfjbaOl5nDb\nnDalWv8YGiULf0YanveItRPwsjxa076vfvRwQMZjCe7l1D5+kevU1HS/W/JR\n/OJ+\r\n=BG40\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"292d0c77b695b5d1e10464e612d59c02dcc29595","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","@teclone/utils":"2.18.1","glob-to-regexp":"0.4.1","@babel/preset-env":"7.9.6","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"5.0.4","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.8_1594623779306_0.3402427175426843","host":"s3://npm-registry-packages"}},"1.12.9":{"name":"@teclone/rollup-all","version":"1.12.9","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.9","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"78f56bfa6ecbd44d38876de18d27cd24b8ede979","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.9.tgz","fileCount":53,"integrity":"sha512-PMGQUmZe1LnyhdLMrWBHfCT7AmS+rX3KRclTcI0EPI2E9cQ+HhuBTN+NzO+GehgwkieSjm/cdU60pbPbBAbMcQ==","signatures":[{"sig":"MEUCIQCrqyLN/BR6wE30BgOM3IGzjlzWOzipwDlqRqqBkfrNigIgaBaHD+LoZKrAYd7PE5MRum4GxkFXMI8QcWmqY+TQ+Yg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJK8TCRA9TVsSAnZWagAA0jgQAJlRZ4zcJ/GuPmyiG1sx\noznxP79laBxsRbrjVxMoIKvhJ6113vadTn3/KGO44RB25AlHxQOscBuW6pt2\nJQOQLe9vj788FXze7uQH1PfuJfrZbE11UKFLNU9QvBzPfUJTJh0KnTs72Gq5\nz77h5tpYNHWb/sKnyP5F15+kXUY4BGkVKURK4e1HjdLjlv9j2CrcHmfhHN50\n3M/akz6S6E1VwojzHr5h8oRvGkjxfbGZZSZOInKgGW+U9t68U97xxnNyafmA\nTD1jSMCMEE46qwHdTRtMSh/E8bT/a5fFc4URKAqcsu4YiV0jA7nEoMnGt8tf\nkRSutBSglu4G97b6qSC3s2C7lZCrO8di485U5qELOX6u2GiE2UdmYy4Opfp+\nE6s/yBHcPV/X+IGPgbimD4zhttpZzOcNn7hy5aPPFOtT1LlJnCp4Qca7C38o\nDlRpMpgkNOWaGke1fRnA6XRmT7LmljCSHGTRv8SJD2a7Sj0dDZI2hy4OzeTi\nqo5CRd1aH52v1OBSPi3oCPXj+C1sniZbISkbKpHXPS66JUYfo5KkaRg0l6H2\nzxVJxVF2zXhjqF+zMVl+3M8VwcJuLPKeMr5iA/gCx2vInGdj+sAQHtzMaHcb\nzEbQ+rXlWlRUPfeM935H+TRUdwZwlInyyiMjhKJzWOBiOuSZlFZZ45i/nz9i\n0pwD\r\n=Kuxz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"74f335758a74a62a980c518803c6ce5d39851f4b","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","@teclone/utils":"2.18.1","glob-to-regexp":"0.4.1","@babel/preset-env":"7.9.6","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"5.0.4","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","rollup-plugin-preserve-shebang":"1.0.1","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.9_1596239634703_0.5935099429919348","host":"s3://npm-registry-packages"}},"1.12.10":{"name":"@teclone/rollup-all","version":"1.12.10","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.10","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"885c4d970c9df9f1c704cccd7018d45dd421e030","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.10.tgz","fileCount":53,"integrity":"sha512-xkyxib5MjQNv1Ac1AQLPAXdU/5tugQyhDK7uMv7t13cBcWB6qWOt9xcFTFEq/9h5cd4A8FJ9zLrMPjZtW+cE5Q==","signatures":[{"sig":"MEYCIQDtqij3BlcwQHgDXlNXWWpvHqIiv/KyTv3QbREumv3Y5wIhALSv8FYvds5eJJorX5XT/8hckBNRnUjxsWdErSHSk9aE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152857,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbgDACRA9TVsSAnZWagAAznAP/ji8G8139uFDVfSMIQCT\nUk/8arOCP9+6SkYSmjIj6q6Og7rVNs+8mV4agIWMIflwOsd6XrOLb+zaYhoY\nCgLm8H0vKiXxgcKPAKNHfRQaheP1zCBhLQNajeQ1pdNS1HgoA+7d1CMA5sfd\nRXcnwvbMBmszVjIdlhTiiKOX/fxsChAFhFZhsjirp90c1a6wh4/knee3nT1U\nZR6nFC4WEEkTtrb2uZMi8QrE0x9FrIPjIO8E6KcM3gSw3mxRZujW2dzBJjeC\naMd2xYJ96SQ8Junyw5zaqHPklmuULY+IXtld3kSVx3wuJgjUOSQ18LMKCmYp\nKniieZZv2iF/ADha9aNH2HP/nDAnHfzLWqGMtwgU+2o5ddpoDcma/JWSFaYm\ny4xVpdEe1S1qHhs2wjcV3IQUOpjYaPf7YhVSwG7daHfZbk0hEOHTMtzTty2d\nGejisNdC20Y8NlFD7azcfh7ffQUNFCyOvUlG7Vi4EiJAATWxzj3ICcasDhC0\ntxGymau01aaVPGFJcJuRlngi91ewmLU57JLV3DJ2Xmw2q7pk30CQmdK1omLS\njzuAM/VBwYz9rK+8jodm5Iu6j7rhb8A9q43mv0LoddFlbPzADs/eC7Et8EUy\nSn94VjPxq067go/UNu//4RompZQfVjwOepsNoV2+24ZbydDPFI2osh550UXn\nUMdh\r\n=GZvY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"9d59c124545b35ca163c04a5e8fbd37fb8262994","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","glob-to-regexp":"0.4.1","@babel/preset-env":"7.9.6","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"5.0.4","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","rollup-plugin-preserve-shebang":"1.0.1","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","@teclone/utils":"^2.20.1","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.20.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.10_1601044671613_0.8559365681145696","host":"s3://npm-registry-packages"}},"1.12.11":{"name":"@teclone/rollup-all","version":"1.12.11","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.12.11","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"2c9dcbfbffccae79e2ef6848af98d654b48d08c6","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.12.11.tgz","fileCount":53,"integrity":"sha512-9+xB/N+Yn4KQwtL7mlj35JlxiKOrGix6LD03d1vyLBJVEMiNMfN8RU0FYDroiDQOqkHIOalfkJKzaNn8KQdMgg==","signatures":[{"sig":"MEUCIQDQ8iC1VgROW7+wOOJr/bFBTVZJARIySd+Sd81Nu87OfgIgCnWg2hDFX1ZxMjWoN95imienuxeoHoT4wfWqJa7gvh8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":154253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdL+KCRA9TVsSAnZWagAAOfUP/jMhv4RYpjQivM5mMGUJ\neaPyfjAZPiItWqkys2SD5ECFvGKCUvpb9adpY7YU+kujxz44DMruXep1WrOq\nPwSHwpJKhTSBBvSB8yKKQd08LESRRW7hvahHgJK0srJIWcXGYVYCYkCk6EoD\nfNGoVgAfUR4Ln35RMZtYY5zXSdBd0fq2mXj85qmrsBCvwcAfm/2EJQ/KUf9f\nFPVqOD9lZGK/46hxiwrm2yRquP29PVfv8ZJituNo0YeNq1J9WPOsXvjkaM8J\nx/QjfrWK4AmEmuiNCvwR8DfHuT0FBO6iTCNzk7DA5ai6pCfZ6ErkjJQEmidQ\ncuNaC+tE/KqE1/8lKnK6ORwIQ81crVZS5+uPOqjlDY3ma4Y9165eUUcEs51e\n95Y+Zs6+6MV9Fgopq96KSq38Nl+7JpqqtbjRi02kZIiT9jcUrsnSCgEgNuzP\nXcO5JeXEcwHqXdTUeLmtl3ayg/Hyrtcq11T+mxiygSQcqAjMZxmykP7rZBg3\neIyGj4qMX1VcpOVewrhES3S1aveNK4ehraRYwQpq7BPZIHd+3ShgbnnMi1ou\nQ3AhVjv029Og7TdlC9ZBO1EY5DmOJvhiFULv2Ls6WRzXBhtbSIwQVCS1avd0\ngOv02t+66myQ2xx8P3/E3nkqrQtf6hREWwg89Jw9600/zVfPZSrAOBPDMZrs\nzDXj\r\n=1Yaf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"97e76536ff9a42b0422dfc292264daab3f3211be","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"2.10.5","@babel/core":"7.9.6","@babel/runtime":"7.9.6","glob-to-regexp":"0.4.1","@babel/preset-env":"7.9.6","@babel/preset-react":"^7.10.4","@rollup/plugin-json":"4.0.3","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"5.0.4","rollup-plugin-terser":"5.3.0","@rollup/plugin-commonjs":"12.0.0","@babel/preset-typescript":"7.9.0","@rollup/plugin-node-resolve":"8.0.0","rollup-plugin-preserve-shebang":"1.0.1","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","@teclone/utils":"^2.20.1","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.20.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.12.11_1601486729825_0.2227996446608298","host":"s3://npm-registry-packages"}},"1.13.0":{"name":"@teclone/rollup-all","version":"1.13.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.13.0","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"04abcf5d41f4649a95f697ed6767196914878c61","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.13.0.tgz","fileCount":53,"integrity":"sha512-lMrJgHqijGcHTq6PyLD3I7SDNaRQLRZw5aMj3f2gW2jn8hTRNMroYEuXMtzfGPd2lA6h7maOl3GtvWT2v1J0qQ==","signatures":[{"sig":"MEYCIQDNWOffodja8Nt3MWLsb5dWxii71fI7ZU5vGXq4N/Y33gIhANHvUcDEi6s6CZ+JlK4seRE3TY74VIYC3EuQG25jFj2g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMSe0CRA9TVsSAnZWagAAcAcP/3HDC+6y+s0y1iH6MnGQ\nNvPmHpV6P26vcWFb9fjsrJocrqo5uteaS7LlCrGpbQIQ2BhPRsF7XP5Qm2Jo\nPL9BFb8Cxzi3+UC5t9J5ygtoxeUwfcP2/8fHw96F0ciXSjab9boQdak7g3Jj\nqKPZO2TjIo9Of+EQoI33G2QtxDb1c2MOCn3fCKKMVGtk1QiTOnT65T8DADD6\nYY4ADZWsal1/ZHFrTSIcNvTBXr8YiMDyUAm4J1OVjclusiaiBIVuVlLsF9zp\nbZwuxLMDtNWfYAcXoHwVs1kc+FSXyespSuDFNCMjm4QD1V/Z2TqcatRnluwD\nC7Eg+hOFyJiUkZtjssaKJs7qlFCjDgXOtYQqzS5E4yg/RSKC82FWNOjdM7e4\naw7d2z4cGuwK6GEvSJCFVBTJcgFbOyIfxs/FDq+/LMljtSpXWxJ79JtA3178\nqrwzPAinnIxsIYU1aXqnOzSwXOtzEazI7ewy5hzxQxINryQTBq8ZwPJf/1bX\n+xnlxkZcng1fMfscB4ZUDYQHY6haHxolhVKUm60vFDEGUdDNnLaJg3PFOmdq\n8mrnd4y/e/AjuLVyulqFA0mN2rzCMmNwMJBCjbpgasvVqOrAiJwu0PtJRTj0\nIOs4+ojDCZ6ot5o/dCSoX80T3myp1fwsJs2SCiPqjkDAv8a+RqZ5YTgjUkdg\nDSaL\r\n=+gcM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"345bb52b385754a7d70181254bd949852c7be7ce","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.6","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"11.12.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@babel/runtime":"7.9.6","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.9.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.9.0","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.8.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.8.4","babel-jest":"26.0.1","commitizen":"4.1.2","typescript":"3.9.3","@types/jest":"25.2.3","@teclone/utils":"^2.20.1","semantic-release":"^17.0.4","semantic-release-cli":"5.3.1","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.20.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.13.0_1613834163693_0.20168467692963588","host":"s3://npm-registry-packages"}},"1.14.0":{"name":"@teclone/rollup-all","version":"1.14.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.14.0","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"1aaffddb452a89e87f2318abedd42c483bbf5b52","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.14.0.tgz","fileCount":53,"integrity":"sha512-AmHkoCYaCKhT32lYAHe5fSWZo0g2eHLg4S5XWRUEXAnlbGW7zy22KJRlNyTz4hSy/6TiROceXKN1hIjNGqsgFQ==","signatures":[{"sig":"MEUCIDdvbHqAGDxQnACMpalXwyrnH6weJ4qce7SWSKL8CYGbAiEA/Rnc/H7u3iVottGsUI9NTJCK7xH48CXZ0WZII5UZdSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMXsuCRA9TVsSAnZWagAA79MP/2nfqDj7giIsqsWjMpHr\no62AIr8MN3CpSfYc9tVY5sfLL96Dw8al7PRj8rCSZiIXxV11J6tK9PxgtdFv\nLwcaQzjS4wB18pQCyTZ0/HxZFt8soDpip70gZSdvgLzD+EGgTouseC6kOjgx\nbHO6kPK7Gm4T4DnMOn6fdQ92RvRRY+glf0t3X4Bw924EfYC3BrarodzbvH8a\nXFHcdcFLLuH7OOiNtu4K1uzlbo/4FHhboNjtIwBGaMKuwEKmOn/CzdNI4jEF\nHtOsmkOtCL+KYgqwni5bOz3N9nZu4LYJf4/2Q62vMLc9wdMlFtnMq4bFI/eM\n6txuDy0h2gHNSjJDWkp7qoLoxPI3+OsJ0IcO79KvcrSdhR7wgC5V6EFY7YiN\nU2YN/gXM49g52Oa3Ux2kDeRi3KJGU5cJ0+BCIqv6U9TiAW+AMO3n7O7yfQMM\nUz7zlEAvlcVJU04hQUul15X7utmAWwS3kbcrbRQiGhT1itdtuFwkMIl/1x0H\ny7XZUeW0p2gB9pS2hfr2lmF4xagpG6+wa7RYPOpTq+JAh4joagPiGIWBU5hG\ns86+lVcS9eI7qe41GUQyxiLAleXW22j+1N4zmCSny4CbqKaOO7H1JwnMtEqb\nbTfB456VZGR0TLVylrcaKP9axSpJG+fk+5Lcrw04MvK1yUTtNXJcDPrQSsxu\ndgRC\r\n=uZ8P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"a57be420e557a3e125846c8fe1c0594853293a68","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@babel/runtime":"^7.12.18","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.20.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.20.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.14.0_1613855533852_0.5006103732183376","host":"s3://npm-registry-packages"}},"1.14.1":{"name":"@teclone/rollup-all","version":"1.14.1","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.14.1","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"6bdf496da015d0c05b261a622ced04f65b8585be","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.14.1.tgz","fileCount":60,"integrity":"sha512-EFDzeo+E7H/QkDmHnDJukrzBDE3WgstAPbpe49nheWIJtMuuzgMRYDa6AFkSeBwuUH+CXpSzRndhGkDYrp0YMQ==","signatures":[{"sig":"MEUCIQDoowmqMuNTZaYg23Jz9OcgrZieAI7Lt1+Uw/syZioDwQIgXixR83m42pBldj3eXQ4PD+PYsoaR/8RdiunWs0n3C7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMgqgCRA9TVsSAnZWagAAM8gP/RAYjkbDYmwYj3tkrt7G\n/nPH7m9Q2OLom25XN3hJKnatACwUjUf/7Mjk1W5Y25q5gWnkWSwTcQDirsFo\nc+zY52dGJ/ur439w7t00bSZMwIlCIWARbPXcEn66HQo1VvNVtq6/Ek+DJPUV\nLpi0lajAahYoW24i/kRiB6elZppyOYP7g+YvX3ZfRDHrs0jL6/LQYU7OuAZK\n029xIedyNXsTX6g75mVczL0Od0pk3o3IKrOlEsJmGAJJMu3WBqbDEYY0tHbW\nFDkBKXf83MkDSzgm0UOlFrpBPj8eA1SOHJtE25R31QLhot6szPZqhnG/t75V\nYOH1XC0wwA31TIxCiul/Ct42+TV+5K1flaMxFYbZgdoHvSrOvyu1043hHeFC\ncJlCCsUNEUJpXFQ/CEn9oSJH9StSqehMDSRnyyB7RDV+hka0V00aoZVi1dut\ndS61J50G7FuIjBTvCTSYjpJ3WW7Xws9xCVAHP2uhpvnturBQHi1bNJbsfh6e\nHCzgmIaRzKGUvnROB4WbcznZzo5+4tky35Ilo2+Aol29XYfMxfvlClbO9kBl\nOJY3UNHqH0XB6mfw8dKc3z5M/gRKqEWJ5XoOSr2yulfojZh3ipQNbi28Fv3L\nrbYrFmmUjTK+Vv1jtxm8FuYa6swSDeTMv5CA8DxzRuEkjdEzmRZAGl6rng80\nuJvU\r\n=SI8t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"b79e697d1c085a52d2ae31726f48755d9377cfd3","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@babel/runtime":"^7.12.18","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.20.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.20.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.14.1_1613892255476_0.41182522900618124","host":"s3://npm-registry-packages"}},"1.14.2":{"name":"@teclone/rollup-all","version":"1.14.2","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.14.2","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"300a75655f407d49b99da0df31955dcacfa9dd9f","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.14.2.tgz","fileCount":60,"integrity":"sha512-7Ra0Y+/zEIlzZRg1ps6Xs7DCAmind0NvCwwhwTN7bgL5zCZZMhSd8VgBYsJ9gcr6L08FRv1br7jqDv2qNQ48Ww==","signatures":[{"sig":"MEQCIHXgJXqv35AizDcMdb9Em8flSq8lLbmY9X8MEzyj7hb6AiAQ1Wh/e4thb6zAki0PwJN7ocvLS65CjlJPIlLHd6cRRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMiA9CRA9TVsSAnZWagAAuWoQAI1WjM3rnzzBLnk7HwVs\nrgofw/QY2o1hzzgfFkOVMNmxQm5CnRugz9RXbudwQ/M7v+n+LS8xS240vyQM\nZuYIr5qXMya+nTCp/gG6edNq3EDdwd70JnEbrlRbUfE0a6mfiBlx0EeyMv2k\neFtFtpUjhu5VD5sJp1iaKeWvHqj74Wm4OuW995cs5XTp126S7WCfHbJToMmx\nnufhWGObniZbmXHtArIYqnM28dnY/T9bhjd+FigqEFk2yYZmcAqoAJdFJOCU\nTmQXz78E1JlpW2o70PMjRvwajO5eP0jmb3ZQFh4aQFHZTkHbq9AHCraPjqcr\nhneP4ljANn/cPEWVkACNtnH0Z7pHAxWwVDqf5/B5gEjQ9NUQq9wwpFUwhv6v\nDR5XkK170U9fJb9fAQ03PpaafwymSFeHFCghGFBal5nHmHRDQtTdM5epHVrs\ntA0Me1e0JboiDtQLRcxT4dam2XL64uVV71hBaYQEUUXzazmM98vRPae6HQ+Q\nMmxfeLPLwXwhoaqV3tOR+0+B520zz7lNwiwyV2oK/fR9QB28/zCdcxDXlj04\nVRoXdBucsgRDkTFqn7XXJ2fFISANsF2O9h7yr/Gzu7xr+K3R1jbYSkXcDWUX\nVZ9l3tgFs52NtoL1jBG2GJXDDamwS4XsbJEZIaD0iwWPTiJEZBdD2x+In3/O\nRYz5\r\n=li3Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"392c145210094cd1b9a3825f2e7d2a3b6ce2da94","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","@babel/runtime":"^7.12.18","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.20.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.20.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.14.2_1613897789481_0.5119389632946794","host":"s3://npm-registry-packages"}},"1.14.3":{"name":"@teclone/rollup-all","version":"1.14.3","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.14.3","maintainers":[{"name":"teclone","email":"harrison@teclone.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"64064c033f0aaf028250011f4afba9d4e0e98b77","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.14.3.tgz","fileCount":60,"integrity":"sha512-4Zy0lJp1NOP83KUaswISrEl14IXLEOzh4GfAGiQD1Dip38ypGEnf1ZLLGEVupyoTtC7/ptdViORkb3bRKyZWzw==","signatures":[{"sig":"MEUCIG7Km6YzFOCon2L7WredE301t5fQrzbf4XLrV90M6mM6AiEA6a4b5MHM7R890kKlXYTGBHZ5fHoi9f0PpygqmlNtm04=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMiIhCRA9TVsSAnZWagAAnYMP/AhHiaGgrw3YUjsUx/SG\nKJi1WbP9PA6IQVJ7v6vou+FA2P27JG8YYXOlyqwXIgz4IytzX+/8ZC8yhmV4\n1Wtd6rzSBHsxO9yp2jFUQO2uLVeevdWPz5A0LKAO2mjo3VXOVmCuepVNyfAA\n+gjN5w15cKNgSjT1QXzZ5eD0roaa239VDrq6/cBg70BTkDHyfOytZl7wtmef\nNGGE7f2XwUJCgJ8mh45ci0s8sN+CATCYaz2bahCKNfh4bhMqL8FIAyIVcrzF\nlT+sf3uSpHy4ZhQtUHx4+9nnUP2+oG0b+pyMAsdiK1s6reVz/opAGKa/gjjb\nLbysSRTvh6+3aTGEh8RFT/1XYd2boplefiMdiN0hD/rp2drWj+FmEvfEF0Fp\n8gpSz9f+0mrEkUbPXS3oT2aBKEFa5C4Lvq1gnlIDEeeVhkf96Fux6CMFnVd3\nG2BR1C2Rjg+7naQyxTjdO1HNEy/aVPxs6ehiCu8pgTklSUEPGICddFznzLtP\nhgS5vZ8fOWBBWfT6X/b6hX4maTkAioenSp/8RGJi8D9PAc/BykcptYYOM8ev\nf44qZuBZTrNCEFp6Y6IlmPVOto3vstAYWUpnKs7sOMcZcTc3mP0BKv3VVY3x\nWJeZRGN3RyKGb305aShjN8MjNF8a+3RNRUQ1zXYs2E/xgqBGDNEfGerPPioL\nKp2k\r\n=r5sg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"6951858914a0199dcd9dabcf2440ca162638d26e","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrison@teclone.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","@babel/runtime":"^7.12.18","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.20.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.20.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.14.3_1613898272416_0.8011521254461726","host":"s3://npm-registry-packages"}},"1.15.0":{"name":"@teclone/rollup-all","version":"1.15.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.15.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"b297eb22572b38b98901d09951350428a71c1d12","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.15.0.tgz","fileCount":60,"integrity":"sha512-X43PyGWbe07+72TBb4l0My8bKyJ+UkFJO6mOLkH/23LsPHhKIl7LHBeqeDWS+X8AUqvTszhceGhv8/jXsMfohQ==","signatures":[{"sig":"MEUCIEn+G9JcbKw5Ljez04UNceUAIN1Is7CgAnIfVK5vQ9cPAiEAvAUPFw9hNRtiNJyUGgs5B9KV8MGmTYMwDYz9Ix785u0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":161827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyk/fCRA9TVsSAnZWagAArFUP/RZ2IOnG1HSceGmMN87F\n3LFTHTI3FbJnl/KIRiPdDvdBG3DefQHJFLI1tQrtOs3oNmKyL8B2lXHnXGxe\nGtlly0Iw/1XxE3/Aig41ney/iusSgsnyrpydfrIpjRSbCs6Vl14PQqqSG0ft\n6s4+VYtiLWpPeJrxneNysbkhCI0a2T4tFVTJpmGwf6x313CYpzTQAdmNbb65\nM+BVGueLEEi9J6XNnVNBRGwvc38g90hP1pdrzF9JqmZAmHZ7M4sJpnlAqpR8\nvJvzw0hr0aTEHnuqDU2+nIllzVoZT9k8wUa0Rwt/eizxMlxrjHam8P9aOSwt\nwMV7IojmE8HszGr5QvAZM6s4sfUd+i3H5NfRx32pe51cx9lZpM305dagyhr0\nFCC+mPb6LXyA7jnYkpEMR8VzrpQLGUWeyIftIEkSkplaKP5DraWAG6sbi10M\n5HYgVAjptYQ10FCoSsCl65M23WPA1aHHPJdGMGzGcQemtD7ZkRdFSDvlcVYD\njXGlXOHjF/hYhcwlumBuKUOSWfDSMke/I9z95LB92dRn4ABjZlUczHSQ3U33\nHu75rqfUaUTqG9ZG9FI/B/pafTvnpZk98QoT4sG4UK5W70s18YTiJTf3DUSI\nioS2Ptza6J2CpW+fPomsIAaYUrlCSivTpUsPETb6k6SKH6E0ltwGGmWy4Jh5\nz14r\r\n=87RZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"a7bdd9e88683d1c76eac44a6e418cb7ae73830d4","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","report-coverage":"jest --coverage --coverageReporters=text-lcov | coveralls","semantic-release":"semantic-release"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.1","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.15.0_1623871454825_0.4208504347577393","host":"s3://npm-registry-packages"}},"1.16.0":{"name":"@teclone/rollup-all","version":"1.16.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.16.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"14c77ad675716f988d327de5db10d9162796d3ec","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.16.0.tgz","fileCount":62,"integrity":"sha512-aiOl6pp8n4gvcOH1T1muuWfgWZNVJlKTLwTruCmaRJBRSHrhD1gZ+AIUranm2fyxYpvkVXJC+hIcWMJXlitLJg==","signatures":[{"sig":"MEUCIAVCoEdXnifvMzftFU7QIE+pNMukVAPiNyqoRBCL9unYAiEAxfkZZ4PCOsgDnmCWa+gW2vFWF3tkH860eG8YLtOezFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168051},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"661fe1394d84bc9a6b1b4ce0b9568034bd727e37","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.7","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.16.0_1636582582202_0.30183822227206836","host":"s3://npm-registry-packages"}},"1.17.0":{"name":"@teclone/rollup-all","version":"1.17.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.17.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"9f420826eb90113eb244d0d27eeb6a394975ea6f","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.17.0.tgz","fileCount":52,"integrity":"sha512-4u0YPoT/otoBk4vsn44ap+FTQc+3U4Oth345IXfXSsiOvDbDxPn6Kczh6pGAkUT2V1FQJkpKts2QRaTRVSczWQ==","signatures":[{"sig":"MEYCIQCqWLmCQW1fDv865hz9x59ZZh1s01p5AXvXFEU57lmm6wIhAJj4LVKx7Bvu3zmiUG2LCjVfQg2n2U30hHtDV4dAyLJE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2de/CRA9TVsSAnZWagAAgB8P/0uQ9INLDTVd74qa9m3E\nXr1oRWdeAsPoDZE6M44dNKL3aN25Aht5v1bFtgxaRq2NS2MWvdJzrP6pgQjp\nIbdYdkigKUN9SVtfUVCthcZgHipmQDPFTHTHkhly/WHMQ7+UO8kAKa3CwPgM\n+6QdfOkcDk71VSCuiVht61E2KDJIDboT3K95P42+oLBP2o+UEv/u2t6zGziA\nrI4axTYPZbFjKUHWzxVZzik94UVl0i3JHbNHg9pfhoeHhc0FRhBSz3hsQ/tx\n98O+P+N67e9URKc22n2oqiZvmRJ5pwdPsTA9jQFqY6SY8LKL24c7Jl65yQpC\n9nEiunbu97ysolf2PexOeglJbO7F6i7kTjbKhiStgH91zXi349q97eTL2vvN\nrccbAPAXqvEC6gsylwkb3iiIQPa3CWljHx129s6Qd8s6x0i3s02Zasi4sfgT\nhP05lD6//bb4GWo8Yt+HBdNBiplKL6h44s79m13KuEFESLDc3m89aSHqEPED\ngljtlB1KG7dVFJOG/IU57mME2zS0nP/Ejz0eZSKffbXZNYDJF0I+/JpVDvbt\nPWzbUiTxwS953Y1+pgbVIneHf/RmmMV5nLuL/c3uFtqzIozRII8my+/+aSJw\nWXWziRuNSpxtPR2RRHU3VmMZxCOkoQvOEnpe1ItXcKQElSDuqSEffFI2yZN1\nBdHK\r\n=92Xy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"ce94b9baf1f2039695713869d2b345f7d6147f19","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.7","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"1.0.5","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.17.0_1636620225697_0.6678407942893589","host":"s3://npm-registry-packages"}},"1.17.1":{"name":"@teclone/rollup-all","version":"1.17.1","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.17.1","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"250d6ba1beedc16f70b0a5bd0c1bdf931628f5d8","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.17.1.tgz","fileCount":52,"integrity":"sha512-frGV0SokeCCifWEX1trN+u4p9BNgalzcMvrEvsbF2KfP3/yhJvIbXQbwS9UQQz6wW1XBCAD2vIbMoy4Xw6YQpA==","signatures":[{"sig":"MEUCIQCw9hC7zRsFnq82R3J8hz3OfIpQbJqtbNxPdpDH+B+eNQIgKNEIn2Swj4KShcwNsxKEXSRlNpwJjLOsLZlIEqntbqY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibmSdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRDA/9HykQNVOjaHy72jQLbvczEMWmN97X1dBZy72v2RJWbCUL+HNs\r\nl1emxx8X1FkGSedRjse0/Wz52jyxZ81Vad5fuDAuEaLWbiJ1WrPmux28TV70\r\na/YAgGzjzHHd79DcI2AUFxsXwT+/eKPYzKgW70EmLwURb0r6G+e+d+Jx678v\r\nmrvF663g4DG3OHclE6aGzzAdROsEVzIbKOGAY+2VBNffskLkzVqWPezhpIxr\r\nV0ve9VSTQia7DfdEn6QFQfSakOZR1QY2lJCqDowglBigRqCJSO9PjSx/fWbr\r\nC2AZy2XSlpC+pRd7L4Rsd04HsJuoxqV7BAKPJWn2iuwfUDMSwWwRFLk2Aq0u\r\n3BKjLZEQwr8bo10CVenHPPB4B3lpzceKDOc0a9Biyf0Ktxkdk/BCXZD48Pm7\r\nhFuW4wSS9Qc9B5bdcgP6K3D4qoiZXF64DEyGhXk3y74az2O1xVen1u/4n5kv\r\nWIv1tg5Y7c40Ncn327qgyPMyen1EM6RVYwzMiDfgJlzd41xfy/oqx7U1AwzJ\r\nSUJ/BSmJaWUGbfCVPqguyJVNjw543ofYDqoKi1t05RuKIVEpo+3tM8mmIXA7\r\nmhE0ZDpegtygw6eanw7BQ2shVOTiVLitP02bMr0+kM+XcQALKqwHQhk7B0jB\r\nSdU5hVhpOnsQVwaBeCvCoUObjstMS4gZg/c=\r\n=5HWV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"d0541f342f321e3844b052d897d5f37ae67ff4aa","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.12","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"^1.2.0","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.17.1_1651401885099_0.8643953603364825","host":"s3://npm-registry-packages"}},"1.17.2":{"name":"@teclone/rollup-all","version":"1.17.2","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.17.2","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"be68a3e1a912013efbe164704df657ae96844aae","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.17.2.tgz","fileCount":62,"integrity":"sha512-gpZ3rMpqJ8TeNCi+TmlNTf143KkytqCi3I3KeF5M/Ft/EKWLNItWrL0dYxXOCyMAQaOURvN1tUJQYcDjzugPtA==","signatures":[{"sig":"MEYCIQC9O5v5oIE9ulDOrwX/s5qLSRqJAfK0/arMCHANGtc7kAIhAKguegeffvzKbNgwCLy5d+TXx6V9LoJVb3dgARK49CGq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":174600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibnByACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9VA/+Ioc6mgz0KezpzLQm4RQqPbogV9kuXwHcxzBJpqQA75ZbTywc\r\nM/a1q/TwPUIPPciOqhDVHx98beddulMcSLak8XleU4ka/vZsaS29OMI+fT5C\r\nqZejnoqn2JREY1theznaYp0YX9ik6ldXBQvPVuX9vLnr0qKb4RxDHSarcTHX\r\nvfnYhn8/OXV0O42kair9PwaKsuQDGH+XJ/yQRnhnjTnoeVwIUtleh17tXr9O\r\ndyCT+glaAz++N1QaW2vDIi3Xke+IKoSq7qqmvBJSt9WUpevJaviPoVxEILCS\r\nZCbQT4O2Ef7Ji7zzF0BSxrxhINmlwq4D7fVKqI0oSo8rx3xOVACZ5I29S5Np\r\nb1N005+jz4I8Ctxq15G0DI/tnU6Ad/eK3edRFF/7tWIsrpxgGmHzLa8cTbYb\r\n0an4vg1PSmkl3/IY9zO3IC4/F469I2LN/fIxOT37/tsmg94inVXEEGwecfuO\r\nVwo03KUmlnd7sGaM5eotT/aNsdPvYh/etQIY5In/42vpkerJEbIS4w2Y9Kx0\r\n35G8fni5sfqKRo1M8/LP+GTgwgO7DNrF+ATmpeS1OsMLUNO6kcwaYWy2BTEf\r\n/vQFN9bNjukN5J6UiE/pepgZQ0M88dVb5BZcwH7SCEnUWLhujHDi00bQh6Xz\r\nVve2zVjbM/VvMZ3v5d2hp9KDrVzCdtijU7Y=\r\n=QkYZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"ff343215d3ac26c492ca3237ea796e076e04f8c0","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.12","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"^1.2.0","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.17.2_1651404914231_0.22015046779878955","host":"s3://npm-registry-packages"}},"1.18.0":{"name":"@teclone/rollup-all","version":"1.18.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.18.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"aee66bdc5aa03c738f92e39ee797ee63b8b30556","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.18.0.tgz","fileCount":62,"integrity":"sha512-AmpS9jhaIKIarXlKvp55E3cIZqmSNIOnccHGDJg4GUlS/d+IBNOX6Usq4nGQahJdOQsUtrZPIA8wv0qRC0ZR1Q==","signatures":[{"sig":"MEYCIQDTVuBZtfDoXgEoARlXsHxMPffzxqJIkdAeozH3JQU4nAIhAM+7Q/QrlrhZHcwHu6nx1lsoS5GWTX/uMZaHhfmd1hAC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173739,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigATLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoREw//XOKCMonC9wMB3hf6uxnuY91BgaGTKIXBsHsrGYxX9gGd1Mqm\r\nawSEG35wdH9v+3u22tKmHGjhxv3bpdMf7/efzo8cNyRVEkdKMmYP8YmaajO9\r\njvpN1cc+k/S1R6X9iPYSzeXtdCX3rX6z3cvM7Jlfwj56uVbdbFNF7mwc/hnl\r\nbBIdDHyXqn8LWoHHLF1U+xjna3K5LxQLDr8xXSlbuVPV6Tt27DGx43x0dBra\r\n5ZW+leZjLqe9w+R1ywa5GmuMqz4gVJjnAL8SN/F9uP9RbhYmjWQL/P2L6ld9\r\nejZXO7bH2TkvEy+qV5fwOFIRMbqUtKymgCKayH16HVY0+qe42ETXeTCjItfZ\r\nCyTtaJ+VXdEgcGteOhf3TkTdpTCS3g/OMa6c7Bs5tj6OG2ZfB5cycQ7EM1lN\r\ni6WCaTZOIrvEUcFKuCmjqa75DK+eKB5w7i8oow87ccsJw60FR8NdLxTckswi\r\np/eEFoDkeYF1rfquQeyWzHzxUCQpnfMkiciPt7dlwxs2wEY9Ru/qBhsv2BY3\r\nahswNtz0nvNQwGSaERZLcsWkvqDDXDD2uMCKFAg36wu+k7m71cyLGDt6f49v\r\nkzLjKbMKdHI0akJezAOIQrdIfBKdqyzQTEYlnrS6aIsE12ppffeeItoRTMrL\r\nVz/GLY2N55TYXdfJJnNw/wC/c2FdQBy86/g=\r\n=g7Fw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"41340b4263d5b048585453394223209f2f74736d","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.12","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"^1.2.0","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.18.0_1652557003386_0.16663070033083627","host":"s3://npm-registry-packages"}},"1.18.1":{"name":"@teclone/rollup-all","version":"1.18.1","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.18.1","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"99731c97d492e658129a83b2d6b6fa4857d8b491","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.18.1.tgz","fileCount":62,"integrity":"sha512-uCZYiToFFtntV1vu0guvhokszUexHEEDveULxOf+A7EfNWp8jauti8DoTqn3hjlL+AmmyzaSicp9SfuQAdpZpQ==","signatures":[{"sig":"MEUCIGC5bOojDDvxerIw2H2H60BgePpEsrjUxu3QEmuY80X+AiEAmQomDCfTVmrFp++tCf5Izt+ft8UWZ6S041cUYF/Ykq4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":174225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigAdWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLww/9EjAgfiGN98g6qMnQVhfwWOAp/bysuVIcI43QCe4kpd8VFbxC\r\nQ7Rd6klJbYvFNhWX9ED4paFgW+uOTg3f0t081Jt8QArEWODvYfna+1+tBPR/\r\nDpQOOzwDCP0s544EjqLxjTvxHhn7iyi4SpqkGLYNB+AbiAFyKAAPOHVYf8OG\r\nrZ0mwYKkHrccgJVEsGgcaktKMCe+5D+oKpsVpVMTrAw6rKYSisOxJKT6+4KS\r\n+4VafhsFM8eK2byWk740RAC9A6nRdbhNp6WNPHBqe8+kV9t2IX+kIclCUNny\r\nozI+LRubFadqYC5puhyVy9DlIugwQpse95HYuCx8M9vUncKsejm/umn1oNpF\r\n0TRKsVdUudrkt6VXRWHuC8xfFDYxvRQLL02QukqD2YCC8fBI5DsGFhARWB2r\r\n2dJX4xzY5A71aDwPTWQ4NIUfYUNGE6YiQ5ovsdQ/Bzyhz/Siz1nRrzqrqlTV\r\nvLZnFyep67keOW6HQ+h7vdSpot09cCRWlYOWDnLTVPvexFD9+j87tadHjDfN\r\nRaZNFbq9SDCb3bR7/QyNYPzr9xlzVDlrYq7NcPt1ddphmUYGh5STiZMzUBhS\r\nmhz0ubXtHWmejVMuxK2AG2B+MHJwvNx3ECieD556elZLtTx800csAtx2Zb/Q\r\nk1tL59FrDtMxyh4UV1/ebFOO1yXvMEKnjwg=\r\n=vDMG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"477265e199bea63a228c0a72b0ca6e8d77014bfb","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.12","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"^1.2.0","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.18.1_1652557654105_0.5114398462221801","host":"s3://npm-registry-packages"}},"1.18.2":{"name":"@teclone/rollup-all","version":"1.18.2","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.18.2","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"48e0e6e54b0dc0480a2dc947d689a3a513fda57b","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.18.2.tgz","fileCount":62,"integrity":"sha512-WVjzAN+e6TqEDbifxK1w9BhYq2Qvi2ec1NNv6nV3+K4XeWYpUkv6D3u+TYBb2AsPyKKMvYvKXk1LictHS6YqrA==","signatures":[{"sig":"MEQCIEgLEESlcM6ZzKJzz9TL08Ci6vlkCfqjbJndWN4EprYYAiB5aQV0GrlGtNbVisQwbVbi82EsCZozlw0Tl0qw0PyfOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":174481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigAeyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAXQ//f41dSn3ASDGr/DZLbuO4mZJHJr+0UVoMKhiBFCm2fuDzXGVX\r\nBxoH30EUltN567KV500Yd3WcXd3KTe6kak2u1bWpHGALelCal53hyFccMMps\r\ndkN9X/S9GYzGyzoymVLW4k8ts9HoOwfBuO9MlMWIFJXzdyENMITOsbIEPodV\r\nmgmZazsNbAORYaKKvUYyPerWIHZykAu7h1bPd5aWdxDkWsqZA2zZsIegM3sH\r\nA+1zwBAAxwWCBHB8qCwokgWMDOQFhQxpKoIbGIuqkPMQqZXEiYsmDYHebT0w\r\ntlnNd5JvYVJ3gW32LlsihLKajLR4HFINXUmuIxUiGtcOEPajyvhBYK51xhOd\r\nwx7BzddbT3a6tIS218JnosKnH1aMq9yiaK3u9gf+IuY1+UsbaDCXR0fBHpU9\r\nCO+31SRz6nGDhwzme43yX4ikQGAQI7UQNWEgqCNaZ2Ry2GPtdCaR6Y2d9eHl\r\n6HsadCWFsKYeWf5YeTGMAbdwglDOIkyZWE4P8HeMMfyOKXGuZYnQz4/kVnh0\r\nZB7sif/opLupTBnHGuaJAn/lg64s5IgnXc130S2SNDEjbiJNAWD52t1IZ87U\r\nHKBuKs3ipdmBNpTTqBB4/5lTSamXDux4GwUFd1Bf7BSfUazJpinFTZTzGxh8\r\n5ChRD/MImsBC59WjRdhEcCLgIv6JzI9bVfo=\r\n=hvq4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"9fe360dc840fa73eb786440ae1c69f6226df118a","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","prebuild":"rimraf build","postbuild":"rimraf temp","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.12","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"^1.2.0","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.18.2_1652557746567_0.048193472043918106","host":"s3://npm-registry-packages"}},"1.19.0":{"name":"@teclone/rollup-all","version":"1.19.0","keywords":["rollup","asset-bundling","build","generate-dist","generate-lib","esnext","typescript","library","minified-versions"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.19.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://gitlab.com/teclone/open-source/rollup-all#readme","bugs":{"url":"https://gitlab.com/teclone/open-source/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"d5bb2ec5e39e0e8d32e769bf9a68df05f1dd3bdc","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.19.0.tgz","fileCount":62,"integrity":"sha512-vb+BUvQQJs6nbvz/jZSThM5OOnRFpCL5bX1hEs4IXQQkgGMSvFRKLO7cKOUhN7aVfmDWGYJawZc3jAPWrCpRJA==","signatures":[{"sig":"MEUCIGxu6yviv2Z6bjWdgamaQUjY1fIYny/73n+Y2jaivEptAiEAvA64/MtMnlqk5w7GUanxksQY/wxBxUmOHDCERPPps60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":174471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirHj7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrImQ/+PZ8QicqrnWY3eS/a8/nq0DdEs3htgxm55Xh0DtcXe/q4hRj6\r\nYV3Z5HK9wEOe+RzNiSebpZ9nd8RwrtaXLonQv1F7itn+sqkAtCJ0SJsfizwD\r\nJYdf3aIYtKiZ9iWpOyOKW2Km/RM07m+v4/3XUpO4JWnQobjA2z8JltarV6h7\r\nuUWXShGuP5DdMRy3s+mfQ31+HoQSaakxCacBI9moEYQtZTKjN7xABUDy9Wx+\r\nvhHI+S97g6j6Acm6EK1QIQNYQqgEit+W/8Q9Vrmzy4ecubxQ416Rgi7T77YQ\r\n/ry8iWeq4jj9Xa9vY/Kku/nn8/LcutRJejlHQgadZbPbYmr8lr8iOVKncLvE\r\n4xdX6oyDTl9dxdblstgLJLNBoICRPFldqpRRGGYz7RzIguR+vNrYfcygug7U\r\n3vcgLoe8zQVApyaJ23qaHtsKnEBmGFt0uNTy4p7RhBXQ1rlfpgEmmkzQlJxq\r\nljr8+m+stTT/2yJ0RaYy/vV+JtqRVvJHOpOCDhTWO0MW78uLaBx3scqyhdzC\r\n4jT3nlc/5cLvSnwZqxLU4UCGnYt/sqns/0Kd9+dBKrX3HGFhdaB6FV3XEama\r\nGMxB1bBbK0F/QLHtj6jez5OCqZPA6jRCfTGkdtS4D5emvAwioh1wiPlVtdxY\r\no+MNUVy5WodlNk+s2712IWF/t+BbezCTcAI=\r\n=FH+i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/esm/index","gitHead":"fdaf8cf091a53ab781ea18b27103359a7502d8dd","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","build":"rimraf build && yarn typings --declarationDir ./build/cjs && yarn typings --declarationDir ./build/esm && yarn babel-build && yarn rollup-all","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","rollup-all":"node bin/index --dir ../temp","watch-test":"BABEL_ENV=test jest --watch --runInBand","babel-build":"BABEL_ENV=build babel src --out-dir temp --extensions .ts"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://gitlab.com/teclone/open-source/rollup-all.git","type":"git"},"_npmVersion":"6.14.11","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"12.22.12","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@teclone/node-utils":"^1.2.0","@rollup/plugin-babel":"^5.3.0","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@babel/plugin-transform-typescript":"^7.14.6","@babel/plugin-proposal-class-properties":"^7.4.0","@babel/plugin-proposal-optional-chaining":"7.12.17","@babel/plugin-proposal-object-rest-spread":"^7.4.0","@babel/plugin-proposal-nullish-coalescing-operator":"7.12.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"3.0.2","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@teclone/utils":"^2.25.1","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@semantic-release/gitlab":"^6.1.0","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"peerDependencies":{"@teclone/utils":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.19.0_1655470331189_0.5185016766702442","host":"s3://npm-registry-packages"}},"1.20.0":{"name":"@teclone/rollup-all","version":"1.20.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.20.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"2992002977312c6222e922cc5856eb50e6369151","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.20.0.tgz","fileCount":66,"integrity":"sha512-QxqUwffa0NLkSBzlo9OOIhCZHNDDPrFBdE1XfzYPxTi4gtvQavksVaPqx1Fvu1NsHZMRJGp0BbBMirq6eAIBFQ==","signatures":[{"sig":"MEUCIQChIFkuPb6dvSh4pTMvqGNLJAxl8aPvOHDfsLgWXxsdMgIgCduopZMpfWVTvryICzyYIa4yy+WK1tNpwvcSrlUFRBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":148802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOsDoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3bBAAoLvK2c1PN5JPVy/EZxQUsOpByIjdrD2shCnoHOPpxuG0HMxY\r\nWbSXnaLEfme3NJCcNH8OyhFDlHtP5DZvbw2x5Fa2N3duwO+cF01gNzWWa5LI\r\nszelbNnyzTkUSB5tUm8WOPxabf9LW9c0ZXArALWYRgCGdIwn2eEsOsHRvKZr\r\n6+m39rLd8m5cWnkTNNy/JyKOtSSTSXjjIq7/ccSvFANjye/wB5JOlz4groaQ\r\nTF9pWnPcKUqzm0L/XkJmjZiQu/CKylT3dwwnD0D7toU0RUSifWwFaCcY2TN9\r\ndk2OaS/K4649oeNh4Wa9oMJL7Y3aSMtFK4VeNJ89rzaXWieEpA8SyeGYxkuQ\r\nmYHk7aU5VKNXko46Zw61RELE6AnCQ1Y6PqSANQahY/ujNuKZU7ZdeZ7gizOH\r\nYIZSBjgtZPp5/DEEcAO4tlgOd6gT2Cg2QXThBB1sMF2HPjMlCFQqhxRC3OmV\r\nMsa71M4PuY579gdGl82c/nWTfKlaPQqHWHVUJTUAqb4CsQkWuKllgA27PyFa\r\nqJmzdbuwzA60jJzzTQwmhMwMlwTnCDispaAy1ay0wfyOXhz0tPBY5ZiWdh42\r\nn32DUea8xxDo7nn53T4ougaCNyGprQtcsDtLoUUu0uhB58XVJFoOOJGkQW2b\r\nawwVMyfK0tOcKh40U0C06BezdUsVHnQNDtM=\r\n=Q2SM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"esm/index","gitHead":"0d0f211e942d51d1c55920668301403980934f32","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"^5.0.0","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.20.0_1681572072469_0.5055912848156976","host":"s3://npm-registry-packages"}},"1.21.2":{"name":"@teclone/rollup-all","version":"1.21.2","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.21.2","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"1fc18f4e09a770667e8239720b1b983a06996e07","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.21.2.tgz","fileCount":67,"integrity":"sha512-bsjJWv6cpWDPE1C5BkKwKiGxcf+eU1Ezm48UNHL08jacq8KeLZHE0o1IV5pDa/xUDZJkR0Qn8V73eGicXbezWg==","signatures":[{"sig":"MEYCIQCrBCKG2VohxNFPxkhOp870Q+lmSZolXHOtTRPlQXKySgIhAK//5Iko+Z7OwnDpkUt7uCTsER1H+aHkK93OuRIgnQDb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOseRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrvww//aEVs0Ul8bWv1d+sGImxc8Bgl9rhDAJQGXWkVt6VvQqXwkQrF\r\nIlVf3KSpWRYg/NFgoAlCQTkujGTKs4c+SSqQAGAvi3O1kRRRkI92K9qOr+wu\r\n4/20qlVbVVvQYeWDE46bYxcgpOR7MkTBbxTb5pKk0EibYsFBrujSdHgK+pVV\r\nRKpyUFqvVatf4SjPwjZodhYpy1iMFF94zYVQnXlwkpeKcCTc/QhLmsGJEhqB\r\nfCBo/ly9UxRocZ4qmDc/j9ZYxyIA9TdGWwJPad2hFinNsEaxIKijdKkkRrnR\r\nXhBDpEGaaXJnhyiZAkumnu25iVQoqeMIBzHohj7G6cVkAHPsSaUt0aLnvuLU\r\n2R/9z2n8JznEEBz+F+ahm0WUGsv5RLkV3KH7dfrNxQkZHgIFxxnOp0gNRw/L\r\nI2h72NeceqTL5Z/iGIrDeQefZNv1pBJ8hTE5OaZ/x5aCGnM87xHHST0XV83h\r\nfAO/hOKdje3CzpEsbqJ6EtJRQziYpflOXX+9UltIILskfAJHFJ9vwUaf9tBO\r\noQganDaDh5nJnkgIS84j8mw0gz47mEsLnejBwIZvHsj+R4tHi7at1MEYxUOd\r\nic+vcp04qO5Zyo0yuJhvvnhUbslMwMyHk/tbRwqTHVtaRqrhr8LnE7lRFntk\r\np3cKvyHDY2t+4od6/FPourrxaWOl08ZekRQ=\r\n=LHHh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"esm/index","gitHead":"889d7e2efa7f1c861369043f25cabc8a46869db8","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rollup":"^2.39.0","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","rimraf":"^5.0.0","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","typescript":"^4.1.5","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.21.2_1681573777652_0.519926464992366","host":"s3://npm-registry-packages"}},"1.22.0":{"name":"@teclone/rollup-all","version":"1.22.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.22.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"de23a924bfe76fec28e832d4cbeabc716c084eac","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.22.0.tgz","fileCount":67,"integrity":"sha512-WgMuL9DfAxcWKijOIa+L97L22wwoov6vT+DAjUyLRa0/ZTQ5v5U3nfS5XHQFD5gi1D2EWRMo4Qi4kfREbz9Ecg==","signatures":[{"sig":"MEUCIQDJc539ZiluKA0g8XUGhTwbK8V4PAuCMQS2V1YWyaPUjgIgPatJ48Z3jjaiDRKkBqrYpSLfSCyd6cwYMKq61tglkpo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOw5vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpg5A/7BsUpgk1AtjSBYau7nNB5w+DRpgcgOLT2FhFRIj8jwKknYQoc\r\n6//UOfKyZ+r5/TD8+9+vLv8SPgGeDQTDS0pcyJLB4AwCY5tNUZRHJ7HjXjj/\r\n/QZ3uQ2EOqc8BbIHwF23nd3MkjZIOD5wc+/jgwRFRjfWfZ2fVz+JQHNRHgbC\r\nIt8CD6mV9dE4fuCYXhx8GQDJkHIHkro8i1DYAcARsNDNhub2EIs3eVpHvYbZ\r\n+4TVqbYMjzk7SZoJ5qZe9EfDO7GqOoRSOpPycCJj33wsvuCXUlw3b3bvgnS0\r\ndwhRVBHrru1CB9OWY81SXE7gNvBRkiO7SuVnf3z7CAQcFYd6QRThMNmBofo4\r\nVCa+vRjTUEVwNytnKhCJ1Tog+DEStDAftZ24mNodMkteenT/Iy8kzis8U5ad\r\nn9a+6vILu7U73sBgQJmInNwfyHAiP4fbL1eFrBU66lV8ThUPZ8dbVcwT2PpM\r\n0h33eNjJ27d5KY591I+z9jVo6d6fYef2G5i+s6bHk67oxFU46sl7se5sitsa\r\nDcQSu/RI72o+3rhTe87Zg4fi7jCXCybEoN6gWuj/fTjFYqgQMJwIwgF1n9jI\r\nuQnL1m+5IXCIrPe/okdP2VhVZ/AnWvmW4khk9IJPOpn4eY0s2syCen3pKKY1\r\nQV38BpuN4VdKApL0yz0edCbxB17c3oa938E=\r\n=54+/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"esm/index","gitHead":"b830bde46764ae684a7839e4ea737b6e5319ee20","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","babel-plugin-dynamic-import-node":"^2.3.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.22.0_1681591919679_0.15454182264205207","host":"s3://npm-registry-packages"}},"1.23.0":{"name":"@teclone/rollup-all","version":"1.23.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.23.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"c079aef036ef8ed4653aee3ee237c994637568e6","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.23.0.tgz","fileCount":67,"integrity":"sha512-BAuyuF2TsCcPey4w7gSbrAhIIJUJh4m3KYmEmqxxCApcRp7erydEgr6VCdONjEPF98SGSCwRYVSOwN7QkXNryQ==","signatures":[{"sig":"MEUCIQDpKFXnWXV9JRu2ApuqgednxCC8CclZReBLoj46GT5CpgIgWq8zznQ6B/wzzsHNex7ssEoM1BglKjMuS4TMVFJ5kY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkO7poACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+Vw/+LaSrzmnB8vPPungwGh6WIbzf6w8CSrmaeqydt6d+34qJzEzj\r\nQaaeW0TEvN0Sel7upH15uPQNv56yWIIoIDUrYbB4/C35xJuiY56fESv4BldT\r\nMWBt6js9cutVt5EpnR4CE0vvco6FiX5UdAJx2RKzSwqVVhUsaFB/D2sDXARh\r\nh1kc1CaKCqx9PnQ/G0MO5SHE+WMqJun57hJvQR+W6AGLWJkJW/Nfqmgr1zAl\r\nf6UGhDAnlodFDMVsR+S7/VrLPat3g5o+kBsZ0EdDJ1IV66+mqrroDQo6ShkR\r\nO7s78gMFnaCoa7kfONiehLDRnG0lr5XoSff278dvZwbjHQYTSV8rs+qEcJIJ\r\nAjy2Xmz5hh1zmIYlULqIEPoL6gX7GmbnR9SJRgY20PkMtW2akOYA41+k3v+2\r\n9j7kKOm/uGtpS5+dY4luYjAYo5M1yW+t1np0KsWguEypa3qyOcMaUvnoGvCd\r\ni993WtkC5eBo8Lmle//0for5u/x5mNDMZvg7F34Yon8ailVnQX6TkNZp1rlO\r\n8eP0Aof4PqalgQnnSXwGuGiGwcu+nnYf464tsatNNLK/AhTiiMW7ZIF/cMr8\r\nXgMA4Xixew4nWTvabA0BrCGjcxrG9LxAwahPDOtI0XdNo7uoMl3l43Sdgwbf\r\nNTBqjhRThYkmKLYpKQpDdFCeDmHHM8MclaI=\r\n=0bmE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"esm/index","gitHead":"ea9fa52b352a349b8f78c6279b2202773c45a3af","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","babel-plugin-dynamic-import-node":"^2.3.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.23.0_1681635944729_0.29471103899259665","host":"s3://npm-registry-packages"}},"1.24.0":{"name":"@teclone/rollup-all","version":"1.24.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.24.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"3fb397d3e6ae05685415325a948725a8b1d62cbd","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.24.0.tgz","fileCount":67,"integrity":"sha512-J1JpAUhl+s2FjNuC4h0ttbdUkpf1O+JdIhKd5rw5JDKAUtkLgnwvciZoS3EC7yPYfLoCwgyoD/Spwn7g6zm7qw==","signatures":[{"sig":"MEUCIBmJaKfhCDptiAhnkEA00mSjexirNTCSRue3vi8KQD+CAiEAyd3XKqJV8aHEv22GtTIVO8HGlqiRKyXGUTBzbITZ6W4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkO9QaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEGw/9FwU4JH08ZQYGCjh8uneZwhsUaMWI/y9z8yzJ5shbxgn/Kky9\r\nREwDF1E2/kUTESIfMMIDxnt4lBMKB4eVws0WHXwOYeMIAXDdGOPz6xzierG6\r\ndi3q2uWGPHGB3HfJNZ7VTEhESmttI1PpzCEZrU906bzANX6Ocj3lliV1fg0t\r\nWgtJY/3ldBUYY2ulw4dOyLwx6oB37Sc/rEcv1JqFNHEO/g23CofXOSzjcr9M\r\nHYuyTzbRg3U/v7+GkvmXjrMSqqesy00/3uAEZPilDCPbELpz8gLAyzvrtAsB\r\nD6GXovSCE1n6OyKktQ2h3xHabsXiiIULOi0M9KCZz4oG6suDqXqz2J2aYIxb\r\naeYMvGsEVzbo1n+lJUck9S0OzezqbquHyehigcAtuMAfYAm/HJCI4FY5erwB\r\nh2H5aM4VZx8EIsICmzPWHnCSPHPhDL3Xd1D96AlmA4nQ5OvMNPiMCp0eOXU8\r\nMmc7zh4xAZFyseXQhDF6Q7vaVS61W3RwPFs9rEyxaZESfWlIl273dRg0uRP+\r\n/Dy8+Hr8jt0Zx7gXBdf+5zdshkShPmOG3vtoRRjpTUs1urdLInsLmCZYDKiZ\r\nfE4BoJlExNgGyq+wtn+dChCXK10KEBYjBPnqkNzcOi9+H/KbEue4LLgNviRx\r\nCwIJwvvGVDmRUedN5QxFep4Bln7mMy23ChM=\r\n=zc5P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"esm/index","gitHead":"3058a90c3ea9cc49901fc9ed6ec8ed93417667af","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.24.0_1681642522713_0.40740211336252297","host":"s3://npm-registry-packages"}},"1.24.1":{"name":"@teclone/rollup-all","version":"1.24.1","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.24.1","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"1aa27973d1dca33eec2fd48d6894f80c97f2d719","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.24.1.tgz","fileCount":67,"integrity":"sha512-EmHbsLEdQCUujnHTVcSoS35RbEK4L/wYu6mI2Cj467WU9zMVQ3QU2EDizFmG4ltW59F8UmOeEWSeUz2jsJHbJw==","signatures":[{"sig":"MEUCIQCOgiP/ABb3Te5Y5R72FoA574zFtVmfAcNi7ygmUsVMrAIgSC+/LPd4xhoUw+Bw6XmZjHDbRr+16RxN01Txn8BebT0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkO9WiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdWw/9E+ud2OqeQkFAmKlSjMVWw7ipu1KGyKsfYFqqbXfRrxyjf0dt\r\nXYQN0j1y3oO7UiPQMgNQISNOob/IX7c3jecs8tRcNlQKi6E5y5wQbEwb0XT0\r\n1mzrCVQmOQxinrl4Kp/2NE5ZhshSzTLlezBNB8uQ2UrbBEmCf41vDXjjO9N8\r\n05TWO/AV0ec8e5ZOFJCoRlYe6O0s54EOZk38bpQLva7YgIL0YQmNXcfdsEai\r\nrariFmkiNhyl5npdeg71O5XiuBRwqRpvayQXZ4muRMsm4M4y4SBLEiVKRkDb\r\nvFXKNu3EsdTg7qHOPpQFRIpd2rKejHNm8N+qz2fzogRYy/WBoczoChbhz/Ck\r\n5zoQGCVJabHKc8gPmHXGi4BnTRZSSq86VwffBtbJT2VtD/ALtuC/lMakxf26\r\np6wEN58qA+HvLCCxX1KOR1Tr/mJEEjd5WBc4EVXV9vuk98PtekMNJnCFqOeg\r\n5FplPDQcSG2/i74eSeObQU/LE+ZVuXvQ26Bgw/sIBN19BrpRgHTH1X9sxWjd\r\n25SEUoJBpZRCQFqGDD6o3aacgRlqtM/t96iHkWiQ6NupDYbw/PPsw96PGdnJ\r\nPzHH2VcosYZAeAG++n2kqW7gkLe0D7WOq/T4nL1YxpXdlh2j8MKmfbxjR8WX\r\njrEhDN6PcWWWfvvWgbnKbTIttYBjAUFKSCs=\r\n=TnkN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"esm/index","gitHead":"8351e96c84a0670b8a064e45374d7ee9eb398a72","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.24.1_1681642914079_0.11740346000571433","host":"s3://npm-registry-packages"}},"1.24.2":{"name":"@teclone/rollup-all","version":"1.24.2","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.24.2","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"aaeb69d33143088400f4e8cdb1fdd74f44ad71e1","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.24.2.tgz","fileCount":67,"integrity":"sha512-+RH3dbnNu/FrSZ8kjh7SGEv05j4ZKM98xmJq9fBDPZF2nWRnIMMaDGvYI+Cjfr1tUZeIeWRqd3H5v25y3wvRug==","signatures":[{"sig":"MEYCIQD4npV9rNH+kCNrIVosmooaKv/Ca2xY2jtKu1XsnZNVSAIhAMrGUW9fcjlqTN5trh/AOuab0HaIVJcvcZm8gaqyu5wr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":152667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPGWbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2yQ//fmFyVtgKNJe+CSpT+ZIVw91DIKd3Ndee3KNUCT44ri28ioIa\r\ni2zzC6rgNChbCDznZnMkqJJkKNUjfcvDE5vvKzticXS2O3elqdt9p/Rw+1BN\r\nIyuHYbLtiM2tuQ/hbRcQ2ro+0ozFE47F4xD/r+zla2gyU+5P3UKr4sZwn0Ap\r\nI9rzFNISXYBgHwBBH1XCS/dVexKDxcgRN2MSBg3OVEmj6gNY3q5pbfg8Jx4t\r\npDAS5yrRkfgmLREPydk9S3VcS0E4/yLagf936Y7136WE36rvMnq6NTvvVEl5\r\nYzhZ04Ama9gyhgSs3VGTtSiGILP5ti4CYFZrhpoIqkoloDJMGSqblxpHvqe4\r\nHXpebW1WTFSkUKVfYp3v7k3F79vRt8Q5V93s7b1MdTBMD45xgjyDsXRCIQK4\r\n6D9N5pXFTfqT0BSmyfxz4qiXQsv7/brXpc84G4kWvrx985ryEyKyyL7faBHe\r\nOmXHiYS7Ewj04gVt8u1AYygsv2Qa/L+8zOP8cPqFWVN36lqOSp9jfWAEexQN\r\nAQGVIrMsjDFy4D9UOOeswu+4SJGxJY4UE0OV+1NSJtGtlPPipXYbP7S/w3na\r\nURmVQrylqDqIP60l6KWCN6IDbnEB9lumFHfBdFZVNSY6frVUgB5o/sbx4Ns8\r\npp6huY25bZbxW0E0bo/WKJij2kT3jF7unjc=\r\n=O+34\r\n-----END PGP SIGNATURE-----\r\n"},"main":"cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"esm/index","gitHead":"80f796d98e6fad66ce78e8a07e5c73889dd521e6","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.24.2_1681679771516_0.6118298210287001","host":"s3://npm-registry-packages"}},"1.25.0":{"name":"@teclone/rollup-all","version":"1.25.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.25.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"1c060b46117e256c7c4e333bd1a8aebd5aa80ddc","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.25.0.tgz","fileCount":80,"integrity":"sha512-iI3gP4KTlwuYjQTzheSg1hXXAHfeHwEcoB7HkTZcdr4XroZuFOI3vePoy09/1LHxUDtC11W8xGbQ6r1UXvkD5g==","signatures":[{"sig":"MEYCIQCQGw8AB98QNuKulD7b2qorfo0TrmsUqwJfEoRFqGryQAIhAL5ckq0uEnKOQZOcghm7DpYAk7wDAdTtBJ6X+cQVDQAL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRAtvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpD/g/9H72vYWASZbXhpyBvzVos8Py8y3AuyOG3+834exHkvuqEcIrA\r\nN0aeUgC1Q+f37Osjzmkw/q1HCLbg4o3t3TpLbMJz4m6/PaSyL39+emOOeVXI\r\n5dULNUzbLCnUEivE+gpXWQ0gRPBUxoZbuX9bCuZlzSfBI9nCz0C7m8B4NJNN\r\nDYt7svBpgD9NgMEe6bHcnpBrmhi9c2I0xDI/pbGsO6eM7UvQb09TKBH659aq\r\n9mH4I+ivabQNNJXKE4G5sFGN0++v7FDxiurfVDRCgb2YPziarY8NwUWyZ+BK\r\nLv14fM96u19vvvr/U7N5SDcDDxLdRVFLx56Hd9r7I2kK6gJBUC6gcU5g5Yfo\r\nW28DnnonDvNaUnBOFKBAYgC7+BXy6kEpMco6myqHcHQ0lR8hrMk8h91dGzw8\r\nvjmwuDGhnQxu/wBFlbHpnBJN1+QEmSKYmD0uLg1VWYV8qQBt0ft2w51+NDd7\r\nMHEAwE6JR14Gm5H72wKsw0MO1Zf8PRFuZuf+1YtkAWHBH+Gs4qft3ZxCdcsw\r\n8i+6xKHrnuCid70whBnonWmsP6G2DvpPw/S9btqgofUp4vQTp2GUJ3GauL+g\r\n+8rbT1mIbsHTcswqcrRvUTnfoC9N/RxnXVtuBxKDSbNfA3II8lg+Apslc6M7\r\nfIOWHIgMXxWOaj3NTKeFT3DjrypFbr0AGdA=\r\n=avgP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"fcf72b55db49f9166a061506a417afe0ba4f0e49","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.25.0_1682180975569_0.3736328101566988","host":"s3://npm-registry-packages"}},"1.25.1":{"name":"@teclone/rollup-all","version":"1.25.1","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.25.1","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"d0df73fcf1c48e079b455f71ff53291c9d3b2e38","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.25.1.tgz","fileCount":80,"integrity":"sha512-o88U4QqIa4hg/561LooJcRZh1rQwTaBtPH3nmrcVSybGU33REjQKNmfEVDnCmkVYlyVUHNXb86HPN3CqlffmFw==","signatures":[{"sig":"MEYCIQCToznrkyp9nEugMeKJleIGgRd1pn5U95QFpNB/FEIKPAIhAL0MH1/r64fge1qp2IYdioxf71zutKICjMhriTonmFML","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRA2rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoE7A/7BCePNt6mOBZsKf4VvShGTbo74nekxXzDSGgBIvQRzUwX2ADX\r\ngDWThAgqR+1g5ZS6nAaS41vEtyfTwKmaFgsBrbZE/5HBIxwlcHBVNKby71LF\r\n0RsMIu8p2MAnWYbBj21qSTiuYfLeBRhFTsNB/MkPCBzpp8GB2vQytr9ahAPO\r\n6JjSbPCc1Xz/MKLVbEXYLU0ooCiUEkfVWskRUDMtr06Elh5TXyUraYzjfGK8\r\npAbvYre8RNpXK8OL01Qa4iFT++oPUC0Ha6sdNHJ++SOZNGkpXbxbHAcrv7+R\r\nWsETa3bXarWz4nQSE0TwmczUt23FxspoO/91z0LV/eF0pNj7RGHT5hUP5dvS\r\nw6f7vaGDZS5sKzGuAuc3Qoo+YlGXBePecli/TtJSeikUyeHUHF9TQnLa87pM\r\nTvD722qx6fFCkdFTtpBqgsEmHMwsCGeu5LBybmtRpkSxYLi6wp20Zv0sqFOO\r\n91XIZDiINx8gpzou8F9C3HTNMsY7/4oVqElHywwl8shWc8ctO1g0QHsEKKZX\r\n5iVnqJz9e/66wp7YFKh8qysVKFuoUgs+LvME8MpBbkiTixFICII2T8oZDQMz\r\nJujnPlBVpOLto8Lbg37NJUQ1CmoeOBPMoBLsmh5pW44gOPK06rLyR6aBgIkR\r\nUhAJQUriGWP1LFw4qqARRU+0Nfh4EqFd+dY=\r\n=Ubh4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"90877f039808245c74483eb4b0e673fcb4f78f2f","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.12.17","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.12.17","@babel/preset-react":"^7.12.13","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/helper-define-map":"^7.12.13","@babel/preset-typescript":"^7.12.17","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.12.17","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.25.1_1682181547046_0.9760368201504168","host":"s3://npm-registry-packages"}},"1.26.0":{"name":"@teclone/rollup-all","version":"1.26.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.26.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"14a3f9bf2dfb864b41c25ee52bdd2b8649b51e91","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.26.0.tgz","fileCount":80,"integrity":"sha512-nOYcYy7qgCDW/k6gcLLFuxZwn0xW2ctSMw/4Q84woD5BaCLcfgKLCj1wgn1neS0Xe11+KLW7ka81Owuu3YnNsA==","signatures":[{"sig":"MEUCIQC+UF9vPY4124+i50J9dktELbVwlx1rHOXlrAMNB8E+hgIgVOKoYRVXyg5cd10e0jxvzCbFihdXWlDpfS6b96/2unk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRjACACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCXBAAjMLgTBrTd/+C06kmv71oV6zR8uWb2YliI0uHhBjtdi5e+2dS\r\nQvDFvsogiqbG+Gp6Xoz98Nqd7lmS3XOaJEo3o3wD+uhV4YzvMVzknClw/7FD\r\nJbroWCa6PQ0Wjm02MWgtR4hVardMsZZk5wFN0i0tdecGzLHgOE8yB1RCZVrF\r\nKo/T6NWyMsYeWXs3oj2PdJHZoRR8DyKlpwHuTGug/dso7cAqQlrDNOhTNm2K\r\nnZEbOBVMG1v+6WqegzFp5M95tdSxv+X95mjUtSmUhJCCmQydF4l03hIZkQyq\r\n/2uWv4mZO+tGaiWHJzEIzXsxUo8gKkMjEeKybRHFLavjfTI0VWVLiecOtx8B\r\nIJR7ebFWQ7F0oGfxMNtyv6jsp+OHbok1d/e7ElaeZ4Ky9e4EDFaPjRzbUUI/\r\nfYKa/PUUcXxXncRYTTMYfkyVqyFItxi+oQWhS6jRq7hgXMlxWiTarvyK7AaO\r\nELScfuo/F5HkriAbTGhxT2FNeXZ1vBP00q1OLpWszAudct6KAXqa5JdK5uJd\r\nydSGcAW5NwrBgx3yS3B+Urb7AgrDXQ2im84GcACpyNp+9yvA+e01xf2mqCE3\r\nNwETYjYy78Zb/7a/xZr/o7trsuKeuDb29kwFReib6ngQfEdEA5kbPkbostm2\r\nkH7t8mqieQb1cvuE7b09SCX/Ju+G61y5CgU=\r\n=RHre\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"269052a19a545927765763ec2d78d81b0135d6fb","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.0","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.26.0_1682321410487_0.7618437563281713","host":"s3://npm-registry-packages"}},"1.27.0":{"name":"@teclone/rollup-all","version":"1.27.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.27.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"264d9db5092d4fee927b7db1b146428eda676b77","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.27.0.tgz","fileCount":78,"integrity":"sha512-DgdA2mLFBj2kXtrl9eOAmVN2QaIbt9quaxCLswelxEuxrJ9H4PGNp6ZGCZ0suvmO52fC6DyRbkVUe2wjsoNubA==","signatures":[{"sig":"MEUCIQCAxlMGPdb7WdoDzh+WWntfC/lHdn44Vaq3IUOP9b+ZvAIgJTdzWFgxMnWHvHVaAltAkQ3MLC1f4yBdBtsjVE5XBxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178330},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"ee9caf568e12ff00a4becca540ab62ed816d3e4c","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.27.0_1693384936926_0.5415618666605113","host":"s3://npm-registry-packages"}},"1.28.0":{"name":"@teclone/rollup-all","version":"1.28.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.28.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"45a6b928487de9d90e62e76b2e3baa37114c0d6e","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.28.0.tgz","fileCount":80,"integrity":"sha512-W+BAsRVX6A1NBiHpGbQAv0RmQf78Cibs3BCHk1+gNPAsNEUYwDVIpL6cxrNRmtrw1txDb99jaJ2uWGn2qIVB5w==","signatures":[{"sig":"MEUCIQDFaa3mMpqsglADAuOMS0aU6Hx4y1Le9GaexlltA6mrnQIgc72kl8G1VtGbB4cjMKOQ7ivexQJXXLu+ohpvTHT3Dgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":180135},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"dbd0526e7a3fa8c791437a9a329415c3529d0d4c","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.28.0_1697371314360_0.13458002459571672","host":"s3://npm-registry-packages"}},"1.28.1":{"name":"@teclone/rollup-all","version":"1.28.1","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.28.1","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"40057fffcaab7dda07ceb6a97e024f964869ef32","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.28.1.tgz","fileCount":80,"integrity":"sha512-1lA5k3hlk0rOCIGPqLNrRr60/6J4bzXOEKOsfiMsECK+WtBB/tyEbh5HtNGs1vjR0I/8lA7GdIeTenv+kiBpow==","signatures":[{"sig":"MEYCIQDdWXi2OzK31/TPqiQFd8gr+QhE/dw0ZuJOcpuCb5vrygIhAJNLDrtAnF1Y5bIC2TadMGIDZqqKia4caF2Kw4TXKMj1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175607},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"a40de96831fa912ec2d3bad4f453db20e8e66db5","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.28.1_1699915046652_0.1621926773319129","host":"s3://npm-registry-packages"}},"1.29.0":{"name":"@teclone/rollup-all","version":"1.29.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.29.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"661bdd41e6cfd0aaf24550f07c1b525cf5c4b957","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.29.0.tgz","fileCount":80,"integrity":"sha512-q7I0DjoR91Mq5gmtREQuomC97fz57Z8QMfZ8aJMcyLCQhBQi+FK8/PxjQ7IAUE29Q4ISL3M3/9kDVt/7o4N1sQ==","signatures":[{"sig":"MEYCIQDS30MxfxcCLRqGW49kgq+jbFsIkld5qFE6Fh/wPxcMMwIhAISkraEz7/TI2cESA6A1LP1dI8pSCswx3nsQ/TcrY3gp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175787},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"06bc6947f2a0308cf41af5244de627e2b2c81271","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.29.0_1699937730098_0.008811142979751496","host":"s3://npm-registry-packages"}},"1.29.1":{"name":"@teclone/rollup-all","version":"1.29.1","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.29.1","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"b6c7e32d82846edaeec236fe27fae5033afc858d","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.29.1.tgz","fileCount":80,"integrity":"sha512-DPqAy3WMEh6lAs2neFjM/K0Siji/yc/d710wp8i71Z2TIAMRZ3hVQEiryhcitG/vKHjVSakhMK6wdY035ST8Xg==","signatures":[{"sig":"MEUCIQCbehhZ/p5giclgQTKOZ+MN5yYsSx8GGZMSGrFbkORUswIgWERYMh5/dF4nwOWf8ZDvqks6I2yXX8a59+6AkKq9kxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176731},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"4372e69b5bed476470eb16640f0751bc64119a9e","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.29.1_1703294352654_0.827118249767937","host":"s3://npm-registry-packages"}},"1.29.2":{"name":"@teclone/rollup-all","version":"1.29.2","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@1.29.2","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"4d1f31e65b05dc530b921183db1c6ec91295ef3a","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-1.29.2.tgz","fileCount":80,"integrity":"sha512-tyQrPH5aNk43gGJWiYRm4ed9lymZl4qDlk8NRj8jsihMu1hM/xqjS6rlzF3k/oyQe+MGrAaaTlKYgc2OWQmCzw==","signatures":[{"sig":"MEYCIQCzArfzoum7wWG5nPag3i1Magxu1xPXO/8BRB2EImFBzQIhAMXpP+xThpFrtOemt6OBPeDdXDR7LPQY+93M2dH1yfc+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176779},"main":"build/cjs/index","config":{"commitizen":{"path":"cz-conventional-changelog"}},"module":"build/es/index","gitHead":"96fbea1cfbf205a209e5c93b85950584bf71d934","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"node bin/index","commit":"git-cz","compile":"tsc --noEmit","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"16.20.2","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"4.1.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"3.2.0","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_1.29.2_1718705239647_0.46865131778096414","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@teclone/rollup-all","version":"2.0.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@2.0.0","homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"01a22da98438cbaa79b8bb05b5a8ec7989273f8a","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-2.0.0.tgz","fileCount":80,"integrity":"sha512-emXc7pGYpBL51Cqo7pNwU/bBS3aMl+eGkWEKf+l8zOq0MYJTFrDqxdhzHEr1aKzw3s9Gfjd+lcC4zf23bwl6cg==","signatures":[{"sig":"MEUCICIjZM4QCF95FIRzdVcINHWYDc6r+Xx57MvuROQXEIyjAiEAuBf0BGbIOP3/kwvbsbnCsgePrYhEit2Qw3Pg841EOUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179589},"main":"build/cjs/index","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"module":"build/es/index","gitHead":"b1e757c51754d8c02ef90b79c5a11efc9f2067ce","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"yarn babel && rimraf ./build && node bin/index","commit":"git-cz","compile":"tsc --noEmit","prepare":"husky install","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"18.20.3","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","husky":"^9.0.11","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"^4.3.0","@types/jest":"25.2.3","@types/react":"^17.0.2","@commitlint/cli":"^19.3.0","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"^3.3.0","@commitlint/config-conventional":"^19.2.2","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_2.0.0_1719519753641_0.07892985714230405","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@teclone/rollup-all","version":"2.1.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@2.1.0","homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"d82537c758c4d6b4210160ffb7abf32364125bd3","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-2.1.0.tgz","fileCount":86,"integrity":"sha512-EkZNH6L/KGExBzJgIgyDCRunCJLN0BvbFPN023if/cVBS+edvngGEsMlcrtDh2PJLbViPVMzV+dYk107gN+Umw==","signatures":[{"sig":"MEUCIQDcKZZP9HFilbTK4r0NcAmV4l8cXLKAsfNnJzB/mROi0AIgNQP0xsxWc/K4FAGap/zqiW7m3wSmhhnCmCPdrH2bRE0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":186397},"main":"build/cjs/index","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"module":"build/es/index","gitHead":"1794b3c68a8ba450ca2029cb5f53ac2523d3de87","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"yarn babel && rimraf ./build && node bin/index","commit":"git-cz","compile":"tsc --noEmit","prepare":"husky install","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"18.20.3","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","husky":"^9.0.11","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"^4.3.0","@types/jest":"25.2.3","@types/react":"^17.0.2","@commitlint/cli":"^19.3.0","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"^3.3.0","@commitlint/config-conventional":"^19.2.2","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_2.1.0_1719557298700_0.8727014897365277","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@teclone/rollup-all","version":"3.0.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@3.0.0","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"1702ecf4f09e87b90682dd404e35b4bcf7cae0e5","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-3.0.0.tgz","fileCount":86,"integrity":"sha512-sL1rTP1urLWqS7Yk9NbAn/iNcd3rh5eXr8OslpqoaQDk0sZkv71HEYWdY84YTiiTTY5YtCcPtlCCvNh+6nJ7mg==","signatures":[{"sig":"MEUCIQCtL6FieQWoBWlqNyQJO+KVokxr85iuqfM40PlW2Wj6LAIgQa14pmjOfSsLFXHcfrR14noCa69yKHxiuOg04k/AH+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":184939},"main":"build/cjs/index","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"module":"build/es/index","gitHead":"5fa04546206fe37816c46a399c80fa5ac4fef34b","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"yarn babel && rimraf ./build && node bin/index","commit":"git-cz","compile":"tsc --noEmit","prepare":"husky install","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"18.20.4","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","husky":"^9.0.11","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"^4.3.0","@types/jest":"25.2.3","@types/react":"^17.0.2","@commitlint/cli":"^19.3.0","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"^3.3.0","@commitlint/config-conventional":"^19.2.2","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_3.0.0_1723917452534_0.27316862609148873","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@teclone/rollup-all","version":"3.0.1","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@3.0.1","maintainers":[{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"8c801757f51520e396a10cdefaab5edf660f2e65","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-3.0.1.tgz","fileCount":86,"integrity":"sha512-TjSZJ9mOk3Fj8ozV3+shAAL7vz7akybdDY4Go+JAc0hYx47FnHDyfexGs+vDs18caiZoCMRNnsJ8nhcbuKuyjw==","signatures":[{"sig":"MEUCIHTqpHOf4Mg80Qh1+d/FRwFpOlb5u9dN0KaXf2+D70TBAiEAwmQPWd+l376KXw8+JERtUSUUnl7Zq1Q7zy8WKA1ePxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":185899},"main":"build/cjs/index","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"module":"build/es/index","gitHead":"a40412e8b957304a0772127d80918be9a9a51ca4","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"yarn babel && rimraf ./build && node bin/index","commit":"git-cz","compile":"tsc --noEmit","prepare":"husky install","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrisonifeanyichukwu@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"18.20.5","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","husky":"^9.0.11","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"^4.3.0","@types/jest":"25.2.3","@types/react":"^17.0.2","@commitlint/cli":"^19.3.0","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"^3.3.0","@commitlint/config-conventional":"^19.2.2","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_3.0.1_1735128243872_0.6178103997137923","host":"s3://npm-registry-packages-npm-production"}},"3.1.0":{"name":"@teclone/rollup-all","version":"3.1.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@3.1.0","maintainers":[{"name":"teclone","email":"harrison.ifeanyichukwu.u@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"3fc2f3db99673f742013255dfc9e86522696cd36","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-3.1.0.tgz","fileCount":91,"integrity":"sha512-a4OZfn2NIBj8rWuLvVJKmvqNcXeDgGmYDILj40pcaQCQ63VXV53f2YdKt4NJbc4pw7wHKWJACSfqVODyGK7h4g==","signatures":[{"sig":"MEUCIQDYr5sut5hh5vn9lCjreaFLYNlmHzHRwDnvBOzM8pZy9gIgIztUrBrDYiKSfqi/m/iDUXsTF9hMofy5Wu+164/O+EQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":197677},"main":"build/cjs/index","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"module":"build/es/index","gitHead":"2cfad7f22108809f212072ac7043edc15bc26e3e","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"yarn babel && rimraf ./build && node bin/index","commit":"git-cz","compile":"tsc --noEmit","prepare":"husky install","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrison.ifeanyichukwu.u@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"18.20.7","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","husky":"^9.0.11","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"^4.3.0","@types/jest":"25.2.3","@types/react":"^17.0.2","@commitlint/cli":"^19.3.0","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"^3.3.0","@commitlint/config-conventional":"^19.2.2","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_3.1.0_1743443069338_0.2714019113866606","host":"s3://npm-registry-packages-npm-production"}},"3.2.0":{"name":"@teclone/rollup-all","version":"3.2.0","keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","_id":"@teclone/rollup-all@3.2.0","maintainers":[{"name":"teclone","email":"harrison.ifeanyichukwu.u@gmail.com"}],"homepage":"https://github.com/teclone/rollup-all#readme","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"bin":{"rollup-all":"bin/index.js"},"dist":{"shasum":"30ab5227bcfc62dc7c1047b1da8bc3f207884d78","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-3.2.0.tgz","fileCount":91,"integrity":"sha512-U2vE5I2QTnC0dTPLQbl/+/ZuVpd9V/w4xKcZXdjxlsKFQMTj176VGXMuM+rLwLsHislk2h/muN2GhW9Z4vReQA==","signatures":[{"sig":"MEUCIQDurHk2DDJZdDwS90vYFcFu9i4U5EhTyrS79OZtKYTmQwIgAwRBZpb/VtKaWuSJYlYo2l3QwIrlZDgYGT3fJxkFzAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":198373},"main":"build/cjs/index","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"module":"build/es/index","gitHead":"db148eadadd906e3e17f3e3f8262edc688ee4b44","scripts":{"lint":"eslint ./src --fix","test":"BABEL_ENV=test jest --runInBand","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"yarn babel && rimraf ./build && node bin/index","commit":"git-cz","compile":"tsc --noEmit","prepare":"husky install","release":"semantic-release","typings":"tsc --p ./tsconfig.build.json","watch-test":"BABEL_ENV=test jest --watch --runInBand"},"typings":"build/cjs/index","_npmUser":{"name":"teclone","email":"harrison.ifeanyichukwu.u@gmail.com"},"repository":{"url":"git+https://github.com/teclone/rollup-all.git","type":"git"},"_npmVersion":"7.24.2","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","directories":{},"_nodeVersion":"18.20.8","dependencies":{"args":"5.0.1","chalk":"4.0.0","rimraf":"^5.0.0","rollup":"^2.39.0","typescript":"^4.1.5","@babel/core":"^7.21.4","@types/node":"^14.14.31","glob-to-regexp":"0.4.1","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@rollup/plugin-json":"^4.1.0","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-image":"^3.0.2","@rollup/plugin-terser":"^0.4.0","@rollup/plugin-commonjs":"^17.1.0","@babel/preset-typescript":"^7.21.4","@rollup/plugin-node-resolve":"^11.2.0","rollup-plugin-preserve-shebang":"^1.0.1","@babel/plugin-transform-runtime":"7.21.4","@rollup/plugin-dynamic-import-vars":"^2.0.3","babel-plugin-transform-inline-environment-variables":"^0.4.4"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"26.0.1","husky":"^9.0.11","coveralls":"3.1.0","@babel/cli":"7.12.17","babel-jest":"^26.6.3","commitizen":"^4.3.0","@types/jest":"25.2.3","@types/react":"^17.0.2","@commitlint/cli":"^19.3.0","@types/react-dom":"^17.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@typescript-eslint/parser":"2.34.0","cz-conventional-changelog":"^3.3.0","@commitlint/config-conventional":"^19.2.2","@typescript-eslint/eslint-plugin":"2.34.0"},"_npmOperationalInternal":{"tmp":"tmp/rollup-all_3.2.0_1753948799443_0.34875626422171924","host":"s3://npm-registry-packages-npm-production"}},"4.0.0":{"name":"@teclone/rollup-all","version":"4.0.0","description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","publishConfig":{"access":"public"},"main":"build/cjs/index","module":"build/es/index","typings":"build/cjs/index","bin":{"rollup-all":"bin/index.js"},"scripts":{"prepare":"husky install","compile":"tsc --noEmit","commit":"git-cz","test":"BABEL_ENV=test jest --runInBand","watch-test":"BABEL_ENV=test jest --watch --runInBand","lint":"eslint ./src --fix","typings":"tsc --p ./tsconfig.build.json","babel":"BABEL_ENV=build babel src --out-dir temp --extensions .ts","build":"yarn babel && rimraf ./build && node bin/index","release":"semantic-release"},"repository":{"type":"git","url":"git+https://github.com/teclone/rollup-all.git"},"keywords":["rollup","build-tool","library","typescript-build","minified"],"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"homepage":"https://github.com/teclone/rollup-all#readme","devDependencies":{"@babel/cli":"7.12.17","@commitlint/cli":"^19.3.0","@commitlint/config-conventional":"^19.2.2","@types/jest":"25.2.3","@types/react":"^17.0.2","@types/react-dom":"^17.0.1","@typescript-eslint/eslint-plugin":"2.34.0","@typescript-eslint/parser":"2.34.0","babel-jest":"^26.6.3","commitizen":"^4.3.0","coveralls":"3.1.0","cz-conventional-changelog":"^3.3.0","husky":"^9.0.11","jest":"26.0.1","semantic-release":"^17.3.9","semantic-release-cli":"^5.4.3","@types/lodash":"4.17.20"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"dependencies":{"@babel/core":"^7.21.4","@babel/plugin-transform-runtime":"7.21.4","@babel/preset-env":"^7.21.4","@babel/preset-react":"^7.18.6","@babel/preset-typescript":"^7.21.4","@rollup/plugin-babel":"^5.3.0","@rollup/plugin-commonjs":"^17.1.0","@rollup/plugin-dynamic-import-vars":"^2.0.3","@rollup/plugin-image":"^3.0.2","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.0","@rollup/plugin-terser":"^0.4.0","@types/node":"^14.14.31","args":"5.0.1","babel-plugin-transform-inline-environment-variables":"^0.4.4","chalk":"4.0.0","glob-to-regexp":"0.4.1","rimraf":"^5.0.0","rollup":"^2.39.0","rollup-plugin-preserve-shebang":"^1.0.1","typescript":"^4.1.5","lodash":"4.17.21"},"gitHead":"dfc1470f70183f4b1deb7efab1fe882722daf441","_id":"@teclone/rollup-all@4.0.0","_nodeVersion":"18.20.8","_npmVersion":"7.24.2","dist":{"integrity":"sha512-zq3IV+ORGUvC+eyHtEoSqUy6UXKf5j1Sl4lfIs6pvB+Zql9AoxQLxqvENRPK6SSu48Q+6XE3omHVNxmi8Y+NKg==","shasum":"dee6a9d75c6abbde9b958464a88c3e51729e8659","tarball":"https://registry.npmjs.org/@teclone/rollup-all/-/rollup-all-4.0.0.tgz","fileCount":85,"unpackedSize":193926,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCnMOcXkwocQvKZx31d7Ti8U2yhOlxpFFY2zIhZi2Pv8QIhAIxhMUNM5wjpg0nCKclNryLE7x5c/KcbwDa5P2HPg+FG"}]},"_npmUser":{"name":"teclone","email":"harrison.ifeanyichukwu.u@gmail.com"},"directories":{},"maintainers":[{"name":"teclone","email":"harrison.ifeanyichukwu.u@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/rollup-all_4.0.0_1754568641211_0.14606834210776865"},"_hasShrinkwrap":false}},"time":{"created":"2020-03-01T22:56:36.259Z","modified":"2025-08-07T12:10:41.607Z","1.10.7":"2020-03-01T22:56:36.386Z","1.10.8":"2020-03-01T23:35:37.638Z","1.10.9":"2020-03-02T09:36:55.107Z","1.10.10":"2020-03-03T18:46:04.413Z","1.10.11":"2020-03-03T20:33:22.815Z","1.10.12":"2020-03-14T17:27:36.109Z","1.11.0":"2020-03-21T19:19:20.476Z","1.11.1":"2020-03-21T19:40:10.682Z","1.12.0":"2020-03-21T19:57:56.311Z","1.12.1":"2020-05-12T21:51:29.173Z","1.12.2":"2020-05-12T22:08:45.288Z","1.12.3":"2020-05-13T04:28:50.028Z","1.12.4":"2020-05-21T17:52:26.573Z","1.12.5":"2020-06-19T14:05:10.262Z","1.12.6":"2020-06-22T21:52:15.637Z","1.12.7":"2020-07-08T22:53:24.196Z","1.12.8":"2020-07-13T07:02:59.415Z","1.12.9":"2020-07-31T23:53:54.834Z","1.12.10":"2020-09-25T14:37:51.735Z","1.12.11":"2020-09-30T17:25:29.955Z","1.13.0":"2021-02-20T15:16:03.827Z","1.14.0":"2021-02-20T21:12:13.947Z","1.14.1":"2021-02-21T07:24:15.704Z","1.14.2":"2021-02-21T08:56:29.611Z","1.14.3":"2021-02-21T09:04:32.636Z","1.15.0":"2021-06-16T19:24:14.939Z","1.16.0":"2021-11-10T22:16:22.346Z","1.17.0":"2021-11-11T08:43:45.826Z","1.17.1":"2022-05-01T10:44:45.315Z","1.17.2":"2022-05-01T11:35:14.409Z","1.18.0":"2022-05-14T19:36:43.533Z","1.18.1":"2022-05-14T19:47:34.276Z","1.18.2":"2022-05-14T19:49:06.748Z","1.19.0":"2022-06-17T12:52:11.442Z","1.20.0":"2023-04-15T15:21:12.681Z","1.21.2":"2023-04-15T15:49:37.874Z","1.22.0":"2023-04-15T20:51:59.894Z","1.23.0":"2023-04-16T09:05:44.926Z","1.24.0":"2023-04-16T10:55:22.880Z","1.24.1":"2023-04-16T11:01:54.281Z","1.24.2":"2023-04-16T21:16:11.717Z","1.25.0":"2023-04-22T16:29:35.714Z","1.25.1":"2023-04-22T16:39:07.249Z","1.26.0":"2023-04-24T07:30:10.663Z","1.27.0":"2023-08-30T08:42:17.089Z","1.28.0":"2023-10-15T12:01:54.568Z","1.28.1":"2023-11-13T22:37:26.888Z","1.29.0":"2023-11-14T04:55:30.290Z","1.29.1":"2023-12-23T01:19:12.817Z","1.29.2":"2024-06-18T10:07:19.834Z","2.0.0":"2024-06-27T20:22:33.841Z","2.1.0":"2024-06-28T06:48:18.832Z","3.0.0":"2024-08-17T17:57:32.691Z","3.0.1":"2024-12-25T12:04:04.110Z","3.1.0":"2025-03-31T17:44:29.554Z","3.2.0":"2025-07-31T07:59:59.662Z","4.0.0":"2025-08-07T12:10:41.420Z"},"bugs":{"url":"https://github.com/teclone/rollup-all/issues"},"author":{"name":"Harrison Ifeanyichukwu","email":"Harrisonifeanyichukwu@gmail.com"},"license":"MIT","homepage":"https://github.com/teclone/rollup-all#readme","keywords":["rollup","build-tool","library","typescript-build","minified"],"repository":{"type":"git","url":"git+https://github.com/teclone/rollup-all.git"},"description":"A lightweight, extensive and configurable npm package for building all your ES6 source codes in one parse using rollup","maintainers":[{"name":"teclone","email":"harrison.ifeanyichukwu.u@gmail.com"}],"readme":"# @teclone/rollup-all\n\n[![Build Status](https://travis-ci.org/teclone/rollup-all.svg?branch=master)](https://travis-ci.org/teclone/rollup-all)\n[![Coverage Status](https://coveralls.io/repos/github/teclone/rollup-all/badge.svg?branch=master)](https://coveralls.io/github/teclone/rollup-all?branch=master)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![npm version](https://badge.fury.io/js/%40teclone%2Frollup-all.svg)](https://badge.fury.io/js/%40teclone%2Frollup-all)\n![npm](https://img.shields.io/npm/dt/%40teclone%2Frollup-all.svg)\n\n**@teclone/rollup-all** is a package for generating javascript/typescript library builds with typescript definition file support.\n\nThis package does the heavy lifting and builds on top of [Rollupjs](https://rollupjs.org/) and [Babel](https://babeljs.io/) making it possible to generate `cjs`, `es`, `umd` and `iife` builds at once.\n\n## Motivation for this package\n\nThe Javascript ecosystem is diverse, and ever changing with new language proposals. There is big need to support older environments while writing in modern Javascript/typescript syntax.\n\nLibrary developers face the problem of shipping modern Javascript codes to formats that are compatible with NodeJs, browsers and bundle tools (webpack) in the leanest forms.\n\nMoreso, there is need to generate typescript definition files for most projects (javascript and typescript projects alike), sourcemaps, minification, production build, development build, resolution of dynamic imports, etc.\n\nThis library allows you to generate commonjs, es module, and browser builds at once with sourcemaps and typescript definition files outputs. It is very configurable.\n\nThis package automates the whole process with the right configurations and makes it easy to get all target build formats generated in one command with configurability in mind.\n\nit generates typescript definition files for what is built, by leveraging typescript build api.\n\n### Installation with npm\n\n```bash\nnpm install --save-dev @teclone/rollup-all\n```\n\n### Installation with yarn\n\n```bash\nyarn add --dev @teclone/rollup-all\n```\n\n### Run via cli\n\n```bash\nnpx rollup-all\n```\n\n### Run as npm/yarn script\n\nadd a build script to package.json\n\n```json\n{\n  \"scripts\": {\n    \"build\": \"rollup-all\"\n  }\n}\n```\n\nYou can now run it as npm or yarn command\n\n```bash\nyarn rollup-all\n```\n\n### Supported build Formats:\n\nThe following build formats are supported:\n\n- `cjs`: Commonjs build, this output of this build is compatible with Nodejs.\n- `es`: Es module build, the output of this build is compatibile with modern bundle tools such as webpack\n- `umd`: Browser bundle compatible with umd loaders,\n- `iife`: Browser bundle\n\n### Configurations\n\nIt is possible to configure the build process via a config file or via cli options. To configure the build via a config file, create a `rollup.config.js` file in the project's root directory\n\n```javascript\nconst { createConfig } = require('@teclone/rollup-all');\nmodule.exports = createConfig({\n  /**\n   * defines formats to build\n   */\n  formats: ['cjs', 'es'],\n\n  // defines default configurations for all build formats\n\n  // default src directory\n  src: './src',\n\n  // default entry file\n  entryFile: './index',\n\n  /**\n   * default allowed file extensions\n   */\n  extensions: ['.js', '.ts', '.jsx', '.tsx'],\n\n  /**\n   * boolean indicating if the interop rollup setting should be enabled\n   */\n  interop: true,\n\n  /**\n   * boolean indicating if sourcemap should be generated, can be true, false, or 'inline'\n   */\n  sourcemap: true,\n\n  /**\n   * applies to umd and iife builds\n   */\n  globals: {},\n\n  babelPlugins: [],\n\n  babelPresets: [],\n\n  exclude: [],\n\n  include: [],\n\n  /**\n   * rollup plugins to add for all builds\n   */\n  plugins: [],\n\n  /**\n   * cjs build config\n   */\n  cjs: {\n    out: './build/cjs',\n  },\n\n  /**\n   * es build config\n   */\n  es: {\n    out: './build/es',\n  },\n\n  /**\n   * iife build config, disabled by default\n   */\n  iife: {\n    out: './build/iife',\n\n    // defines outputs\n    outputs: [\n      ['development', 'minified'],\n      ['production', 'unminified'],\n    ],\n\n    // set to false if you do not want .[min] prefix in minified builds,\n    minifiedSuffix: 'min',\n\n    // set to false or empty string if you do not want .production suffix in prod build ouputs\n    prodBuildSuffix: 'production',\n\n    // set to false or empty string if you do not want .development suffix in prod build ouputs\n    devBuildSuffix: 'development',\n  },\n\n  /**\n   * umd build config, disabled by default\n   */\n  umd: {\n    out: './build/umd',\n    // defines outputs\n    outputs: [\n      ['development', 'unminified'],\n      ['production', 'minified'],\n    ],\n\n    minifiedSuffix: 'min', // set to false if you do not want .[min] prefix in minified builds,\n    prodBuildSuffix: 'production', // set to false or empty string if you do not want .[production] suffix in output files,\n    devBuildSuffix: 'development', // set to false or empty string if you do not want .[development] suffix in output files\n  },\n});\n```\n\n#### Cli options\n\nThe following options can be parsed to the cli binary\n\n- **--sourcemap**: `boolean`: to generate sourcemaps, default is `true`\n- **--src**: `string`: your code's src folder: default value is `src`\n\n### Environment and minified builds\n\nWhen generating distribution builds, aka `umd` and `iife`, it is desirable to have separate development and production build with minified and non minified versions.\n\nThe value of process.env.NODE_ENV has to be injected into the outputs as well, to reduce build size by removing development only lines of code in production builds such as code lines for debugging.\n\nThe build filename format for dist builds is `[filename].[env].[min]?.js`;\n\nProduction build will strip out all development related codes based on evaluation of `process.env.NODE.ENV`.\n\nfor instance, the code sample below will be removed in production builds\n\n```javascript\nif (process.env.NODE_ENV === 'development') {\n  // code snippets here\n}\n```\n\nThis configuration is achieved using the output option as shown below\n\n```typescript\nconst { createConfig } = require('@teclone/rollup-all');\nmodule.exports = createConfig({\n  formats: ['umd'],\n  /**\n   * umd build config\n   */\n  umd: {\n    out: './build/umd',\n    src: './src',\n\n    // defines outputs\n    outputs: [\n      ['development', 'minified'],\n      ['production', 'minified'],\n      ['uni', 'minified'],\n\n      ['development', 'unminified'],\n      ['production', 'unminified'],\n      ['uni', 'unminified'],\n    ],\n\n    minifiedSuffix: 'min',\n  },\n});\n```\n","readmeFilename":"README.md"}