{"_id":"tsc-esm-fix","_rev":"77-75b068d1a611ccff6de4eb15e2455409","name":"tsc-esm-fix","dist-tags":{"beta":"2.20.1-beta.0","latest":"3.1.2"},"versions":{"2.3.2":{"name":"tsc-esm-fix","version":"2.3.2","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.3.2","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"462f6ae08671975e1516afe4031c07bcce3e717a","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.3.2.tgz","fileCount":31,"integrity":"sha512-fvEBQK/5J+Xffi2rVTmwKCwxv6nMxMuKMF37KOu6T6+iD8YzmVLTxlmMgtchvm8x1nLD0qlvuvJOQlk768MzOQ==","signatures":[{"sig":"MEQCIEu+kaGa+oPpYeqEL7C4VkoPSfSPumi39odtVzs6ijqDAiBpZ29xbIEpZinndalWGgK2Gs3EkVy1RFNeOgR0+xMxNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhF+ByCRA9TVsSAnZWagAAyZUQAIlwYXlKBD+3+YZXcEUS\njPDzViGG86kTek65tLYUsFUrVd3gvr+LBk4rLS3afBWqnyUG9RB3NUm4kjGy\n+pTWaY5WlHsWK75NRc3yaer7wVwtj7wKtzsidMdf6qv8/qe8TaVYQAjaP4wa\nAXy4MlqCZqO92bcdK1ieY5IekmgPQ6jMxdiGOvHbOYdLKXXkbfZ28PNGKWmB\nk8iDxKS0ctMKl/6OPzyMish/NhcK8jQw/gopx2jhh98MAMbP+D5Sm2/rCwpD\nHvDk0nUMA7W4A/0fJLV3t9VtLAxMDtq0djFZrvSr0FNZ4d5gazY8sGokAkpP\n71vrt6JyoaDIKxLev5IoHjkk+f+qB1BJc8CBwj8ogG1dEiZoxniLRjZ2pa6z\naTw7Ly4yVezSxVcoA2yCzkFfPl+QA5cj4yelJj/oLPsuS1hY95qxZ1IgDRB6\nACkZbuic3ciYJO+esIsuyiMX9bu+xwLI8jijv70qQrnlDvWmu21quVlQmaWW\nrECTW/Q1aX05Jw2wrBBbjZrHGG0Pr9fHfcm7FFo/cyuKG/aRfDX3oNmUhPf1\nrm32xdliBALuQ+XwziiGtz8Ow+1bfWrPKo/6WvLaime5hNQTL1AttgGjDQ1u\nCAXb4XhuX1HoVFgaru02orXgW+9nYBw0r7SC8ZS+UiojnN+/uFS1vF0S5Ycz\nvhxp\r\n=z/3E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"4be99afe6607c3f89ceaa26ee057492a0b8a0511","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020` bundles compatible with `\"type\": \"module\"` requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15"},"_nodeVersion":"16.6.2","dependencies":{"meow":"^10.1.1","tslib":"^2.3.1","globby":"^12.0.0","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^1.0.1","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.4","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.4","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.3.2_1628954738005_0.6569893973748924","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"tsc-esm-fix","version":"2.3.3","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.3.3","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"8a7b67dcf039904c0c8818848c4c0a08eea243d8","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.3.3.tgz","fileCount":31,"integrity":"sha512-pRQwzUBiBY9un5OWUw+Nu26B0Dy84n2j2xsEqce0EI2MQEybFVfhRcdqliM2j7jMy6C+xPR5Kr1PdiCPZnd51g==","signatures":[{"sig":"MEYCIQCGCdoiooqEyAGKUc/EqNs8ApCCtJgEiUYp9zL7ay2H3AIhAI8o/YrKsgrkK8v0Kvjix9TPdWiDwUnBdJEhrnURlKKa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGUcBCRA9TVsSAnZWagAAVGsP/ihZHM9HgLnNGz5MuzFf\n7TWtS10/kXDP0oAmOZbM1t5HXGM52STo0bJc7QkER9gqt9tN2vx+gN5e58gg\nOGYvyx91TZdzV/5yNNwXRcJ67oFzNUttmYozJ2wznKkFkgN3BxZFU3zy+iE3\nDjHKhZIq86MMAYiPp6Y2aWCnRvn2FeK2pLFdhp+46v9SQerSWf47owApi6FY\n6IcCYOLLuSth9zudMTuFG9XujbTAOa1y+3+hV4OwysirPCecjb4PvWySIXMr\nYVrTsWuMaavRY+UADAY5te5Tsv+8TfYUd9TKiiuPgu+6QfpWNqA8WXJziiWk\neHrlCHr0GXx+iYDi0OIZI96c1pkd7HBwawjrmvEqeCWf/64TrhOs4CDm2x4X\nc+UEOmHlQ3PW+iLflunVPFAZXkeyLaMcJWWQlDzKcTx9JWUOY9n7do4/Y8X6\nBCH2OXBJvWZDXPK0BkGCPO1dA0gmgC2fgB5dJQx2rDRqp6WNS54imwfB3uWd\n87PNSTEFo+WM58CGQvN2m8T+nOvYTB7XvXaumcwm3jnXd4gkXinp0PXptnHj\nmdAiSjA4DfttOiwSu1PHrgaF64Nfgi5t5Lbmvrmf4m6cfQQa4wZxF19/YKt3\nHcBcawyKCy0uRITyE3oD9bPhMBK9CUDWXEsGFS8rORXwwA457r6WHSWAiM8H\ny8X+\r\n=TBRn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"05b8299770947b433536fdc8082081efd8a37ddc","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15"},"_nodeVersion":"16.6.2","dependencies":{"meow":"^10.1.1","tslib":"^2.3.1","globby":"^12.0.0","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^1.0.1","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.4","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.3.3_1629046529484_0.45810804135251404","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"tsc-esm-fix","version":"2.4.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.4.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"55bb0b5323b738943719f3d322ef70afb3a45fa2","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.4.0.tgz","fileCount":31,"integrity":"sha512-zwc6fOVgLkGYIkAk4AQEhA5gpS6PFlIyPgMhZayXaNTYY9ifJAmhYpPwBnQ+7kcxdwXIC8u2klrRDlcw2Sn/WA==","signatures":[{"sig":"MEUCIBB6T+5ooz+dEB3yKraIk2f411A9QMtxVQd0Ey8f8Pd5AiEAqvx4GGLijeycyCjV9M0+FKfo4UMjj3X2LcRIDkAiLrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGXs8CRA9TVsSAnZWagAAHCsP/1tlapERkbKlJUcT7VqL\ntFtijUWfjhHRBIvQvGPUrWCQP6chFBJ4+AbqNxV02Cy9oJP+amhg7qVXsTmV\nD2s+6XLsdK7Qgu23f0no1HhmYri8fNgLquKrDDegwy1n4ctLEkggvCuEbW4F\n06n/K354Kwbdu5GCVVXKVQLmSOz7mNNKCBFjHb+5M1mYu8SwRfmEKk8L6Be4\nlhbQodyd5eYMP23ESSubYtIvP02+waZ56V+qhaEKPMAfusUbFq/w8qh9xnFV\nRZhsnuYI+cEiCS3iow8/eZ9Exjm5fFXQFmjhRiDDQgpyPdILbdkXkBiGK0Fd\n4eKKpi+Y4FdzF5RIi8A16RQAuBHXx7J+Z4Dpd7pSq246LU647kQyEyffkvAw\n8F1mGlT24qAGyLQfQf65bTCU4io0iyeSw2ZYt1hYxoKR2PNa4M7RqxKiKgL2\nLqjhQJu+HLjrL1g5IGQxc60rHANkRF38CyDSLUOT7vlfZfytPLUK3wl7RoCf\nR2v6lTH+XeqrFqKs/G0GcyYSilf7LxifgIE/z7VjVePZCGnmr4S8tbP671ZB\nq1lcLr7GKMk2W7NQXGM8iHfPl9i60FwF1LQuOPJkdLRBs9V8sa6kAzDNKg6b\ntLRdfOpSnVi11nbtxeN8NOuHSLvpbYdbC+8lxp7GGNqsBXhdsh+4HNPN8hTK\njR/y\r\n=/mg8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"bfa8ba0fdd5175e49d92e038858c02226b9e852b","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15"},"_nodeVersion":"16.6.2","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.0","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^1.0.1","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.4","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.4.0_1629059900380_0.3115816121948003","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"tsc-esm-fix","version":"2.4.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.4.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"7fed757e331387ec74e7d75ab4f9671a8d1fb337","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.4.1.tgz","fileCount":31,"integrity":"sha512-OswzzQ5r6XSumBbwbQEppboJmD7TfHEhVakOFcSTXqy8+HR3obUG273cAoB45HXFWW86i8+M1g74wUjbt01AEw==","signatures":[{"sig":"MEQCIACD1re/47Jg0hX9Zvp8kfQd/OVw4gON8xuCq/3E08/dAiBNS7CjzElb2zgV7+A6Eyt3uzdVN2uvtmmS+euB3Lu2Zw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGX2JCRA9TVsSAnZWagAAS/gQAIUXEmGljMBx7n07dQzI\n+EiSwiijyxMFPdCIOQpr5i/SLFLHkkmgHI7YdBDsXYYwghb+Kn8Yp2guFdKZ\nk5swYGzv6+UC+TP3aQrd3bJS2+J3wXFwb1n8fVpmcS2kr0icJFUelYWTPuEw\nQT3vuJHxuKIjuCwHD+nAWyVBDPed2cwXBa3FbpW+HOU+0a1mD0SRsb0gHUTS\ngaH11LWv/vhT2AZ/U5u7DcPb2LySIYOanGNmoVexuf5dEJJvD6fH6mwnQAql\neGr8QXprnopxUvgU8uR5uBRCrS74zbnO/GVggH8zTWncPAXlnF0VW4+wCfY3\n7IMaNx78nSDZbdR2eVKlmVs0ooMov+gYb+P8ri4cfixwex94ZMDhLJeDmIMj\ntc16TPNrgsYKamAClWgGrQ5GBJ01vdOkf963Zw4dIwNT0a7ZsjvGs8E9ETj3\nTIVT62ETa3U09pCgCWC1PW3HVpebeCsVpPG3CuoM+0EY2zfnE6MSezyfkfs7\nwgnUGsotkGl9sdT5vClFTxymr7OTPnNTtCa5DFp49fHNbHMpzOpmQQAci7ZZ\n6AOdzgrwDTGq4pHPn08r14LT0dLkSPdkWyVtY03MM6g+OSZcLLrB2WUIRLld\nHOa9u6UnHw/7R9GRWtC37yao0reco/Lsk3vhDzCprFdkoAM/wJIt0xihosem\nOJ5z\r\n=uST0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"c266ffd856253ddfa9a2bde9ed09110f40d140e9","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15"},"_nodeVersion":"16.6.2","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.0","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^1.0.1","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.4","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.4.1_1629060489688_0.5078011363110293","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"tsc-esm-fix","version":"2.4.2","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.4.2","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"6c5a69147349dde57477b1fd4c8f9f87b58398bf","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.4.2.tgz","fileCount":31,"integrity":"sha512-CusZadp367qvPWU2xzGzdgfW+FaYmmnw2UKLjLPEOTLzzkeyMKE9xSZYzmEWIq+b3wBEkeKh2IhkBgv16Vbtpw==","signatures":[{"sig":"MEUCIHsRB3eKB3Wbyzm/iL66FY1cs4JsB7x5lnlNraLm5CgrAiEAmU2/1FjllaWLBbCM2uqn4eZauf6+YI8Fnqwnx95DWqo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGZW3CRA9TVsSAnZWagAAY0AP/RSJdl/0buYm+lmIa0Ag\nQ1b4sLFMkjon2Z2Zb/k/zz1Tayg5QmtZwhYUBHZwUpsuddOg4OMhiQtJMyyS\nOA/Aflw1z5wUwLUT41sUwLGDz4bXzq0lRYP6rsaGnuwJ03BWoXtcjmobHTo5\n6n8fQ0Phm/cfBWDAbLhmIzXlYHJ31JHvSl0HgDd81ytJirFD9R77kChctZG5\nawalW/zHVCqyfGiG8ycyssKvCzEKErz0RsGNVD5qQ0d8tNtF8AtxVEi2v7b0\nrZKaNm3IIKlZfskygLpjHj20SDghf/lnqU3GRQNs4wrVmTszwEqZk3Zlm9cq\nBryRAdEEWIyRtsjawkesri4fzBNf/IUtQWxzfdJZAnMi/G0dzs+qfH5n2nC0\nuyZO8J6R3PH6kEZeMm/diVHhiOaKqi1UPIJCQNql6xV+AE/ENZ+xiutiNd59\nBrqpJjD7CkAJj2HkLTerXtpl8UG73MVN23ADVMJhonISfyOMmgBQKrdACGcA\n6uZtnT9o+CYOhf8M0S92CPPVQnL9Pen2VrRyLdAYi2xfHyUFP+S5cf+s9rDQ\n73cevUtKJy7EGKF1S25k8v4CaCe4ofiBVJJA3OOc4acj+Bmm/eT4wDT/2Luw\nikZlBT7PmNYUdVEGml2q7twnGtKDSZvDoaQrQjC70nt6ASlU8f8ZjoYma2/+\nhR/T\r\n=8hX4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"9ffccf54e834aeaf1dadd23797eb4835d9665eac","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.6.2","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.0","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^1.0.1","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.4","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.4.2_1629066678980_0.7901662542136414","host":"s3://npm-registry-packages"}},"2.4.3":{"name":"tsc-esm-fix","version":"2.4.3","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.4.3","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"974d6d34e6d558f93847318fc4262c6968b98c2f","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.4.3.tgz","fileCount":31,"integrity":"sha512-jf84PuUF+4CzgVjEXp3ZrWhBtVAbhQTzDQc1UblBR431zwlNP8w3ygiZvPoAR5//5IaJJC2DJv4PbYt0nzDTeA==","signatures":[{"sig":"MEUCIH5s2z4G/bYU2k7SoYwrNePPAzxYOzBko57x5R7dAshwAiEA7d9c4Q2JYwsZ5/NIH2QKWcO9TosoGYys2p76XRHXyDY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73355,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGZb9CRA9TVsSAnZWagAAPtQP/iBDUrq3ZbSg1x02zziS\nZ+hAXouyi8irwtw1Fpk5OLj08UYI8gonL1/uxgND4QanHPtqnpyImlqap4JT\n+AtvGmGmL8melNvkHo/ipEhWmFLG+oZ/VUn1yl7dOceNwW5WUGpOqQN65YxR\nlcSQutSCR6qMFf+sibbnjWxLBhoe4Oi7T0+392hM9Z09g+lZDmmVJZXD8m+k\nImFvsHUEEktd2OyizxGGt9A9jZc2GJQ60qAqTBl7M5GnJy6ymNOgXrEqbq8n\nKFpAbgFTHmTxvNn+0UCnRpq6XxafBl28MDoR9dE7VHrWZpXgzikn5W57te5X\nkxD0d16pibZhzxURtgOvLdJuiEcGkDCnkhn9bMYT05VWM0qarlIapvzZHkZp\nkXFWOa6E2xmmKqgZofnHlYUEagbWg//2JZImwBLoQpgohbp6ilGOzOwfWV7U\nlXVpRWzto/Y4yOE8wq8BcuWWB3ihppxo8rSgFG9YKLL7jj+0TsUKsexEYibC\ni+le5BuIlWN9+Tluhtl4nxxztV/cwzDrCZOP6//qmE4MhFhDXhWc+NDGs0bZ\nbYoTc4m51SDp8aWxRPV7yMcryc+TN21sShwbWg0q97SWzBRLDT8RwjZil3mS\n/98PMw5pvoVFjag6c33AP31wPBKF4WjVtZ+i5x3d4g6KARwv1bAIUMc1KwVb\n3rV6\r\n=LpA2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"3f658fb6a567c2aa96c5f02d13743f1d5b2588f6","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.6.2","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.0","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^1.0.1","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.4","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.4.3_1629067005762_0.5008028793855994","host":"s3://npm-registry-packages"}},"2.4.4":{"name":"tsc-esm-fix","version":"2.4.4","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.4.4","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"dedc123baf5a3e883f540ef1f46d8e103df64081","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.4.4.tgz","fileCount":31,"integrity":"sha512-KwBvI6xaiPswqyWO+T+s6NlIabX8L2asPF7WjXpb/DSoYBLeRunvWmzn/pmZk2FMN3r2FTHStNqsU90PdADpcw==","signatures":[{"sig":"MEUCIAvvCgXG7DIwvOvtey3zjE/BxuBhjYdOSk8nXBAQv0mWAiEAqrmUu0E4YU6DOs/2NSeF6BFJbieq3BhCwfauzavrn9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG7N7CRA9TVsSAnZWagAAyPQP/3RHIwJn89iGNbjwr+ev\nufov2oXOO86NwyMZUNSCV48tokM7QooJJhoVvT5uwrc/tFnHgocb8cNAXqan\nalyt30I07hbJaZj0neZ9A7OZ6MtYvEbbo3+F7sWrveN4O21+PzAL3AdOdB3p\nE8pED9QiTFaTCQAHYr5GvlKywAmxIsBlTzsVzZZ2mUEFnczFcxYrvje/c4Mc\nNv/6It182TrOMgcMWgGuMaXzI0SXA5w7iBnoXhlJj+7RGHCU4yLiUdzz1ibO\nRZihL6g4G9ERQi8yomMRnn1kV/cutPBs8XH76bfMvBmK9w3sxIhBbYIXYS+Z\n1iSLjNnzDmoH+c2i7C0QUoNAnrN8pln4Vx8dDuBXUGQyCORzWTIMZOgZHis/\nennauT6JQjNkmnVmzpyolASb1GwBxDHaVC2+hciQ9C/0i4nxNA1UOS3PObsS\nFAO24uv3HQaslm00+O5pjZQzUsGUc5RRWA2Waxgr1LihF9GksWTNB95kuGqW\nWXzKl/478WUiDFD9ypzXtMW+zF78n/X0jFa3rxHjVom4w/A4Pps/81iHIstF\nDRRKpiLaKY/TvO/8gZlJUVR7xALNOx9zFpoK9OXCFlYiDVCxZqXdsouvdPYV\nx9ZUqJ7bpJjERcmhOToHPGM8bxQhY2IRLYsUG3Efv5ByoTq7Gfz1Re1sOvsy\nkJ04\r\n=Zp6e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"e0207e86c946bfc29f45c1b01189f0678f7fdf3b","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.6.2","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.1","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^1.0.1","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.4.4_1629205371682_0.4317092090347241","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"tsc-esm-fix","version":"2.5.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.5.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"71003d329616e6dd71ca6ff17a919989fe19e268","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.5.0.tgz","fileCount":31,"integrity":"sha512-zfPn6K1dRAXNfKSGo2z/UXcTpTuRIUtCPM3w2l8yj9e3WyCSg0o2LIZe6wzMiPGl2g8+b2rh+7MCTOUQvqkWZQ==","signatures":[{"sig":"MEQCIBOk4sjH02Z97HVrCPRk+czF3dsLXSvFnzujvQqLCX71AiAE6Q4W9XlBywWC0BO2oG9VP1WT88e5nWFqbGoy/Af5eA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78000,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHVURCRA9TVsSAnZWagAAg6AP/00dZyWFpQkLOUYSF5c4\nUEJwcj2Dfc4EHj9qKw+haeo1jMhsPesMoi4gq04BhzkE/7VRAy9r439qynkY\nuHiy/bJAZ0Yww6SYvMG65THnD7EUMG+lUuZibiqcINdAnHZ7f+4cO5iKs58x\njytNlZkbcxqi/xiZ6Wzd+52kRn8UZ06zflkafygPJkFHiar4P7GUD89n1CLB\nNVzKemklSMjHa5xY6g3u5U5132dx8w39AjS4F84XHWmJR3wNqCgbLrIAoTXK\nEAtjmLzq67cxCVLs93Sb7JT5M1jX2WjquZbzfBXi3LGOfJQzah3YRk1XJNBW\nMOjKLsduhiXoghVIygdwQ1sz4nJ37z5XxxO0Bt1LSFJwdXkgk5vCy+o0rDji\nfXjZ0e7yKkwKYKZxvFr0+gtBv+bDw6DPaV9eYDlGLrs62ZTLTY30zQk8JIyM\n2touwvwonhNRCdM5ZIcluOwyvvkcMTChTmvyQk+1JCpU2IbFbvtj3L612J83\nIBnVlVGFh5DvoWXyLGmFm7BK7PSpKn0dNTGR7zJ43XuxdrgFBVteo8ABkAp9\nYRPpXFEHXoP/VV5aqFqzVFXJBg/rO44uHaFTUG8lZKHi/r4FdXYicpbwdzbH\nXfZXmsQopUVwC7dXFMvKOhRHdKc1F9WR1ZDT/T8E8yoG3fi5p+DJ6zHyY6HY\nbZSr\r\n=yEcT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"4b3669c55f5f1f1203c8ea9a7138558a08be239b","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.7.0","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.1","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.5.0_1629312273628_0.05703888843693594","host":"s3://npm-registry-packages"}},"2.5.1":{"name":"tsc-esm-fix","version":"2.5.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.5.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"b09a62bcb05547de259a283a0a310a23a65f8f41","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.5.1.tgz","fileCount":31,"integrity":"sha512-0ZjAEir4nuBgBE0B6J2eowLBrDO4UHhCS/j5+MWgKTYP8SeuVsvpBTnWTM9MLrIF2cZktPiuXea7F5MGdkJhXg==","signatures":[{"sig":"MEUCIQDHQL3gKSKmd9T5wtqAEREEzn5pB0svglY431Ypg7h3uwIgcLTcCaAKOZHcGXGbhWMIxUTGFYKjNqGcxuGvVIE+eyk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHVvWCRA9TVsSAnZWagAAlikQAI2NWXLsH1M9ZOM4rvOb\nsCvp5RKzuf4r9ArDqyKlBgTT7CocW62vqkqf/1iAHLR8dAyKxMka7RACIpRN\nu6ToldzzlFuZ7z/72ua8BLz6p21K2GDBjmspCs72neFY9aWG2lg1YZAMHKFa\n+VbOqHuQ/Uybs5b8hVWjePoV85wbcgYCOCmLRT/aoMiRIwSJjc7aeot7YxC2\nJ1lESm5uzPPEsYOSFpPwF6xUcj/yqTiZRldof0d9HMbhQfjnwHDfKMwiserw\n6i4btZ4nRPmayVVZE8XMd567tRNKrVPOOumL/0jxyv1xKnqtLaLCEhaH0564\nB4Snad6gFYtSd3M3qn2kLV51qKXBhVS8mqdnjrOyTxD0ojx6I89lj2qC07uj\n2YIFWF6r7ul7lOh55fM9x379QsBsrBEiHXoizy8y9PsrtU86cb16CtkhMMfL\n5i2ORIA5Hhe7pSlT+5V7RCiE3AHWzJ66ICzndWfHzfbkMOdIRNOuInWeNqZ3\nIFd6FeIiP7iYDLC9IuahK64K/Lyyr8wO9JqOf0w1WGwWB2wqLbvFcixk6cLs\nuF20QWCK4/z7JpyY07rey0xdMyku+GN3ogSDiF0JBMf8pYzKrHVjm4f/e7Zn\nCJZ0v+rVY83CQDFRGxsjK6LTlGaR7//8zAdZVZS40NaMzK1lDmgRUl/vg7AU\nQcB7\r\n=hE6o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"e8f0a551eba175bbca43e824200c41567d226de9","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.7.0","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.1","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.5.1_1629314006257_0.5805558664173658","host":"s3://npm-registry-packages"}},"2.6.0":{"name":"tsc-esm-fix","version":"2.6.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.6.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"a8ec526287db6bb81548255a7b8a42da7efb9660","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.6.0.tgz","fileCount":31,"integrity":"sha512-U43BUkfaZT75LHkm7qGFqZqTUEratAI6tJSrOwv/hSENWvczgz67QF4msGPubXdl25KHAqsJjpx8t1BzUBnPqw==","signatures":[{"sig":"MEUCIG5y7KZs1TWJLV+m4Ixr4pMG3sPBz0hJ9mWUtTGOJN1dAiEAoR7GEQZQwt65I7cNcdd+5f1NXuZRKQ3SslQUPCd/v1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80744,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHYYECRA9TVsSAnZWagAA4OAP/3oYWBUtlb5idhexN8hG\nUivR4MWEmKsFeY/Nsf5mRKNXjCyO0dle4V80d1kOZF8H8LDce09QW8ZvqsgP\ngDY3P1q4o2nB7+McMwaDcUNDlfDjsna3J9cnhJK35cpkZt1S+KVVdRDcwPIk\nFEhq7vP/Y0aXLGoZnLl64CZbeLH8lgai2QfYPOVX7FsjLifnDSWtJsTyxflk\nziS8cXtXx1YdU1mlp7UXb6Ik3ccO28JQdGHFVdykdFHFw14rO+XJ9RtxVjKf\nHBOrFSTojqNrzNrZ15Wn9oNETlzo0GuB+/m0KEtfvP+HN9RjT8vZ2KPSHHrR\ndnY3HTR/dYS7BSREPlVTX9cGEnNmBBvBgYY1aZgR/y9eB7JohsxzsHtjDXMq\nJzenEMHVpfZxRE0FUYikGvtlSqz+hD65H762xid3TmyPxXqVIyKHIvWCulud\ng1wlLRqyQVnY4fT8rOKj+8dtqXP/OiJv8LDH335gXzGw1FT/VD+w+cMbcmCQ\n34FHpuACzG0TKtZDUcy5Sm6Ihu/QAwHxTqmohBdJ4EaVY/A4oYNCEnTdCKkZ\ntDb16ZdinMkQmRiQIqTXkxQOI+vKPDZG3xJKqOAQlZ/KHb1VSjzkZIj8L6JO\n3HIv0g5TsZL278zdSArKJQB6aZMZb/jXNBlVPJaK54DJwb7sJ9UE/x2h1KfF\njXRj\r\n=Ep0O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":">=14.8"},"exports":{"import":"./target/es6/index.mjs"},"gitHead":"1eb36e93c451a58c432760d6f360aecc0222e11d","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js}","test":"npm-run-all -p -l lint test:unit test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"src/**/*.ts\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","postinstall":"patch-package","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.20.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.7.0","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.1","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.6","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.7.1","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.21.5","prettier":"^2.3.2","coveralls":"^3.1.1","typescript":"4.3","@types/jest":"^27.0.1","@types/node":"^16.6.1","microbundle":"^0.13.3","patch-package":"^6.4.7","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0","@swissquote/crafty-preset-jest":"^1.15.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.6.0_1629324803881_0.38375103801206656","host":"s3://npm-registry-packages"}},"2.7.0":{"name":"tsc-esm-fix","version":"2.7.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"7de635fb1203b44a1d4770a6759d5d8499e3f411","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.0.tgz","fileCount":31,"integrity":"sha512-T1HhydiZQ6VDHrRsurNEQEe6qANZAU5AJ5GMZKQXoVVTtkIeUvsoBkSOZT45lg6IxqInkWkbuTVYyORIz0OD7g==","signatures":[{"sig":"MEUCIQD0ItYoW8mm1NcneTqn90QMInHhEtUrCdSMFTNDOl4C9QIgVA+UXFrSe0vRQAjOPqcji2+U3jtL363CvVAdvo0Ec5Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN5jNCRA9TVsSAnZWagAAGm8QAIYNy1H6fkKmhd2EWS0R\ndpmtSLR4ND0JBQhlDIhlOyao0uKpEeqMKAMSABPHLNzH1EHirMepZN2fHvoK\n5XDUBv/SKG5RTy1hWqeA1mBni7sVHn3OYj35PPWdKsfazQ+iJASXmSIYrKOp\nvUZe/UEJ2L1EvyEppSBmCnfh6HYkqA2XxizxuUgmnoXmWM+LQSHidr0QLVvB\nsKZCWaG+NU+lCagO+h8U+zV7ZaTxaMCKBUH/n7vtzOydD6B1xDs0+KtgjXvA\niegAtkjXoanoSsmawX5MvqxuZ58d3zOcnU9pZ2zW3zlxU+M3JMT0D6VWCeEn\nNTrcz9MXPFKNCrJMXOUGIRo7lq19KO8LHswNPDHwXAOmy5XwhlYvE4599SYf\n3sY8oYYzbAgZ81c3Yg5caxn6DsJpXEqPPgqnYgEuhzFauICDdaVmYH1Ijtdb\n630q6lt4zUhMlCYWk9eUtXDtzbzlQz1H8fKfks3GcggAba7pjeG/APyWtw4X\n3ZkDGZzXaGZh8GLyqHLXvAbo5ZeUK4VLChwPIgkGIUWo6kJ7Bqw/om0VWb0K\ntcZszt8ADKW4yixkA8CGAbN+tu4H1mvBvJUUeQQ8kTWnVxlO/LIpENvT62qF\nXCFbXTe7A0DDDNWTwIi6FfQRsbXfqB6MFIfgWgSCT5aQnUBoO7KU43ifeNAm\n5tT4\r\n=UiUU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"e7024a6db2118ef307d7986adc61833e389e2e6f","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" node scripts/js/glob-script-runner.js src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.21.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.8.0","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.2","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.5","terser":"^5.7.2","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.21.9","prettier":"^2.3.2","coveralls":"^3.1.1","cross-env":"^7.0.3","typescript":"4.4","@types/jest":"^27.0.1","@types/node":"^16.7.13","microbundle":"^0.13.3","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.0_1631033549416_0.11598452383622915","host":"s3://npm-registry-packages"}},"2.7.1":{"name":"tsc-esm-fix","version":"2.7.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"c71af8047d0fa8906b368627d1896fb3971353a2","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.1.tgz","fileCount":31,"integrity":"sha512-3NZH0QuYJIQMbHm99ktIEkZgi2Yk5C7+7Y/CpSvKT30mc25Jt0jLNphSXk0z+OK+CL4TqUDegX0icPhVPACQng==","signatures":[{"sig":"MEYCIQDYC7tSYWbbFErWtM/+JnFRv67IH6hdQqerwQ1nsZLPUAIhAMNQhicJwONiAQ+0W5ba8EBdysfa8woeE4TmE/OkOVv0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN6M/CRA9TVsSAnZWagAAbHYP/3aMZcyqxwwbyTxTik6v\n40FXSBQbsnmWp/0hTfE6To3DwXQJabY7jdgli2bBhgD+fpzptmySOT5gnMQ5\nCsMEg/a1nYkJ1QD8g1SKYzz2KUMbH5/UIEIvm6dAtNPNDKLfqCCIL5AMTRZu\nnMplpZB/huAAlJ/0AMEcU/okB2ROarRrw0yQQLURt0fbodzw0Red/jX0wluR\n6ix96STdBqBKQQlQBmqKH02hGphjC1RdLq08FRy33CyV/Ay5y+XfLYYs2TOa\n7IW0wNsQh0WH2OOTRUfE/vw+smwvXo8FiLeV+EpRtSt0q3kv9pzp/qVJW69j\nRVWT248RGg34vcDqNDf4LUscwiidz+PDRJCQARPrSaAAwlR7dX7i/zClFkSQ\nYsyMKkhHkCDMBOBqxL0/ahNu6kIiE77xoUArxhhq2cEQW4FQ7mPRvYAZUEcK\nD6qwzMBBXiXrxs4zryOJvUo/XqIeH58beXeCOWDj3JOOby6+i6ArCQD01lCE\nB/rx1S1HbGz9SBh2Umctl/2HyiC6/9geIi1L5GlM1w6ePXM7rYA0qh5XVLiF\n1efoQr11/i41SqCV+61Rdyt65oqyRIsglxBH7iSRzlvSc6+oOpc54/orYGxR\nT2xhJrd1h1Fxaz/4OY24gETfBlWI1Gs7tH5Y5adTI0QJm600fm71onDEABnp\nhsQ/\r\n=5p/S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"e391390cbcbebb2d6c714f288f24e8aa71b9e419","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" node scripts/js/glob-script-runner.js src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@types/jest,@types/node,eslint-config-*","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.21.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.8.0","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.2","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.5","terser":"^5.7.2","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.21.9","prettier":"^2.3.2","coveralls":"^3.1.1","cross-env":"^7.0.3","typescript":"4.4","@types/jest":"^27.0.1","@types/node":"^16.7.13","microbundle":"^0.13.3","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.5","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.1_1631036223599_0.1303422248746655","host":"s3://npm-registry-packages"}},"2.7.2":{"name":"tsc-esm-fix","version":"2.7.2","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.2","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"88d7e0adcf81ea99080e70a0139cc7af5815487a","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.2.tgz","fileCount":31,"integrity":"sha512-/HgpVRpZqE43LmysQzGmdDcn4aXw0VQfeXd6YIkGrwt6szL6RRKuwR1W0XPQsR5CLbKjAa9T+FpkSKxg1ObdMg==","signatures":[{"sig":"MEQCICkiOcb8jDP4DeNVh/qz7BS6e+k8rFX75tcQaH1GxHyrAiBFOB9NA3WRk7bYvQJQ2T5vOZiBSe5KGDFvf0ezG2ODpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhPj37CRA9TVsSAnZWagAAs/oP+wWCfMljBJkTO9+DRNoK\nRpHAUNkxkmSQXSfKG/ULZaBd1KlagCXibrUnujvqkRN6FwpWNBV0L5yd8rv2\nYB5obQ0kjG6TgVY+SYXdP+QvLCu5V3eXvtY0zEkO6oHeB9kVvEyDUnhd4pUp\nIlWqAYP3PvqCRRU2uDGvEcK4c/8UYFLdUfIvIZsbjrTDcG1KsrJrKQBiS9Sq\noj5seOrIbsEs5ABmk4r0oDn5E7+vU61LMksshRPlUo4imGdMxA9Y+utfPfCE\nJVX4zqTtKzP771Xrd+L1qdVoUUp/5pYvtfLkSGwdmp/PLW1pglVYBeOKHrXP\nI1u6jp18VUgjkfQ9S+gS/c6ivw7BVSlARZ9pRBI5t8I5ymRqXHgL+hsRZzdI\n4AHoD1Em3hOkpWSnmgNjswhSpp8M3BH/a30a9XN604qOq1+Kc8Zgof6a/UHg\nYysb8M4O9BJvG9ThN8rlsLkxqJN5H3SykXVgCM5km/RbBVVdZdlg9CA+Wm1r\n4HiZpycuCk2aVNxayMBOj05XhuhizyE9+C63L0gc0fJwurtwQrFSjMHvJ3Xx\nfIH3sAGSxNbMI48+bic/0gSwlbP9dB03pk6Fq3Jc7iKFV2VrhMch1jwJwga4\nEqqVQidpXALrEzLMWtclkzhi3VvpWfDMwzRMHZkYYC7ovsd2xKvl1yZUlAMv\nYzju\r\n=IrU3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"b6fc02d6b085cbedbf5eda7de9fbea58df2bf3dc","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" node scripts/js/glob-script-runner.js src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@types/jest,@types/node,eslint-config-*,typedoc","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.21.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.9.1","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.2","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.12"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.1","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.5","terser":"^5.7.2","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.22.3","prettier":"^2.4.0","coveralls":"^3.1.1","cross-env":"^7.0.3","typescript":"4.4","@types/jest":"^27.0.1","@types/node":"^16.9.1","microbundle":"^0.13.3","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.6","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.2_1631469051655_0.24138356934502525","host":"s3://npm-registry-packages"}},"2.7.3":{"name":"tsc-esm-fix","version":"2.7.3","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.3","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"48928949501024c32493f3291d115b5b43675bfc","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.3.tgz","fileCount":31,"integrity":"sha512-wzavSEgyZYezAs4tHYvtVJ4qzd8xPXFZM1RojTTloFRohc1W+HFWGa+1xlGSIrhkHMo0QSXtQbvSdVFoyoegmg==","signatures":[{"sig":"MEQCIEUHylkwr8kYahpQo146PHuojwpaBSsNPLJkftkc2pDYAiA3QFt9SAujH1afcomryIH792yYdEkctCl7ic8nwXQShg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85300},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"38158ed4311d192b496d38bd35033670488b6dfc","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" node scripts/js/glob-script-runner.js src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores semver,tslib,@types/jest,@types/node,eslint-config-*,typedoc","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"7.24.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.10.0","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.2","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.2.4","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.5","terser":"^5.9.0","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.22.5","prettier":"^2.4.1","coveralls":"^3.1.1","cross-env":"^7.0.3","typescript":"4.4","@types/jest":"^27.0.2","@types/node":"^16.10.2","microbundle":"^0.13.3","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.6","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.3_1633203239749_0.3132930233998288","host":"s3://npm-registry-packages"}},"2.7.4":{"name":"tsc-esm-fix","version":"2.7.4","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.4","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"682feb312e13053b879135a27b8acffa419dfaa5","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.4.tgz","fileCount":31,"integrity":"sha512-y+3yamwvcBaTyLrf3qXCjPrxZhkq/KJq5P1gHaEAiLrK6jZu+RGxiIXg1O84tHZKW/rZHcu88r6JTWBGzrMcOw==","signatures":[{"sig":"MEUCIQDquOrII9b4Ys41VVXlf+xnVctyauymQhP0VFuaY+/1pAIgcgcrhNnP9tjZMfNwKQ9ZBYEABRS8tF2yB623WKhujv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85441},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"e4fa28db13d21ad4602da0a7e9feba10aa6887db","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.1.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.13.0","dependencies":{"meow":"^10.1.1","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.2","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.2.5","tempy":"^2.0.0","eslint":"^7.32.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.9.0","cpy-cli":"^3.1.1","ts-jest":"^27.0.5","typedoc":"^0.22.5","prettier":"^2.4.1","coveralls":"^3.1.1","cross-env":"^7.0.3","typescript":"4.4","@types/jest":"^27.0.2","@types/node":"^16.10.3","glob-runner":"^1.0.2","microbundle":"^0.14.0","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.13.6","prettier-config-qiwi":"^1.4.2","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.4_1636730630276_0.9207787770049181","host":"s3://npm-registry-packages"}},"2.7.5":{"name":"tsc-esm-fix","version":"2.7.5","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.5","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"245798f4a4c2b5e4d292231db3a15bd2e6e29881","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.5.tgz","fileCount":31,"integrity":"sha512-TsGovgJ9P10as/2mw1q7CrfK1mwBfJ/1SL1k1pARXKBg8vItZ21KKeRz/nh2FbdVxT0PsQ+cJUPbdK61XQxC9A==","signatures":[{"sig":"MEUCIQDXVlSx3dzm2ZWzPwLaKL9xFRaDquqHoKLrT0Z9m3RdXQIgGhkd8OeHwurkQo/YCgNbmcMOI5z1XLdnqFarQxoZ0wY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtHvLCRA9TVsSAnZWagAAfegQAJp2oxVOfu4EdUDJdWkM\nU7H+85Zk5lWHNvxrA61YU8Pk9104dpR2YjnOUmwWdMMVUxbqPDtJCflzHL5j\nXzkQU/F1qPs47p5SwTRvFrLFQ3Fu7Ly3CPeR7dfk0SPmzibdthYP/yNASXfB\npVDnNXEAZ4pAQjWvqb03dIcSMYBdrJoSgl//iMw06NDugJIdIN/7z6c2ZY2P\nhNYHd/i8twg+YKYGRJ+PKrTBAciTwfVx8XDL60KODtfdfT6gjd1agoLgr/rw\nZUgYhOEcTF6WQkI3Q/OUYruJPhzrrN3m8NipNa0MKwf5uCoiuGW4HuuRxlTl\nUEKCpuF7YUEIckxBMBq1Ed9JfNtf5I6UgnHgX7Q52g68EveKTVcj1Raxkr7B\nYcb7XleHok4JVO3QEOdNm1fo8NUzi62VbMigf/I2Fdq8qQ03JPiz1SXLQ7qS\naU8wOO7kCW6I+vgZ8uI27WMZCNcZhDljCPePGNPRIYmmwA4PzqLY8AtyrhYA\nEW/aGZTlBXeKJDcN+1l06XikUNeMpVfBL/DktzrB4enqqnA20UwWV39TJYtf\nYsdNl0bJNj4QyaotunZXm5wlL616aI4liGHTrIJzQ/TV0S8CioVgPMG3i7dW\nyneGYeK8pNldPQZftzBSfNsuEWvh/To1xsj3mvo4pSywfCL25v8+l3+6ppxh\n8RSq\r\n=oU84\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"c30dc45e593b1b2bab0ac31b9ccf18e10041a147","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","push:report":"yarn coveralls:push","test:report":"yarn test && yarn push:report","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","coveralls:push":"cat ./coverage/lcov.info | coveralls || exit 0","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.1.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.13.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.2","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.4","tempy":"^2.0.0","eslint":"^8.4.1","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.10.0","cpy-cli":"^3.1.1","ts-jest":"^27.1.1","typedoc":"^0.22.10","prettier":"^2.5.1","coveralls":"^3.1.1","cross-env":"^7.0.3","typescript":"4.5","@types/jest":"^27.0.3","@types/node":"^16.11.12","glob-runner":"^1.0.5","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.15.2","prettier-config-qiwi":"^1.5.0","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.5_1639218122962_0.1654095900087429","host":"s3://npm-registry-packages"}},"2.7.6":{"name":"tsc-esm-fix","version":"2.7.6","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.6","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"212e28acca8fc2b16686d976994824649290086b","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.6.tgz","fileCount":31,"integrity":"sha512-4WzZ4rjedLNXROqzxotcTvMCBaMM6+9KKFZm08c0Z57QL1WLDuQuEggKwRx1J374ScyukN6Au+RIwhWjsYDBWw==","signatures":[{"sig":"MEUCIEpb1uNJ1U8pGuRZiczoQhiuKjp18MpCiXByhV2jiWN/AiEAzXNLtF8XWuQuDdYnpVIYZ1GXjQ4jYJDVN1ihlIY3hTM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzgS+CRA9TVsSAnZWagAAoHcP/2Mca9r8KLY6LBbrnXuB\nfbhPuB4nfdy3RdfqmvNKlHDSYWjIma95EWlbI4feQhdKS+2mHAe/zUoiYbmq\nSEI776IGshVe25768NXgQkWt4dqBqPpnb6+tmSRNI2/Ed+k0QEw9aVN8vg36\nIaYg4vWHq3tZpOYAI4H2RNHdeHqMmEPq8QXPu5rTuSL2nbEi1kcFl9M/QACh\nE9J159r6TGUmKw/slgMdOmIOlEX+KeRnJLgv/UXXEzIOxakAKmxo0pvn4Eyf\naRSi5QnDyZ8go4iIcPcL01Phfi55rXkG3/0NN/AqxUSqTTNDhvnn6oniaSf4\nJVy/H4fk5ppf/29itt7g6NP/T0ma3X2nkoKJ85tmPXM7PUStz9vivVd9TfiH\nSfOWjkl5zWMx48a5X98W5h+MfBPRc+mw18Mo5X3KgR9OiI9Da8mg+Lf/hsNT\nGRz0utfBTMuXUQ2NiWyJnDggRBo6oTVAss1B7ii1eLdY/q6XZ1vkx0VmCVfc\no1zvX6QLHYb4ulHX/86fqKtqYTEybXn0qSJG1+n5gtiCb8gQzICxWh7vckFi\n8uczAJUl1ZETEPexP7Lh9EF7SLE8PhKdTMEOQhRk3O8w0JUiSb+8/Tkwdy7n\nZIATunalFSkSXYjONC3MU+EhFPxACFRYahF/wRVCG1x3LOUuSJFgMzWW51ud\n97Yx\r\n=us+x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"03faff49984e93bd13e509f0d12a1b9260886508","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.1.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"16.13.1","dependencies":{"meow":"^10.1.2","json5":"^2.2.0","tslib":"^2.3.1","globby":"^12.0.2","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.5","tempy":"^2.0.0","eslint":"^8.5.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.10.0","cpy-cli":"^3.1.1","ts-jest":"^27.1.2","typedoc":"^0.22.10","prettier":"^2.5.1","cross-env":"^7.0.3","typescript":"4.5","@types/jest":"^27.0.3","@types/node":"^17.0.5","glob-runner":"^1.0.5","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.15.3","prettier-config-qiwi":"^1.5.0","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.6_1640891582682_0.3405915967111355","host":"s3://npm-registry-packages"}},"2.7.7":{"name":"tsc-esm-fix","version":"2.7.7","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.7","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"./target/es6/cli.mjs"},"dist":{"shasum":"13630a2230025054269853285f32f2a439989303","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.7.tgz","fileCount":31,"integrity":"sha512-Eh4HjvglzmejjIQBjznQ5Px/JMNmpc4QJsv6ZOEy4+/6kz/nL1v5EWTNGXxniE7ITPHOu/7LaDC+Ueo2szh5gg==","signatures":[{"sig":"MEQCIF87S8icbamrqekTmDViCBMXitsCo1Q1kxNHR6jKpIDEAiB6oKUIH08rYocbzEoDduE9gOZZ6UFlsmK50koHThdldQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7pfGCRA9TVsSAnZWagAAq1sP/0ZonYt/QcUeV3eFThm4\n+R9gE17gLnA/c7T2Vvf2BubRes7Y6OujiKLZiUD0ujfO7XXnOfY3Bxrd0/OJ\n5sOHCfwc7I/GQnCSlgAdjztt4ypnsdFee94025991Gggmn8MtsA3y30qbUS4\np4V1OdvGbSeU3NfEz96YPcrA975RZxcdSqC86JfSR4xtGTAR+cv1heEhQ8BI\n2k968dHnCsT3r+Z4sy8pfuJyst47J8Itv6uTHKeT5ZtGM9v/W+lDnDM/rSwm\ncfKTZjjI5A8rGlQ4JAdSpRHtpDwVsmlw5tn5zwyegXH3Em564x5Qlx5AUU5f\noVeE3NUBdcQKqmAUSbE05DibZJTav9E6PgUgMe39NCKzN5B2nev9XnPZztD8\nbhG4AEBSvuX0fWYW9McGG7PJl/jSra2BUA74qHT3fB6SPer6AEtiShgFUev8\nNiFmVReNeRsMehIyJ6nCFTY4sF4+7jQIlr8yR3MpwyDHAvzu4VJrxMA9x2rG\n3i3U+cHSxNhm7ivsf2lfx1yT9MleP6ZxbkSExUUifzY8QcJuOhkWkWkl9srg\npiN0b0V6dh37LFldQrjpwxnxquESkPMoIiSEkFdlcIBZTlwGhMnyyJSm0RQ0\nSeWjgKaQGUKlJ1StiedAenkhTdW/tGOOop4y3e52oU2CgQxBbX9htJuyqGgL\nXZb/\r\n=gn7q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"e52be629352b2832886e9964352205326d8cc845","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy src/main/ts/ target/ts/","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.12.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.13.1","dependencies":{"meow":"^10.1.2","json5":"^2.2.0","tslib":"^2.3.1","globby":"^13.0.0","fs-extra":"^10.0.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.5","tempy":"^2.0.0","eslint":"^8.5.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.10.0","cpy-cli":"^3.1.1","ts-jest":"^27.1.2","typedoc":"^0.22.10","prettier":"^2.5.1","cross-env":"^7.0.3","typescript":"4.5","@types/jest":"^27.0.3","@types/node":"^17.0.5","glob-runner":"^1.0.5","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.15.3","prettier-config-qiwi":"^1.5.0","eslint-config-prettier":"^8.3.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.7_1643026374044_0.3258339646122894","host":"s3://npm-registry-packages"}},"2.7.8":{"name":"tsc-esm-fix","version":"2.7.8","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.7.8","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"547914f86513257c88fcc04228da22c4422eaaff","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.7.8.tgz","fileCount":31,"integrity":"sha512-XwInj7FuPYN4TBmKjB+t7rFEcAKpAXDWopVrreDNDlunmnnB4O/UwRCpJg51iyHFrQNHW182UbfXCF++dO7nwg==","signatures":[{"sig":"MEUCIA1HT5Q1u0PugjFkBfslD9IP+Qu+uCAkAZ1FnhwXJ950AiEAtm0XDZ4CeiDjtgu8eDmO1/fwDx9NlkvYvm4bPJEEmKk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKPuMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpwhAAhEVYvhQz7G1NAoaS/nOGGwQ3jY7M58c7ifkclZpffT3PCLMg\r\nZwyy8vG9BkmBb8Bmp2lTq6lEwJVtxe9zZVFQpcokZrVDD80ERFe3SmRodj9z\r\noeVtHy8lA5AZovuvFj4rP0GNe0aAo8fHJ9quFjcGZ58PnQM4UPo60JzYliHS\r\nt5eFWbT8iyRYdjMZigdt/1E4OJcEj8eY8/icqEQp7vHwerg+WSQnCgXQvJj8\r\nX1DdVKtGnVD5t/WOD2X5J/Mao9BOiDHVeuP3z+84AV+mQdpCZcUUAkLixv1X\r\ndn31y6S8R1ljmogUP8/AmFNhqhHWYDN5wRE8xu/lp3kwkvEsPvHDH/ywAmO+\r\nKtcuFYmXrpiHfmxo4hXyp3ySqinwkcAUtuaUG+UDhqLxdlCbVF2N7m5nTQ66\r\nIwvz9Ye9oDmr+PcCqHiDsYaNztIhrH0KFFSFBpBXmZWwuYz04IThu+zthf4h\r\nUOqX0OUpcJ+204xjazCQMUq/LtcicpjRAZk7/mYbLsD4bOLC/BUftjy6b7WM\r\nMDUGr7pvKkiCSOnk/vsqxPmc/XJwDhGKoeKfU16JL5QdvbWoA8AmCNS9qZXt\r\nnJ76PgA8iRSqc/O7YWfhzVkygaHOdqhe0ExudtzmX5hm58cmapvX91A8QHek\r\nfSyEjivuj7yAwDQm59eSs91/dzCdp+QJnYs=\r\n=bX/K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"ac845cce1a68a47645fb1f9074de2807f78eecdf","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.0","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.10.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.0","cpy-cli":"^4.0.0","ts-jest":"^27.1.3","typedoc":"^0.22.13","prettier":"^2.5.1","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.21","glob-runner":"^1.0.5","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.7.8_1646853004322_0.06621512300150112","host":"s3://npm-registry-packages"}},"2.8.0":{"name":"tsc-esm-fix","version":"2.8.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.8.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"ddb7c33ad845262ec188edbd606c311b5a2cff5e","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.8.0.tgz","fileCount":31,"integrity":"sha512-T804eSkmfxKNwI9Hr9Rr/Eo5a50zWBQEm6slDYMMHczRZASZrCZWgZxIXBx45f6mJJhpwFMh9EsFJ4UBU+s7ZQ==","signatures":[{"sig":"MEYCIQCYPOVgm73wjvBQdoGHtkXhGkv2WQLWUMHdOaGV7OKsEwIhANfIzYUspuT1H16TpjwIVffCldwZfFoPIXMlvPCUePzS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRh6BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGvQ//URH1ltKMgFa/NLR6g4oRHpiNSAtWTnzhXud1M+MwCWztIB5i\r\n/gB2+hBIhqgjYhTJNFp7xAIH5azj5nigQbEyrgJifLs593YHR21XABYegYCd\r\nmjdsxc/qeoq3ERkNvwhyOAkIfer+KvDUjb6q0VYVJL4Qoc05/Bo8iuENLyF5\r\nKjOypi+laj5dzTeVJTJxgUTX1ejxhaBQPqHeRXd5Lol4B8wcEVNHOxdgm+QD\r\n/b0BI1f+EYgdTrkSIYWlJ1+GUnWNah8Vlo4Dp+lt64YG8InpCXrCrbjrYc9A\r\n+t0G+8SYn+x6d99xHgy6SE946RvefHZVq0uuaP91PMBmRTuUV+h2VYM4lBoK\r\nSPtIQgS2ITeSGSy4x3oOfFmUQHcTKxahjf6AxSJZ88WbWBdSbrHzUSEnYEuv\r\nOmGfC4yu7ySmu3948F1M52lj8Vg4yGWEVZ4wafBVc2BGl4rq2l9Ya+2GWHZk\r\ngsu+gH8wj45NIvFsnxumJzyGmqlsw0mg9kebvvf8IMf1SqsgraXSc/0v1UYQ\r\ncCXlDWeboKqpZpZ/c+4xbwEUrw8CzY6i/pkEjNKUv3h4Ra4WlNcmefe6r+rd\r\nWaK0DYVdpOyQH2x7AmlP3VVVmrd1YSaTEqm3DDX0KDwLtervejqhq8ek0L2c\r\n2Js3qmrFgTIrEjgV1hhp3Cw2YU0Zx99MUxA=\r\n=Yqyy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"faf43e596a864729a8b143e792ed90765969d930","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.13","prettier":"^2.6.1","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.8.0_1648762497158_0.045734685477694104","host":"s3://npm-registry-packages"}},"2.9.0":{"name":"tsc-esm-fix","version":"2.9.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.9.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"c85bf25b4ff2570ad4573295fc2e7f2c4afb28cb","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.9.0.tgz","fileCount":31,"integrity":"sha512-YLkQU5V+15XH8wuD27XmnU9mvK9Bm0sVHHnTN7zru9zgvM+7ByoYtYDCtQ0hbJ24CNP6MTIWzAAIEaaLWsLsWA==","signatures":[{"sig":"MEUCIFRbsyhG42/gZ9HyMz3qmRwvPR5pGQz5EesbAdCCo0x2AiEAuCN3KunUryXYPlEs+j0ms34EYuoNndIGQAWvr1JrEBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRr9WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpdng//a34dj6RdDSkxKwXP4W3tuuE/kgtQxa2OGrGGDupp4VNl13tT\r\nDvFC3Gt9jDhve1og6D4DXNbvmcaBFshJ1uAqisELbohhUZGZipLlazUSMjpK\r\ncxlDpM927F3eCKQXhX/w6UwGPBJ2+AbwECnX1u+wu9sZ1veyRZZWno7qf3OO\r\npz2t87LPFaHpitwPHSCRSwf+VpHGVinWHuZtmDPnmrUsSa2L4RcB42uGc6vm\r\njhEm0va25X9A+X2An6MWzbBDAcc1DIf0Tm84PbKLCQfpVE+kBW/XCOGm+cFW\r\n+b7PymkHT1mjvaA45SPwxV8RUwd8vGzGe46HPo/u/V3UKwlvqr9xb7IEZCBr\r\n4wH0cG+AHMLfK2q2MlMgs+BnctRZNegFJUGRndqG0EPgK3gxtCDnvxOAAFLz\r\nucran6fDKaOTRbP+9gJErUTfd5CQYTHNSUeTtWd1MZCNYzBJLMoU0hEOfgWj\r\nwsk63S8VPuptzUt0JwcWhDgnHnVJx5tLbsvPDCb9Nj892BMNgmU7CGMTkAlU\r\nycOxmtqcdga6NBnGsl4l30CQ+UuEaizyqWpSBb+gbkl257DpCx6+C7IbfG6t\r\n4lrHsVyNBEWiPFLJK9op0l3LSPtCkeGxvwaaILBXSQKmyoCVtwXmMlXdHZMc\r\nGEStK6UhylWZcFIbnZmYEiopRDpwymxEJQQ=\r\n=GR6f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"cb3a2f3050a0d6bd7040434ee8f39c099c2b9859","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.13","prettier":"^2.6.1","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.9.0_1648803669808_0.8838484356276131","host":"s3://npm-registry-packages"}},"2.9.1":{"name":"tsc-esm-fix","version":"2.9.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.9.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"cdb6a1dabd40ee3e5549d94c73e546e86cf56238","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.9.1.tgz","fileCount":31,"integrity":"sha512-rBD/3a2ESTIgeiEtaUuVC1iVvGY5iCCjk7p76r0Xd31l3knbbdryQpeizWDp/V4F098hZHvuME2oReKtCbej3Q==","signatures":[{"sig":"MEUCIB/NSAJ+/5/AyvF1KEGvz1Kr64GAqU0c2jzjZrsryebLAiEA6V52SjXt+N9ssp1UM4j1XZymKpyGAsKHkSPXFzHSGok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTY+4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+5Q/+JDzIp5YsO+9c7hNwIDEr7GQ7/j+boS8b1ENf+ObRxROTJaV1\r\nIet3txIrtfXNxEw42OIwEzkCZjHKXSaFZei7RvjQ9eiCk85ofD269JnRe3sK\r\nYxhKyrJNZ6G/JobfavqLegx7Mp9vQcTGq7SOtCjI8inVkZQsEhp7TsiHjFEO\r\nlu/yvqBL4DDJ6wdovzJHj6t+7HP6f+dDxPcj4+mHKKh/qYjnt2+wFR09eP0x\r\n65K/7p8m+N/TGalwlpUhQv7h3bUimBg0zgSQmz8JEoEv1NCzF/6kCL4N56V2\r\nvU5RW0d1F7o9qoek166h7BCMIqOxBZbkaTUiFt1KYaWu3HEdPK+qtPdRfinG\r\nc2ctpHNNEYsjr09y2lfdwM/P9aYPFdxg9hiHWycAOfsYcTbj64CL7oXtg3IH\r\nSSsMdr8sta4CMtB9x7A6F578BcIhnyETd9BgTCI8GBBh4ux6PA194K0mlEnN\r\nQpXSYtQDnRw89hh2n40daFHfV6dBJwRklwExJLdrkBt2EPxm2WsBMnulMzI0\r\nVUwN4OJvMQWGYvKncA+jWU+UnicbRtNaQw8/gmnXPR/ER2+X0RM3UgyK6fdl\r\n440Vb699DvXKJJGm2C32QSlggoGceVF5edZnwSmQVcZiKiMJBkfpKWs3LpqD\r\nZgdZ58za8wDgJ/JhbBAvNFFP3lgQRDBRnZ0=\r\n=RdfH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"175d3ee8429009a7d9ccbcd5a93be47dd3d7b69f","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.13","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.9.1_1649250232248_0.004257119559942568","host":"s3://npm-registry-packages"}},"2.10.0":{"name":"tsc-esm-fix","version":"2.10.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.10.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"a6d2799fbbb51d904f8c7eaee4f58a8df0256530","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.10.0.tgz","fileCount":31,"integrity":"sha512-BwPs/45So1yuUi8l4n10YKtwBOJr4cvAU5LBYDml6StCBYdXNKolVW1uPUajgEP9zOR4GmkN+i+SAEsKoaRGJA==","signatures":[{"sig":"MEUCIQD9g5rFn+2XmbT8JUidjwv14cEGnAa4ny6rmwtwXz+SrgIgMx6MajwUtPu1U9ejAXBDrLJBpk04nLjLce3hNL5LtI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT0OtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3jw//SyLOjvC1zvO2UZcI/l0Tq1JcSN84V6WII5si8+p1oOCSw4dT\r\n2Rtd24Iv8c1VkoxOFr9XRpdU+iBAYLnNPoig104YU9f9OgLgKbtopUWCwZpN\r\nJUzfiCoX+UCx9xdlp2BzMIHhPmQfMnGg9kuECglvztT02S1woadnrKb6ySvi\r\nVLTAzsYJSKZtQp+Y15SBNT9/x+ZNYGjbsmz/Ge3GBH/vgRblLMF9oBs5jI8c\r\nre5qHeTnVNRfxC+asPc8GORhMj7xCl8BSRfeFqi1l0wCbcEHx2w9keSd+HgQ\r\no9c6FYU4MaDoPSR2V1VGizgBWA5wds6y82EmZeUn/NCOi9k1HZYapIAbzrdf\r\nkZXxenDbDkIRSCr8WeY6dQoZ0Y6Owq90HnOOGjMT54bGfLjygv7ueyMxPF9h\r\ntdNGe1f4IiBUfb2FBTOOj8xiIm4udVCCWiK1rKbOyLwrR0G4dvQK0pSqS02+\r\nGYEalhqBbPPfW41setv6JcTnM32lbqGMfdn+uW2fmPuQvoRpCnDfOwV5OTOt\r\nqtOD/Mcr0th9TPGyNqbSWbCycJ6haxyErGN/KEiP0Poyr7bv6NFd1FrgqhpP\r\nCRc9HEaXHqC8Gy5J+LeoUZGxZocLG22gEpjBi0OBnlh1+0zTKZv/DaKJVvme\r\n/M6azdTCnzqylGtsNfn3dhwgg5x70sDBZ78=\r\n=Ne/u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"4dfb6a50f4e77d4bad5f832927d412e31d1f6726","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.13","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.10.0_1649361837707_0.7729269579380307","host":"s3://npm-registry-packages"}},"2.11.0":{"name":"tsc-esm-fix","version":"2.11.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.11.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"4c1453b12c792ffaefdfd870bc8570feb2f6ae82","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.11.0.tgz","fileCount":31,"integrity":"sha512-H3iM8cX04FOS9mykPotYPwBnKKgkxW0oXwddPEpbuQIt3BQqSIIRmuyu2r6resJ1XDEgxMVHgQZKWyTWK1o+aA==","signatures":[{"sig":"MEQCIE9lEipoPQiRrVvv+VUUyyoP/Asa0HHSM01Dlua62YTcAiBzeCW9kzg6Ha/NberS5hp2EKvF1ZQ6GqkQ4jdJSxbQ4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT0YQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpS0g/7BifNg/sgZul/uk/E0yNbOSBm+6gGE07UmlYguJ4aPfojMtz3\r\nJa9Ht3P++pU7zV43kYi6MPTLeb7n9VUJ3gbKyL/Td506APRxF8BT9YJBKGjx\r\nmlRrBG32acMVnO1aySlaL8ecYXCVD8Vvmef3CECbA9UDvqZHLivYFRUhc/eT\r\nqlAfJQFt+w5Rd/2f2uSnT2RCyUJNkqSdCyt38MK0mKYMY95hmqWFv04hQUAg\r\nTXihYkr1kICsGuDMPYx5dMF7e6XBcXt2eMpzOC0QwzgImxvfkyiRnlZvLwpW\r\naO+yb7M87kTVWYtP8QKSLuHOQ4Ly5QLxGtmmcCaNt30zSrcgw1MWJt09nsVF\r\nZYusm+m9D1TW4WZowQeh4Tt4m/Bd7C+TUDg4WfMv94yl85eXTpfhOEKbTSdn\r\nYV3olIKXxmrvGdIu7Ij/oBIUA0QKU7t9jMKSfUSqpgmjhXP5/illeV1hw6xH\r\njq4ouGB9Fp03Bb799vMgQ+0ZZLBBb1QjzRaVGUyh/F0EA35yiNVelaqmTc2t\r\n0+selROgWYSrzmpfsiUP9Gw5gprMLrvediqjem7IE9gIzsoWV+NdoJ388MeU\r\nJ2QsB8NnEoip4Ydo2mbHuGZaqJ7aykNKgZlBJmtz6sQDHPgi0uwFmABM6hx4\r\nvfgxdG0K3roms7vT4WJmKno9te+sl3Wleng=\r\n=Mz21\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"1f89a7e2119b60eba361da34cd78d90ea69abcea","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.13","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.11.0_1649362448762_0.981382351616044","host":"s3://npm-registry-packages"}},"2.12.0":{"name":"tsc-esm-fix","version":"2.12.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.12.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"8a34b4588ee33452653f60f371519c31cba2653e","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.12.0.tgz","fileCount":31,"integrity":"sha512-U+1F4R9E7bRpHJ03XoAkKfbiTaOawTBPphsSWC/qwPFYmbW2wf4cMSeX9MjKc4uUEogObfqRgq5dBl0MzlS5/g==","signatures":[{"sig":"MEQCIGw6oxcOcAvdcwo3NvcZRvKHMooWXhVb3qG/pXFqGI8eAiB5EckFEoUIPoFcyi+yCGLBZEUHF13sGYS0qj+sGNtSQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT08oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrReA//SKOxv5VszCfmEbSav6iZ3SCqGdEArRqaeiQiDBoCfCPpwWFg\r\nianU51WAEgd0UF9zjs3mEDlKLNmGZVlzOVXMKbamBmNBRP9f4oY7yVBnHT8a\r\niwX8vUjxGyckkcaVvPByJza/k/8e4aE4e7u0BOFubPzSjKW1VQNTDjHR8pwD\r\nT99AlG4CpjyUj8HQnoa/soBN7COqw+eUnpdScCLsX1pxmaEKOMwAN+tyLWE+\r\nvHRqih/Xb38FmukIZamtQPrj0lqYXgzVE1G5ZL/XAt8EKDRneHH0tkMh1npo\r\neOmBc+vjKlkfqbu3cdAGWsgMYBq3cHzK2DzdzF5k6tXUZMF1mrYKx9Fnor1m\r\nZxo1IrnD6Vf2GInimhcSZ0/aUQp0PZKHfHyUKOVgWK+2bHVL0oLmBCrcrd40\r\nhP8t4PWAoz1PAIflqRn4WbNXxFEM+JyCfGn9ff3nWImrxB+X4xmHPzMk/5Xq\r\nsURkkYldDm20JEbW+2mGOQ2Nnn/Wsoh8G1Czl3xzsmksHSMlcZzZYMYvib1G\r\nFaS29EqwHsT9K5ebkAp5nzs2P02BsV9aYUJd/tTSzhcec8XkCYonRqauUbyV\r\ncREuSmcqI4SsHfTKPCZ+DSkhDZ5grCvZQp5kEg9yY2UPCbFhZg5IALUeIGzI\r\n0e91XrAsVunjNqAF7cmj80iWQFd+mQVVmHI=\r\n=gq+Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"4bd0d6910dcffd66b465d04b61139f88434b92f3","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.14","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.12.0_1649364776392_0.314683485779333","host":"s3://npm-registry-packages"}},"2.12.1":{"name":"tsc-esm-fix","version":"2.12.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.12.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"cd205fa9c38a5ada40c395ade18a09c822c3e01c","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.12.1.tgz","fileCount":31,"integrity":"sha512-sHDmMTRuW+pZH6JtusZxc2yrAFXSZbT2Rbf9JcAg6RgaLYPCZDprO29o1XxOUFCL5T5OcTL0x8rJWVXYGVqJ+g==","signatures":[{"sig":"MEQCIGi7T2XXGYSl6pOfQVg2+V4mHE1I2pp8qY9ptu7A7TmlAiBCFXmkTlWPpj7rTDAFWLd2/PDz079YEuPySzwY7K/4Hw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT1ETACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKww/8D4FdsG4XanEVmTFMCAGjsNUjTmyHNx9VicbUM6OL7ZvnE3Yd\r\naBPGPtlIZtnMMqegiX9q9ttKioMWNhczDKo3Mif8dA2poIaa17hlwQ1szZ+D\r\nuFuV5sOUxilvFqoi8R4TN+MYBYgQT4uG69Gyp3s6F9nFlBGdgdf7U+iQzMoI\r\nqP7WndfYAEj8nk1RKmpRUFVwuFd3aU/pAuWd9vNlMkY2FviFk1OSVhpahOCt\r\nIRbWUsDUfPrseyKhe7kKKhXTfOo45TMDdN+5V+cjPR3bAOV7N3JuJcRC6I/Z\r\nKqtPcRT2iCptmPZl1xEsb6lh+r5X70H2lL7dg3nKOFTgEACCDx1VOQeMwRRR\r\nLa6zjoP8aMyJoQnF/0AOXtaga/SihQIjSRVB+M8VmBcWfzLYA6ydDPgtDGTx\r\nKjXTVUTmN4dyb6MsP6YkLekkWhWun/eJ+p5YTgOdSv5Ad58W0t7qUAmjXeaV\r\n4ch+vYIGi/m7NqkbRI/jh5gf+Vn8EsyGmEuEWVX1SO6MnVV9WWSnuL4w6LlY\r\nXCfDDZeJuEnk2uo+1Gq0OJnJcngwfz32Ql73UN2DFA5xJkz/ydz9Ao4q8a7i\r\n6hcUqt7gDrxbjt9U0aS/J+dhdikN4hL+BSFCtlYf5EIUPuayUqAWvhRdM10m\r\nciYU2gdltHzTjXwgXj88b1fu9Q6i1RsVTH0=\r\n=5x2s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"b240b18564c543e8fd12f5f5e441cb28e4a7d7ba","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.14","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.12.1_1649365267475_0.791844965434054","host":"s3://npm-registry-packages"}},"2.12.2":{"name":"tsc-esm-fix","version":"2.12.2","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.12.2","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"e57888cd58f54aa0589b0996bf38e4be48e849da","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.12.2.tgz","fileCount":31,"integrity":"sha512-kgyeFwMiIxDPa6pjbg9gjEtncq5B7pxlcpU4sv7eU2S0bMArL7iQbDNblnVfZ+oDevAbCIS7oKOEUA3UFix62Q==","signatures":[{"sig":"MEUCIQDtTG+2tfgDKiqPPR1PlgYK6KFR8fwIDKNZAV9htBxpWgIgcr3kpSGi0A3x1x83aDPQHmsVBgsfSG82Noj/Q7GOoVM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94736,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT9iCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYtg/+J2VkndcZS771f2O6dI8TFXp7q3BDvakfhKBKUbdc0hPdbrAX\r\nLyCL8ZdJTxfB539vAWaR5DDagMr4GPsHCLkdwUo4nrp0sYhpTSpgcHCK+qMp\r\nUYvLlcz4b9i4xbI8KX/dimRj3VH1ohvpLA1aIlv/JA7eqraH/texvu9iVBNZ\r\n5nLb9fe/Oqx/QpkK3U42v/H1VrBHMUiMngtTB6L5lqhsRpODpuufUoWUbaKU\r\nv/sQd9kUC5dqix3FRF7e0tImhWGzkhsygT3R04+I4z6mh1Vs5oJWPyjZOg+J\r\nEoozbJYutb0IitYd5wr8lJHyq7oGMbw+f/z3s8YoM0zBne44X6hjtf/6Sydu\r\nwxgb2UvonwJ1WKinHJtlt7gFqqRQSrmDo6PUVswTrgiaoK5ApkJpqp7NsTHk\r\n9wuV9YjX5Ta2cFtgPRz77t4mFXaZSKxhRd6EV0ErcoVwyggXZSmWE6vGvTnm\r\nIvv7TLp6jE5idWnWnP6wsKvZOz6Uy6zqt+7AfXjN1QqL7qYL5myiC3cHh4Ys\r\npen59xbW9cCHvulhdD2i0KtrXEi4M7C410e+GXXNgJkTpxdlZg2XTjGr75zi\r\nQ7HfmlH78PVvXJGyWQgFLefqPmKuaMAq5DpHHXhpoNqzQHkjTVWYCTuTTPkj\r\nakAPzcNn8mnFBD1Zp7/n5NTVIl2oU/9XiWs=\r\n=m+cW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"7c015509e213188b75804efe0180cf4f97ff7b95","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.14","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.12.2_1649399938644_0.018833887213260292","host":"s3://npm-registry-packages"}},"2.12.3":{"name":"tsc-esm-fix","version":"2.12.3","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.12.3","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"bd96c6293a77f132a0daf952f4797af22b16e7d4","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.12.3.tgz","fileCount":31,"integrity":"sha512-okUvN7L0/Iu7R4PRWDuTA0k/pg8RNb77J5zaqlksFdSJbOu5vqziRLR13vspnVVq0NQ3gtWFNpLSOmd6z+dkpw==","signatures":[{"sig":"MEUCIDA5R1Ebu8iq34iDsp6gaBIwePR3C0CokKbqmtX6GQDZAiEAyxWXGMd9zk/XEobrz1PxCYnNhPXVoqHZsZ7X1tMCuTE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT93LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq34A/5AUV06m7vOgP7nCSqcGqlEKg7r9O/InId0NaolqK6yJCw0uyu\r\neSDfohLhz0SJvYFkIcnddc1rxDtiBh9BOtQmB8evkUIjLMXbjhblcD3gwXsr\r\nAE8s0pleF8g8zJNA8hZG49vA/h6LOB3agTEowEzGJqOpsj//L3RgB/vV6nSs\r\nCcMBbrQFFEeoytrcEn48IpjEMhC8aY4BZg+Jam/uPwBnI23t5u8uGPlg9V3Y\r\nr83qNf24avp5UeICV0sBm+RBpcOxqtDQxC01/RZCzk4yv7GQOSKIzCqV0xZK\r\n9S6p9tanhAx26ajIRFflUKeS58lahQpEdtWZIOFJiz5p6q8jKPQt0c0W6Qtj\r\n/IdcLPqF5y9FBVOW9dNUKuUE5jjvvW9pTXV8mAXaDaGv91PgrWkffNT6GFWK\r\nJenkUD+at7W4ZOSvxEOkJrqSLszNJGV3gmaStJJpejfs9cgLjM9BlKyOKDPY\r\nNoeJtif10kkW22747szq3XgSZ8BlqY6dtIjsHFzXBxjitPINzxL1tUHSlRxU\r\nCGBY9w5XR8FjGZuBU5zUInELTVLEHaqLNnVd7RX0Y9fFbLVSV7AAUf+0Wue3\r\nvuxTAsMLo2wf2WgwNebvqPWcZiOxwjgwRBMmbYJCrgKgHexI7d8YERk5Cz9a\r\nS4gCbqzPM9O2pMFxXUS97Mro5vCGah/RLEM=\r\n=oCmd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"7db0f45cb1b5e811c1f517c2b7a7202cc505d214","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.14","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.12.3_1649401290946_0.8167158183562708","host":"s3://npm-registry-packages"}},"2.12.4":{"name":"tsc-esm-fix","version":"2.12.4","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.12.4","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"65b5b924ebb77a4f2dc5bfe028783c07339e1a35","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.12.4.tgz","fileCount":31,"integrity":"sha512-chy49UhiP5K1bEigHFGYt66AcAliagZCBkcylkfVtZukBb6HNbmqtnUsxyv0PyEt9fVU80aBDqzWEO19ALA1rA==","signatures":[{"sig":"MEUCIGwqpDrzS7T0wbzQtGdtEjhwP87kCYsfE7T+fIxVlZwrAiEAyyqpnp/eQ8G/PTKC7aqCwNU4PwsJ7XjxySve1sb8I+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT+q2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpv9hAAiC1LQ2ZAflRmUp0v/HSKgnC7UCC4OotDynD9qpN2B52lQVpZ\r\n2Mp43t+M7hEJs9NHU0JyEfgFS5iA5hX/prGQoTrJN7Jem2j3eoywcSttad/M\r\nDmVy20NEeZ04PczoowiwT43PebME1R2p+9sXmQRtqIorwv0PF+RFkAosSohn\r\nxhbwr3Vsy+Xd5PdOB1WCVh9XthI4AmbmPnqNa3IfXTWPkvvlX9pBREt1G7VH\r\nB2fVVnb/tdUpLB25KYVitxTCG/k9QWc1ehtK9aW7FbXhaR56fTuFv0RynMp9\r\na7O3yNRDR3Dk0uMGH1ELopXZil30k/Pbpw5pcXPe5efZDl4pwoaMfcT4ij4Z\r\nNaIjhEjMqLMo0FoAsLSLI59SoqBUD6HnCRapGXNpicuwmt/gTMTkxLDVs98I\r\nm7F2AO61iCGvcasArOMKyvdQYZ3d3g7OoVYe9Wg3U8jFL/FntNjzUEICdC2U\r\ncV31a4GICmB3nA4ej+TZ9TTR5ctLHTCBDPLFk1k48lYi9+UAkxE3izFL5yRe\r\nmK/F1JkLB59q3JoO4rhxWEQUIgi7Pmf1X4NfE/qi1E8ZgseIDsGMekqZYmYm\r\nafKXIdUrPVg90KHzGexHTwAVsmwy16upmHsqy7qDNtwuGfaKfoZ3HW+og7yD\r\nfZN+lqQZP1l5xrD/+GNvSVIbZ6C7491KP2E=\r\n=gBCj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"4fe45dcc2d796b66cd8edf182deca6cf1f7aa0ab","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.3.1","globby":"^13.1.1","fs-extra":"^10.0.1","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^2.0.0","eslint":"^8.12.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.14","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.23","glob-runner":"^1.0.6","microbundle":"^0.14.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.12.4_1649404597949_0.8999920803445676","host":"s3://npm-registry-packages"}},"2.13.0":{"name":"tsc-esm-fix","version":"2.13.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.13.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"d06d23741ee287bf164619cd0375a78c9b67abcf","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.13.0.tgz","fileCount":31,"integrity":"sha512-DxBDTEOt6NKJ7cXFb61JbmVXSi/RJAtM4q+9OVDXkGclLCin4TdoGsrumN1qhPTbt6exilLH0mb0gpbWRlETsw==","signatures":[{"sig":"MEUCIQC/hOIDGfi93JwDSKogGY2rANGiYahlM9lWAgVgK6EmsgIgHZTT3yrSVhyEHRnkg/hQ5z4V33lPp2MJ5Z2OfB2gqAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYp0XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnxBAAmrNm4XR//+PbAOeGVvTHVxfK+UiTJdLsrLf2DtSq+YiNDg4C\r\neYn00HXZ/nfBJNECYlUsPsLqDQROl+uR14sByW2DXgXIbOIirxwqEcyHXTE7\r\nqzAeC0cuFiOnjXEXNw2E0RHv0yLyy5vPWUvDpNE+63DwQPNtA35475LrfhWR\r\nYnO0aX9FdE9tv0wSNurLRSpvuZngROLp+mRlzbZosG4eR0EbWPgu36Px0jtv\r\nN2i/IzHq+rDCjTVUW+Z0sTIfb0GapXTJ3RF/MglbeHJddlbzSkNCL3PMV8c9\r\nw7CTCj20pd/Sm7yH8lqqXhgnKfggejoWd8xF1T3Dzf8/myRrv1Yga4CM+47J\r\n9LDuiFJoa4V65HrFIaDT2ENY8oWeEszOUv54TEQDMF6ed4wQ/12c+30Yi42/\r\nQy7QgYgupphg/uHXCLUZJ4jJ1017ivwAFKy0DTzIxIYrj/HQoGw92L4rn7FQ\r\n07k+ucjAlcE9NXS0wPikFxjuz+Fyc9moBZGYcQKM75G8+C1aMj3FQtOQerIi\r\nrstJn9bIvkrr6WIl0T55PRzCdg37ws/I2jjF1HElsipbDh3RjWNiZVBxqAWM\r\nIwMnfdf013/c3HwHltyq5b+uXYHy5j/X9zvvEgDm5SyKXeAX9VB0Dys9xssc\r\nIfFIxtlvfLIlNa8t5GS15JKijL9YIcSVC8k=\r\n=lsDz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"3ae2c309788e419d3a5bb5d7395353efd3b388dd","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"6.14.15","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"12.22.7","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.5.1","tempy":"^3.0.0","eslint":"^8.13.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.12.1","cpy-cli":"^4.1.0","ts-jest":"^27.1.4","typedoc":"^0.22.15","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.4.1","@types/node":"^17.0.25","glob-runner":"^1.0.6","microbundle":"^0.14.2","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.16.1","prettier-config-qiwi":"^1.6.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.13.0_1650629911255_0.775289716519032","host":"s3://npm-registry-packages"}},"2.14.0":{"name":"tsc-esm-fix","version":"2.14.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.14.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"a6095ba2a2b04d4b6e930a4f1a0cfccb08d78366","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.14.0.tgz","fileCount":33,"integrity":"sha512-kYASiJN7JEpsCsDG32TGzfTKOeWcIsuE40Rf0I/9WIlNzzzWpkLveMf9Bh/QpUxMtc8i0b5TRwOyHOQENiIBAQ==","signatures":[{"sig":"MEUCIQD5PUC77V2+s1cC+pKFsw+kURAra3OgNzOepeA6qHEMrwIgDd8O+/qtUMNmsrEzAtpA9EoY3MVX6O5/CVCo/rmXsok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiflEbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDYQ//cExpeBi6tP8jAm5HGb8C34j/ZVy9jOK78HVsKCifm+JsyqYX\r\ni1WtKpOWktr+BIMmRblnSnsCiWdiZdXwG4+5HHntoOedSuHRl2R5BXX9h/+r\r\nITVXdgJrmoR1crCgTt/esbfZHgWheFfESRugI1PxWbtRNwiBSS4k0rx56O56\r\ncmKZ334Y6RTvp+3oikrMuayRxE7JqDNLXrMXxFXwlyr/4VXMZczj1KA8meTw\r\n3MUHplacqHrAWyTawU82HfcbHqgycdHGi1KDOWMIKs8mhIbmpmx3xzibIGA8\r\n6znvdMwmllfkMMPwX5Ot6DOeix3De5Qe0Z1p8ZeIAw+wuYB+vgri/ybOgETv\r\noK+x4mhPoTc7j7qkuVzwHSmK10E7dfQnypb384Knhee9c5uPVngXsCgCe+Wq\r\nxwguzreGnFFKw5xHSGW+AMqh8GKXQHnDd20VESIqlZKks5BtKFoYzbjrzrY4\r\nwAsr2omGDgn5c0U5qiO7slQqpPa0gIO8bX2zw+yV/Iqh6Qv3iqM6tvitLM22\r\nH0RgffDy9tFAu6f78U0LKkuUfynnolSqsNIuSKwVswCAboTSY9fgKjTg2CUn\r\nEXmUdq8SxT5eIMFYEFJkshi45cgsn+4XKQl7txQL+ZYQVqQA6UYwe96LzzqM\r\n8LRvk8oTsmtHF7+kc23nOsnaOPM/RfW0esw=\r\n=5Xid\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"7b3f9fbc35d6da656d013b23bba45e588b704e91","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.8.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.1.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.13.1","cpy-cli":"^4.1.0","ts-jest":"^28.0.2","typedoc":"^0.22.15","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.5.1","@types/node":"^17.0.33","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.14.0_1652445466819_0.9761842666971428","host":"s3://npm-registry-packages"}},"2.14.1":{"name":"tsc-esm-fix","version":"2.14.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.14.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"91fcca9b260b9b243d8da7ed47ad7f4243a67671","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.14.1.tgz","fileCount":33,"integrity":"sha512-BtpMeKSpQ5TVE02UwOjm06xFtHGEYT2U9RG/Ge5xjV0E6GFvxb7Up79vG/PBuwaF3pY7GbC3jfSqF30EsXwqHw==","signatures":[{"sig":"MEUCIQCIaLZYWW+k9T2ZQllRhCv/lHZgMo3mBavCOPHqMBZuSwIgEaKWc2qAxpU3YTZbj84QoUcL2BW68NfTXWsaZ43k0jc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifnDNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovfQ//f0aCrYOmy6z7Ruebc2bwlTW5kbfwVpeTVUVc8dPlvcZSBZK6\r\nd4TErILkq3A7QLFxCmpZwYs5+HdDwlV6wNG4dJU04Njl16KoRK1CZG5H6sA9\r\nAfiZ3aWhJDDjyN1d0+kc/RLjWZNq+eNXOCgE2xahk7n60GZBHXAdFaLBDnvb\r\nt6WvN4hY3WvzoV7ocL0loGzDEGjUf+SPvNU/pjshWJWq8K1pnbQ91P9dr5ub\r\nIOXl8NGbTmsEkgQ/f90+3chRimjHnoqla+W0EZe2syeDVQI2aUggBImMYEG9\r\np8oJMC1RxBsJRYJ56XBhD9ldkktQ00vYc6JA7j/U3aaRRTV9jKpCfOsGJONj\r\nci55LtshE0DG8JRAGsEMLf9PPwjry9uWILvuzIzeNnGyaMP2Pa2SfcrRNomr\r\nL4+6TWVQp0mzQCNcft9Cb25EI6sdaKsHZ/wcP+15veAEHXMyRLfkigOQZKUS\r\nv14h296i5timurUNbiNGDEchMuc82zauROUTiqKWeBTsNNEOx5dpsP79emxz\r\nWxHqyx3e59ujlbvsd5knFtxaNsHaB8PqtT5UsO8Vvyuo6PpgiQ7daZpZkExN\r\nnfeHA+qVcO0e7DeMz9+cf4ruM39QHOPrHweX9CJDpbu906pDY5LTP1xMpzkW\r\nuvZKdH6L4ixpyey8/I0UIn0ChE4dGkh/YPY=\r\n=n09Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"aa3e698e7bd88d77098954de91084c81764d8a95","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.8.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.1.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.13.1","cpy-cli":"^4.1.0","ts-jest":"^28.0.2","typedoc":"^0.22.15","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.5.1","@types/node":"^17.0.33","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.14.1_1652453581400_0.09441173395740776","host":"s3://npm-registry-packages"}},"2.15.0":{"name":"tsc-esm-fix","version":"2.15.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.15.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"a9123febc92087290dc0210646bb8049dbf69a94","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.15.0.tgz","fileCount":33,"integrity":"sha512-Mc+9WkBS49EzrXL3dxOuudgWvWiJ18+CuanVkizeWX93xX+8hg9iVNdhkT3qak46T9PbTDCaTmpgIh85Piphqw==","signatures":[{"sig":"MEQCIHbp4kht2PIBMafoQyjAnNgo4pUFFnhySpyNoDM9dxhRAiAy3H4Z0BG5FqDZdoUyQG6gWVckRldTwLOQ6p3nnFrkig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111504,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihLzyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsRA/+P9DC0frcE/cJf2WN5bhdLs848ZSiCQCQ3vw8Th41TaKTgRP1\r\nvjaA7h8EVH5G6lZ7fzvltwSQZYOgF5SEuZjWTCV/nku2PZlGOym620HshXbK\r\nqLEdxL+wQY6DdihwBTc1tdSCyRrEwlnyki/tuNzGkZea5/NG1lSiE6b92PON\r\nb+PlHfnJve3BwkY3BHDn3SYaop2681FCPC/fYpCKdjxNO811TJ90iRxtYZ6G\r\nHYcTDXH/rWI0DkkyuNlqM3/pe6XZ5xXf+G8uUhoV9esFQYFiPGgN0CRua+4c\r\nWP9UxOTfZhY7yJ6m8hx6qHsSsxUdKCtJKpWvWglupg7zGJ0rMHmStNrqoTr9\r\nfHHI/3HnM7UXIcOr7CXrXpl6XRQ6AKAJaxJvhqB1JE+lM8BZfsuniI5x/tfp\r\n+zTCJMSq/qEBSdV4Z4dRqVlFWnNc5wd2nilxBHzdl35HkCJ11vOah8kBw/o5\r\nx+x+rYJjhqhKoc69RioJV9HkkIpJ4TAuRzgKS7r7yxUZ1iEgV4WUrUG5fm55\r\nVV8uNZvELpz/r8SyxP8FwX7sEopLl/luk7PPE7Be5w2pfjnAAc5v6CBQXx32\r\nzPcrlOcA/mPQrV/tfbg+WHAGVwyr7WDKX8tHNc+msTVVOeHhZR2mI9+nByXg\r\n/JzFa5wvDpR7+9rIJGXMzq82NNbtGe+ahxU=\r\n=PX30\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"97a4e3c84baa14ff2b222b18a9bb5d0481723903","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.8.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.1.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.13.1","cpy-cli":"^4.1.0","ts-jest":"^28.0.2","typedoc":"^0.22.15","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.6","@types/jest":"^27.5.1","@types/node":"^17.0.34","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.15.0_1652866290081_0.11379516651197297","host":"s3://npm-registry-packages"}},"2.15.1":{"name":"tsc-esm-fix","version":"2.15.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.15.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"125ff3e3ddc3f248eb166de7820f6358a44c684b","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.15.1.tgz","fileCount":33,"integrity":"sha512-HdCmPswO1hGl98ijH9ACw00NKbeAvoSj1Ptcd2cStM/gKXtRrCeApMZ+WBRTAs/oAspr/LhhS1DHAuKnbmxRLw==","signatures":[{"sig":"MEUCICfy8dmNEa2M2ldxT4fIN0UGJPcyggpXf8M/TN1n7Ri9AiEAtHQxLY9J89bPMBdCWalt/djlhr9awUWqHBF35N0TnYQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiljv8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWXA//V/ImjB/lKRqJvJjjCVlv36arS/JIWPW/Gh4dtc+C2q0iHh9w\r\noziLnlLpKvpAJY4ps1H16HM2kdp24YQI+QPUY5u18ipNKiZpkxsFbxoqqDFk\r\nnksu+Mva9M082+C37VJM5xbL8TpU7slBU4c6NeB4NN2mCKu9IuGW4msR5hbH\r\nCZ8Fc6mZaQphAT8Nq9h53ExWLd3ZtGu5Vq6vl11Ekgl4jSChUgd1UbhHQe1a\r\nYJxEGsBzPn3RRxh4qVVbmOGMnL1jh/6qI545LS5Y6RGb2oDpCmjoOCJVsha1\r\nUmpgkeG4mHRcXb1bIdEW/dcmxBAjCmGyepQWJG3nMNBElF/FMh4/k/ysHU/8\r\noKQIWoBcYWs5pDoV/iKCd0eOROIkOJPiWrZ9B6ZN01CvltOnWl6rDlSuue/H\r\nqs+qdZJRrZjqFJ11/8tv2gTOq68sqz0TEngVQYBkq9V0heVXO277WQJ0MuQi\r\nmyKo1ZLmGH2BzFlBTYpduKUYvwHbBjojQB4sebgim56LiOxE5TbKf0Ut0Itw\r\nMaMFMRD/GfTDeVef4MSHz2aqBsUB0oXMroKxW9E7ItBu57CN41eIooxWnK/B\r\ny4dFCBa2ySjHas06rRkACL+L46sNYUTdyaYZ2GoHVDhNlT1FpYASCd1bx/Oj\r\nLP2ZV1fEbGPq7bjxSORfB3LC2NiFihXKcEs=\r\n=F8Wu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"467f495f7afdbbd949c50b46cc64a4c169d7605c","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.9.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.2.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.13.1","cpy-cli":"^4.1.0","ts-jest":"^28.0.2","typedoc":"^0.22.15","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^27.5.1","@types/node":"^17.0.34","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.15.1_1654012924040_0.5084859819558676","host":"s3://npm-registry-packages"}},"2.16.0":{"name":"tsc-esm-fix","version":"2.16.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.16.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"12e6f9a34a930d0cf70ded263d733c65e0a39361","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.16.0.tgz","fileCount":33,"integrity":"sha512-cRfxwkzue72D5BGuYgxZtLBeWgtzeLfTQvIYVeY9KWeV+cB7Dle/O8UI1KXPGsJ1j7rmoZWkDBoKMgEFVyg/4Q==","signatures":[{"sig":"MEYCIQCGDxzoz3/uudk3ISLjzIg5xOBEhAtPYUDDdCZVbKXeoQIhAMGM1mGh0VYS1nMrQumeEMYKjeStNmMOxOjEtgNOWGhP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimmZ/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLUA//bCkU2GLJdUSp9J7/5fZ9dUXINbl/jDT3g1nTaBvTg4bSMKsj\r\n9ET44mjA+0B7Rp6OlRu4+jFECZAXisatqiDSHKCzzNoyALZ5vTNn7KdxHrhp\r\nsQShD2o7L66zqxp3EH2FmNBMxNcvSYJHZYhW2NrUwGtqbTy1ESm4rIRgINaD\r\nFxAnUJHiEEdHBXjlBtkm9Luq7G7p+05pfekQe/bMO9uJAuMshFbZ9PS3HY3w\r\nfGck95D6NiZ+kQoHvutCv487A/baj3e8wmLl9YtrvY8FvF9xFikRiD3zM2Fe\r\no+x4o1as3g+Vu8KqS8oqCej1JonGpopgXq/LmcJHgW7fd/RfAMI9dIHh2e5G\r\nCdXgeEjrpibQACZPqFVob1g1+2S7iSIsKpDJYgiQhx6tJFJhG9rR3Sb1OS2c\r\nk7FPq5sAcLDBDDQceT3RPfmpAEp0BrWxXXBrR1pWrjbMrMDZuDvVthdfzsj2\r\n9AVreJ13Fq7R/7caa1K81rcmm53MedIZXKq/Mo47rKnNl7XQWf42VHyTbeSH\r\nmU8v15ygQrtsFjV4kwZ02hQN0Oay7D0DgKY4OIsAsVK0tvQWU4BFWAYgtqhd\r\nItIMBT2coPlNbSEZF8T4h3Dk1kgaaEi08E51/aECCd4tU9y6lb7mY2oycaJO\r\nNHYvZsdoPmjApWSPwSruREN5OZZ8xm/ydZs=\r\n=kmFD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"51fb5bb991b648e5f3ab86c863096e7595d06cf3","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.11.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.3.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.13.1","cpy-cli":"^4.1.0","ts-jest":"^28.0.2","typedoc":"^0.22.15","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.0.0","@types/node":"^17.0.34","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.16.0_1654285951045_0.6070895439777471","host":"s3://npm-registry-packages"}},"2.17.0":{"name":"tsc-esm-fix","version":"2.17.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.17.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"6914f82d3fd5c007ea91a5540fd6d96589221457","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.17.0.tgz","fileCount":33,"integrity":"sha512-dZnR0MY2xbhyB66MP+JrIztetY5rhYiGM0eXpramTVSVcsVhdNqmpsU+P92Hs0l3PX8IqkqcE9mSKarvmu0OXQ==","signatures":[{"sig":"MEQCIHyQglEUV+cKyypjYgq93or0jrGvXVw77DbPVNXoBlSWAiB70vLP4KxaZJaORFVGGwuuIwLDfKpFSrIxMuMqmvVJIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114986,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinRfYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLTg//UrO2f/gNKmOwu1x3GoI4hMztIjia25hMNoe9N+omnk//XtV3\r\nO5Y/6tX+v1bIi4rQJXcGHybj5ReqfnFyfhUMqzm96d/70r2dCusTazeS9H5l\r\nprWl0F8kvKMua0dE/ztgL56oQYzkoiPINZ38/RoDvNBwkHUFmcYyDXNHFAD+\r\nUS1KKayPgBQGwO3Uz/1x6eCyPTKlFLlu+uBlmY3o4Bb+v/RZRN0VTMFp82q8\r\nGCpF16EWtquVKwKPlfJnhmSOSB2hux8uRq6VlLuebiopwrcvff849xpyUlmF\r\nerv+8lMuhCL8Q9H1sikEefvVSsMIXzM67fJ0xULtqDBt3dEoLRnzaw1yb/CK\r\n8NhFdc8Rp3bFj9Co40xayHS+h4CRGrG4K0VZepZcYDxRC7k9R4fte8P4u+FK\r\nyYzFQZKvOtjhiUOApAi9NceSfOPUaNzrpBJ+LFiB22fp9dXhFclB1aW9Bhxe\r\n45GLuWvZmAP1CM/eUK6gmFs7lKNVjgdZNzDqmpPag6b/O5Ys8zgP5vm78CwG\r\nAO5hPHEj7YoVSRgtK72fueFG6altk7IoBrhVF30n8sWytYSh4VUIW8HYaLC8\r\nTcnv4vSLTsFI1r5vDfT03fTnzf3xRvhiAwCbpnEYQG2+I8fM1WLsRc0L1ru0\r\niaWmzQzHGC1PqTyd0cFbsgmLqYdEab0JRBg=\r\n=sqBc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"8b00d597cd5e14f14d4d114be30f50d5d80970a4","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.11.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.3.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.17.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.0","cpy-cli":"^4.1.0","ts-jest":"^28.0.4","typedoc":"^0.22.17","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.1","@types/node":"^17.0.40","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.17.0_1654462424057_0.26484912867401444","host":"s3://npm-registry-packages"}},"2.17.1":{"name":"tsc-esm-fix","version":"2.17.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.17.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"c64937bb7a7d6bb352582286d13379ae8116ba8b","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.17.1.tgz","fileCount":33,"integrity":"sha512-a6BFSAuC/SehmO2YXY16WWRJ0BQmet3v0QczBO5Crr3wv3krizfJ9Az+uI5cMO1a8qlQ4zGlE3SIpH0IAA7FcA==","signatures":[{"sig":"MEUCIHCPuWagk0l+AV6U4RzU1z1pReJpT0GjX/YvixrHu9zMAiEAoFwiyfzy5D4WZVP9gVBApuNMKoGu8o3+0cgrS4dL+D4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinR8vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8aRAApOPOgR5AZShwzLJIbrlsssrAN1snKD3YWhr8407dX7Y7yujW\r\nAOri3qN7JQ92uB3IDnHW34ndxRRSLTu5wY3llboa0ZfA+Mwr7Nc6q3nfFqmk\r\nPFkxDemn7GEMAf5VW8xO33o8QgQCqhFUTewNPaA3RWCy+JpmerxtIkQBHhzf\r\nAvSaa+FA+eGcgflQXnUyrm9aMzKADd1wyYDxw+54nP9YAIQQQvkNag6Wj8vu\r\nyCy9IxuyTs5mtnn3d+e6+Wic8HAAPUkwzWf1B5z4g2OQ+8TGMRsZUN8LFLRu\r\n1cN5ksIGK+qb3+yFZKFhpUNrTBOsPNCAXg4Q08eqnHAZUPrJS82CBFQ7PasD\r\n2J3qIe6tz0jfN4A4sruUsA8McaufxvnYWNv5iFNqw8CBUKZ46YSDrfdOJxlm\r\nUCmRMiohmOuNSaFya90S3GQymf0nKJ15ppQAqgPUrRJlljVgapvJe/P/8NpL\r\nr7VK4tpXInx4OQFIZXZQB4YVG7VPG4trkIEGl8lWgYEAfO5G/NRz504UaPrZ\r\n5iuqRJ03Uda78yIs9oN02t5WsInKaf649KOQBPU2nOlToQ6Rs/MNCuPyW8tT\r\nZsEFWuVZ0Tt0Cu4sNpw0Xh8GySmVQHMfPbqRr9yb3+SNYKeCF/XeW0YIy+QN\r\nphyMhHbbBbeSv1QfPG9wkqcBH02qsC0GSe4=\r\n=tEAJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"8009f58c93947ee36a2734617c6c152561fc9c74","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.11.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.3.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.17.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.0","cpy-cli":"^4.1.0","ts-jest":"^28.0.4","typedoc":"^0.22.17","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.1","@types/node":"^17.0.40","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.17.1_1654464303676_0.5836853471786032","host":"s3://npm-registry-packages"}},"2.17.2":{"name":"tsc-esm-fix","version":"2.17.2","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.17.2","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"98d167c90326086c5c793a0a5b48343d3c36df7f","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.17.2.tgz","fileCount":33,"integrity":"sha512-f7+2KL2JPUfngCgKGjWxZj5FG4bqmIpm0dCLopAGQF5oQmN4hhEO+SoQoE0dysVg7lKMDZFkJpzhtIeMpeolyg==","signatures":[{"sig":"MEYCIQC7ag1sHbt5MjATr+vxtmE8wTUx63Dj3OmNk6EJXHljZwIhAMxzC31HCZjhOSxoWpwYOkmg0TpjbWjzdViRBKBfasmF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115550,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinSZLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGIQ//awqv9lLjG6ce55jClZrEQV/vBDaiUBDKKyz59mPkYLICbG+6\r\noPkqLJ42Nd3/k5oeyIyddTmsc91gqed2ILYYh4diK3r9HLh7e/UdJs4ZINlq\r\nAcbpqN6SH8I2Ac/+Pv0nATrmuq2UtmEFQXhohkUooa1Fkmq639kkyzzDuWzo\r\nd9wMsO6nHTak7e4zl6JluAFadfmmv0gXrGQqYUfNFfjlu3kQfvIcSxCKYQja\r\nk/U56chNGIDjJyMFeVBKi5zBiH6td+6tbk5Rs58mPw5gv1f7aIQZpxK6hU2e\r\nkc5fQUnOnbQqDePkqGq4QiMsII5UZ4/gd+QkPcKC4PR0yMov75UYZnXI+hnR\r\nKvIEiqHAMElZ1D9+jFWrKt6yC2b2xN2fhBd6bvYAVs8kRHECylbX4Bccblua\r\nbsuNCw4n2NtGkc9VxAqH9XV+NyFHLO8I+SOPPUObX2yPqYYz96WPYmPkcLzC\r\nS/R7NsC3aspzhmXr0bIDPYkTMUEPoFMBaTtGu37TnxAA6/NywpxqBlAlgFTE\r\nHbRDL1l7rEzxn+qgcBj9WiG5MEc091VETQFUDN/kpM4glWE8BnwgvwIM4ldF\r\np/bcPwSQvM+zUyel3C/0pySAnPHPjvmBORCdephJK7lYR1CuVECfwvLJh529\r\nqG0r+ZsIZOWzc4Hc/VKadvOkmTqWl1WelVo=\r\n=M2wa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"6d534e5892b2717e488d2f92eece1e611df62265","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.11.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.3.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.17.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.0","cpy-cli":"^4.1.0","ts-jest":"^28.0.4","typedoc":"^0.22.17","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.1","@types/node":"^17.0.40","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.17.2_1654466122793_0.6319930235266253","host":"s3://npm-registry-packages"}},"2.17.3":{"name":"tsc-esm-fix","version":"2.17.3","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.17.3","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"039d4140a5ba0a77f6a2d58968bdf5828d368a61","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.17.3.tgz","fileCount":33,"integrity":"sha512-O+GIeRaoZCmT0BSEL+x0+9Fa1oFZYEyki7zUNP22dSECXJX/lKe5bDy/qxqNIaizbyevDXNekTrbWn1FH902Wg==","signatures":[{"sig":"MEUCIQCKw2blDxf3KDC7xwE+Qb8jYevJoRgB+Sg49JHQ32eOXgIgOSUN6RtMdjPEpgOT8Si9ax9CSqTMoh4+IiOEmzeFWCs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinSt9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4HhAAjRYHoBpOLbUj6IcVl8uSlvyzKbUl1tkEOZ6k0g4S6jwtwNbZ\r\n+kZ6ApNKppBZVd0pD+QBGOwHfQweyUlBKH/yaG9gCBL14gUbBu/C/Kx146PR\r\nL4nKqO8zjDBKzfeFeO5QTJIy/JlNctY2H2IxuhFVcTtwbTcYTmaSlJUxGlw8\r\nK6zZdjPtvN2NpOoIXo/xRJS0bm1U4FwyJrkKVpTZ1LbvxUDDgXAEQcW0gxkI\r\nH7HqOOxaFAD/F+u2cj2xcJt9ZrRfw/Wv6nkKBpo6GUB5ONUR9MMYH5ze/NeR\r\nlPuY3TNzHEzg/D8imZV2quwbPnhKCMvLGf0OJsGEjguhen8iOdQEqszOB90f\r\nxC3fKF9eR4DZrKjdH08gFlPSwr26NM2nrEKJHDUwrh3k330yaR3AHXE+JsOA\r\nYHAndgr6YR545i45KhxPrNNbETgQP7oAPBABS4ULFgo6iI72Mh1k7zzEVno3\r\nTGtfOCBY2uyG5M8VN6aFJrELmSbEeDCIkLQ1Kria/FndvdWFNz97vUgGZRSH\r\n8x7UNlXSUdn/eS29OefUfFq7SBKTyVnPNnYw0u6aA5dT6vOgXz3lm4Zuz8VR\r\nOHbGFafLiGe65HDJDjNmrzbUtNswn6ar7PjZqCG2D6cz4x5H9EK1NFrmUo7H\r\nOHwcz4EmW4wwKVQl3an1JX+EE8Yxgs6tyc0=\r\n=wTME\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"8e1113f317f222e68ec8af64fdfaf7cc85346874","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.11.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.3.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.17.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.0","cpy-cli":"^4.1.0","ts-jest":"^28.0.4","typedoc":"^0.22.17","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.1","@types/node":"^17.0.40","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.17.3_1654467453548_0.7297766550736566","host":"s3://npm-registry-packages"}},"2.18.0":{"name":"tsc-esm-fix","version":"2.18.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.18.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"0d9a82cc3378ad72789282170718218178c36fc1","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.18.0.tgz","fileCount":33,"integrity":"sha512-hW3OoQhrwctRm/K761oBLlPnKMg9MGYwigiDsNb+F0gN0ACbym5A+SB3a2rA/SX0rG/rdKnZCg5AkCz5Y93B9g==","signatures":[{"sig":"MEUCICq4C/ectH0tIBUCo8Whbl02X4KEyTt0nmhqOtBhF1acAiEAtAGfjuoxkM/1Pc0NohR1n6nm14qBeQWyluRvjkJQinw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinbsSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJWQ//bpDwIpVsBnEKB2WBdPUrARtPj47tM97pGPhBvKdEdY3Encq0\r\nYkZ72TGTtJYCsKcPFG6ON7QFd8I5WDuxoZkqInLk2v8wHqP4yV2Pvz2C6Ld/\r\novtabTrPpvBb17jhOQl2x3HACFcwFQG7KRr+Gs1brxhhSOtD3leLaxWAbbtx\r\nP4z4SY7GihvE8tAV5u+AFDkCtFqwm1XFp63umJdAgNLDkPjet0KBua3Y/tXF\r\nmLesT+w4uKe9VhHe7r3nRZN7vGQuZijqB5AH6+akZSf2ylAWicOQvJ8jb598\r\nax8gf1Y345eQC6jOOOKjJpbg5hR+l6ZihjWAOIumrOqfPnzfqGZwIT4F6GLJ\r\nAmfrWX8w9EjJy7zPpH/GPs+f7sPbC+UD9MqAlQk6LSZESt3LmlUTzovTARZ1\r\n1gqSwEVraG/eBb6fF/pS36EvPfhFuoAiLanMgqIdSRFJCuXlj64IR8z6GENv\r\npHgtY1HJEKKLk5nTk1NaW6Qwy/HB85ddDVAByb2t3z+H4Ng3//WMUwz/Fhru\r\nzUqkWyirGMTVkStZVv2zVGRE2BP8dshlh7ghF7SOcpIPbGddfVfXqBH4WfDR\r\neqIGU+ciUc2hIdjgGfqTnyAnEUK4Nl2u35h1Rn93nlDGnSkQRUp6f6GRZI/7\r\nM9FdhAk2+vbq1wB3Siq8NN9XikV+lTkW+nA=\r\n=uT5x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"ec500131ae28deb1718e5b22d4b32d30120095a6","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.11.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.3.0","dependencies":{"meow":"^10.1.2","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.1","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.0","tempy":"^3.0.0","eslint":"^8.17.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.0","cpy-cli":"^4.1.0","ts-jest":"^28.0.4","typedoc":"^0.22.17","prettier":"^2.6.2","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.1","@types/node":"^17.0.40","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.9","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.1","prettier-config-qiwi":"^1.7.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.18.0_1654504210572_0.681460234972675","host":"s3://npm-registry-packages"}},"2.19.0":{"name":"tsc-esm-fix","version":"2.19.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.19.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"b1d24d57fcf61387a1884fc65864d5ee62d42f7e","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.19.0.tgz","fileCount":33,"integrity":"sha512-2MVK0Ffp/bKlOz0+tlgLlgo7QWLz9Ouh0EaOrXFiZ41iAppDtWmRU5b7tKCRxp/WGZrkUWtMJ3cdp/KhJ67N5w==","signatures":[{"sig":"MEYCIQCnsJIA9Kp6bGqs9CV0czn/yk9ZpBk6YjZpK5O1Jxj3bgIhAOPc9FTapKrBwRqnfCPuTnJoV/In3aL9w0VR7mqhB/hl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1p0eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSRg//Z87f9nk2b+lCB2tuxNcwSmwkpDNTlWvOFSixXuzCsOXXPkah\r\nareWeVnudmeEOg6xwiFEw8wOCdTQO7y57KC5Rnw064c3394yUSHbwL2W24Du\r\nVPVKtNksu8vtBa1TXMyJv2nN/HQnmMl5vh4uLn76VcLhJMOCZ3o/r0qCrtPY\r\nbuj3Za5BcBNO7fcgCcnFuR3GLi3E5jCAV5SEfVeEx2EbPJD74nalBOwTKXA/\r\n0pfIuIW4ZLV3MKWfUzJITqrmbb884mcocRmwM8fEEhscF+wTd/FvBsKYGbCO\r\ntHdD3OS53mgHnWu4ziiaHoJiXhify509/FrS7IXyTcymFq+lDI+hpd6ML4Gf\r\nXskuImH3pKpdUSBjX/pXyepi345ABD/cC0NFzFbW/CfTeOQG16VvtVAGp2rz\r\nmwNgZjeQcLiykKu03hV2nwK0CCmi7ajpGx6RD+nexRtQH+PDXeDqoiepESpd\r\n/q9m7ohQj0aLErnJKZyP37Ilg3NLj+P+uvDiYg8w1YiV3AfS0ZfZYwwrDVqs\r\n/QbC3DOtTnKn8mJcF0l07bd3S3LY/b8r50k5H40X9vlNeTMxRY7LQ/rbpn8g\r\nwklAxnoFPdy8ny6yGqyUMIX5GdmJ7fGNoc9zffcolJ/1jz8Kr6yJaQGNSrb0\r\nZOPGNkbXb/0UgXRwg7rz9k7ly6GYq3cwlR0=\r\n=CPB+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"70dd2fbe6f379df25b2664404634664f7f429b62","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.13.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.6.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.20.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.8","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.0.6","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.10","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.3","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.19.0_1658232094543_0.25732764395755714","host":"s3://npm-registry-packages"}},"2.19.1":{"name":"tsc-esm-fix","version":"2.19.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.19.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"4335925ff12296ce84cd8c2c48052d50bdcf41c5","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.19.1.tgz","fileCount":33,"integrity":"sha512-ZazPrn83bmmP5V/czv1VCljvOpYEh8fOuVpa4QVha0eutzL+8uKM1qzv66sig81lBuGlvoDXq+BHdzccy5Ricg==","signatures":[{"sig":"MEUCIQD2YlWbnFpQyqgQEcPCaimKSJpNEGlXWZQa9f+AXUpmBQIgdu81IfdnW7sSbUxUdVXQA4X+6NC3cSJ+9CJFNze8vDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2YF8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp0AQ/9FQ2Pkypy+TV7CY5Yy2qD1amsdi50lcQn3uy/AbIVRaz3AULB\r\nxnFLevg27Mtik7Ek6CHRVpvKkAK1ZUR7YPCz48TW90lNUUAUDUY1D/LtckfM\r\nef13ebKJYODIoTIOS8Ezd10UjSW7spJ3/mMmxlQDHc2Pk/6Olu5MuxguCaLQ\r\nWjT3JXTDq5Ux3mVlKeVO0U10X7pizT3gHuDNl3xJ9hqi7vYl0PIXcqOamT9W\r\nN3yiMypZURRCD/rqILD1zR2Nwmo/gWI0e+MA+6flu5s9iHN0R/QMSMNp9ylp\r\nmZcoZ6S5K9TdX1/egyu8E9GOZcpC4IOGEte/TI6e+qhMIDhP8sx2VHRSBrWq\r\n4vbDiTBewB4CzMgLP6EvIjfBSCK1FRVvQMMSEwThR7AxmTtg44pgLqf6ADAM\r\nj9Yvg2Fw3Kyp0ad4gf6dN6XbPiit2k4GQA8ifb+jxFPFrP2/beJqDNchTM8s\r\naUbVPY4YXp7d6uwUDSJOFfjAq8YIVhUTM5QWc6cXafKMqyZecBYDze9ZobBq\r\nVJRMXP5JqTq/6f1wTuVugDrmKMtQAvjhAV4Fa8xlXGs+4DYUE0trkT6G7pjU\r\ngo+QZpSbbfsJoQVIXV+RIpFQiOrGTsOzHMSOoD+S5c+JQ8zVK7qlnM75GNF3\r\nveo1Dlyg3GSpoNvao7tb2OatWWMPyTVU4ZQ=\r\n=HQjv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"0328114708454191afc7cfc98f3ba073b044e41f","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.13.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.6.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.20.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.8","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.0.6","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.10","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.3","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.19.1_1658421628660_0.3998856603321663","host":"s3://npm-registry-packages"}},"2.20.0":{"name":"tsc-esm-fix","version":"2.20.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"3e8fd9802d775f855f1e4b888dff006137c55c05","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.0.tgz","fileCount":33,"integrity":"sha512-p0UUGl7Wccnd0V0u00qmLm7WLXtG09WQ2tfqWBUsHXk5230ekkfx8lf26MIHhLYctWCk8pLvmuGHL1QS1rZFTg==","signatures":[{"sig":"MEQCIEc/j51RmYeX25+dmXirqa8eSoXtdUHMQFSrIZXmYB05AiAYtKtSv47M9gRl7YRARv1mZHnUo0s9B0ekxlx2sbl0ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":134828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2ZyNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyPhAApKL7Z/wit7WntvAtQ9p1NLOcKDJSX+Mh+eJrITNNwfsCQogm\r\nCCvFhqWAdS6Vb78nRFmtMq34Twn40AQpqBft7RPDN19VUU/TkZk8j5BSfQj9\r\nQFlpIC8T9kUE0cRi9DIE1oKOUn8OFz9YVRaVvft2b41zzF6SWwi6q9wwFdJA\r\nMVWB3FUUfdrzDWcpvktskSgG33BwWA4jzCF7DqpczutROaen+C8+6sphdprh\r\nX9EJxk0zNlFk6AbW+Dn0q5KHkb8ToCf9T4Gnbp5pBnxhlCoQKOx52vR/Jxkk\r\nsPZ8HZBnLVaO8EixOopALNbdur0asONuC+8+iVF1crR0RG2v1LbUe/XR5j0N\r\nk988aM054m/Dp6WGaJnCR1ytyGPYp3FBnTdVCCPD1m8dFsrpeGpm3IncF98q\r\nO4jRol/zke4eqfZcAoySRzTbxTRgr17psZUsWNrhfmpz9rlTzRKy552cTg7o\r\nbZjPNYuh6AFQdiABQtmuHS47CIYQf+WmTFkRNwUma2DN/fPo+q94Wk7Hj9SK\r\nLmivR5CrDb4SPUtgUtw0JX2UmqOMKbMhZI7LXUU8mZyx5Yc8ei8ilnOyDeDg\r\nl+bcwXq0uBqFwNzuWyrq0vSLE7eN1eDi9/MeW/2chShkl4qcOtyBVLfTmsSp\r\nxRlK1HBLrXSA52CynWLV/gqBD4DepgKbxLo=\r\n=8l58\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"05bdea485462321d128da9d1ff9eb235c7977176","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.13.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.6.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.20.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.8","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.0.6","glob-runner":"^1.0.6","microbundle":"^0.15.0","@types/semver":"^7.3.10","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.3","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.0_1658428557729_0.8712408496723691","host":"s3://npm-registry-packages"}},"2.20.1-beta.0":{"name":"tsc-esm-fix","version":"2.20.1-beta.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.1-beta.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"0136d5a3e7abed2f0985876ee1a4277648261fb7","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.1-beta.0.tgz","fileCount":31,"integrity":"sha512-8r2ynpm1AAjmzaCGX1+F6J9y5N8B3W4BdyrbVxwH4G/jVfZMQDsK+jxitHAY5squRuCFJs0xupnKxLkD1Ro8tw==","signatures":[{"sig":"MEQCICtclpZbRur2iYCs3u9zBOa+Avc7ziMnHo9bptOJ/OR5AiBKj87zO73IiMNoTKOd1HvNMuLxyjXQlkkBI7+53hcVXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+UY+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrkfw//QGAjnYneqxTp+1aAA04KpoSFYGPgHeLEjyANiEBueVfACWa4\r\neaw0myNqeTpc+lJTl9v0A4NbYov+fMbRSnFrBFbZAvT4bElKKRzD+xWMHXUP\r\ne0zCpRiUM0tTKkPHsG+tkDzkpxCNiv/tSLBHwvtZOFQT0FfLEMm+uSlQl+wh\r\nryMXsJZf71OusEoxDX6zZu0l74F0KuzFPYlT4Lewwm5wZz59ELcGlfsP+/x5\r\nKf0UYY1PkeJ6lE7FWuqt9WRCHJQh0OSmiYkgtI9MrUKA6cgxks/Q/Q/lm4yR\r\notcs9EM6JUcDD2Azej+rsnm27MbQhJDyhvWUeOExEX/oB+9s2n48vR99v94n\r\n/IcorFaeZAli8WMLgIVpWECBDDwyf5+u43tPtZ9IFZMMh5QBaQol3Q4VHoIO\r\n7djdb3dtAmu/lRlS8xtBQQYAHBxJCjGrmex846Na6nvhdK8oKVipPCT/np9K\r\nK8WMIJHwmeemrUrzzqjZy7oXz5LHdYQmrfjJsw30eSyxig+/ZzZFn1JjXDRF\r\nWljW+wuHsXeaNe9XaiG5uiEOqkuEY0VzLIDHw7T8Juq45NqK0KCL/f3PQQoS\r\n3N0T2BOhf6W7QO925GyHCjINneAorE8Lgy5le77FjYq5c8y8d1J+ojJ6uc5/\r\n1ugPfNhdL2ODXLqQ/KnqZyFJNyS4kp7H90A=\r\n=VlA5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"97451f5ed6d75c9783eaa3a148d3188b6b6eb66b","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.15.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.7.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.22.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.10","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.7.3","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.12","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.5","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.1-beta.0_1660503613822_0.9486374590460993","host":"s3://npm-registry-packages"}},"2.20.1":{"name":"tsc-esm-fix","version":"2.20.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"095f98da328af620352ea18215db487382bc0f83","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.1.tgz","fileCount":31,"integrity":"sha512-QbLFLnlSDPHWOmDEu4qNoPESjzeopFP8Dz2+fG0onb9JQ+lkkv74zwC0HDWxH7BqXnyXzkiaqbS+kKy8reTFOw==","signatures":[{"sig":"MEYCIQCkbS7qJhRKKWpBPECa4wpMcNDWHL6XxsuOszeRVS0stAIhALIXevLb66ZABwQFG+G4ZSuv9RI2uP+l+DZShHJfaRGy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+UmJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo64Q/8DCsmy7vWosPbYsm9anad99ft+Nt43Iinj+lKxm4DtcYn+xv7\r\nTcE/tCjhV3S6H7Te+fHx5cV676WL0Ud6+NMV8irUGlBfAUFZF8Lo040RluHf\r\nzjUtUND7ZIMVdOpICrDMlfTwBOIkD6goiUWIQRY9Ov1uMHQvBFVbzSz1vrwb\r\n3JLlFfUSM1EXhT0WwJAeSkFXuTyyQ1TeD6o3YMJkwyDuQiItKNU2rjP+ZbDU\r\nsdplT7mzKGj+6G612lD1v2SkigThLDlDkat1R5k5nwEROOuafpFNjV+3aK5z\r\nsk9REjNvkk3nGegY4YeUsQHp2blX/U9e0bxmU/7M1WA+FovZsaH1wFGU/0w6\r\nmp7i2hEkbZZHlLvawW4r8yvdrEIoqKliv25UB+4uwy/iiHzlXFyH25u9si0F\r\nyY0KRo0sCznjMA92UEhebVb45J3CwvN5a/q5E7pALDP8liP4EYaVEFIRFp8i\r\n61U0LyPPD/SYFvH/m273oBri38IfyZLx9I74zJoCi1xmCX6YXt289Uj8v1zx\r\nnRCQKa8axBrxIzojGcDlpk9jkV3qc/CJBNFXjAKg6w4uOhIEehXw3rL3wAem\r\nUQA4OLKqEF2c5zriGKf+RrfbhqkOpybdy9PF38cL1WiiuGyePCDORdTO8995\r\nCdxcF8SwzqSMbcC3MCUQvXBx3tbFUiNoYUE=\r\n=LssN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"17212322a4cd07786f30a1690f3344d9e6105b11","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.15.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.7.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.22.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.10","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.7.3","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.12","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.5","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.1_1660504457643_0.492720634728641","host":"s3://npm-registry-packages"}},"2.20.2":{"name":"tsc-esm-fix","version":"2.20.2","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.2","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"8db88cdc37d5eac5005d868d05a11b641aa233c0","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.2.tgz","fileCount":31,"integrity":"sha512-jtaquupJ3nbF9iHGJQeZKJPs6dToDaBQU6ULpmWAoqWrfsi5O6mZfum4tmWRzsCjiKh9DX8k1aBi8uJH24EqRw==","signatures":[{"sig":"MEUCIEZo9/1AR8Eu7m0sln2OQRfTQ+l8hUxvnbvWJMs5m4sXAiEAsi56/kjFMa1x4OL5T1/gMfQLZWlA5+YLo8xV9PPTH18=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+U75ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmooxhAAoZzlr0XPRmlAb9wf7ymYxvBMam7Ck9NVpGMZ+1SWluyiC8h9\r\nLshAJTRsd+W9r8Buz/3+u6QxbNASYEba/JH+aABPyBFoKze/pKyKz+ompp54\r\nEbo/c5u0I4mqKb0VM7e8LxbkYWOGThS5Y6y2L2AZSKk3K50X8JG2YjMbP+z1\r\ngICs91eioR0oYqZ6HZEaYsq2uCyrV4tmMmSASYpjuWJUDysO65Y+K+JXD2xw\r\nUfndB6FK8Ga1TzPl0zXVtYW9K0S4wWQO2+WN7RuigAyvoJMTGSPrLgzIHxGp\r\ntX+y3wzHJXWNkwZ6dXQyCzRmC3zLMU6pfrCz1FeiNnnmazii/02Ee3uIQ3u1\r\nMXfVFyPL6wN/lx9VB/NigRsRqyzDXhbpZXpbMIkIw9g3UduTUb7NUKG8ljyi\r\nn8cjZ4tyMdsZi/+0I6TWDnFa4uXP4HQ+omGiO3DlrVOyZ+9NqM83okgNI8Jn\r\nc7e7PUhQi4n24rcp/qHcj8r5eW80TwbznVbmzgWikmQdJlbBTXogj3kbFgJk\r\nsa6MKSN5N5Ib+Ykovj5r//6m5PZGVpw+lzCqIHnIVKCI/1p1BsDpomAiCRKF\r\nRnWhoJSyRzphOq2YZAfnDeLl6e2qps/04JtTZl8fs1eH5elwtQ0aplgipAgk\r\nG3MhS13U0j2Z7mXjx/zJbqYL9P7cUWhwR/0=\r\n=ZuU+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"33870983ce1117d557b3c1b4f9bd912706bb24cf","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.15.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.7.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.22.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.10","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.7.3","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.12","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.5","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.2_1660505849373_0.19535433975488692","host":"s3://npm-registry-packages"}},"2.20.3":{"name":"tsc-esm-fix","version":"2.20.3","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.3","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"ef28a8e8495183bbf74e108adbb7474395f95490","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.3.tgz","fileCount":31,"integrity":"sha512-Fay7bAckGx9k1hpAkmxJlMMKEXyk55bZ3U8Kn6dZ45YyG57bPg7dhLJhyujY9wczajs0sZqs2AoaJ/7Yc0Vcow==","signatures":[{"sig":"MEUCIQCeiFKwYVQfF/+Tg3Fl92OA1PVAXyoAUteVehKs7PjpiAIgONTqccRILma37To7+VbYj69yZXKsME9M8DRHqsLSOOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+fWzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJFA//ZdmFrIe4ucZcZkwCzfj5FsETnW9KAelJ7IfhdbAsqQpxtSkf\r\nLBiOqDo6fhalzioEmMn4xBHJ+OgnXckGIV88e35VTy9UodYCCQWS/h8AIPhi\r\nMP9VbfnbjeQG0bsETEYVkpYydGG3HfIkJcIepd6HOemLU8g6aw1HYFVLzq/G\r\nq9fbE4gj0qtVl5VotUQ6CzXxeGPLD4cPmuDHyISgWBrKh2m+d+U5aC7/1oyf\r\npCE/Zuaygi+hvKO3BB102kWKy8QJX7KgKEg11NCiCJkmlDQXBaVhDwb2Xa1+\r\nvhzv2gWoXvg4DOYI5te/RzUua9hc78pEAixOQSCqaK+Jthd6hrX0UdeaDG2k\r\nA4yLBW7KIjNJM2QFos0afItL9BCHYDl3YHRh83R13jstcSmZrzFVueZY738c\r\nFi3bhoxIPRL9L4ffcDd1/QM+P1M6k9He/SbzXTZu8//ef+hFN1Lc0XR8yRfK\r\njzRp7sEzFLePuAp3O7IYUDz7JDu/4DIPJo7nvtiaQboNcRIoSFsbCF49ccvs\r\nGJdRx7Ls+kEkDQZ+SVmYoAAQMU6QSenZc8ccV/ChJQIzojZBzvQb4g7xqBek\r\n65x9Q9X3NFhKU5ulvqYKTkmechUQXYPapYJP5ZSXD4Zed4kOh5KdQw8azWpX\r\nV69MtLk1I/zfE15gJO++3om9hZZMEJtJoEA=\r\n=qvPX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"a08b0e5a3f71c2050756c3c4bfe3768a0742ddf3","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.15.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.7.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.22.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.10","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.7.3","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.12","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.5","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.3_1660548531478_0.7071810374838694","host":"s3://npm-registry-packages"}},"2.20.4":{"name":"tsc-esm-fix","version":"2.20.4","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.4","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"8b0fc936a948be67cd620c63653291514317897c","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.4.tgz","fileCount":31,"integrity":"sha512-MvJg4DLD3eXaQhVU/B41P6DyUwaog5IqQR+KaVJajvCqSIiiJacpgquE16NWBbjxP3JW7jaBRIeSw1LNIlcOgQ==","signatures":[{"sig":"MEQCIEQSdBhibt4qr6GtKAmoFlW6elmjzZcr6Z/NddhlSHZOAiBHjvn/OwVjdw7IPgDVx4VOW9X1X6n74sNyXD599bY1wQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+2uuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjPw//fEvRQgR07IpwR5aUXIqvpw1Ka5IliaASrFfJ5s61w8LZ0UmL\r\nzyHeoYCSvkTfgIcx7AFAwuLqwgTVHAnPBYiPVWqW8CoNASi4PgBJmEhWkG5n\r\nujmKH4G3uA6GP1r7I/48QPla2XIWePwkWM0rsJnUewSOwaaNCbqoE9CFViWk\r\nObThcS7Gjb8Sa2/bJxZTyIrANTTU7W3I9D123SJcipemVOM5Mo3qDTsJr3Bh\r\nqt/co5xW5HHIK8PjVBxYM0E+aPjNm8IDnkOBnmkiZVPCpwsauPRaJuPxdtYi\r\n+t7iXKRHHADDHahMtcbyLF31E52WR3l/bIT7fciGg440VjnDu2DpC4cIZBHK\r\n74sInlY2Q2JadgkZpyPgLonka6cyug0IKTg1Ousjv9QXC5OWiP0tdi+hTeON\r\nZpSBunPYOBk8IKQOGM8UB0kaPyUYhulWKNMiVuDHRfk4vS+UppMYY6RWcJqp\r\nBEnnt+MP8++YujRJQAe8zAbe3TC8t1D6oigNIRgU97uZKMAF6vaH1eNrOm7K\r\nof2DKq6BpW6GRSvWhIwIo/jeGVuObs04ERT+ZeDyal5cWwPDRzNYi4z5N7vm\r\nTUnWNmYwUDRdTL5qYdZZhePni42cPthzmxrsHtvLqJ3A6J8FGg0hN5KhwQjB\r\nHJrG0A8llX9O5w0h9IOiurKSvRVnJZidlfE=\r\n=K3a9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"9314d2afb0f5884dfa74be8f8ebbdce3d39b0758","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.15.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.7.0","dependencies":{"meow":"^10.1.3","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.22.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.10","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.7.3","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.12","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.5","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.4_1660644270027_0.4418324952521797","host":"s3://npm-registry-packages"}},"2.20.5":{"name":"tsc-esm-fix","version":"2.20.5","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.5","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"4ea233a9228035fe21c6939197aadcd794b2c375","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.5.tgz","fileCount":31,"integrity":"sha512-W6tNhQkygqU2CDaNOaAwNjAtcuKH3ZIMUJy1Vk0Dt8zLp1aAaEBc3yNIt/+mK+kfmA4Xj+zdE6o2U44hfJGoQw==","signatures":[{"sig":"MEUCIEhqyyVLOXEUwz2/oarjcvX+Gw1ogvO7ivnRuc1OTUTyAiEAquAF3EiHRyKlIdUDwHB4V46S9+OebB4VVjiHGVWcPa4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRTbOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFdRAAiOLJsRjHbneaFI6sEUrqEsZ05i5GsyDhk7Gt/1L3GfHjupok\r\nC45RL49sXlQAJL4v3f5EmxpinqxakQQ3ca/tBuArnd/FdMVPrHxjrRywWZXa\r\nxJR6ymejGnd6C1jOJZBfNnDs3WsrY4DBRO0uYm3ySWQW5NKpyG1A+/wg3cIe\r\nN9rOvnNTLryf0gtGeiT2h5CMFqrJXvDXwqN9+lxie0knlIgnWPDnGcszwi+4\r\n0w9JibAZRBzhrd7g9935Upw73vwN6L8Slnip/2w3TJiJCCDywMeE2C0ZB/V2\r\nVKiHXAtoBzxBHtCAVBpQ9bfgtFG8R0AZ3mBxzAF50QNMosYUo2q9M2w9DQCy\r\nt7SDsuMVUvZIyQn1oCFiYJoNUKplY3Iib7sAlkjX8tGTKoNecuEbhkPnIrhm\r\nnjCaz+BG4MgWcqMRCa08QroQe8ia2ekxZMRVXIqZtSwdinH5a7V36BnDwu3Z\r\nsl0UaUUhPPCKb2x6KY+IkBfalQTDTOKO+rB1s3wM0u08uDUnu4awokZAjkAh\r\nr2SZ/Bd2u8omDyXWBzLlDyOe4PhKPn3MIwoqsxIKV8MX9xd942Vu6ppXD7vM\r\nmJ+HS9nvIDhYRL8D1KKIMqm9ms1qs/k8LiCMRvHUsuu/w6BEDQE8mtgO9lfy\r\nwpQ0DKvNlBCFHiDgLo8AbXaDl9zetKa9FR4=\r\n=h/xT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"c1fd39ad4e2077a0c153204759cdea4600cf3684","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.10.0","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.0","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","tempy":"^3.0.0","eslint":"^8.22.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.7","terser":"^5.14.2","cpy-cli":"^4.1.0","ts-jest":"^28.0.7","typedoc":"^0.23.10","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.7","@types/jest":"^28.1.6","@types/node":"^18.7.3","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.12","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.5","prettier-config-qiwi":"^1.7.2","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.5_1665480398551_0.4278561459260384","host":"s3://npm-registry-packages"}},"2.20.6":{"name":"tsc-esm-fix","version":"2.20.6","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.6","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"403091e7e83b0da805aca37c896c424677c895ac","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.6.tgz","fileCount":31,"integrity":"sha512-nWFu2SJdf1iwDJXXSFSrGIUyupyAwQLIJatmqj2kl8BnQphKZ1j5PcW+CwWs9wlwBsSxYM16690owkp9mlVr4A==","signatures":[{"sig":"MEYCIQC/1URj46GeQ3W7l4lrmH281+VNOYbuSYKt8uVWDmrPogIhALkzQolx0vdKHpJottc7f+Yy0Cd3SiC08pAiugjpGBs2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdnhbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq/Q/8DNRGSUPkYki2h3Q5OAkuSfGn0sxR9vu30vF70zPQzT1Hl9hp\r\nn5Yc3Sjqa/yFsyNkHf4vVN8YacYTxJjqd9j0ZM675TbSR/PheXbTXfaYIexU\r\n5F9T2E1GRdSQ5CYsopXKt2bA0Se/fH2WzULIAE+fxR4S+6tBv2aTDjtmgGHa\r\nRjfj0vB+xoVWF0uTtRYilE0hzSxkAdFvDr0QMfx5llN5SHDCgZBhnzguyui1\r\nkNrlqwZ1KbU8Br5votsKxCMW0AF8xWcC49/9W6DlzP0dgHgLDPVsIfjdNCVY\r\nQhVeYaJFYHpHnOiq8dDSsqcsUcTWYMe5bSu+s+uucucEPDkuDQIOKrClkUna\r\nEtDC8k9nW1fX0d3uIbBkiwO5BDv0+XQ5YtINVsGQJdi3+bYnIDlPZXx7M5m0\r\nlStWbd97ipe62PbwXzxIn+5NiXqxPe0Ix1yPEPbU1Ec9jSHYlGPHUa/JNu0a\r\nlmRkT93fm6DTVLwQafBVJqi0nqn+98wq8l9+W511+MYn6YNEFeOV76u0+XRw\r\ntlG65Xa8eeA2pap8gIrA42BrrNfn5S1eHGdxObJlAaKMjWsw9K1rBi/BEIIC\r\nm9fq0/EzpubH5Kz+1IiJPTYfQI9INUgrkeH9ZFv04eryNx/+bbo//UbFO/DQ\r\nmvIOoGhgOv8VoT/7p+seMQ9skZGWxgYB4RQ=\r\n=rKbt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"99306a49a4a67b94bc2d995f27d7521153b1480c","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.12.0","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.1","globby":"^13.1.2","fs-extra":"^10.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","tempy":"^3.0.0","eslint":"^8.27.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.8","terser":"^5.15.1","cpy-cli":"^4.2.0","ts-jest":"^29.0.3","typedoc":"^0.23.21","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.9","@types/jest":"^29.2.3","@types/node":"^18.11.9","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.8","prettier-config-qiwi":"^1.7.3","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.6_1668708442869_0.5735407342168128","host":"s3://npm-registry-packages"}},"2.20.7":{"name":"tsc-esm-fix","version":"2.20.7","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.7","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"4b648c778bbcd9aa1b542ec6cf4e84d0708fdcf8","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.7.tgz","fileCount":31,"integrity":"sha512-xKv32y0YKLm0mMAkcQyW40Ee9N091oymH3AntXANfgS7iyKeSPoIeYLWzGt1GHlUqmkl27fVhswm0NxFb3lRJQ==","signatures":[{"sig":"MEUCIQDfZcxt34iJrez3aEKcNdFRYEYLs9fEfjLUPajOwkX5MwIgNI/D/K8PVP7orZeo9H8hA49dFhHbK2hcY8jz9jBAFI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhU0YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYyA/+MDikl3gA38jNyiGY+/HNkvEtB1GrWJhMStxLmQUUDu7XgDBk\r\nbiUVo2ODFM5PMEFLeSTE3hqwLwMFqCPZ5qmidU7wFm4k9Bfk15Pc+Yp1Nek/\r\nMVR6Ys0S7pjyu6NRcg/hZt5qmt8jOcEJs4P3Gp7b7FI07fCIkTItabSiActe\r\n07VfzZUOlIs65ZGr4QT1CWNUzMT0dSoHhayTr2m13JvoeW7rQG9NAFJ8qAQ9\r\nOyY0vP4PV4qPwiDPYG988nP0x1TWnIrCmUkaJfrEfIvEEdkIbadnWondl7Rv\r\nPfexT3j8V4T8m+Xw/MIFhVcDm605WSEi1DOI52F4CxeFdvDD4mAKLji5D1tV\r\nrRVG54RUAPCFM+LkDKA9KQMuhx2uhF1GfMerDKJWmKsDPiy+JC3rzAeuBfQC\r\ntDEioEgIC4C6iEb89tf+z//ROKnnZsf3GWSGn7veacGz217B/7oEmrmCsdGe\r\nO+3MWzBbEpRhPab9qXM6pVtQqyvjFEF+YZJ1AWzA0O072lk8zJfFn834NxuL\r\nyVCn8ikI+pSyyjmz7iJj80xyorIE1+QhuRZEBIocCHfX4rcmgz2WC7KBgi01\r\nc8nFCahwosG3mZYx+Mbs3S6VLiLtOmrBYddTTWXYu3BuI9+WetyV+8b5SXKG\r\nKsk1k4g01TYxdHeQeAxLfUCPpJY7f5LkxMI=\r\n=XMVU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"1cfba3922a5242cc15413955ec9707c8ac962415","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.12.1","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.1","globby":"^13.1.2","fs-extra":"^11.0.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","tempy":"^3.0.0","eslint":"^8.27.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.8","terser":"^5.15.1","cpy-cli":"^4.2.0","ts-jest":"^29.0.3","typedoc":"^0.23.21","prettier":"^2.7.1","cross-env":"^7.0.3","typescript":"4.9","@types/jest":"^29.2.3","@types/node":"^18.11.9","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.8","prettier-config-qiwi":"^1.7.3","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.7_1669680408294_0.4342637576930455","host":"s3://npm-registry-packages"}},"2.20.8":{"name":"tsc-esm-fix","version":"2.20.8","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.8","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"6e27a6b58aa9e8a50f2d9f057ec75bb555b319f0","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.8.tgz","fileCount":31,"integrity":"sha512-bd13TmcyAlv52De5BJpHjTs0YatQGrwJSZP7Q7h6DG/AjC0TPcdj3k+drQTI/8jyqeUnoajqdaChw8/5tI7IbA==","signatures":[{"sig":"MEUCIQCCB1nrz3w9vVxzvrBA+4GrcmDJgn1vrbN3qRREaloIFwIgJXtXvH+nnrWaVQPaUwLj2clcX8ep2msHMIMhLq6yndM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140836,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmv0uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3vBAAk86KcssT20gGH1trdZazbqU7H8AIXPmCw+tDPweGCK+Lpaks\r\nbe192wooVg77x9kOaqP4Bqt1TpXuzwCyzpe0m+ujHxQMjRGToQHik6Kqtt1g\r\nyC7ya/Z6SMEVMF+GyYSzAiz1E4btGxY3YvQnPvyeqIRodQTtwP2KIuXymT3n\r\nBIE1XG2ULVmkc47SclLozBbu5vy4xrUrgM5NvHG6G9cUYTV9/ePp1dBhC6YX\r\nfIUD7IoA6LBuu1P10TJafqjEj7eC1uQRcLwqpFVaSKcLO2pZfXHaLYfSlE1M\r\nltKd6unHvKDUr3xOGPHXf7HhLbGGFwmj4iObDmbptDIjlY/sxFDQKCfxFhYH\r\niyAUOZG9XMm3gnu44XuddLuu4JVDSDFfjvr1/6XAPn8levpZqC+GtQftF0AA\r\nTUtF8jrPxyLvmw+nHW+m3L5V7EHIRKitPNfIGwtgiwxnXwntxvKffEkgi2Hb\r\nqTt346vrYZv9lXzNwCYk1hpR8nGud3uHkt3FTmBCaHHqbFdeuTiw9pj01FCZ\r\n4bxruLnAf+Ys78SjMZggkP6LN8+C1QSL9A3W06B+XgMdtm2T1O9onxlREJka\r\nB1rqZSdE6jPtDQqIVp6l8/IhixYCYxObfxSyuwtBmyvbHnVL4SPTGBqEmO+b\r\nVvfjD0no6V5Zl5qqr9l0clJkquQrdBSkcc8=\r\n=M6bT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"666bba052fde71d20499bc05fbdca43ed934160d","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.12.1","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.1","globby":"^13.1.3","fs-extra":"^11.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","tempy":"^3.0.0","eslint":"^8.29.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.8","terser":"^5.16.1","cpy-cli":"^4.2.0","ts-jest":"^29.0.3","typedoc":"^0.23.22","prettier":"^2.8.1","cross-env":"^7.0.3","typescript":"4.9","@types/jest":"^29.2.4","@types/node":"^18.11.15","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.8","prettier-config-qiwi":"^2.0.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.8_1671101742646_0.6471462084890598","host":"s3://npm-registry-packages"}},"2.20.9":{"name":"tsc-esm-fix","version":"2.20.9","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.9","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"1b39921dfa588548c811eb70e54e7b9bb4703b51","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.9.tgz","fileCount":31,"integrity":"sha512-oDbolN5xMLXhTzTjN3pjPosb05ED5sPAN6I7ZRz3rYyDfBNhETGfBUcC6RYNVnwOnFupoEw0pMQmVLDf4ePEag==","signatures":[{"sig":"MEYCIQC4QeepMTGqQ82C+GlEfkkHLgTxzgdZfReAv7g9e2utKAIhAPOoWF+QGl+LJX4f8AnE3E12b1i5C2WX+B/AgU8vARm/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuwImACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpqlw//RvLPl9vlyoyOPFoLtDCkr8qMihlmkeFIHIvb57LaBLlvKqPn\r\nwDdi5C11lR0nm8dn1h1Sn9ak7OTixsJdygT/hIBPV6UPJg+/X+NfwyJQfBpw\r\nQnsZrNx8vBmEVaepqzXzj0nbA7KmoFAOnpOircmuYFlP39bjq1q2MLghjS+2\r\nHAorFGWXzGI4VyBUdeoEUUjQer/HnLBJVq0iT2id5hzVV0E7u22pccxmryns\r\naYG41l5ioI6EyUJ5K7Y7hnRfzGo4+mtyD31u86FiLLAOeMVnf+W4muMBqAFk\r\n8R4FELzRGwqnT9lWaGVVf6jsdUJMtio7qIizBJCVs3UMxIpUvTz9qA5jM2xT\r\nnUOQR6pQy41zPh1LFDgOUIG+/zvMq/HNRRj+D/eMjqqcnJmJjQG4TROH1sc7\r\nDqWfu5XqCnfPnefspa7Nw1cMePlGn0prPi4FduEBEdTz2KWEnD+EvtZv26Up\r\n7s1ySk5BKTq9A4/rhkdQLG94yiSIgI0F7TQmlUmP6gNeZs5YkzLQzgqiokLP\r\ncRIB5bB7kTOBrALe8VajBVGkanegltHf7HA3vAFoganhXKD+9L7lP/hPd/TG\r\ny+jzrkhEAt6QbiWgCfOoA6u8IrY/c3zeNfAlt9fznBdYhBYxRumL4n9mE6Mr\r\nJUvqt7bKzzMdcq9vNO7YAJVHi0m8dYKF0Z0=\r\n=QTrR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"3258db27f0a0040c7d41e5d1bd41311b13c65693","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.12.1","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.1","globby":"^13.1.3","fs-extra":"^11.1.0","@types/fs-extra":"^9.0.13"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","tempy":"^3.0.0","eslint":"^8.29.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.8","terser":"^5.16.1","cpy-cli":"^4.2.0","ts-jest":"^29.0.3","typedoc":"^0.23.22","prettier":"^2.8.1","cross-env":"^7.0.3","typescript":"4.9","@types/jest":"^29.2.4","@types/node":"^18.11.15","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.8","prettier-config-qiwi":"^2.0.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.9_1673200166209_0.18812878247121856","host":"s3://npm-registry-packages"}},"2.20.10":{"name":"tsc-esm-fix","version":"2.20.10","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.10","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"a3030d14ac012d5f32cfd1171c92f94aa8611801","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.10.tgz","fileCount":31,"integrity":"sha512-WZEill9Gke3TTBcAHdfCljnqUeZt5A4ISku6lzGk0oAYVzROemLRaS2nFZv9lMhJkLP8ZmG5KRSme1fjEXs1Lw==","signatures":[{"sig":"MEUCIFxALxPxHZcM3nhca1XUePHfFDQmv4cY/Pl7IaZFBQsEAiEA3yB0FeYfLVIUQBctNyc3rG/RNS5nSVFsEvYPybN8cl4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJju6LOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqE9A/9HHFI+YWJD5XPTa0yDvtdjJDRiKu/OGHywg/ImKi7gVjgAhxA\r\nkBVJSu5GLqI3mWzLJt/yp9rko6j/FhlkSbi9DFIpEP5f3gg/qaGXNzfRDEcE\r\nKFK1Z2uADxFH304PqxjvUvutTBSJcA4ash/1MBzj9PVTiZlBBpxNFGGOky3u\r\nrjgVuKtVinzkkQ312w6kvfPcqYmHB5Ok6HkxO3+ZV9Rn4BEhJqbfk/Fd56K5\r\nOy8l++4FY/iXsKXnuUJsHdPYsY0K35Juj/7ge2dYiLnsGT1nPIN7uxbdcgPX\r\nLH7hdogC0pdkcVSjbVapt/LCnvSRoX47JSyOU9Qd9qlCHq6H5q/mZxvLQK6r\r\nibZcq4BO9tNwUGUB/0CxlKmPC9HRWRS6iDeg16JJStkJeqP8BsN8SfZNxc52\r\nlmplgIgDpnnAviASPEjtt8eM9xuKu7PaZxk5xfDS+hA+0YT0wrzBVx3cSyC5\r\nQa9uH4XPVWgBY91cXtPAX1DmJtHHB83yAsGZCX7Ji0DMm9VsAzA6JSr7ESvQ\r\n5hlUw24+qU2YzV4WN9aw/kP/HD7DKUullqMk3J+xVSg/jFbSTRizBpjmGsxO\r\n5JkjTMi365kLY8r/8TVvHdgEthAMgAO9GTtx3XQNZBIgdqoe7PsCTYxPlca5\r\nXNk/GdM7aoncNPMpnsMZsTOP/IUVGuM+zNo=\r\n=KpiE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"fd54a260a51e46d20bd777d46901c1641dbb22f6","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.2","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.12.1","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.1","globby":"^13.1.3","fs-extra":"^11.1.0","@types/fs-extra":"^11.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","tempy":"^3.0.0","eslint":"^8.29.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.8","terser":"^5.16.1","cpy-cli":"^4.2.0","ts-jest":"^29.0.3","typedoc":"^0.23.22","prettier":"^2.8.1","cross-env":"^7.0.3","typescript":"4.9","@types/jest":"^29.2.4","@types/node":"^18.11.15","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.8","prettier-config-qiwi":"^2.0.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.10_1673241293842_0.7428334885369925","host":"s3://npm-registry-packages"}},"2.20.11":{"name":"tsc-esm-fix","version":"2.20.11","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.11","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"4c68d4ea920fca7a085038f1303f4344be7c999d","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.11.tgz","fileCount":31,"integrity":"sha512-JF4A+DgOo3yCvq12Y0mdZ1hy/GjWS1ncGm1N88kmIb8v4Spii6ispG9m0+70a4i7/xvD5+Xaf2gLiX4Aozz0eg==","signatures":[{"sig":"MEYCIQCqc/hnT1YTpAusR6T1JNEK3hKgzsvAm3h1r9Q95s8bZQIhAI61z0EwZdziMlcuOqo8fbh1LNitc86/jO8GOpG7IARw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxpnDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjuA/7BBPIYxW6/wpowbvK+770/6xcAjaAPywgAYhylb6+2u1xuwaf\r\nqDp0YLTaC70dmCSt92wadX/G6mqusH1ttT+ofBIrFymCLhTPsFUcm0TGiJwU\r\nVw7U1GQmVSHzIjvVepHoiPE9iDQRDt3rZayU4fjfa/wzZUerHlxaOZHpu+E4\r\nVZYCqOGWUEY7baf8MvMzArYav+p2ejU0F2ztkIClvUHBKRpWtLWN1ikzsrqV\r\nAX/m/i402venu4JquPHqUrHHaETdMkVx06YhjBBFkePYX80Ne4uZRVJED8qd\r\nBFhHcsoZiN/Ob+9upCS8SWSpAtesExWwTR7kiVOucTyuQmjhF3KJpnFVrHfE\r\nTzwUFg1H+rLdYalRy0wIEX99YgeJSE9qlTKkmQIZLPzU4atuyINF4S70WITV\r\nXb5ky+DTUiMj3x4A4OX/lq4CAvkpN81zKXLZZGjkZ6te5AJJGkNN8fuvl7S2\r\nzpkqhVUHrNZU7cn/BKU+cJNe8f3xz607ri73iciclXJN7BUVpV3vwrk/qlj/\r\n+C/PjEu0pCYbLnD41/wHxeRt2SSsv4rwy6SJfB6kJ6cWOCi/XJiGPqd4koTO\r\nNiVZmRHvsLMrf3+YX8iU0FU23T9izXJgEXKEISnfmULK9G3/d22ctMAl83My\r\nn2OHoZY6xuNIcUUcTJAr8tBYKuHyVD7Hbmc=\r\n=Z43y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"e3eb919439e33ff846d1b6b94e3ede0e2d2eb4e2","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.13.0","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.1","globby":"^13.1.3","fs-extra":"^11.1.0","@types/fs-extra":"^11.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","tempy":"^3.0.0","eslint":"^8.29.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.8","terser":"^5.16.1","cpy-cli":"^4.2.0","ts-jest":"^29.0.3","typedoc":"^0.23.22","prettier":"^2.8.1","cross-env":"^7.0.3","typescript":"4.9","@types/jest":"^29.2.4","@types/node":"^18.11.15","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.8","prettier-config-qiwi":"^2.0.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.11_1673959875699_0.5963874709761829","host":"s3://npm-registry-packages"}},"2.20.12":{"name":"tsc-esm-fix","version":"2.20.12","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.12","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"13cbd56307fa280d576d052f63658e2f48837bdb","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.12.tgz","fileCount":31,"integrity":"sha512-NZMLIqFwr1P7+ILeFmYK06TbI07I+3p/bACYtLPNM6VfuJRV0Y1M0YKLCse7dwCzlOXFz8FCtE7efiMJcAEfDw==","signatures":[{"sig":"MEQCID+Ry8mUleAiFY/dGWRST7zgnWecppPjtw7W/iyh7+L7AiAojOphyMKlEeudLQ0tQMmokznpDA7/n5EmPlUQjiH4Bg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyR1oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLvg//cKSORLTfcXgb0MsXU0VxYKzESf1yRLq1qEPvX90fF37aYzZd\r\nNsA8JYb9fHy72QyM54wWUGSt+OFn4CSh4KTFSGR7M2Q5f4D1yKBLW8QXDlTl\r\nT1bqG3FroFEtsQvSuWG7meX11TdJz58bK6QuOzHGDwyQvfhEvJbcmmgThSbL\r\nFxkFXyQ/IwGBN4bKerYHIa4ckW/3hhDboijyEoSiHYXBS/rZHpTbj9JraAJv\r\nEp+l4FImDsppjs0pSNjSUbV9VHeiFUPORBhvjyhbwoiSO+8oac7P8cpJNyGz\r\n6WkxTG2KEN6Ar4R+UiejbrkZDRSUfav3QQ4lDvgwzj7XQMT0w8wO1UkpRu1p\r\nvEjHoorxUKfnlCCXW1uUzHk4VwwW/SosL8o7Wco/Bsfxj2y3lY/SZ4l+SLpF\r\nxAXhHtMwixC3ZpgOBBkiCurSFdL+IKhVBhazPwpegKf1jVM0WaOyZ/3rW+iP\r\n6zLAAiRad2e+5s+itfbtx07UX8b1n4mEAJWznIvXRfjzo5MMwzxfJaIxGVEA\r\npAHMJX5l4SMQggn4V736xehd7rLNrRXbzYzLc9wZsFHDgxsw6LnlomVQ/9q2\r\nkOzWnV2oj10jhmJQqWhW1MjhucvuyBUFBz5rmE+fJZKJ/RWWGwrJjNM532L+\r\nUe7BTSsCPKi5uu8YCwwj1lmPS6ydb+0h9l8=\r\n=lHBI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","source":"src/main/ts/index.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"dd72a3acea9fce608ab1eff4bc79e232b7456554","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"8.19.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.13.0","dependencies":{"meow":"^11.0.0","json5":"^2.2.1","tslib":"^2.4.1","globby":"^13.1.3","fs-extra":"^11.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","tempy":"^3.0.0","eslint":"^8.29.0","mkdirp":"^1.0.4","rimraf":"^3.0.2","semver":"^7.3.8","terser":"^5.16.1","cpy-cli":"^4.2.0","ts-jest":"^29.0.3","typedoc":"^0.23.22","prettier":"^2.8.1","cross-env":"^7.0.3","typescript":"4.9","@types/jest":"^29.2.4","@types/node":"^18.11.15","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@types/fs-extra":"^11.0.0","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^1.17.8","prettier-config-qiwi":"^2.0.1","eslint-config-prettier":"^8.5.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.12_1674124648726_0.4145057991954151","host":"s3://npm-registry-packages"}},"2.20.13":{"name":"tsc-esm-fix","version":"2.20.13","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.13","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"a911861f7816bff6b2c063da59adaf4c648dfaee","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.13.tgz","fileCount":31,"integrity":"sha512-XZFfnljOA2h2wnyxz9oD1I38xHa28EoxjqnvY8kc8uTOIuQPu/t3e/lKTBHW5cakKer2w2P4U3zHNjkzC8Lblw==","signatures":[{"sig":"MEUCIQC8FXmXakNA9MWcrjFWeC31OFMfilP0V44fgRF8fCRgSAIgeuqAkspBLCFLE/4JrfOVlylNR55psnXWHMUmq7b8tIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUU6zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9Ng//SdIgjZJAp37zsSDQMVoW5jGa5pmPyegZ0WxOsUTLeoO1z8hR\r\nPE7B03zeLgqDgBhfEVQPcD9qsFGLRGBP7jQopYo9IXLAjUWmAON4XveD27H2\r\n7dDlWs5zJu+jFMCFL7WYiGlCnLHe20rdyXD/ETTzEGCxW/HSuL+QLoUL5Vko\r\nQOYjCQAZgwD4bhB0DhR04G6fWhfywcloAUibhtK1J/TE+xe01+D01b/VSJHb\r\nBxR641Sk905F38SWPyOX9al9l6qdS0lWKNIR+c35jX4l82vrjzPQ4jCLPLjD\r\nQdVC2BjIiXSqeGs0jyg9sfghTDB/TygYKHRhlZfFty0wiorlQsyWDPPmCvsf\r\nxsqlVTHdVTOeab3tRu71xk1xy/SHRW1wKnUMj0kF9aXSCRi7yFQg6UrsXBic\r\nNO4iHf1Ioz69HNRjiooIwDTR5OUf40gqUG0AMBtn1zucnjo2aiNZoXOQkNWB\r\nnVYxdcduGki8/r4ebh0y2IKgSp+0Ld8LQpQ6yY/AhaNVr8OuPR5HqSi92kHC\r\nr+JZhTNTp3IFaHVhlVGXqU3hYDfSoRkgZOrR93VAhyf7DBUrJTXetdAJp9VH\r\nIZWPZkEOT2V3dPUZcYluVlBAqzOGznwGoYTrHgEQDDE88SrVUk8nhgkeP9yq\r\nuqsIyu7bwoLGuL4WRIjUWnkWW+GfF6REzfs=\r\n=Wvyw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"4929abab773e3ccd1ddda2a404cd85b33fb2ff67","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"9.5.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.16.0","dependencies":{"meow":"^12.0.0","json5":"^2.2.3","tslib":"^2.5.0","globby":"^13.1.3","fs-extra":"^11.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","tempy":"^3.0.0","eslint":"^8.36.0","mkdirp":"^3.0.0","rimraf":"^5.0.0","semver":"^7.3.8","terser":"^5.16.6","cpy-cli":"^4.2.0","ts-jest":"^29.0.5","typedoc":"^0.24.0","prettier":"^2.8.5","cross-env":"^7.0.3","typescript":"^5.0.2","@types/jest":"^29.5.0","@types/node":"^18.15.3","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.3.13","@types/fs-extra":"^11.0.1","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.1","prettier-config-qiwi":"^2.1.0","eslint-config-prettier":"^8.7.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.13_1683050163253_0.22222220193024445","host":"s3://npm-registry-packages"}},"2.20.14":{"name":"tsc-esm-fix","version":"2.20.14","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.14","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"0b457f24f9bcc21b3e86dc8d4332bbdf616feda0","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.14.tgz","fileCount":31,"integrity":"sha512-s4hA4FD5ux4OvUDywLGl7jMBuK0kEZTqmLPNVy82OR/q18N5nN8C8NKPyAdw/XKtrm8vG+aqcNkJMXa1wPk8qQ==","signatures":[{"sig":"MEUCIQDa4qfzuu+Gb3931tvYWXx+gy0fYxZuhj1p7uw1QEvUtwIgUMYePKEc7Ymx6YHZdquEaDHZ7ftdaTGInfE5vuonHds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146845},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"44a3883ef909a847b6b4b81c05a88cb236922753","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"9.5.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"resolutions":{"**/postcss":"^8.2.15","**/glob-parent":"^6.0.1","**/globby/fast-glob":"^3.2.7"},"_nodeVersion":"18.16.0","dependencies":{"meow":"^12.0.1","json5":"^2.2.3","tslib":"^2.5.0","globby":"^13.1.4","fs-extra":"^11.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","tempy":"^3.0.0","eslint":"^8.40.0","mkdirp":"^3.0.1","rimraf":"^5.0.0","semver":"^7.5.0","terser":"^5.17.3","cpy-cli":"^4.2.0","ts-jest":"^29.1.0","typedoc":"^0.24.7","prettier":"^2.8.8","cross-env":"^7.0.3","typescript":"^5.0.4","@types/jest":"^29.5.1","@types/node":"^20.1.1","glob-runner":"^1.0.6","microbundle":"^0.15.1","@types/semver":"^7.5.0","@types/fs-extra":"^11.0.1","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^8.8.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.14_1683657231280_0.1538848927585139","host":"s3://npm-registry-packages"}},"2.20.15":{"name":"tsc-esm-fix","version":"2.20.15","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.15","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"967b926362427d52dfaa0267289b15d5b16f2ff0","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.15.tgz","fileCount":31,"integrity":"sha512-xkl1jItk5Rp6OW6LnKgy8sCKFncvf96TzCTjN82igNcxWg3tyBainiJk67wl2EPLKnXI58z9alqSP0yqnP37eg==","signatures":[{"sig":"MEUCIQDvy9ZecSO1pouy4IR0ONvoN5KHffi8WbW5Pn4Lt1qxbQIgErVo+f0blrgzqnimE6Erv3l8zqIITiqy81nTvm9ZdmQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":148198},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"38d0fc940bb54b2ed3236edad60c6dfe668cb480","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","uglify":"for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done","updeps":"npm_config_yes=true npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npm_config_yes=true npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"9.8.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.5.1","dependencies":{"meow":"^12.0.1","json5":"^2.2.3","tslib":"^2.6.1","globby":"^13.2.2","fs-extra":"^11.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.6.2","tempy":"^3.1.0","eslint":"^8.47.0","mkdirp":"^3.0.1","rimraf":"^5.0.1","semver":"^7.5.4","terser":"^5.19.2","cpy-cli":"^5.0.0","ts-jest":"^29.1.1","typedoc":"^0.24.8","prettier":"^3.0.1","cross-env":"^7.0.3","typescript":"^5.1.6","@types/jest":"^29.5.3","@types/node":"^20.4.10","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.0","@types/fs-extra":"^11.0.1","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.0.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.15_1691877619669_0.3392208311546916","host":"s3://npm-registry-packages"}},"2.20.16":{"name":"tsc-esm-fix","version":"2.20.16","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.16","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"f5526c496b7dbc4bf65df3a44be342336e1e45a7","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.16.tgz","fileCount":32,"integrity":"sha512-oVmDS58bt2O2VRKDgt+PQt7odj/WS0zzFySNESRwNIai3NSk8RHxofuY2dA3J0oBtWOeYwV6On6Kl7n1q3/HRA==","signatures":[{"sig":"MEUCIQCD0sa52iELGOtpOjmTcfEGre5MoHEpwzhDx5iQi/gV5gIgTMZEwTu0rNQeWLsqJcKtCzChOKD8KeRAwJgN2hQhqVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":148695},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"56c5499c445ef12739fa303f0d422455324b874b","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"9.8.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.6.1","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","fs-extra":"^11.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.49.0","mkdirp":"^3.0.1","rimraf":"^5.0.1","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.1","typedoc":"^0.25.1","prettier":"^3.0.3","cross-env":"^7.0.3","typescript":"^5.2.2","@types/jest":"^29.5.5","@types/node":"^20.6.2","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.2","@types/fs-extra":"^11.0.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.0.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.16_1695044558041_0.2926444697330006","host":"s3://npm-registry-packages"}},"2.20.17":{"name":"tsc-esm-fix","version":"2.20.17","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.17","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"08b77fed120e472eeb28b1360fb8d234ce5c3d1c","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.17.tgz","fileCount":31,"integrity":"sha512-TC/JVuSb8G0pAVtMmDIaB3sK6vfMUIIGPQAg82CPRStDPryZwXpppW9tJn/Z5Kr8vgxNiRtIOIgxtGY9D/WNBA==","signatures":[{"sig":"MEQCIHWvOmB/mxPmoHL9sE4zgX50XQEuc41KEpTmDSdCdaMMAiBg8F8v3JLR+XRjC6Od7PJdj4XJPDrInh1dUM9QAUJmyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.17","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":148763},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"3d3b2e6243b5bda4368b42a057c31f97a4330cc6","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.1.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.7.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","fs-extra":"^11.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.49.0","mkdirp":"^3.0.1","rimraf":"^5.0.1","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.1","typedoc":"^0.25.1","prettier":"^3.0.3","cross-env":"^7.0.3","typescript":"^5.2.2","@types/jest":"^29.5.5","@types/node":"^20.6.2","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.2","@types/fs-extra":"^11.0.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.0.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.17_1695158755067_0.8848684845900525","host":"s3://npm-registry-packages"}},"2.20.18":{"name":"tsc-esm-fix","version":"2.20.18","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.18","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"ec26f09416c3a3713c43469919557cd228bd1ca0","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.18.tgz","fileCount":31,"integrity":"sha512-oPH79Z1AZxau4kc/Jw+LYVqs9NDTwsbyWwE57fVUgmwoPgxhGAwDTv0CjDEdMO1Aczg3EH1bLdsQmsoaJib4Tg==","signatures":[{"sig":"MEUCIQCURfRIZsCIhm1pHUhzOJLs/HwVHm6Om8Gc19gw7rZXFAIgJmcZvAu8MncA0fg0HipG97nusVkGASv523iW9d3uXSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.18","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":149021},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"42893260cb11a6d3e0eb3034cecbfa442f7de328","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.10.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","fs-extra":"^11.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.49.0","mkdirp":"^3.0.1","rimraf":"^5.0.1","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.1","typedoc":"^0.25.1","prettier":"^3.0.3","cross-env":"^7.0.3","typescript":"^5.2.2","@types/jest":"^29.5.5","@types/node":"^20.6.2","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.2","@types/fs-extra":"^11.0.2","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.0.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.18_1701506434641_0.2846810868052707","host":"s3://npm-registry-packages"}},"2.20.19":{"name":"tsc-esm-fix","version":"2.20.19","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.19","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"e5efd0ec06b4c8aa61f8554e026ba28531598dbf","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.19.tgz","fileCount":70,"integrity":"sha512-MM3Ck9lKU261jJgMIhUOEdSxLFAqnctoWnJDpDp2jzgoLVo62w5LFNIAiG5jan5KtkRJ1V7erCgBpUTu+7va4g==","signatures":[{"sig":"MEYCIQDwSBHu+DZxPdPjm7Z+eJkleAM89QMccITptYfXU4viTgIhAIn3i0g7NGz92HhE/C9DPf6UZPzyNGp9yFs17nxrIemo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":182624},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"0c819354268a957bf0b2df489efc5ab64a9e80ee","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.10.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","fs-extra":"^11.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.1","typedoc":"^0.25.4","prettier":"^3.1.1","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.11","@types/node":"^20.10.6","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.6","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.19_1703919625774_0.5816674611545967","host":"s3://npm-registry-packages"}},"2.20.20":{"name":"tsc-esm-fix","version":"2.20.20","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.20","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"abe23fb80ad86d18ae75613e38d599f093158c80","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.20.tgz","fileCount":66,"integrity":"sha512-ACPNrG5eyUMf1Jb4p1TAw5UR31Zu8vVL0rdyImY9H1FK2H+zjqF6L1RTIYQbEpxXxNoTXSK8aiPHcQRskDsXCw==","signatures":[{"sig":"MEQCIAOJ3TIJRjfGudSVZ28WMFF23sTkuXhiZcR7z50HjzxIAiBZjVJxBC+RRdajnE7nECLSOBt1T6i4AmUnZ1ntZcLePQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.20","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":188605},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"deb41c53f239fa5a560f42b1e734bd52f1e6ec57","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.10.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.2.1","fs-extra":"^11.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.1","typedoc":"^0.25.4","prettier":"^3.1.1","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.11","@types/node":"^20.10.6","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.6","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.20_1704015217309_0.40800887871530467","host":"s3://npm-registry-packages"}},"2.20.21":{"name":"tsc-esm-fix","version":"2.20.21","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.21","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"a614c93c7aec46acd7492bd1f044bf65236a0276","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.21.tgz","fileCount":66,"integrity":"sha512-v/n5ZKlt5j/UNFAKBua9cV5wZll6QlJEQgT4lwXkv8pcOXf9iR9qL3B2kYZUwZCi6vVPumztlq19Kh8bgcYoIw==","signatures":[{"sig":"MEUCIQDqT4AY+tsMGSygwjG/MB2uuHMaHR1tYCYgH/zpt+Z0KgIgUl8fOPQEesDaui8weiXtPujRodLYjKDJqfAZfkQzVOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.21","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":188856},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"1003328f39d495e12919c9c5ad1738144882dd4c","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.3","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.10.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.2.1","fs-extra":"^11.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.1","typedoc":"^0.25.4","prettier":"^3.1.1","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.11","@types/node":"^20.10.6","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.6","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.21_1704015481312_0.156660732215248","host":"s3://npm-registry-packages"}},"2.20.22":{"name":"tsc-esm-fix","version":"2.20.22","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.22","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"451d4f3c85b421a15502c1db9cd59139df9a4db0","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.22.tgz","fileCount":66,"integrity":"sha512-WsNLddET+7mUQHyP/WflQbw905GCcBJMF7LdDAz2kPKSSrxAsZezdbgyakdudKkcMvy4n/dX0LsjqyGtIQ2Crg==","signatures":[{"sig":"MEYCIQDQzsKds1p7jDCAX4X7++3PDuEFzpJhQlYZJHaonvWl5AIhANide/hTI4oYHIRSN2HVcyXkyHqfRSwK5CLEYXyhyEcV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.22","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":184417},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"6e158e885e01ba1cae78b538e1377b93816d6252","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.4","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.11.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.2.4","fs-extra":"^11.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.2","typedoc":"^0.25.7","prettier":"^3.2.4","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.11","@types/node":"^20.11.9","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.6","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.22_1706462398407_0.38223443138241575","host":"s3://npm-registry-packages"}},"2.20.23":{"name":"tsc-esm-fix","version":"2.20.23","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.23","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"1602159e14dfceebfa1245be23f1fef31c69b05b","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.23.tgz","fileCount":66,"integrity":"sha512-yH+sG4eWDLv6Op5Geqai6FtlUGkAwrv6iBMFLRdZt5Zr1F6sufcuXdEjXowqWvRW/a1uky/4OSX68rjLMdn3bQ==","signatures":[{"sig":"MEYCIQCY7gnjAD5BBgNqpzFy9FkuLSb1yhbPIcbiFL4sj4xjDAIhAPgGEHrTSLxVn6wjaTdGIGPfM05UjDcPG+aaHmWz/4b+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.23","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":184687},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"e9def8d0390d63715039bfab63285302df395897","private":false,"scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.4","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.11.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.2.4","fs-extra":"^11.2.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.5.4","cpy-cli":"^5.0.0","ts-jest":"^29.1.2","typedoc":"^0.25.7","prettier":"^3.2.5","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.16","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.6","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.23_1707143090942_0.19080730923827094","host":"s3://npm-registry-packages"}},"2.20.24":{"name":"tsc-esm-fix","version":"2.20.24","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.24","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"17866298b254e39273b8a8dbeb2a9bd172a1cc16","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.24.tgz","fileCount":66,"integrity":"sha512-qrULXesHvIlgnfqHLAgtuqGwJDk6vBdhW+kMjRria0n/4e2+uqr3gvZVTeoSPXfOFwkW1eI+f6pODdjcNZnP1Q==","signatures":[{"sig":"MEUCIEcBI/PHCMp4mO4PbAHKWryLtBAi9s4bu0kLxV9P2tzyAiEAsT1e5N2UuJi8bhOsmNSsJT02ofPSu6elTYxyZK43PBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.24","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":184873},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"05edff7ed096fc8b4be667bcba86e7190c1e6994","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.4","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.11.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.2.4","fs-extra":"^11.2.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.6.0","cpy-cli":"^5.0.0","ts-jest":"^29.1.2","typedoc":"^0.25.8","prettier":"^3.2.5","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.17","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.7","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.24_1707685090323_0.5974874718601031","host":"s3://npm-registry-packages"}},"2.20.25":{"name":"tsc-esm-fix","version":"2.20.25","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.25","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"fb2d376398b951f0eb8c0a10993b57697ae9f53d","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.25.tgz","fileCount":66,"integrity":"sha512-7uRlzFZ8qYYGQEwKSBQOVHRSF17GSmCakX0GRp8mttseb4SWaMQ204fTgfmn0B6nwXRi3gKoHbHJuY/zUb9qMA==","signatures":[{"sig":"MEQCIDqZ+fVez8mL4tLxurU/8xYGC0iFMRr0EPvVJwvLd/zwAiBZsJ7ZaUoJiOuT32XH4ROfnSlfa6VP789+5ryqyyIliw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.25","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":185149},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"884f98df0aae2d1bae7cf87cb8a85d25ae25bd3d","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.4","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.11.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.3.0","fs-extra":"^11.2.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.6.0","cpy-cli":"^5.0.0","ts-jest":"^29.1.2","typedoc":"^0.25.8","prettier":"^3.2.5","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.17","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.7","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.25_1708402914524_0.8580335352522994","host":"s3://npm-registry-packages"}},"2.20.26":{"name":"tsc-esm-fix","version":"2.20.26","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.26","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"1b3ef22b8c86f7fca0b81f2131a0b05f8263b00e","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.26.tgz","fileCount":66,"integrity":"sha512-N4V8OYKm+o5ayqaLc2of26UFOPhO0xMP4RJsuiqD5uRef8+eWNLV1/I9PfKzUiiUomUb7PblsqAvPzQcCGCtyg==","signatures":[{"sig":"MEQCIBAWLlyrF9ei6xiS8oR0treHbANZmbZqtgGd1NIVUyu9AiBqh9yFzyT3GUT7s2MlX0o0DUDdSGeJjeHz+xccaSBxAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.26","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":185425},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"50ee19b9c39210a283b119ac983c5fac5e7956c1","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.2.4","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.11.0","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.4.0","fs-extra":"^11.2.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.6.0","cpy-cli":"^5.0.0","ts-jest":"^29.1.2","typedoc":"^0.25.8","prettier":"^3.2.5","cross-env":"^7.0.3","typescript":"^5.3.3","@types/jest":"^29.5.12","@types/node":"^20.11.17","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.7","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.26_1708457586138_0.6180761295056845","host":"s3://npm-registry-packages"}},"2.20.27":{"name":"tsc-esm-fix","version":"2.20.27","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@2.20.27","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/es6/cli.mjs"},"dist":{"shasum":"b35eccb63f54dab27149b4a70ea3f8d12d5a1a24","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-2.20.27.tgz","fileCount":66,"integrity":"sha512-bfoSY29XN4yRvXgfxc4rtKQPe9Xx02BahWSZ3D4GgBXIWSE+TJ/BXGSrpUIBkrsKIUQv2zA3qiwJVFnUV59Xdw==","signatures":[{"sig":"MEUCIQC45xHDWuk0hOCcmX1rQbYJZ9MHj/ymuJKErZIBjbooTQIgWQYsoj5pTufS2rQ3+1oklCjuuLoIemt+bcaJ5FVG0QE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@2.20.27","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":186394},"main":"target/bundle/tsc-esm-fix.js","type":"module","unpkg":"target/bundle/tsc-esm-fix.umd.js","module":"target/bundle/tsc-esm-fix.mjs","engines":{"node":">=16.0.0"},"exports":{"import":"./target/es6/index.mjs","require":"./target/bundle/tsc-esm-fix.cjs"},"gitHead":"17599e761a3b30b3e7c9bc22ac9c5ddb37759258","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,js} scripts","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:es6":"mkdirp target/es6 && tsc -p tsconfig.es6.json","build:fix":"node scripts/js/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","test:report":"yarn test","build:bundle":"microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.5.0","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"20.12.2","dependencies":{"meow":"^12.1.1","json5":"^2.2.3","tslib":"^2.6.2","globby":"^13.2.2","depseek":"^0.4.1","fs-extra":"^11.2.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","semver":"^7.6.0","cpy-cli":"^5.0.0","ts-jest":"^29.1.2","typedoc":"^0.25.13","prettier":"^3.2.5","cross-env":"^7.0.3","typescript":"^5.4.5","@types/jest":"^29.5.12","@types/node":"^20.12.7","glob-runner":"^2.1.1","microbundle":"^0.15.1","@types/semver":"^7.5.8","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","eslint-config-prettier":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_2.20.27_1713904010557_0.441767962117553","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"tsc-esm-fix","version":"3.0.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@3.0.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/esm/cli.mjs"},"dist":{"shasum":"fe8edebbc7b4bca5d15cad51738f10abb5ee4618","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-3.0.0.tgz","fileCount":55,"integrity":"sha512-6zemPZQ1072aCEp5EkJujpGVd5OMiLkEK0dv8tP6g5nQ8kakudLNBHPb9gYlTpioau41ohulFmsF5Fx77fcVtg==","signatures":[{"sig":"MEYCIQDlWKScAOZ/6pJF48XDXYdmrr6me470YZlLdqnPUOogrQIhAKUS0iVdMnB8X7yFVHR0+mga/WQf7VX9GN1L6vUhTFLK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@3.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":106494},"main":"./target/cjs/index.cjs","type":"module","module":"./target/esm/index.mjs","engines":{"node":">=18.0.0"},"exports":{"types":"./target/dts/index.d.ts","import":"./target/esm/index.mjs","require":"./target/cjs/index.cjs"},"gitHead":"56a87a92a82dd73ccc55ba674531a7b051d5e2c6","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,mjs,js}","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:esm build:ts build:dts build:cjs docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:cjs":"node ./src/scripts/build.mjs --format=cjs --entry=src/main/ts/*.ts","build:dts":"tsc -p tsconfig.es6.json --emitDeclarationOnly --outDir target/dts","build:esm":"tsc -p tsconfig.es6.json --declaration false","build:fix":"node src/scripts/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","build:stamp":"npx buildstamp --git","test:report":"yarn test","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.8.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"22.4.1","dependencies":{"json5":"^2.2.3","depseek":"^0.4.1","fs-extra":"^11.2.0","fast-glob":"^3.3.2","type-flag":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"zx":"^8.1.4","jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.8","semver":"^7.6.2","cpy-cli":"^5.0.0","esbuild":"^0.23.0","ts-jest":"^29.2.2","typedoc":"^0.26.4","minimist":"^1.2.8","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"^5.5.3","@types/jest":"^29.5.12","@types/node":"^20.14.10","glob-runner":"^2.1.1","@types/semver":"^7.5.8","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","esbuild-node-externals":"^1.14.0","eslint-config-prettier":"^9.1.0","esbuild-plugin-entry-chunks":"^0.1.15","esbuild-plugin-extract-helpers":"^0.0.6"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_3.0.0_1720886394457_0.5060741706779763","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"tsc-esm-fix","version":"3.0.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@3.0.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/esm/cli.mjs"},"dist":{"shasum":"28490b657cccf3e7683fa6d67b8ffbc7f7cf693e","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-3.0.1.tgz","fileCount":55,"integrity":"sha512-y5AVXK6hq9JjQGAH3MJfYhs7RAJxDCDd3yldLr0HTxrfvAqyYmeTEl2usJVOOwISAIW1T39K3idhXeo6WaoX8Q==","signatures":[{"sig":"MEQCICz8bRv84h8S1j/Mncw05w5zsxPH0SKTA9dfPAWosykKAiBABCFdUC7kE3i1h0j3bLzQP+w0E7EnVavXgpFnOdktUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@3.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":107647},"main":"./target/cjs/index.cjs","type":"module","module":"./target/esm/index.mjs","engines":{"node":">=18.0.0"},"exports":{"types":"./target/dts/index.d.ts","import":"./target/esm/index.mjs","require":"./target/cjs/index.cjs"},"gitHead":"c52b03d29c561c941adcfa4ac68f609c9826c306","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,mjs,js}","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:esm build:ts build:dts build:cjs docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:cjs":"node ./src/scripts/build.mjs --format=cjs --entry=src/main/ts/*.ts","build:dts":"tsc -p tsconfig.es6.json --emitDeclarationOnly --outDir target/dts","build:esm":"tsc -p tsconfig.es6.json --declaration false","build:fix":"node src/scripts/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","build:stamp":"npx buildstamp --git","test:report":"yarn test","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.8.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"22.4.1","dependencies":{"json5":"^2.2.3","depseek":"^0.4.1","fs-extra":"^11.2.0","fast-glob":"^3.3.2","type-flag":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"zx":"^8.1.4","jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.8","semver":"^7.6.2","cpy-cli":"^5.0.0","esbuild":"^0.23.0","ts-jest":"^29.2.2","typedoc":"^0.26.4","minimist":"^1.2.8","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"^5.5.3","@types/jest":"^29.5.12","@types/node":"^20.14.10","glob-runner":"^2.1.1","@types/semver":"^7.5.8","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","esbuild-node-externals":"^1.14.0","eslint-config-prettier":"^9.1.0","esbuild-plugin-entry-chunks":"^0.1.15","esbuild-plugin-extract-helpers":"^0.0.6"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_3.0.1_1721513147358_0.8240807059685025","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"tsc-esm-fix","version":"3.0.2","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@3.0.2","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/esm/cli.mjs"},"dist":{"shasum":"63514bdfafc281b7906ddb69d688d3adc8f88014","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-3.0.2.tgz","fileCount":55,"integrity":"sha512-thGDO48wUO2XHJQkvewIoHFVocnI9Oq9oFqBWvueXQ9cyyNsbCXYIkfyA10G7Lvq3zJ7CWJ75tGSyzB93SZG4Q==","signatures":[{"sig":"MEUCIQCWuQAaalbqGG6d8GtcZFeDrvZ5/yoTwgR/xYhwvSvCJAIgOwPcDHmeqSyWf7LmctD24q+TxfCle9GPlSKn3gkrqK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@3.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":108055},"main":"./target/cjs/index.cjs","type":"module","module":"./target/esm/index.mjs","engines":{"node":">=18.0.0"},"exports":{"types":"./target/dts/index.d.ts","import":"./target/esm/index.mjs","require":"./target/cjs/index.cjs"},"gitHead":"3ca398624b5f2ed0dbc58feb36162f43d7e1fafc","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,mjs,js}","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:esm build:ts build:dts build:cjs docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:cjs":"node ./src/scripts/build.mjs --format=cjs --entry=src/main/ts/*.ts","build:dts":"tsc -p tsconfig.es6.json --emitDeclarationOnly --outDir target/dts","build:esm":"tsc -p tsconfig.es6.json --declaration false","build:fix":"node src/scripts/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","build:stamp":"npx buildstamp --git","test:report":"yarn test","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.8.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"22.4.1","dependencies":{"json5":"^2.2.3","depseek":"^0.4.1","fs-extra":"^11.2.0","fast-glob":"^3.3.2","type-flag":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"zx":"^8.1.4","jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.8","semver":"^7.6.3","cpy-cli":"^5.0.0","esbuild":"^0.23.0","ts-jest":"^29.2.4","typedoc":"^0.26.5","minimist":"^1.2.8","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"^5.5.4","@types/jest":"^29.5.12","@types/node":"^22.1.0","glob-runner":"^2.1.1","@types/semver":"^7.5.8","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","esbuild-node-externals":"^1.14.0","eslint-config-prettier":"^9.1.0","esbuild-plugin-entry-chunks":"^0.1.15","esbuild-plugin-extract-helpers":"^0.0.6"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_3.0.2_1722863470306_0.9402643915160556","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"tsc-esm-fix","version":"3.1.0","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@3.1.0","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/esm/cli.mjs"},"dist":{"shasum":"3843844127ebe041fa4f918f346f9413dae40099","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-3.1.0.tgz","fileCount":55,"integrity":"sha512-3qhBuXpUmJ39GBPU4iDFYK3R+jEHIbjnr1P0Afwp8ZP1JWduTPA0ySDscp3fttEhpY8Y7WmSvNPcd1lKj6+TYA==","signatures":[{"sig":"MEUCIC3Knjs0iFuGrchbQgTeEWo2Wi6uAC35x7nw94yUkL4YAiEArD70CIVxlQjYqVt5wlk9SjVf+691xbQzvPkKh6DTiJs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@3.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":113783},"main":"./target/cjs/index.cjs","type":"module","module":"./target/esm/index.mjs","engines":{"node":">=18.0.0"},"exports":{"types":"./target/dts/index.d.ts","import":"./target/esm/index.mjs","require":"./target/cjs/index.cjs"},"gitHead":"a46afa4c1a32484dd1daf71e34a163c338fc2c9a","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,mjs,js}","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:esm build:ts build:dts build:cjs docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:cjs":"node ./src/scripts/build.mjs --format=cjs --entry=src/main/ts/*.ts","build:dts":"tsc -p tsconfig.es6.json --emitDeclarationOnly --outDir target/dts","build:esm":"tsc -p tsconfig.es6.json --declaration false","build:fix":"node src/scripts/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","build:stamp":"npx buildstamp --git","test:report":"yarn test","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.8.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"22.4.1","dependencies":{"json5":"^2.2.3","depseek":"^0.4.1","fs-extra":"^11.2.0","fast-glob":"^3.3.2","type-flag":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"zx":"^8.1.8","jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.8","semver":"^7.6.3","cpy-cli":"^5.0.0","esbuild":"^0.24.0","ts-jest":"^29.2.5","typedoc":"^0.26.8","minimist":"^1.2.8","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"^5.6.2","@types/jest":"^29.5.13","@types/node":"^22.7.4","glob-runner":"^2.1.1","@types/semver":"^7.5.8","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.3","prettier-config-qiwi":"^2.1.2","esbuild-node-externals":"^1.15.0","eslint-config-prettier":"^9.1.0","esbuild-plugin-entry-chunks":"^0.1.15","esbuild-plugin-extract-helpers":"^0.0.6"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_3.1.0_1728120651815_0.5874123749190703","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"tsc-esm-fix","version":"3.1.1","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","_id":"tsc-esm-fix@3.1.1","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"bin":{"tsc-esm-fix":"target/esm/cli.mjs"},"dist":{"shasum":"9794854a5ae026a23fd2f6d3f1944d29f5a2c9bc","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-3.1.1.tgz","fileCount":55,"integrity":"sha512-85799innNPO9MFpxh2NxpcQx5aUWmwEBXHv7FsFd8+NDjHIwrSvawDaqxWWbijD0t9z/ObiPKXjJQkepqKmojA==","signatures":[{"sig":"MEQCICwity6BSwnGNOAECP5hHHQob6zuqWMeM/RZav8PPeCCAiAI0xqTIxzKx5rwRRMtnD7/sDMVHMO0Hj9eBCw61/ZLDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@3.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":113378},"main":"./target/cjs/index.cjs","type":"module","module":"./target/esm/index.mjs","engines":{"node":">=18.0.0"},"exports":{"types":"./target/dts/index.d.ts","import":"./target/esm/index.mjs","require":"./target/cjs/index.cjs"},"gitHead":"37d66888b98b0a5db29c46012c685123291973b6","scripts":{"docs":"typedoc","lint":"eslint src/**/*.{ts,mjs,js}","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","build":"npm-run-all -p -l build:esm build:ts build:dts build:cjs docs && yarn build:fix","clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","updeps":"npx npm-upgrade","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","build:ts":"cpy ./src/main/ts ./target/ts --flat","lint:fix":"yarn lint --fix","prebuild":"yarn clean && npx buildstamp --git","build:cjs":"node ./src/scripts/build.mjs --format=cjs --entry=src/main/ts/*.ts","build:dts":"tsc -p tsconfig.es6.json --emitDeclarationOnly --outDir target/dts","build:esm":"tsc -p tsconfig.es6.json --declaration false","build:fix":"node src/scripts/build-fix.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","postupdate":"yarn && yarn test:deps && yarn build && yarn test","publish:rc":"npm publish --no-git-tag-version --tag rc","build:stamp":"npx buildstamp --git","test:report":"yarn test","publish:beta":"npm publish --no-git-tag-version --tag beta","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate"},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"prettier":"prettier-config-qiwi","repository":{"url":"git+https://github.com/antongolub/tsc-esm-fix.git","type":"git"},"_npmVersion":"10.8.1","description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","directories":{},"_nodeVersion":"22.4.1","dependencies":{"json5":"^2.2.3","depseek":"^0.4.1","fs-extra":"^11.2.0","fast-glob":"^3.3.2","type-flag":"^3.0.0","@topoconfig/extends":"^0.16.2"},"_hasShrinkwrap":false,"devDependencies":{"zx":"^8.1.9","jest":"^29.7.0","tempy":"^3.1.0","eslint":"^8.56.0","mkdirp":"^3.0.1","rimraf":"^5.0.8","semver":"^7.6.3","cpy-cli":"^5.0.0","esbuild":"^0.24.0","ts-jest":"^29.2.5","typedoc":"^0.26.10","minimist":"^1.2.8","prettier":"^3.3.3","cross-env":"^7.0.3","typescript":"^5.6.3","@types/jest":"^29.5.14","@types/node":"^22.8.5","glob-runner":"^2.1.1","@types/semver":"^7.5.8","@types/fs-extra":"^11.0.4","@qiwi/npm-run-all":"^4.1.7","eslint-config-qiwi":"^2.1.7","prettier-config-qiwi":"^3.0.0","esbuild-node-externals":"^1.15.0","eslint-config-prettier":"^9.1.0","esbuild-plugin-entry-chunks":"^0.1.15","esbuild-plugin-extract-helpers":"^0.0.6"},"_npmOperationalInternal":{"tmp":"tmp/tsc-esm-fix_3.1.1_1730400660932_0.6370835057450046","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"tsc-esm-fix","version":"3.1.2","bin":{"tsc-esm-fix":"target/esm/cli.mjs"},"description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","type":"module","exports":{"types":"./target/dts/index.d.ts","import":"./target/esm/index.mjs","require":"./target/cjs/index.cjs"},"engines":{"node":">=18.0.0"},"main":"./target/cjs/index.cjs","module":"./target/esm/index.mjs","scripts":{"clean":"rimraf target typings flow-typed buildcache docs coverage buildstamp.json","lint":"eslint src/**/*.{ts,mjs,js}","lint:fix":"yarn lint --fix","format":"prettier --write \"scripts/**/*.js\" \"src/main/**/*.ts\" \"src/test/(js|ts)**/*.(t|j)s\"","test":"npm-run-all -p -l lint test:unit test:it test:depcheck test:depaudit","test:unit":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --config=jest.config.json --runInBand","test:it":"npx cross-env NODE_OPTIONS=\"--experimental-vm-modules --experimental-modules\" npx glob-runner src/test/**/*.it.js","test:deps":"npm-run-all -p -l test:depcheck test:depauditfix","test:depcheck":"npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc,mkdirp,rimraf","test:depaudit":"yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0","test:depauditfix":"npx yarn-audit-fix --audit-level=moderate","test:report":"yarn test","prebuild":"yarn clean && npx buildstamp --git","build":"npm-run-all -p -l build:esm build:ts build:dts build:cjs docs && yarn build:fix","build:stamp":"npx buildstamp --git","build:cjs":"node ./src/scripts/build.mjs --format=cjs --entry=src/main/ts/*.ts","build:esm":"tsc -p tsconfig.es6.json --declaration false","build:dts":"tsc -p tsconfig.es6.json --emitDeclarationOnly --outDir target/dts","build:ts":"cpy ./src/main/ts ./target/ts --flat","build:fix":"node src/scripts/build-fix.js","docs":"typedoc","postupdate":"yarn && yarn test:deps && yarn build && yarn test","updeps":"npx npm-upgrade","publish:beta":"npm publish --no-git-tag-version --tag beta","publish:rc":"npm publish --no-git-tag-version --tag rc"},"dependencies":{"@topoconfig/extends":"^0.16.2","depseek":"^0.4.1","fast-glob":"^3.3.2","fs-extra":"^11.2.0","json5":"^2.2.3","type-flag":"^3.0.0"},"devDependencies":{"@qiwi/npm-run-all":"^4.1.7","@types/fs-extra":"^11.0.4","@types/jest":"^29.5.14","@types/node":"^22.8.5","@types/semver":"^7.5.8","cpy-cli":"^5.0.0","cross-env":"^7.0.3","esbuild":"^0.24.0","esbuild-node-externals":"^1.15.0","esbuild-plugin-entry-chunks":"^0.1.15","esbuild-plugin-extract-helpers":"^0.0.6","eslint":"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-config-qiwi":"^2.1.7","glob-runner":"^2.1.1","jest":"^29.7.0","minimist":"^1.2.8","mkdirp":"^3.0.1","prettier":"^3.3.3","prettier-config-qiwi":"^3.0.0","rimraf":"^5.0.8","semver":"^7.6.3","tempy":"^3.1.0","ts-jest":"^29.2.5","typedoc":"^0.26.10","typescript":"^5.6.3","zx":"^8.1.9"},"repository":{"type":"git","url":"git+https://github.com/antongolub/tsc-esm-fix.git"},"keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","prettier":"prettier-config-qiwi","_id":"tsc-esm-fix@3.1.2","gitHead":"baa4024830583ec36b01380d68e3dc6df4c4f21d","_nodeVersion":"22.4.1","_npmVersion":"10.8.1","dist":{"integrity":"sha512-1/OpZssMcEp2ae6DyZV+yvDviofuCdDf7dEWEaBvm/ac8vtS04lFyl0LVs8LQE56vjKHytgzVjPIL9udM4QuNg==","shasum":"cf275fd552f2e96dd1d9f86395fb72699a284e6a","tarball":"https://registry.npmjs.org/tsc-esm-fix/-/tsc-esm-fix-3.1.2.tgz","fileCount":55,"unpackedSize":114152,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/tsc-esm-fix@3.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQVOfLuFxTj461lWJjL/OfWfs8zeTroEtNPj3VoK9jMAIhAMOOiEMlokEfMDleTbOL8Vd/LxdsayePD5etlJSVeMDA"}]},"_npmUser":{"name":"antongolub","email":"golub.anton@gmail.com"},"directories":{},"maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tsc-esm-fix_3.1.2_1730492380812_0.6923933560066418"},"_hasShrinkwrap":false}},"time":{"created":"2021-08-14T15:25:37.966Z","modified":"2024-11-01T20:19:41.507Z","2.3.2":"2021-08-14T15:25:38.198Z","2.3.3":"2021-08-15T16:55:29.606Z","2.4.0":"2021-08-15T20:38:20.509Z","2.4.1":"2021-08-15T20:48:09.827Z","2.4.2":"2021-08-15T22:31:19.168Z","2.4.3":"2021-08-15T22:36:45.877Z","2.4.4":"2021-08-17T13:02:51.812Z","2.5.0":"2021-08-18T18:44:33.787Z","2.5.1":"2021-08-18T19:13:26.452Z","2.6.0":"2021-08-18T22:13:24.069Z","2.7.0":"2021-09-07T16:52:29.546Z","2.7.1":"2021-09-07T17:37:03.815Z","2.7.2":"2021-09-12T17:50:51.820Z","2.7.3":"2021-10-02T19:33:59.921Z","2.7.4":"2021-11-12T15:23:50.431Z","2.7.5":"2021-12-11T10:22:03.134Z","2.7.6":"2021-12-30T19:13:02.851Z","2.7.7":"2022-01-24T12:12:54.544Z","2.7.8":"2022-03-09T19:10:04.544Z","2.8.0":"2022-03-31T21:34:57.534Z","2.9.0":"2022-04-01T09:01:09.974Z","2.9.1":"2022-04-06T13:03:52.377Z","2.10.0":"2022-04-07T20:03:57.864Z","2.11.0":"2022-04-07T20:14:08.930Z","2.12.0":"2022-04-07T20:52:56.547Z","2.12.1":"2022-04-07T21:01:07.660Z","2.12.2":"2022-04-08T06:38:58.807Z","2.12.3":"2022-04-08T07:01:31.211Z","2.12.4":"2022-04-08T07:56:38.101Z","2.13.0":"2022-04-22T12:18:31.421Z","2.14.0":"2022-05-13T12:37:47.082Z","2.14.1":"2022-05-13T14:53:01.582Z","2.15.0":"2022-05-18T09:31:30.236Z","2.15.1":"2022-05-31T16:02:04.203Z","2.16.0":"2022-06-03T19:52:31.288Z","2.17.0":"2022-06-05T20:53:44.268Z","2.17.1":"2022-06-05T21:25:03.850Z","2.17.2":"2022-06-05T21:55:22.991Z","2.17.3":"2022-06-05T22:17:33.723Z","2.18.0":"2022-06-06T08:30:10.811Z","2.19.0":"2022-07-19T12:01:34.697Z","2.19.1":"2022-07-21T16:40:28.909Z","2.20.0":"2022-07-21T18:35:57.876Z","2.20.1-beta.0":"2022-08-14T19:00:13.993Z","2.20.1":"2022-08-14T19:14:17.815Z","2.20.2":"2022-08-14T19:37:29.555Z","2.20.3":"2022-08-15T07:28:51.758Z","2.20.4":"2022-08-16T10:04:30.255Z","2.20.5":"2022-10-11T09:26:38.754Z","2.20.6":"2022-11-17T18:07:23.015Z","2.20.7":"2022-11-29T00:06:48.490Z","2.20.8":"2022-12-15T10:55:42.794Z","2.20.9":"2023-01-08T17:49:26.401Z","2.20.10":"2023-01-09T05:14:54.024Z","2.20.11":"2023-01-17T12:51:15.892Z","2.20.12":"2023-01-19T10:37:28.877Z","2.20.13":"2023-05-02T17:56:03.422Z","2.20.14":"2023-05-09T18:33:51.526Z","2.20.15":"2023-08-12T22:00:19.834Z","2.20.16":"2023-09-18T13:42:38.230Z","2.20.17":"2023-09-19T21:25:55.254Z","2.20.18":"2023-12-02T08:40:34.858Z","2.20.19":"2023-12-30T07:00:25.953Z","2.20.20":"2023-12-31T09:33:37.504Z","2.20.21":"2023-12-31T09:38:01.501Z","2.20.22":"2024-01-28T17:19:58.565Z","2.20.23":"2024-02-05T14:24:51.165Z","2.20.24":"2024-02-11T20:58:10.483Z","2.20.25":"2024-02-20T04:21:54.730Z","2.20.26":"2024-02-20T19:33:06.316Z","2.20.27":"2024-04-23T20:26:50.778Z","3.0.0":"2024-07-13T15:59:54.598Z","3.0.1":"2024-07-20T22:05:47.509Z","3.0.2":"2024-08-05T13:11:10.521Z","3.1.0":"2024-10-05T09:30:52.094Z","3.1.1":"2024-10-31T18:51:01.175Z","3.1.2":"2024-11-01T20:19:41.046Z"},"bugs":{"url":"https://github.com/antongolub/tsc-esm-fix/issues"},"author":{"name":"Anton Golub","email":"mailbox@antongolub.ru"},"license":"MIT","homepage":"https://github.com/antongolub/tsc-esm-fix/#readme","keywords":["tsc","esm","mjs","es2020","esnext","tsc-esm-fix","tsc-es2020-fix"],"repository":{"type":"git","url":"git+https://github.com/antongolub/tsc-esm-fix.git"},"description":"Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements","maintainers":[{"name":"antongolub","email":"golub.anton@gmail.com"}],"readme":"# tsc-esm-fix\n> Make TS projects compatible with [esm/mjs requirements](https://nodejs.org/api/esm.html#esm_packages)\n\n[![CI](https://github.com/antongolub/tsc-esm-fix/workflows/CI/badge.svg)](https://github.com/antongolub/tsc-esm-fix/actions)\n[![Maintainability](https://api.codeclimate.com/v1/badges/1ca2196057a3184d63d0/maintainability)](https://codeclimate.com/github/antongolub/tsc-esm-fix/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/1ca2196057a3184d63d0/test_coverage)](https://codeclimate.com/github/antongolub/tsc-esm-fix/test_coverage)\n[![npm (tag)](https://img.shields.io/npm/v/tsc-esm-fix)](https://www.npmjs.com/package/tsc-esm-fix)\n\n- [Problem](#problem)\n- [Solutions](#solutions)\n- [Features](#features)\n- [Getting started](#getting-started)\n  - [Requirements](#requirements)\n  - [Install](#install)\n  - [Usage examples](#usage-examples)\n  - [CLI](#cli)\n  - [JS/TS API](#jsts-api)\n- [Alternatives](#alternatives)\n- [Contributing](#contributing)\n- [References](#references)\n- [License](#license)\n\n### Problem\nThis workaround is aimed to bypass a bunch of **tsc**, **ts-jest** and **esbuild** issues _right here and right now_. \n* [TS/13422](https://github.com/microsoft/TypeScript/issues/13422) / [TS/16577](https://github.com/microsoft/TypeScript/issues/16577): **tsc** should add `.js` extensions for relative module paths if compiled as [`es2020/esnext`](https://www.typescriptlang.org/tsconfig/#module).\n* [ts-jest/1174](https://github.com/kulshekhar/ts-jest/issues/1174): `import.meta` is not allowed.\n* [esbuild/1043](https://github.com/evanw/esbuild/issues/1043): empty output for interface files that breaks reimport.\n* [TS/4433](https://github.com/microsoft/TypeScript/issues/4433): extensions in module declarations force tsconfig changes for dependent projects. See [tsc-dts-fix](https://github.com/antongolub/misc/tree/master/packages/dep/tsc-dts-fix) for details.\n\n#### moduleResolution: nodenext\n[Nightly build TypeScript 4.7](https://www.typescriptlang.org/docs/handbook/nightly-builds.html) provides [experimental esm support](https://www.typescriptlang.org/docs/handbook/esm-node.html). But it still forces to add extensions by hand (tested on [4.7.0-dev.20220408](https://www.npmjs.com/package/typescript/v/4.7.0-dev.20220408)).\n```shell\nsrc/main/ts/q/u/x/index.ts:1:21 - error TS2835: Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node12' or 'nodenext'. Did you mean '../../../foo.js'?\n\n1 import { foo } from '../../../foo'\n```\nMoreover, if understand [TS/49271](https://github.com/microsoft/TypeScript/issues/49271) correctly, `nodenext` + pkg.json `type: module` requires `.js` extension to be added to all `.d.ts` files of **external** ESM packages too. Well, good luck with that.  \n\n### Solutions\n1. Post-process tsc-compiled outputs each time after build.\n2. Patch project sources once as Sindre recommends in [the ESM migration guide](https://github.com/sindresorhus/meta/discussions/15)\n3. Use [ttypescript](https://github.com/cevek/ttypescript) with [transformer-append-js-ext plugin](https://github.com/Zoltu/typescript-transformer-append-js-extension/)\n\nThis lib covers options 1 and 2.\n\n### Features\n* Injects extensions to imports/re-exports statements.\n  * `import {foo} from './foo'` → `import {foo} from './foo.js'`\n  * `import {baz} from 'external/baz'` → `import {baz} from 'external/baz.js'`\n  * Note, [including the file extension is only necessary for packages without an \"exports\" field](https://nodejs.org/api/esm.html#esm_packages). So in this case all the external refs remain as are.\n  * Pays attention to index files: `import {bar} from './bar'` → `import {bar} from './bar/index.js'`\n  * Handles `.` and `..` shortcuts\n    * `export * from '.'` → `export * from './index.js'`\n    * `export * from '..'` → `export * from '../index.js'`\n  * Injects `.js` extensions into  `.d.ts` libdef files\n  * Does not affect string literals and comments: [depseek](https://github.com/antongolub/misc/tree/master/packages/dep/depseek)\n* Handles conditional exports (https://nodejs.org/api/packages.html#conditional-exports)\n* Follows `outDir` found in **tsconfig.json**.  \n* Searches and replaces `__dirname` and `__filename` refs with `import.meta`.\n* Fills blank files with `export {}` ([esbuild issue 1043](https://github.com/evanw/esbuild/issues/1043))\n* Patches source map files to point to the updated files.\n* Patches `require` statements with new file refs if ext changes ([hybrid/dual pkg](https://2ality.com/2019/10/hybrid-npm-packages.html))\n* Changes file extensions (applied to local deps only).\n* Supports Windows-based runtimes.\n\n## Getting started\n### Requirements\nNode.js `>=16.0.0`\n\n### Install\n```shell\nnpm i -dev tsc-esm-fix\nyarn add -D tsc-esm-fix\n\n# or w/o saving to package.json\nnpx tsc-esm-fix [options]\n```\n\n### Usage examples\n```shell\ntsc-esm-fix [options]\n\n# to post-process outputs each time\ntsc-esm-fix --target='target/es6'\n\n# to patch ts sources once\ntsc-esm-fix --src='src/main/ts' --ext='.js'\n```\n\n```typescript\nimport { fix } from 'tsc-esm-fix'\nawait fix({\n  dirnameVar: true,\n  filenameVar: true,\n  ext: true\n})\n```\n\n**Input**  \n[code ref](https://github.com/antongolub/tsc-esm-fix/blob/master/src/test/fixtures/ts-project/src/main/ts/index.ts)\n```js\nimport { foo } from './foo';\nimport './bar';\n\n// external cjs module\nimport * as e1def from 'e1/a/b/c';\nimport * as e1root from 'e1';\nconst { e1 } = e1def;\nconst { e1: e1x } = e1root;\nexport { e1, e1x };\n\n// external esm module with `main` in pkg.json\nexport { m1 } from 'm1';\nexport { m1 as m1x } from 'm1/index';\n\n// external esm module with `exports` in pkg.json\nexport { e2 } from 'e2';\nexport { e2 as es3 } from 'e2/index';\nexport { e2 as es4 } from 'e2/alias';\nexport { e2foo } from 'e2/foo';\nexport { e2bar } from 'e2/bar-bundle';\n\nexport * from './foo';\nexport * from './baz';\nexport * from './q/u/x';\nexport const foobaz = foo + 'baz';\nexport { foo as foo1 } from './foo.js';\n\n// Dir with index.js file inside: ./qux.js/index.js\nexport { qux } from './qux.js';\n\nexport const dirname = __dirname;\nexport const filename = __filename;\n\nconsole.log(foobaz);\n```\n\n**Output**\n```js\nimport { foo } from './foo.js';\nimport './bar.js';\n\nimport * as e1def from 'e1/a/b/c/index.js';\nimport * as e1root from 'e1';\nconst { e1 } = e1def;\nconst { e1: e1x } = e1root;\nexport { e1, e1x };\n\nexport { m1 } from 'm1';\nexport { m1 as m1x } from 'm1/index.js';\n\nexport { e2 } from 'e2';\nexport { e2 as es3 } from 'e2/index';\nexport { e2 as es4 } from 'e2/alias';\nexport { e2foo } from 'e2/foo';\nexport { e2bar } from 'e2/bar-bundle';\n\nexport * from './foo.js';\nexport * from './baz/index.js';\nexport * from './q/u/x/index.js';\nexport const foobaz = foo + 'baz';\nexport { foo as foo1 } from './foo.js';\n\nexport { qux } from './qux.js/index.js';\n\nexport const dirname = /file:\\\\\\\\/\\\\\\\\/(.+)\\\\\\\\/[^/]/.exec(import.meta.url)[1];\nexport const filename = /file:\\\\\\\\/\\\\\\\\/(.+)/.exec(import.meta.url)[1];\n```\n\n### CLI\n```shell\ntsc-esm-fix [opts]\n```\n| Option                 | Description                                                                                    | Default                                                                  |\n|------------------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|\n| `--tsconfig`           | Path to project's ts-config(s)                                                                 | `tsconfig.json`                                                          |\n| `--src`                | Entry points where the ts-source files are placed. If defined `src` option suppresses `target` |                                                                          |\n| `--target`             | tsc-compiled output directory                                                                  | If not specified inherited from tsconfig.json **compilerOptions.outDir** |\n| `--dirnameVar`         | Replace `__dirname` usages with `import.meta`                                                  | true                                                                     |\n| `--filenameVar`        | Replace `__filename` var references with `import.meta` statements                              | true                                                                     |\n| `--ext`                | Append extension to relative imports/re-exports                                                | `.js`                                                                    |\n| `--ts-ext`             | Known TS extensions                                                                            | `.ts,.tsx,.mts,.mtsx,.cts,.ctsx`                                         |\n| `--js-ext`             | Known JS extensions                                                                            | `.js,.jsx,.mjs,.mjsx,.cjs,.cjsx`                                         |\n| `--unlink`             | Remove original files if ext changes                                                           | true                                                                     |\n| `--fillBlank`          | Fill blank files with `export {}`                                                              | false                                                                    |\n| `--forceDefaultExport` | Injects `export default undefined` if not present                                              | false                                                                    |\n| `--sourceMap`          | Patch source map files to point to the updated files.                                          | false                                                                    |\n| `--cwd`                | cwd                                                                                            | `process.cwd()`                                                          |\n| `--out`                | Output dir. Defaults to `cwd`, so files would be overwritten                                   | `process.cwd()`                                                          |\n| `--debug`              | Prints debug notes                                                                             |                                                                          |\n\n#### --target vs --src\nWhen `--src` option is used, the util just modifies file contents in place.\n`--target` also renames files to change their extension.\nYou may prevent deletion original of files by using `--no-unlink`.\n\n#### glob patterns\nBy default, the util looks for `ts/tsx` files in `src` directory and `js/d.ts` files in `target`. But you can specify custom patterns via corresponding options. For example: `--src='src/main/ts/**/*.ts'`.\n```js\nconst patterns =\n  sources.length > 0\n    ? sources.map((src) => src.includes('*') ? src : `${src}/**/*.{ts,tsx}`)\n    : targets.map((target) => target.includes('*') ? target : `${target}/**/*.{js,d.ts}`)\n```\n\n### JS/TS API\n```ts\nimport { fix, IFixOptions } from 'tsc-esm-fix'\n\nconst fixOptions: IFixOptions = {\n  tsconfig: 'tsconfig.build.json',\n  dirnameVar: true,\n  filenameVar: true,\n  ext: true\n}\n\nawait fix(fixOptions)\n```\n```typescript\nexport interface IFixOptions {\n  cwd: string\n  src?: string | string[]\n  target?: string | string[]\n  out?: string\n  tsconfig?: string | string[]\n  dirnameVar: boolean\n  filenameVar: boolean\n  fillBlank?: boolean\n  forceDefaultExport?: boolean\n  sourceMap?: boolean\n  ext: boolean | string\n  tsExt: string | string[]\n  jsExt: string | string[]\n  unlink?: boolean,\n  debug?: boolean | IFunction\n}\n```\n\n## Alternatives\n* https://github.com/mothepro/tsc-esm\n* https://github.com/digital-loukoum/tsc-esm\n* https://github.com/beenotung/fix-esm-import-path\n\n## Contributing\nFeel free to open any issues: bug reports, feature requests or questions.\nYou're always welcome to suggest a PR. Just fork this repo, write some code, add some tests and push your changes.\nAny feedback is appreciated.\n\n## References\n* [TypeScript/issues/13422: TypeScript and script `type=\"module\"`](https://github.com/microsoft/TypeScript/issues/13422)\n* [TypeScript/issues/28288: Feature: disable extensionless imports](https://github.com/microsoft/TypeScript/issues/28288)\n* [ts-jest/issues/1174: import.meta not allowed](https://github.com/kulshekhar/ts-jest/issues/1174)\n* [esbuild/issues/1043: Empty file bundles as `{ default: {} }`](https://github.com/evanw/esbuild/issues/1043)\n* [stackoverflow.com/how-to-use-import-meta-when-testing-with-jest](https://stackoverflow.com/questions/64961387/how-to-use-import-meta-when-testing-with-jest)\n* [Pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)\n* [stackoverflow.com/alternative-for-dirname-in-node-when-using-the-experimental-modules-flag](https://stackoverflow.com/questions/46745014/alternative-for-dirname-in-node-when-using-the-experimental-modules-flag)\n* [ecma262/#sec-imports](https://tc39.es/ecma262/#sec-imports)\n* [ERR_REQUIRE_ESM](https://dev.to/antongolub/errrequireesm-4j0h)\n* [Publishing Node modules with TypeScript and ES modules](https://blog.logrocket.com/publishing-node-modules-typescript-es-modules/)\n\n## License\n[MIT](./LICENSE)\n","readmeFilename":"README.md"}