{"_id":"jnu-base","_rev":"90-8f37a14d0999afa772ac7466e16a7bb4","name":"jnu-base","dist-tags":{"latest":"0.0.93"},"versions":{"0.0.1":{"name":"jnu-base","version":"0.0.1","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.1","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"dist":{"shasum":"7ab4638b3e6879461c7173cedf0bb664defbba95","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.1.tgz","fileCount":42,"integrity":"sha512-O8tEprpKfd3HHyJEZ9OsyZ0IAwoldf2gUYTEeR9PSfHYCMn/9HKQNEzVN+aOVbTRoanVBXtk7LGjYUdZg/8hSw==","signatures":[{"sig":"MEYCIQD7MEhM0xuCbrEIlwZeoijE+vEDMmd7CxVx5JTk0GauGwIhALO3VvylajTemoa+lCP53O1x/fNgDJeEoUTEV2Ae4A0h","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":62081},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"0be70cacff425cda58552e76c2272773c38cde00","scripts":{"build":"npm run build:types && npm run build:cjs & npm run build:esm","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","build:types":"tsc --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"axios":"^1.7.8"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.3.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","@types/ini":"^4.1.1","typescript":"^4.9.5","@types/node":"^22.9.4","concurrently":"^9.1.0","@types/js-yaml":"^4.0.9","@types/selenium-webdriver":"^4.1.27","@types/youtube-captions-scraper":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.1_1738026050910_0.906038292356407","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.3":{"name":"jnu-base","version":"0.0.3","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.3","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"dist":{"shasum":"59374ea91f61e8871a14655faf05a06000958b71","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.3.tgz","fileCount":44,"integrity":"sha512-ASFCqzRrN4EqIhHinRCc0WH3H8DhQ8fIP72WTZwI3Y+Qa5toXz1tCAMLhI32ONbiuWcf3OYAmm6WRKsTBvYV9g==","signatures":[{"sig":"MEYCIQCgKc5+AZBihUtBJ9P0vgmNCBPcSK+GdxD91wveNGW9/AIhANhmsh3RJnJd8ltJthpsUKFMxC7HjpQJgZy++9twAH1x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":62172},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"ac93e713e8008882f26166dc18ca2c32632bb489","scripts":{"build":"npm run build:types && npm run build:cjs & npm run build:esm","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","build:types":"tsc --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"axios":"^1.7.8"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.3.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","@types/ini":"^4.1.1","typescript":"^4.9.5","@types/node":"^22.9.4","concurrently":"^9.1.0","@types/js-yaml":"^4.0.9","@types/selenium-webdriver":"^4.1.27","@types/youtube-captions-scraper":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.3_1738026529850_0.5734888674759351","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.4":{"name":"jnu-base","version":"0.0.4","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.4","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"dist":{"shasum":"763a62ea2fa2844c9359847eb15eb165bd479a95","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.4.tgz","fileCount":40,"integrity":"sha512-oLXDd2Z0k7pSSVOeizY4M0bUnnZ2dlhCbG4DLp6sZ9IWrTascvkMV8+JXNeIZaStrbO4FAlH1u0gMtgkFS8owA==","signatures":[{"sig":"MEQCIDeWmeCMMPqE1R5WL8m3USk4/aDdIwmuV2g6nVC/HEduAiACAm3gNjt6qoYFddlB3TFgxenOFWR30Zi1gXDffhOxbg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":62270},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"b7c1385acaee9a33171c71a58de8e43244981706","scripts":{"build":"npm run build:types && npm run build:cjs && npm run build:esm","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"axios":"^1.7.8"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.3.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","@types/ini":"^4.1.1","typescript":"^4.9.5","@types/node":"^22.9.4","concurrently":"^9.1.0","@types/js-yaml":"^4.0.9","@types/selenium-webdriver":"^4.1.27","@types/youtube-captions-scraper":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.4_1738027423008_0.9307991977677323","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.5":{"name":"jnu-base","version":"0.0.5","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.5","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"dist":{"shasum":"a8a192f38633e6e6a42dffd5a44f83e150b6037f","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.5.tgz","fileCount":62,"integrity":"sha512-3LEZyabq/PSnfObAA08GX1fBOSPW5mRXGh/WkiQ/XwbUIoEEBDbnsv6YqXxH4hSDNkjDu/qy2Ly13aEGMo6P4A==","signatures":[{"sig":"MEQCIAJA6YS3r+E2eZ4/CrIt3XxQr4wQbrq1IXtO0vYMqjbzAiBuo4ytkaHsxTHtdnkVF1DO5j0bUF8sh5BagvlGLrjsfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178160},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"fddaa797264b90b6164ab707faff79841105ff0c","scripts":{"build":"npm run build:types && npm run build:cjs && npm run build:esm","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"axios":"^1.7.8"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.3.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","@types/ini":"^4.1.1","typescript":"^4.9.5","@types/node":"^22.9.4","concurrently":"^9.1.0","@types/js-yaml":"^4.0.9","@types/selenium-webdriver":"^4.1.27","@types/youtube-captions-scraper":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.5_1738032209602_0.09169549251887754","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.6":{"name":"jnu-base","version":"0.0.6","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.6","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"dist":{"shasum":"590a06687d715d6b6c31a115b5fef10d97a4e956","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.6.tgz","fileCount":74,"integrity":"sha512-9nhr+GP7WQgz3LsOUDMU8vGdFqhsiTR7ZZR0BZjEjR8eJDAvSHzmxSaAyIksvaLOQQrnDtG/ieqCZsrjrnodhQ==","signatures":[{"sig":"MEUCIBGhaNjFNZj512yniugGNRMXnKhzBekrWRRGYA3nGPisAiEAv8UQErZc8ZEMooKjVmUEuaqtosXdrS8P8n3EEAwDfNE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":198352},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"4d268674b11bc9e6a9854abd23409236066dba56","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"axios":"^1.7.8"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","dotenv":"^16.3.1","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","@types/ini":"^4.1.1","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","concurrently":"^9.1.0","@types/js-yaml":"^4.0.9","@types/selenium-webdriver":"^4.1.27","@types/youtube-captions-scraper":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.6_1738035124167_0.38608923945029927","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.7":{"name":"jnu-base","version":"0.0.7","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.7","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"dist":{"shasum":"13a797c32503a07120ab2e5eeb61e2718db4f49c","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.7.tgz","fileCount":74,"integrity":"sha512-4hq5wpAu0S3RPfFfI76GFf1pvngFdDBcMllKuiwDeSMjc5asLk2/W/ZWbLNCvyrHIw55EwhMzRekKNfNZbDX2w==","signatures":[{"sig":"MEUCIBggD1r50FUstsFMh1B1qo67ovt0XR2gi6biZm638aUZAiEAx+jzDOMursWh2AtoNiAOtWaGhTnfKQBgOqweevCZqgk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":198152},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"e6d4cf3cb5156438a4e43ab21f85838c98035427","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","dotenv":"^16.3.1","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.7_1738036029232_0.36955719947155763","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.8":{"name":"jnu-base","version":"0.0.8","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.8","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xapp":"cjs/xapp.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"e495fa852cbb6e7a031394e752677fd5a0a58977","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.8.tgz","fileCount":98,"integrity":"sha512-hQVcZ+eOUwJG9EwnZyqTTY2BbJG9iHs++/24VtqVsV7YJ87zilfZnRKwnYufzP7QTLvFVVAwkicJTmgnOu+eTQ==","signatures":[{"sig":"MEUCIQDPz9PcIMqRL7fkXqfLQc5r/fMASzWguOB/OQjX8LibXAIgKF0aeGmlQaJA32b4oa32PVej7VL53z7ib5xlrTxPzL8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":248229},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"078d29339f6f06ba102a62d2c2ac451584339d9a","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.8_1738062780107_0.8979816874185955","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.9":{"name":"jnu-base","version":"0.0.9","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.9","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xapp":"cjs/xapp.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"9dd9eb55bef030af14f16782824a9756b0c3004d","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.9.tgz","fileCount":97,"integrity":"sha512-9fXuGDqHiNbY98golKPMCRQZkj3JjSYZvMB4rI6dEfm6FC4ZtGyr/oZNrlCk82ZyxzfwaeuZQJQMrV5e+6oGmQ==","signatures":[{"sig":"MEQCIFPEwB+ms1jCq89Q3gx6k1K5qnJO5W6xSTWPxRCLHWmyAiB7ZqHqSqyurx8MGRn4uwnvXYIRrdOU9YJd2xz1EFTXcA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":247152},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"c14397417dd190ab1f7aa8b3d949def1d3ecf848","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.9_1738156865064_0.11516582780756801","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.10":{"name":"jnu-base","version":"0.0.10","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.10","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xapp":"cjs/xapp.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"745b338a4ecbbec5484f0d145830369c9a64579f","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.10.tgz","fileCount":97,"integrity":"sha512-2MuoFbstPQ2EXsgxJc4+EBuPEVyGfrwvY+tiSxAJui4QyhyS2hNn6t6QB+LTeiZuxKpirVzhktr6d5ye88v8Cg==","signatures":[{"sig":"MEQCIAdYIA3UgCoIlxdtqx/vJicGZy4t+2k8Ek3Zk9yV/tGKAiAVQVQ/CFR967yLHxeG4VsCxjYJlwZ9ac7+9kzZ7RLHrg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":248620},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"2c5ae68d90addabf8e3db6fe5dd5cfb134a7ece8","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.10_1738158636539_0.268648220708797","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.11":{"name":"jnu-base","version":"0.0.11","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.11","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"38123a793eb2fdd0adc5f8e425f7c45a27652e86","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.11.tgz","fileCount":107,"integrity":"sha512-ovVf6zGPOFxcbK4393TWXTWmB8z2Xrx8iduQI06i0jgvmyVo7C2ugDUypxQdWYYE+tUjVK8YanKnC7FPIMYs2Q==","signatures":[{"sig":"MEUCIAiL1ji6w6AhXUxex8054gcMIHxwyUwBQBZOWZcoSjQKAiEAysZ7npQK/JP/2JokcJtQCosyhh0JfKoIc6gA4mVBAW8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":304235},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"93be2fc11ab1c160b2649df98b71f4472d19bf27","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.11_1738192088399_0.7867431940140761","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.12":{"name":"jnu-base","version":"0.0.12","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.12","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"4999eaf0ff6220e92421ba079bd03a104c4cdf70","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.12.tgz","fileCount":108,"integrity":"sha512-UudmL5MicYXad4Es3CdWhzSmHRD4G3+QBpdEfezs2gjd23x2/xsApLJ+kcq5QGJ19cCAQdTSmpGZOgMhorpd9Q==","signatures":[{"sig":"MEUCID4JInmIBYHBR8vxXRp6O1JHeYQCj3ADkcDdpRKAu0eTAiEAnfmN5WygXWUtOCMHvBRXTxLRymY8QtZ/DhxvMf1lWtw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":308447},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"a651bb2de75d5fde5338346fa7d41be0267a15ae","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.12_1738199445325_0.7844664598538298","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.13":{"name":"jnu-base","version":"0.0.13","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.13","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"2bf2c501957e855d5e936c8afd28f8684b7a3f10","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.13.tgz","fileCount":109,"integrity":"sha512-8S/2qBojEi0PJ2f4CsBtNDYoF8EkA7QRnCMrZnX0IOxf17TVlEuCC1k7aCcjxLcEm8Kq2h37ve73vV68iwhYjg==","signatures":[{"sig":"MEUCIBADAQcL3Da9uRmqyWKscYfzNJjCX3AXtfiGtVlAKgbgAiEA5sbtz4iTJUC7RA8ZnlZd9RW9yDj9aa/ob6Mk5xnGXfA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":311301},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"8919e86a330c805de4eb3510c36ca4144cdb19f7","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.13_1738200549783_0.08010687356139079","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.14":{"name":"jnu-base","version":"0.0.14","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.14","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"b0f344df988acd410fea2013c5138dcdd6b17538","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.14.tgz","fileCount":109,"integrity":"sha512-/nnLoahq+UKZo4Fn96j2Yl5rT1k8yxk04q5enJbX8mNBgVg2JzCDSzBHsJY6hw0Rij2IhEzguhBhJIqOr77Fzw==","signatures":[{"sig":"MEQCIBm16bC3fHl8HRjEfhuQZ9oTh1e9s8vZK9IehgCFmySXAiARATfNnbuDF/Rxah5XDNFyBrtBnsDnF7JUT5TGkHPgIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":311573},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"53c23fa0af943e5d8afb4f1d6e6ee18d7a3d22ab","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.14_1738201017159_0.46195980214795895","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.15":{"name":"jnu-base","version":"0.0.15","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.15","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"8dcea3120617aef51608bc79a8c70a585c00ea63","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.15.tgz","fileCount":109,"integrity":"sha512-IK9UODUpJnfgvLE7cY/+uo1YwIhpn/bZvSXrPIrgAtKkIC2Cq4Haa21lf9e2e8YEY4je5ZEB8loEqvkhXrwIiQ==","signatures":[{"sig":"MEYCIQC5h+4cqxmUPeTl64TQcXyfnwaBW+Bbghq6ObFyvU+V/gIhAJPnWeSQ3VE9F6ArxzRl2oDFUCjeYWiSdON6aMAkjPsj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":312030},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"a361d96499e6d1a4ee3c626f7052c9acb91f4b15","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.15_1738201484363_0.44445579332757723","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.16":{"name":"jnu-base","version":"0.0.16","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.16","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"536ea694e593faad07f9a6c669f93559cbb99563","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.16.tgz","fileCount":113,"integrity":"sha512-oX3NJ5c7yt4qMYT7JXDQLEjo2ltq6EcWt9N7LnUDU9JibFrviTxbNHvSGVtQLoPbzOBOJCzmMbP2xFqXCsY5mA==","signatures":[{"sig":"MEYCIQCtOhpXbt2Ojhv4/aeEVm/KCmLf0St2VWBRXNugcDeuvgIhAKhNNBo/SF7R0YJwwv7eeQzMAqPP4ZjgvLrvfacvzgJl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":325480},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"1f1f1c12d0fa8f84612c222607e6817a56fc5c03","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.16_1738210075816_0.27706047562959846","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.17":{"name":"jnu-base","version":"0.0.17","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.17","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"30a68eca66e100fae2d9329ddf5f189992fb8657","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.17.tgz","fileCount":111,"integrity":"sha512-CNkiqmSyfoRLPBVtsdrQutEfcyzC0wkgVfTgvCvRlxFwuFGvY9Aw82k6AtNo1aFeOHpdZCrw4sDrIFeveyMeWQ==","signatures":[{"sig":"MEUCIQDuRc0UMA7x6k2mFwKuJrVJLid6nTQXoDcCVePH6KoeFAIgQO8/fc49WkrbO0P7LTBn2AaLIrdRIgBg+Z6jsmJiUFs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":323108},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"ef0e051192a478d50365b161d4f55570369cc5cf","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.17_1738210425614_0.8444223650314573","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.18":{"name":"jnu-base","version":"0.0.18","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.18","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"5c9a18a775e4083a2a2b61c20873c330744cb842","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.18.tgz","fileCount":111,"integrity":"sha512-/EfPmNnGGBUSPnswgeYDgOkuUafhXdMfFh14N7ik6fRnKHMAzEVPOpLNiEXuLE49gMCh9BlZpRTWMp/ijCgC+Q==","signatures":[{"sig":"MEUCICs4qF1KQEHSlSpSGM0xpyR9XLkUhL9tJc9XZ5rghIHUAiEAnBKaRCrWuNHuE3Q7rR0MPIc6MSWupmkWzcsj0iCuIu4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":324906},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"b65740829175e91d1c27fb1be7acae2131b2df1f","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.18_1738211265279_0.5056579754162878","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.19":{"name":"jnu-base","version":"0.0.19","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.19","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"43b968e302f78e541b864f0a25abbf4dddf3b862","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.19.tgz","fileCount":111,"integrity":"sha512-i2tCIJhnk+0ukNyJ2FiLLyskRk5ajPa+gA2ACgN6VuK015CHnr8sZcavcvnkbPSIajQf+fWDlvfDX0tfsrvb4g==","signatures":[{"sig":"MEQCIBe+EQYZ6V61v+Q7IPQNE9lb223lfQGVf7HFmYPhLVAFAiAhxesgcLcURGFnTV7oTlb5aLTvHbeJfZzH4KG7RBRk6g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":325742},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"a934c0fc9010ecfc1250be1f6a492859936475de","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.19_1738211573345_0.7215456915671667","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.20":{"name":"jnu-base","version":"0.0.20","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.20","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"aef86e2284e97478df787256083695fa11062d2f","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.20.tgz","fileCount":111,"integrity":"sha512-ATsJiokLZYw+tHt5Cvv1euhgxG/rk1WKk36pPXZbNf2xP3R3OuFiln12bQrpmKvEPDRIyOfp4uLLkvynLxmPTw==","signatures":[{"sig":"MEUCIDrP/sD9vevfWH9tXcjsS1HNhffdUCFi2SobhyDAplYBAiEAvqYNFaOmaWnc3GeSvDT2dw4rhIkb2JPhEKpxT4oMIK4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":323324},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"b5bdaf42bbd17caa4383bcc4045f7c14e8132dd5","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.20_1738211697857_0.8103486285094663","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.21":{"name":"jnu-base","version":"0.0.21","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.21","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"87146d694ac14215bc7f69ebd0b6ed01a69c25f7","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.21.tgz","fileCount":112,"integrity":"sha512-uy5dRzuVnt/1byFK+WYqyHwzhYNNgwpDt3wzOV5Z+Hu+t0tBTcdsPXFSvPD3pMyn0QI71CUUX9J7yoZajOTqEQ==","signatures":[{"sig":"MEUCIDfUCqeZXFKzYmkaLBx7jJVK1rD4h48Ku99yrqPj3WzmAiEAiZA5CQNrtTIbrcN8/lnORxw8WZsb7U/xNlO1fP5VCvo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328212},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"}},"gitHead":"93dec67dae8727665a3b1a0564454d610f995096","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.21_1738213360317_0.5337609387217608","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.22":{"name":"jnu-base","version":"0.0.22","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.22","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"69b3bc5a0bdca815bedea0d60c2800313ebaf45f","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.22.tgz","fileCount":112,"integrity":"sha512-sAwGhkyPEfhSpTc/C23oPORGNXsvAFQ2DK9z4cH/ObAqH2T1bwwqDCOI75qTvlbASK9iNT6+R7JdQKAe9srXww==","signatures":[{"sig":"MEYCIQDDQ7idKJiEpcOGcH9b9QwhhwCGbhnYXyoOfCeW/2I38QIhAOj9v+lB7N2ELL9MbbGV+x0tRyJemyxO4EtrUQfjkc3V","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328296},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":{"types":"./types/index.d.ts","default":"./esm/index.js"},"require":{"types":"./types/index.d.ts","default":"./cjs/index.js"}},"./cjs/*":"./cjs/*","./esm/*":"./esm/*"},"gitHead":"9e361e15ad608595bf83a88c87f31bced9c51b44","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.22_1738243241509_0.6965215097000985","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.23":{"name":"jnu-base","version":"0.0.23","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.23","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"eb7e875e52750b7f66f8dac8689d76c96cbbc771","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.23.tgz","fileCount":112,"integrity":"sha512-A9ahFce+Rg4F0F9c29XU7E2vm6gR37NVZ0bzV9LlwrzW1DUHHDmgwUQjCD3DFJTOx68QrIPetNuSM2UNt6+3FA==","signatures":[{"sig":"MEUCIQDjuhZwjyJoSnQ9ghpOqKx+qh3aWW6itp/aRE1obVIWdQIgat4FzKR/jH78u45byfUmYnnZMQ+2UweCEOom/H2P2Wk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328191},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"fda56b42fe439d71a8d8f482bede808c3c2e4b79","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.23_1738243548417_0.8422104350947177","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.24":{"name":"jnu-base","version":"0.0.24","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.24","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"ffb997fd97fb5d80aabccbe37be22c2f799c4abf","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.24.tgz","fileCount":112,"integrity":"sha512-/5eEj+JM736SEe9DE2HC9cHxBAackwNF74rO0mis9jyc+N5izxVm+MqThzkFqNDInHC+O5jUP/3K2Fot+MO9Gg==","signatures":[{"sig":"MEQCIGaxMbMxcPwLF3jn8cDtUBrZbS1wOPZ+tCqqCswbOS0fAiAeRfYz3k67yQlW5jm5cIe6FYz66D6pEs61PpUakcgiSw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328240},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"81a3470fd65e9ca9231f397db792120ff7e1f6db","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.24_1738243809299_0.3626437336195425","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.25":{"name":"jnu-base","version":"0.0.25","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.25","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"f10574087e5ae0a35f5b513531a7b6314c7bbe5a","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.25.tgz","fileCount":112,"integrity":"sha512-uBgwjNP5Pc0AnBEzgYXk13qFV8CshAoJ+G/k+RBVnb+EsChr0omwD0RdQhXHKORgU6iop+MmMY7SKqDF1IyPRw==","signatures":[{"sig":"MEUCIQCCeqUmsAIUTignulURNkc6IlKUopLh2hs/tHI18JTJmAIgXyOW4Xlp/3nfFtpwB6tPSZ5FXtzGJtxDfRNHGNT34Tc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328294},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"b1e0610f338b519096f54b6568762ce802ef2261","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.25_1738244223735_0.009518212269090665","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.26":{"name":"jnu-base","version":"0.0.26","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.26","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"35102665f266112926bffc338b594263e01bed20","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.26.tgz","fileCount":112,"integrity":"sha512-6gpXHhkseYRz3so/vWbn6j4bPJghZTYxjyWc7Fga3so4pdBq8ihDnkc1K1Qs/slSgsnDSnerwxh2/kJgn25gkg==","signatures":[{"sig":"MEYCIQCMTwaWjzZNFhKVcHuVsRO72fxNgON2Nk+WTl5SjSMnzwIhANiTXbIUswFeu+7map+Cfbq4ogZmOhh61YQUsCqAaHWt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328997},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"f7a253b22e0bf1d86f1fe771069fda063c5f7b03","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.26_1738244747971_0.7371874665173586","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.27":{"name":"jnu-base","version":"0.0.27","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.27","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"6672c8b74d16d2f1a2eda59dccad4681245c1f72","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.27.tgz","fileCount":112,"integrity":"sha512-uEaWn1U8TfNehtE2aw3Dv3V9xnp3lGfDVO77vVHPZmO3/cqmcX/+ReN5wMvpOzfYJsTwGFDJTAJKesSm6nrSPg==","signatures":[{"sig":"MEUCIGpEhIGSuuHBdpzRKT3qgP9Fj54tcFl4kLfJsLnR1W9fAiEAxOifNXJsDzhNth9dES/C8rwW98hQrsWPLI+olQ/UwYk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328941},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"007f22a6c06be4a1c7d88093cd30f6dd26c0a112","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.27_1738245100954_0.5266789715329048","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.28":{"name":"jnu-base","version":"0.0.28","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.28","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"3c22a9af1676682453163ae8f0bede367aa11ffe","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.28.tgz","fileCount":112,"integrity":"sha512-mdVUybXYH6qkfGlRdadrfIXplMbxsaqItaKfvTX64mU6LZ+XrAfT/s+x07bBsvyTHR0AM9eBP92Fma64vXjD5g==","signatures":[{"sig":"MEUCIAzULiVrpz6X3UFetMzeeimZ5ILaj3P1KtdVImk761B4AiEAvBIjrpTSiiHK9zo3XitpNXZZLUgLSGZVszbBneTxdKE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328941},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"59afbbeca34a432f424e9d6d356dc3784744870f","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.28_1738245886211_0.5446941463705794","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.29":{"name":"jnu-base","version":"0.0.29","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.29","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"ea1ecdb640ce9ee816aa25654bc9466c1b39d42a","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.29.tgz","fileCount":112,"integrity":"sha512-HHkx96EcMyP31lpAfJKkRmGhwP+64vAA/4FniRHXv4LBPS0xqH0C3Wx0Yz1uVmwZOFkwn5HHajV6dR1JUN1WqQ==","signatures":[{"sig":"MEUCIQCqP9wvOrecnEMvpehfnbmrGrG9+usSuQAm1x750WA7RAIgWyulGbCgxrAfCEMWIFtVu7kLwwsiEV1skjFiYOd7Ewg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":329007},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"041924ae116d25c5583f11aa68210e6c51225867","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.29_1738246372636_0.40782792922446576","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.30":{"name":"jnu-base","version":"0.0.30","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.30","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"188020e52a1875f12286f88e15aa333a5111b42b","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.30.tgz","fileCount":112,"integrity":"sha512-AZGc6OatRA9FoEir6DALalJoiorVPGhfxiK16fI2ugG1JzYEs9bq+eLIZrP4q3HOyb9pk2rZr+mKGMEAHaXHlQ==","signatures":[{"sig":"MEQCIDXVYmzB3EVeyN6z5+RN5iH3gb4Sh5cmLEeOe3obtSXLAiA/d3qxO0iW09WUx//KXSRJOwFpw/W7qO7KDmOiYxDiag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":329167},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"bba8be20290bc02969f6fb9a55193ffa8f65324c","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.30_1738273559434_0.9740773981814308","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.31":{"name":"jnu-base","version":"0.0.31","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.31","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"9d3714927dd9780513a6801c60063809b336d105","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.31.tgz","fileCount":112,"integrity":"sha512-u3lJX8LyURSffipNKVCnRl9DPAgshtuO2bvzeKfnfsKATR4Ss5eLl7cMNchKDrl4q1GkOMzHka1MIFU8jrLxKA==","signatures":[{"sig":"MEYCIQD4wlbHZMMHatewtsNp9d4xTOfy7FlWkkjNtOzhQ0OVnQIhAO7NWf5svP886ddv07OjkwvSYCfWl3HGD82Yr0UVEp/l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":329870},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"c0a106e19f3cc2861887881d71815ef8246caf3c","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.31_1738274148422_0.4035444483939441","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.32":{"name":"jnu-base","version":"0.0.32","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.32","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"2ab785ca51481d14f3b0626853f4cc0beb5427b4","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.32.tgz","fileCount":112,"integrity":"sha512-/rUep9UKRnxSPA4EcD2KFjG2roSak+Y5YN3oul88fiXVS7//1AcBpDXIuEq1dctwJ9poqB23XDSv8RZip4dM8A==","signatures":[{"sig":"MEUCIQCfoQYZjyZaxtGaHmeuOi7EL2UvBUYP0Z25o9NMJYFE4wIgIiqbcJfqKyMrjqlldunXtiKiUdUj66Tf2XwLbEOOCnk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":329990},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"50a8c2c17ef3a0bc7fb3b3d6b4e0367195b882e2","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.32_1738274750166_0.21783554644741776","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.33":{"name":"jnu-base","version":"0.0.33","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.33","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"a67036aa54610bb02f780d6ff1ef35a9ee309fa0","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.33.tgz","fileCount":113,"integrity":"sha512-AmxmlhV/NH7PwJVUCcscApFZZeqCKmxKP74g4Fn5LLfzEGOogKqbPQCphFy+PpbxJCydQayrgZkxJUXLlZbFtg==","signatures":[{"sig":"MEYCIQDB/tlflAcktEzD5ubUPGsg+CEGI82dtr5jQShdGU8VOwIhAIQ5KdcCAQe/rYcffJCOGtzdaf3ckpgoJytPNgrjj+Iz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":342637},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"831a22a1d3a169d6c0e266929b13aebfcf18cb74","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.33_1738287050567_0.4657140036849019","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.34":{"name":"jnu-base","version":"0.0.34","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.34","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"cc5fae57c8932dbff2fa0ba7205e07a586a7d5ed","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.34.tgz","fileCount":113,"integrity":"sha512-pZ3mmxMD8zj68u3P2l8t/5l4hXxlzAh3BMtLInOCZSMvBOLbLMRN2rt/Im03PeEPV2vc6WHrfUMrhnC5a0jH5A==","signatures":[{"sig":"MEYCIQD4g4LbSCRW5llNI7GMWfiInQJ16Do85G5Vp89EmGpYewIhANdmfq7L1zYVIOoqOMwqCHS0AXJMLrLMWASbaOhotofP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":342841},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"81c0708e3751fbe069e42400c56d56a0c04250d4","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.34_1738287711131_0.28458511560235666","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.35":{"name":"jnu-base","version":"0.0.35","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.35","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"2455d7332608a8cc630ec02c54fce55b10eaf952","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.35.tgz","fileCount":113,"integrity":"sha512-QXHwu3X9ihQu28Gb1WYfQgkavjvpILrYkqWWTx+KW6mczWaEve+tnR4CRtjH20FhXLnyNwdk6DYJjYUzi9otkQ==","signatures":[{"sig":"MEYCIQD3JygAW/ICXYmTftnFioJbVG90gaJ1cv3QNqLo0NKB3wIhAM0U94X0rquhnW/P8e8FfQ6pb7p25p5yjUuaR7Lu+zt4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":342889},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"2181fdf3e0dfad6af3c7b2c17a8d2ce5c9505f52","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.35_1738288022416_0.5865258440513659","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.36":{"name":"jnu-base","version":"0.0.36","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.36","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"c697567135031cd7215805ec4a50119000aca144","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.36.tgz","fileCount":113,"integrity":"sha512-mGvChdu6hB3Q5NrrY+bbH+nOluKHxk3AA35qEuNtiVt1X1d0JU/HPIwgBfpvw5K72k5hyQ175BQ8KsYudOSmmw==","signatures":[{"sig":"MEYCIQCmEobBNVkhLIC7IIg5CecU/otAu2tt6+CdAVaJqwM8RQIhAM7dh0CKEjqIOi3ppUd5uqb7HfKkNUftcJxRm37Fa3C7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":343142},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"89bd6a608aff91c3f15850f1fcd79e649014d322","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.36_1738288636662_0.9917125617054761","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.37":{"name":"jnu-base","version":"0.0.37","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.37","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"7f47599299f7d5168458fb0f117a0606168297b8","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.37.tgz","fileCount":113,"integrity":"sha512-lSpb5O5haAdFbhn8Z7hfXRAcZz4O1lieA9daXhc6o6+sMbs0NGsIydg0/q7k5DnyF1MpnNBScRlXPjnal2+JSg==","signatures":[{"sig":"MEUCIQC7prPIalNNCQP5L7pDSGJaR0u1EtiuoI3fDzPO1vPxTQIgFX5M4tYDzKT6RpjG6s+nIwIkmF2msXh+3sRg5zevw8Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":343104},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"f979ccc5fb392960d4aab1901a1fa0fbb74ea55a","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.37_1738289079843_0.45621472489403003","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.38":{"name":"jnu-base","version":"0.0.38","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.38","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"167f72879856e0430f0a85d96b3d7a8b334262ba","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.38.tgz","fileCount":113,"integrity":"sha512-dw5CY4z1UVoWhmKlPkRnNXO2LuWvVIguWkO692BGwoucjF1IZagdgXPFKbNhw+Exo1oYvKCLW4FAV+oTF1cOcA==","signatures":[{"sig":"MEYCIQCWXFdNjMQ9vXSkZ2s2SKwkSVcK/3JNGC14AxIOeuR0OgIhAOb49XKY6e+FVWRdjmbmuBHts7ljubLdi+KDTemfcrgW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":343446},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"605aa203a2be8221f7562eb91cdfd65cbdb645fa","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.38_1738289974737_0.3831040277114959","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.39":{"name":"jnu-base","version":"0.0.39","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.39","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"95159cf64941c3fd1883fe2121dbaa13a3c6373f","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.39.tgz","fileCount":113,"integrity":"sha512-GslFSYjwJslqRi3WuUpoImumpB1bz/ZltLklQR42/dXBXre/BNA2ALo8V8d63sSJn1orywWOWN+yJyturcfvZw==","signatures":[{"sig":"MEUCIQD405o5pfQJplJcs5rTVzTKCt4VeZALqRaS5+wWEmTa1QIgGFu6rWBkNYoWdUOr2A4KJSF5YXcg6nkyJMsXxXv17Yg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":344326},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"81fd1a741983704e1b909337eb9b26d08afc1d13","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.39_1738291548380_0.5979026341017217","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.40":{"name":"jnu-base","version":"0.0.40","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.40","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"0efaf12af83ad71b2f70d443a877e1434d8700c4","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.40.tgz","fileCount":113,"integrity":"sha512-XhqE2FDATZpQf+RZ1eni0PR/V6Ucd7PBVWPGyAENqRDMeyjLHB0zQ4NeeiCfycC2p/84Gi3prnv6qjAg3h/saw==","signatures":[{"sig":"MEYCIQDW1rZOr584G1mwy6xnVhsT3ktz4Wj1zrczadt5+Est6AIhAJ9cmpJRsVd7hhaZ3K17W1zJObeQBn30WzNaETLCjF6w","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":344721},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"dc32e623a52fc1e2ca5b217edc2d1c8f400a2da0","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.40_1738292040365_0.8621265627218917","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.41":{"name":"jnu-base","version":"0.0.41","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.41","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"0627642e8d678002b71d4b8c16b908a6c94b4510","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.41.tgz","fileCount":113,"integrity":"sha512-uhxThoVBuCtdWFtFMA0aeydDRABFNGDLYsIA/ktK0uVzFgZUozWeP8kT7k8Hu2TlDLxD2hKcNcyjZct+fXZO2A==","signatures":[{"sig":"MEUCIQCdCOjSyPGd7Q7Jdkzs31udvqZjycBByxXymP9Y/ex2cwIgF8CkIfFm5lef+vOpsy4rUHQKioVRYZMg+o27xH0CQwk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":344763},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"4560c37d13b222847db61b4bc175cca828a80b7e","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.41_1738293367426_0.3989773605807281","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.42":{"name":"jnu-base","version":"0.0.42","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.42","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"bc84d97ed84cde48c66f3f21c7476beeb1ab17e8","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.42.tgz","fileCount":113,"integrity":"sha512-1D+j+VcH1Wx9aX6MC3Xt7sdYH681rUxah+x9LwawADqYyaciB5wYFedu0HePB3+OjGatAG5truKq/bpnBj+BFw==","signatures":[{"sig":"MEYCIQCmG8nyuq07fxDSAYxmBEpINjG9qDzJO9KpDHuNbptrUAIhANW3zSi6AS3bVWpQbqnz8ssC7mucHryC+JFTwpFVg3a6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":344918},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"a569dec749ec132e260c565795a1c3b4c52c56e8","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.42_1738294010346_0.2207451716523554","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.43":{"name":"jnu-base","version":"0.0.43","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.43","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"1e0a93b5686ac3c190191afcc69bc340aa2045e2","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.43.tgz","fileCount":113,"integrity":"sha512-VN0Z6gxBktRjH3vy/Of2WXKRWwOwrr963lW1v2VxONJl8MrOOZ7IslANQkF67k/iuL+dbyjmBbwoMjytB3mR/Q==","signatures":[{"sig":"MEUCIQDH/N9/20N/m4Ijpnlz9HiHB/mHKRI4Iw1/p5XnSoo42AIgbQlUrqqlThFTKjzOnyQQQhhwgKC4/G24csQiXkbbE7s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":346389},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"ae63b28823a1aeafe225ea714192f84c9dcb859b","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.43_1738294971469_0.005882302357947289","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.44":{"name":"jnu-base","version":"0.0.44","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.44","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"9ca816ceb983c5994d94520c2164b0d98b2ec7c1","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.44.tgz","fileCount":113,"integrity":"sha512-NZUsff1tR8DJenmEAHBT6yFgSBThvwGjR3Rbw68FPFkxqnMvJYhzwFnRWYMTiv4bMJeFPxGTA6NS86ksN7bUqA==","signatures":[{"sig":"MEUCIEWuncbm0hFAo3TYullDf/TAiJMdZzvWmEHWYRiH3tFxAiEAsEStztC66XDJSqRYKX0WAFXwzRUaQw01/ZXm9tDTwtQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":347130},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"24f7ce558f6305186281cd336298b22fd05a8d8f","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.44_1738298416761_0.07068807183626058","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.45":{"name":"jnu-base","version":"0.0.45","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.45","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"2a05690e7ecd8b16eb2d61b7f6990131d1fab5ea","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.45.tgz","fileCount":113,"integrity":"sha512-n3mTgOwsVkMCPCpumCrcx93jjkT6Md71NENtBlGMwkBF46UUW99NVq14L8ehkq46s2oGr4FFwgYXEJjwjIPBCw==","signatures":[{"sig":"MEQCIFy9XiZF0Ct6RkDoizkOz1SEhJ3EY4JrP0cFg7YLWAkvAiAV3+vNgFErqdEGm6r238ViEiVZD8ftEKUf9ZnzCd8dOg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":347460},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"412a125a072561a59974107f8fd2d22980c1c53a","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.45_1738300089683_0.2360540459300644","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.46":{"name":"jnu-base","version":"0.0.46","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.46","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"23e7551de6e727367532def547f546ad7046e8f5","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.46.tgz","fileCount":113,"integrity":"sha512-o9GrDOueqBETtWGe4YIgQKpgsRXnIeGuhfv3NrQn0FlqU5c9omU31+RlqEhdiuFS1KpAfF4ALYoF3rF6rYCvXg==","signatures":[{"sig":"MEUCIQDX3V4cK7DtoC+5jA6LsJC4LTC6Ns93z1KLTF5gigyOhAIgN1c8WlF7qSLQhxNJJwdIB1mvvfYo+MYocThkE2xAU/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":347632},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"5828e5e72efb1ffccd06def0d691844bfab1fae3","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.46_1738300288696_0.9759182550565964","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.47":{"name":"jnu-base","version":"0.0.47","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.47","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"66f498e01cc71f10f952548755b06e08edef0ef9","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.47.tgz","fileCount":113,"integrity":"sha512-8vOMbe6KoWZiPnIhVM7WXLGWSoGS7dx/I/MCRHVwIcf54tnXS/fI7vQ5xQUwVVjK9WvPDZtRTe+h6xrV8C9VtQ==","signatures":[{"sig":"MEUCIAp0D2l7rh3HydZs6B8/B7lZGGaJgzL4m3P6UhA1ss4bAiEAnjY5LxR9Vm51koC4nztMSH0I8rH5EFQp0ie9YXnni0I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":347831},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"634abb48f524a6617c55c320233f49cb45909b9a","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.47_1738300513954_0.30408027927231207","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.48":{"name":"jnu-base","version":"0.0.48","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.48","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"4721e88d57c8f75d5946b200512e001c985b14cf","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.48.tgz","fileCount":113,"integrity":"sha512-lAuilWyieE0sRtswJWSsBfET9urStrOo2NqYtOE/k7DfuaYiOuOWbdntkeww6YCyw3ecmZzMSaL2m0RCyzsV0Q==","signatures":[{"sig":"MEYCIQCL+wo0hzoig9M9y3nTu24C7vdE27nKb1UpAcn4EM8hDgIhANTo6hNQvfN+WIq6raPQ6SxqfqYKk8QZYrtv56QhTuFY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":347824},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"8f3d2f260fa6dcc1fa1dd0d35ae389657735f7c9","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.48_1738300703765_0.45885468305400967","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.49":{"name":"jnu-base","version":"0.0.49","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.49","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"abcfad466ac688f9d4c7222f7480e20555596694","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.49.tgz","fileCount":127,"integrity":"sha512-LhDXiqaMXpWyQPcu/Mh51jBUs8UzmOSUtKF4rGkCycldgHxmR8r43iRA8jMW4nPb40Cou7WtrDzuw5mBOii72Q==","signatures":[{"sig":"MEQCIFeUU8hiNBZiwEyMcJ/RoO+sfeGr19tcCuBRKNHY+hwGAiAD6dJxg5XY9uQtyZ3Wx3yEYL3ra2Oo37YCziM0A93wJg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":455999},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"29e898782c9af9c006601ca3c8a96b87a5d9aa02","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.49_1738301884761_0.9530670979674776","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.50":{"name":"jnu-base","version":"0.0.50","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.50","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"f1bf9779800f0beb7dbf8e198a5ba8042a702a74","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.50.tgz","fileCount":127,"integrity":"sha512-W0IaURP1Y+k8kw8i/QOJwazEb1OjPwn2YearIbR002PRJhiBbGeL/Mnwx4sELiuNrxzKJelOG5WozD9rtg0Nng==","signatures":[{"sig":"MEQCIC1edSnvb84PefqHuRzG1FXF28GFMu4/hBWmL+O1SvE+AiBm8s1UnkLa+a1o++wwyiyMU3tYlyTaaKaCq0fDR5dkig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456219},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"a80f62c115196430bd942cfbf25f04227f861eef","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.50_1738302105859_0.3812356515295583","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.51":{"name":"jnu-base","version":"0.0.51","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.51","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"13534a0832877f19401da94628ca5bac42ccaa25","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.51.tgz","fileCount":127,"integrity":"sha512-EAGeii53fe6dDbHRuhCOXXkb42iOzp7rh1fWUH8qg+Q8GbWkVBY7lkyq21YtHHw46nDDIMr/pSd3nxxtofOlKQ==","signatures":[{"sig":"MEUCIGLY/7iAjDx8d/JPXoVaq7bjR3xYzpEzI35wrXVh0U3HAiEAlvoUecsRk5JjehXzJaogZoYQYyOFa01m1wziKioRW54=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456350},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"d731498b89a379182073b233f4f055d451c1cbe7","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.51_1738302496939_0.3985429747211924","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.52":{"name":"jnu-base","version":"0.0.52","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.52","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"3c16cad4797a4967b2ceb4bef26d98d155177299","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.52.tgz","fileCount":127,"integrity":"sha512-Yxf8u2ifmp7EfeQoN6fkASsrr6m4Gb0Tv3acGdo2VHYxnVB4xRxDVN1IfwzawmcnzSlvm5dao7Af03/3efeaaQ==","signatures":[{"sig":"MEUCIQDVjIhKf6jwD1r0qNC1PZIimChgPV7cr0r3QMEuvVpofwIgKxEoSTSOc3BLfPzk9u5xBvxRp9g/hEdXxssr/y7YLlM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456634},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"237e339babbd3f11587d4ef2841ade37113e332b","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.52_1738302857941_0.5275122959494476","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.53":{"name":"jnu-base","version":"0.0.53","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.53","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"7dc70d66be518f7ae98297a519dc2376c88fbf04","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.53.tgz","fileCount":127,"integrity":"sha512-MajJWlBqf3Lt7HlZsdlZRBj1dhO4rBcdXqZXahAXdyIMd5ya3XWCnHOoZbkmSOmtga2HHjMRszIEnU8pvZYzLQ==","signatures":[{"sig":"MEUCIH43wAMdFTJKDk1j50VLt10MtnAEhSK/tMvEO4pFV747AiEAsVuj59mqN2ETcpCm/D8BJsTrv5W2kWuoPZnnlbBQIbM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456718},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"abee6a08017bc5a2a3b95a64424441739bf9411b","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.53_1738302887023_0.923202980540099","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.54":{"name":"jnu-base","version":"0.0.54","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.54","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"289235330547b4ac8f3ddca99e3971cf743c3675","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.54.tgz","fileCount":127,"integrity":"sha512-QfQJOpflVuedyl2Zasv9kFN3y6PrT3p01txbkBAJEkJJYCZeKE9Hsq3vGo/0Di/LAMj3gOWMfKsk1ihatjmENA==","signatures":[{"sig":"MEUCIArWkB5OAlxNbAueGYpwv9G4D1os+JeAxDl0Y74rPfI7AiEA0TT3Abi6RD1n4u337d/LOESLb5Ke3bJ8TBaZGjch+EE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456719},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"e50045c6e582ba029927c50bdfaba1914da94173","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.54_1738302991179_0.28415721784889003","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.55":{"name":"jnu-base","version":"0.0.55","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.55","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"13fa6f4b1e3c6f67bafd157a66cc59fe4d043e06","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.55.tgz","fileCount":127,"integrity":"sha512-3XtscjlqNCIdHJTLxN9KvMTfvuxSRju2DNQ+8LFwqFIJN571htALR9+mTqtE1o+xmV07VXmza9gGA9udYdrXQA==","signatures":[{"sig":"MEYCIQDto907lWpyFPI2EL7p9PDS7Jf+qLJ59nWZmzyD17/pbAIhAK07VQUcKh4vlTvh6VlwO04GCeSkRP7iAjYC0kk/gD72","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456921},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"1fe496c31ca0059c6d099ea05aa5dee081a26539","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.55_1738303408786_0.807138854838366","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.56":{"name":"jnu-base","version":"0.0.56","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.56","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"ee9d5139f8a96f53a6b500626ad24d98983d926a","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.56.tgz","fileCount":127,"integrity":"sha512-nn6fRhtPWtKVS5wQ605G6TQzq6SrzghBUtzLfy7R90HJz/GM8wzLxbr+lGc09Z7jHQ+SgXtZPKPMxdXoCsuT/w==","signatures":[{"sig":"MEUCIE98P4jPskL7gvt2EtRApaxHOPZ5z2GV1LXaIeO3/wlNAiEA+yifSpExG0oYifywfkwIXWu5OTcFeJEMEQZrpkNYQuo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":456921},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"3f60e474bfdd2aa7e26caec1eac188c3c9ce4fd5","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.56_1738304366408_0.7563751652275275","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.57":{"name":"jnu-base","version":"0.0.57","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.57","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"66e862280a1bc3ae25bc263f41c4cd4ff28edd7c","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.57.tgz","fileCount":127,"integrity":"sha512-czlIcJafVrmWrEGYEKvu9rE5zQk84Gykv++L9nuuI5rxWQ23gfJuozCsENaFNoiOFeCP51dggrxFLRCrgptZOg==","signatures":[{"sig":"MEUCIHI+lGtSpOKsJblVWvdWDNgZ9u0ucQCj6yMXAXIQIlBiAiEAuc1Oc6Kj3Pp+j7Af3YQuVD8D0OSVHtLZeNNA30q2xiM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457362},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"a570dbca8cd698491bcde4b2a5636af0f9eecf81","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.57_1738304815532_0.799763765542298","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.58":{"name":"jnu-base","version":"0.0.58","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.58","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"7e8a238143e5c967a7866da4184a5dfbfe165872","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.58.tgz","fileCount":127,"integrity":"sha512-G71luNL5JFt6iXqn/gyH2W1j/F2mGCmjnw0PX638duDwxFKjTdjxijY3888ykMIbJN3Jtkm/Jv4eQkCMW8B9lA==","signatures":[{"sig":"MEUCIENfXQRrni2wh4vgXyop0SdZeXr6rqeMKQQAC/uRQFJfAiEA1CoCSPs8q2I1aWTAWu1+TdS3yBOC9QtjhSaRVIOxykc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457366},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"0d65d461efad990a0e88849db0c89f6dd1c315d1","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.58_1738305305783_0.7172989501335063","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.59":{"name":"jnu-base","version":"0.0.59","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.59","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"8c71db6df2f0243e653cbdde65fb1b1f300b27fa","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.59.tgz","fileCount":127,"integrity":"sha512-GWpte3c9+POR979yz0dv1VKg4Y4SOZkP6kV+mSj87G/R7pkCOZJBEc1fm2jNcM8y8DZlwVNk9DxbCsWW0aKz/A==","signatures":[{"sig":"MEYCIQCD/g1CnxeUHzD0g+3WySx8jZn8JUhvYOhGb92pFYFF1gIhANIMPjhCWI/QAMdJIH1JzPWPOe4Yi2dCNRi1eiW2AOdb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457366},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"5722d1728710d99a5f6974a96628cdf6964a3737","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.59_1738305470296_0.9175534870619986","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.60":{"name":"jnu-base","version":"0.0.60","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.60","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"266f209c9a40b911aff0af73f5fbba2688c4b272","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.60.tgz","fileCount":127,"integrity":"sha512-T089gTjKcLO4IagiojdLXGhncDWtkj9ejSenIWt9lYh0pYKeZuSSc/f28P/oWQGfk5GE9Ga7Rk5oB3jA3Ecc8w==","signatures":[{"sig":"MEUCIQC/+u4IL9NII+2WM0BQc+jQ4qmD+R2UFHY8SfHUqTtoeAIgbPrGC97mr9KXK0XBw1iuKsMvCs3V7ZvhKadFkEMg6jw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457282},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"1ca13a75837ea48e12655264549e08ebdec98e43","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.60_1738306251933_0.5618109920026044","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.61":{"name":"jnu-base","version":"0.0.61","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.61","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"73939fedc72f846f69de46ae425d2f343b3d522f","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.61.tgz","fileCount":127,"integrity":"sha512-UZuf0VrRV2yDxtbNSmQ14/bHmd4JWGuDWxtizSnx7B3gbAGKWbfSt10Qn3OcZa1fOB4r3VMYZX/2tu16ayrMhw==","signatures":[{"sig":"MEUCIQD+7V8UZxy4ceMFT8spsbyqYfxZXNtU/s1I8crORCLkZwIgfvvFJV8Yk3wsD+zPLLxhjvpaqYjU8pzKUpiFvomShyc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457810},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"fabac9d0c044c4e0aef7cbeb78cffe7abe90b650","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.61_1738306514347_0.53649934499664","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.62":{"name":"jnu-base","version":"0.0.62","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.62","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"8fbc9ddbf0e2445f43d217b056865bc188eac327","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.62.tgz","fileCount":127,"integrity":"sha512-xMn18IM8xTXmntg7FJJkC+NfCTgXPEfBnvWJRU0UIuUdrlmnCivfT25ynLIlqWQVKhB8VudS6J9cqSwwtCCagw==","signatures":[{"sig":"MEYCIQCATqz/IClQUB9h9aMsVkkg4C0ySLhlRlsVrK+Ol3lGKgIhANE62+QjqvzReiQXFaNsOCmbc0XjREj2lo94a1UwOOpQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457834},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"b650bdf050a6446d75f109f6896c690862493239","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.62_1738306780554_0.7005051329035901","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.63":{"name":"jnu-base","version":"0.0.63","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.63","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"524f70932ad9d2fc3a1e3ed8449d60f48f861576","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.63.tgz","fileCount":127,"integrity":"sha512-VgIbOmWeFpy/DsdKTbzXtzQc6pIRhZf5QHoc1hN4DC/0bFSSds84lyiDtrakTgcrntkDvip3mGFc9Un5sXVnIg==","signatures":[{"sig":"MEYCIQCqwfvwH8B2VwB799yPoy0mjaC3T+t/MANoWjAI2KtgfwIhALyFw1d/gjidkn6sbXutp+VMZlyQhTV/NKdV/z4r8TuA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458382},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"ac0229252b5fd409146728ce7473ffa2a6d7bb41","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.63_1738306993491_0.7519875465953645","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.64":{"name":"jnu-base","version":"0.0.64","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.64","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"454e21cf05763d820ae9272b2bf363d2669bcdb0","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.64.tgz","fileCount":127,"integrity":"sha512-6qSl5ehEkYbBD9dsCOufBdh6Vz1GBDEV6gv82juAnuub3gsy7ZwsyiNHgk6ivC8903SIxQ1b5rROU+KOfjgQUA==","signatures":[{"sig":"MEUCIQD28VFDhxvb4rQURpEXBVB99WtdJbiwY5zjkZD8qZCSlgIgZN4QZ5igDzpc1JTqfZh9QIzMocbqGJNcdNAZ5lXZX/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458573},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"e6c825e9da6ca4f1c5fd36905623188c79607c7c","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.64_1738308544545_0.2718412311351477","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.65":{"name":"jnu-base","version":"0.0.65","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.65","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"9e9a7dbea4191d7dbf309513d0fcb7f722ea9005","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.65.tgz","fileCount":127,"integrity":"sha512-HuM+2nMdRoW34oJYB5rBAoUDKv52oMm67Z7PMCH71aXGZ4Js1ag0sYdfsSGqBIvo1pjc9xmmmbLoV/QDiKbRwg==","signatures":[{"sig":"MEYCIQDgOY4cQuQ7kn6hJ/NQ/7XjQRF6UVdJcR7SC3r5towvkAIhAKciNIFBeeQ8aP/xCEOAf6Numy7gyxpjPayxctfFzXrV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":458648},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"9ead624df71aecb81e77095d012d430f645790f5","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.65_1738308605966_0.7088389349026549","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.66":{"name":"jnu-base","version":"0.0.66","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.66","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"df6820c49c97dd97ea3042241195138b0cfd5783","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.66.tgz","fileCount":127,"integrity":"sha512-zLRSHu0P5HgpiKcSoocHyt+DJjpkPa8mLMkbn1n840ltixS116QB72mXpVTw1rdJvwrKIDFVQqk78vvJdeIVzw==","signatures":[{"sig":"MEUCIDHGWbJAkL/Z+t3fdu6z7y0IaXsljMPW4VfiK+P9yUzPAiEAyU46TOgeeTIeUMvnJo1HZZ+ZyuVjnOGJDUv8dthEN94=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":460868},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"c508d431790014ad6f8ce236f1e513618a02b787","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.66_1738308903448_0.41368085152061096","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.67":{"name":"jnu-base","version":"0.0.67","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.67","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"7a7971ca623d7ead77422fb5e065169b251a1d7a","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.67.tgz","fileCount":127,"integrity":"sha512-YuCclG4OIC4p/EPOHZvw418Lxw68MjnZ0eP2Y6A9yAPufyt/46x/YFNKt4PrQYFEhR+E33YEdd0APYpyEt9Eug==","signatures":[{"sig":"MEQCIBtRENSeTScn9UJ8cL2XSwQErS4L0Gb2bxO5MJjurzKmAiB8IajuazdvyrixuhtmapchrVkrfuX45OMNK8NDw4p5vg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467148},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"bb9408246075b83e56d6beeee6c682b702511db8","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.67_1738310735908_0.9767456279192921","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.68":{"name":"jnu-base","version":"0.0.68","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.68","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"25a6059de465a04a0ae68c49ae58f30aba573ce6","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.68.tgz","fileCount":127,"integrity":"sha512-9/cdHYlVxSftgZdt/EYM0Bv1HpHBfFoKrg+wdgyW5IKjYd0VH6Bt9/tq1sCvYXkSZ01MDsDHUz19+Bn+Gk88Uw==","signatures":[{"sig":"MEYCIQDfDQuQwce6VE04laqw6yD5HeIy7XavjDei74I37txcAAIhALlaRZChbrSBuuiD/QAjx57OpnpwBZOgi8kbTWP6kA6/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":467599},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"ed5adae4c15e81d15e98c06b06bbe284647addeb","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.68_1738311292857_0.39866906488687026","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.69":{"name":"jnu-base","version":"0.0.69","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.69","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"79340c6c8b9a6906c8ee0d57e58e580b7c3add71","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.69.tgz","fileCount":127,"integrity":"sha512-6m2T+2qtgJ0jlv9GfxaD+1NVMATD66k0AjZj5QcMrhKPYhg7GYFkK5X2aUwuMvQIDLIiZpidGV34Y74Cyr/xTQ==","signatures":[{"sig":"MEUCIDVqw40lEEri89HRrVfOlPE2yB7aEkw2h7/smCVfSIHoAiEA+eFegtn4pQzTeOjVwo2xDcMAqaDAFqDCNo6+tB3KDO8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468100},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"565e73d15c7c1ae7537845968edc3001e531d129","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.69_1738311445951_0.6239419601300429","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.70":{"name":"jnu-base","version":"0.0.70","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.70","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"4618daf59dba47c4009af398933e0aa941d85261","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.70.tgz","fileCount":127,"integrity":"sha512-/3IBI5OIfxjAhlyeXBgfFJoTgS8wC9zRfNNv+xoC4Qd33Q8AmGIEFo9N6p54BirjRxEbhV/PlDtGlKe50xH52Q==","signatures":[{"sig":"MEUCIQDfnVjphrISEv4DuZOcdLVAaF/xqyrsDjmkZtaPtIjCNAIgOeihEuSOtwaX85D+oMwnSJKSmG5kst5+AHPv7JhM6Qo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468111},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"b8ea7152cbc860bde2caa49764a78214ecf5bba1","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.70_1738311591983_0.49510948895147","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.71":{"name":"jnu-base","version":"0.0.71","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.71","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"340b5526ce10d758031b041de2f6ffccfe81ae31","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.71.tgz","fileCount":127,"integrity":"sha512-48VDbIxGksUMqvnF+B05Sqf4aYGx49Vclp86xcgNp6eYeA8l0f1X7KVyUwV5G6fTilLNsCWp9JMYMJPgdm2j9Q==","signatures":[{"sig":"MEUCIC9rsHZXmNn5I7ZjW2A7z8scW3VxPu82coR3UYKAyp/aAiEA0Oxg5tb2J/o9Ru5anNEvtkQink1N0bNqj9IQ6CRazsU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":468409},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"8a5fe8b706bbdb8c27b7d9784cc0a0b15c054f94","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"10.5.0","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"20.12.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.71_1738311713419_0.33854967856296403","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.73":{"name":"jnu-base","version":"0.0.73","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.73","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"94b5f064423c97fc67faa1a23607f19daab60c5a","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.73.tgz","fileCount":123,"integrity":"sha512-b5Vj+STSgWlKY/J3h1ojjNBB+cylAaaz3YS0vhtodkB69Qk/H3KmTjoq7TF5Jo0nRn7NmM0DEUqci/fy77sdcA==","signatures":[{"sig":"MEUCIEF5E3NzL3147zFJ+cqfPJ7H9ujwQqA3mXFokaaBmidOAiEAns4J2Wa9gO5M7DArNCXqxFIKHJQ1zJ53108M4kl94Cc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":449438},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"2fcd613e11d4c41c395029f5edde24dd40192985","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.73_1738324419754_0.8100180564770321","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.75":{"name":"jnu-base","version":"0.0.75","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.75","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"398becbfabcf4960591afb98a14c6626dd3aa0cd","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.75.tgz","fileCount":134,"integrity":"sha512-faThtRXK5jrAGn6LkxhOCXDRy2aa8xnj4UyzYjzh82jmDZcffaHccYF3/ssswu5XBvzaaS2/xvUzzOfeiiWDEQ==","signatures":[{"sig":"MEYCIQC+C4CY51rHy5TuZixhysbE18wzaPIKp/bPoencaVJ33QIhAMV0oVYHREoRWgxDFtxTTaN8IcQRIK3fJjcqgfL8m0SD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4626036},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"b61d01535139bd34942c9d61385a03fb4d68f0ed","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.75_1738407397943_0.9057381498402932","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.76":{"name":"jnu-base","version":"0.0.76","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.76","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"158e422aa316b58aedb34ec88dae7a3f236b2ea0","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.76.tgz","fileCount":134,"integrity":"sha512-KF82xafGaspWhydZRQIk7QnwCKW7CZPJWedFo39+hWuBVXeTErz9uGjvrf+x/gfjtpj0x3OsgU5EkvtbfuRpYQ==","signatures":[{"sig":"MEUCIQDMv++trXb7NCsAEDDZG/+HpVBXgwpvlSUuJjH0NzLU3wIgDc0dmPBy0bEngANeDPJXcKkkMjm4q0WC+MAQ5pxjpPQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4632462},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"032803ff3d21755d375e5e2ef9a990f1384d40c0","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.76_1738408513548_0.7197249766129967","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.77":{"name":"jnu-base","version":"0.0.77","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.77","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"f609e663263603ac97e51629ab162fec31ca69c2","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.77.tgz","fileCount":134,"integrity":"sha512-T6YETBsNb/BrvDJLo9/xY5uGfssscn9ur23p2bNWruWsYzpfOlRavkVZ2qs1tHzG1JPBnsD33cxd2jb8FZr/tQ==","signatures":[{"sig":"MEUCIAqT6JUIhqI1fcqh/nbARqQFUwdD5l1G+EkDVgZDqen3AiEAvTBKvXuPsaIfVXENL4nvCA9XIkZ+LIZrhrFVPxNYwzw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4632636},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"3605ee8b94c78675a2fce4efc559883fe9d32525","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.77_1738408569921_0.4565671996353158","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.78":{"name":"jnu-base","version":"0.0.78","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.78","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"a3a5665c87710d2f5447f83cae8ffac758fe242d","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.78.tgz","fileCount":134,"integrity":"sha512-oLniwZXPua4Y9GhPOwCOFfwTHnx2VnZc1b3rFZqgXbiglgCbfUYC0MIrVBplp64GGdyf7KrTCNpDKcZkEv3bbg==","signatures":[{"sig":"MEUCID7PVKubiJSX3YkJrRivwRksPFcjwfNgj3UVm3wkNnNdAiEAxwZDSUCwf//9JBvAAVCWgbCQQnpoGhWHHD7u6esReHA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4632813},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"f75e67c850cff36806602e5b7430d2ae3cb5ed2d","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.78_1738408846841_0.8261713233078192","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.79":{"name":"jnu-base","version":"0.0.79","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.79","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"4dc755fe35bd6241f14aab1d368e2253084f7420","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.79.tgz","fileCount":134,"integrity":"sha512-XV1Roi5merTZ4QyMRxHMEkBSL8ujyQKi+3M5WcA/xh5r45nav47QCWSKpFApCsGKDh748NzVOfiha42koZjtJg==","signatures":[{"sig":"MEQCIGgo7hCfef6hOkGWjlR6kiaShnv5IWXU9SZpYhLzI9rPAiAipCWoqymL2OBVUFiBd68V8f2N/dAgyK0iBKAxx9DPeA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4633940},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"cc14334e188477c96aff2931e8d5d9c10058627c","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.79_1738409582865_0.7287535156470188","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.80":{"name":"jnu-base","version":"0.0.80","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.80","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"b6804480789d8fd78e20218033ee28ab0dd07391","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.80.tgz","fileCount":130,"integrity":"sha512-l2t4W4GwxHvqKubMi5nAkGA1io+BknWOp7nUaE7Y0Tkyjcy6CohxIS4pu1gs02Nyx2rrQ2TnbXba4w184bP+cA==","signatures":[{"sig":"MEYCIQDPADXEPCYsHkt+i0P4F/g0XROIwEv4ynWeSP7LzsJmjAIhAIjAEFEIr8SXZDfRK2EGFlt5NvrYbM98UNj34O5lVrJt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4607314},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"394f1b40bda35b5a682a80d6ccc1e66f9cd0785a","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.80_1738409794576_0.2960210124319771","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.81":{"name":"jnu-base","version":"0.0.81","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.81","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"118a790ef08b9a8cde1925ee9054d18da8aff2cd","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.81.tgz","fileCount":131,"integrity":"sha512-bBxML1YIAW6oyqIbCyLdNBOxdY0aMIazLWF5F0ePqqiYkhFWQusrp229mUWcjP/gHDLuF9uHijAyd0LQ32CX3g==","signatures":[{"sig":"MEYCIQDYzuFn2JbCmo1yz9/3d7KxhxPVbdfMz8FbGoW22psgRgIhAIJUdQVow3rCQMVvkHHHdJ53r5XMnDQrOlqtKDEhrbCI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4616666},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"6b92d4060d93c38c4f25fdc3ada6522dad8759c2","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.81_1738409954994_0.3306775041185277","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.82":{"name":"jnu-base","version":"0.0.82","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.82","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"8accce2075690e871e12c8310f217fa519173a2f","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.82.tgz","fileCount":131,"integrity":"sha512-720NNGfbRnuXMyjXVPd04IlTcqpYitunHywa4iVccMSmWqxGH5FKEyc/aQnhC7YBkl7ZyXkMEbuDrkRneKt2ow==","signatures":[{"sig":"MEYCIQDF1hOjes+WJFA4h5MbrjJu1j5LxKN2qgHAT5k0SYBLGgIhAK9DxAs91DljyD2lUK8mJqD5gZJmSP3sd9J4nInmWumN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4610315},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"0d18a87b041faba78505815040c507f9562fbb64","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.82_1738410306666_0.7929805530909422","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.83":{"name":"jnu-base","version":"0.0.83","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.83","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"352694bec8216dfc94d30a54974b18d2a653a7c0","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.83.tgz","fileCount":133,"integrity":"sha512-YsCVpWMFjMNjE46s+8vZiX6IGMjz+RY/pIuzMoEdNBF2JPRsmpLAODKys5sKgAV89dq6Egji8ZbxpECjG4XswQ==","signatures":[{"sig":"MEQCIGiPNE/+mAkpFm1Rnd/HHBr9IZyk1K4NfHTK3zGMAIkjAiAkHoRFdRHvkFgAQ5u/Ys5UtAKmJUCe7SRyC7bore9OLg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4626480},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"35a94c131c7fbd80c6334750f2ab60755d9e67b4","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.83_1738416707113_0.6305143138792628","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.84":{"name":"jnu-base","version":"0.0.84","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.84","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"d3c7620d8d2ee16839cd6dbc3915cd9798176d70","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.84.tgz","fileCount":145,"integrity":"sha512-YzEr1buVuyHLipmelAKuWTSRs3cUNC6sha/gvdp5wCXuu2heffbQICgvlCjo1spW5IiSuiPygiA8HrwQNI/r0g==","signatures":[{"sig":"MEUCIFXuJDc2L8zyGafYQ9jw0/JmazcA7HrYFjy2tZRALggXAiEA2X155tOUIwnjpQeUYE68WGonm9MQIpFUjvE+tEj5nDw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4699497},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"de478bbdf85af341c5e0f6f56b2934103d86aa36","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.84_1738417256650_0.23182685644879353","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.85":{"name":"jnu-base","version":"0.0.85","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.85","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"66757d90ac00dacfa9e79cdb1c12222ccb114b12","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.85.tgz","fileCount":145,"integrity":"sha512-/PbDWjbs3fL8+RhkrwZPVEn2WhzaJ0UZx0dxNwpelzUjAZBN7kAFld3mqjSkqTkPocqKlHhk2j2QToL0Sc3lbg==","signatures":[{"sig":"MEQCIAx+ReXFJ1TrNrufXuKnmAzgULpIwae6nZNiJRw/MhXEAiBg1Qb6pToO9HoXMsMX43JDsYrZi8cuQi/fG2QfAVTDfg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4702851},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"14027a499049b46e588a68f1243322f53f3b5d24","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.85_1738417931029_0.853376090260143","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.86":{"name":"jnu-base","version":"0.0.86","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.86","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"7fe94e03e9f22735cb9b3f925e921d6d23645531","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.86.tgz","fileCount":145,"integrity":"sha512-yFCs8MbVMFnDUPC5ZQNtXsVW41Unlv0YUXKygBaRarv7Nop5ByXgN+hJFHJHr6huoiS8uKyKoJCVgtwdf/aBAQ==","signatures":[{"sig":"MEYCIQDTIIx9trPBnDyytUH2Sfxb2a5W8EhPVJkXN/t8VwtgTQIhAPXSBB/yeXAAD1cWrBrOxzIqYrzRDmOmen7ImiUjbbW6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4708073},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"7671f26057a38550e2c228fde5883151ebcc2914","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.86_1738418773435_0.8201164646695223","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.87":{"name":"jnu-base","version":"0.0.87","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.87","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"fd2c6d44c7cd3425afb97c5c59c9ca10c5a28d92","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.87.tgz","fileCount":145,"integrity":"sha512-aNNfTNExzb3PdcZt2zstDaubE8oc/E28/td2UsiNNiX8c66zpGB3B5AT6ltqOeGUnqcSIGqeQqp+UG52kjSzYg==","signatures":[{"sig":"MEUCIHbSPXMg1cZ/g8DK2fyecjMjN8OzaPiikVhGCUIQ7nBpAiEAsbaaVh2Txk+Ue4+atL3T5e5fJop95VH5vNokKKtMUBY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4707642},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"4b1c35c59d1e9d32df9dbddeff0030e41868269e","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.87_1738419104384_0.42899766541912476","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.88":{"name":"jnu-base","version":"0.0.88","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.88","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"fd747a5dcb12cd350fc658466f18762ef15a6427","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.88.tgz","fileCount":145,"integrity":"sha512-Ig+1e5aFaim7hSlyzD6BBVMZ1vlNXOYAREwCa5bysRGZTxOao3g2hR296e/3De7J3VEfEz35FJaCq1HCVf9w2Q==","signatures":[{"sig":"MEUCIDt6naMC8XmorkgFhr7Oo12wGmW4/vCqJhYZmPjwHhaaAiEA+2rF5nmpI6F5ln97xnkMUytp+yqK+isXBP7mTRfc7Xc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4705457},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"5f8163f9c3cf4125489cd88011e3a18a2320fee1","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.88_1738419443259_0.879100121692161","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.89":{"name":"jnu-base","version":"0.0.89","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.89","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"944c436b526de6b13357744738b40bb5c45d2fbe","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.89.tgz","fileCount":145,"integrity":"sha512-htEvZAW63hcM3nOcvBeiJbEyPQYXOxSIXH5XSw3IPnJBQ+cMADcUliX7uxZODKjHwmH7kMYTwqiSoAiyVqpPmQ==","signatures":[{"sig":"MEQCICMO0/9VKB2PplRBXAe/cW20v/flp8P2s5RvKcuPRn6CAiBFmuVC4Z1RnCWyRpgrOlqmGk8b/R1V8mILquhemHUpiA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4705735},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"f57fcc79f91c46f7c1f97ce1da622d37822d8bce","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.89_1738419693396_0.7332051701670823","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.90":{"name":"jnu-base","version":"0.0.90","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.90","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"b096e2df80facdcf1c76754f1ab1db5c1d0e3a58","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.90.tgz","fileCount":145,"integrity":"sha512-Gw79R5Hw9V9UEIpMS3mqmH1rq5QSDMA03LYT6WoLEZkuX1fsAvR+pSix5Q3n5dNjuIVL6rVggxLB7fDDft2N3Q==","signatures":[{"sig":"MEYCIQDPf506a6Z9xbuFntnsjhQEJGDI3rOkqrjFTZyAoSjA8AIhAI8eBvWS3hFDkdFeRJjnwXzdeXJk8/lojBQLeLWQam0o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4708363},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"fc7c69fe66bde8c0f8e82274b998f2b276c0dc32","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.90_1738420107698_0.964964308197211","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.91":{"name":"jnu-base","version":"0.0.91","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.91","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"445cedbd8494c5966699e3c8461dc62302851903","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.91.tgz","fileCount":149,"integrity":"sha512-ikcg+pQknTUdjtXJSgY2qC2DLiqNSAUUwSJm3ggNpB/rRduHidbEQH+XH8bPtXMiSYyzk6B3xUrtzBgyVjxujA==","signatures":[{"sig":"MEYCIQCoLLtOTOavurDLFSOhS4kkueCPy/F4f0b8XUnFYa+DbAIhAO+Hk2Gzj4RKEyhd3d4XS51vxQikNoQ7g2vJbo5qgX3V","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4751925},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"48e9c32e9adb1270eb45f76dd326435af053ca0d","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.91_1738455173111_0.5465877485508661","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.92":{"name":"jnu-base","version":"0.0.92","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.92","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"6e996d0afe17365531e19c6746c9d5669419a8f5","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.92.tgz","fileCount":139,"integrity":"sha512-ko+gD0kRss2gbzd0DgyXWNaQBGloI04P/RGt+YVEwRpfWeSq7Ww8WBNvtfJHnHzknciFN/flIDeG0hf+2r8ZaQ==","signatures":[{"sig":"MEUCIE8hWjc8FyQxWtG8pZ8QNQPWKHrbosC4iDbINcn6LBc4AiEAtpSYTT15v+tjUdObzRj1Ui3/MAHYs0Y/NN2JYtSqOM8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4676507},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"737968cc8c9f9991219a5441fdee3471b0765542","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.92_1738455862769_0.40297839579617567","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.0.93":{"name":"jnu-base","version":"0.0.93","author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"_id":"jnu-base@0.0.93","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"bin":{"xcli":"cjs/xcli.js","xgit":"cjs/xgit.js"},"dist":{"shasum":"397daa5d5fa7035f34c06318b508be403c4ca1a1","tarball":"https://registry.npmjs.org/jnu-base/-/jnu-base-0.0.93.tgz","fileCount":139,"integrity":"sha512-/abbu9W8j9xD0mD5+TlqBOvg2PEACTFGPEEt8JeTf28Fq2aGOnEGsT17euenqcOzCmJpe+k2iAeGLY8ACutdrw==","signatures":[{"sig":"MEQCICVk728Su86A05YDbi5BMm3TGNGF5GGgQL7N2BdrVFd9AiBIlLfkXZO03MlEB9IUNskwB1TE3z1uUYof7JLotfaFzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4680229},"main":"./cjs/index.js","type":"module","types":"./types/index.d.ts","module":"./esm/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./cjs/*":{"types":"./types/*.d.ts","require":"./cjs/*.js"},"./esm/*":{"types":"./types/*.d.ts","import":"./esm/*.js"}},"gitHead":"6c9179067a78033f288cf8cec0d89b2697ef51dd","scripts":{"test":"node --experimental-vm-modules node_modules/jest/bin/jest.js","build":"npm run build:types && npm run build:cjs && npm run build:esm","test:e2e":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.js","build:cjs":"swc ./src -d cjs --config-file ./cjs/.swcrc --strip-leading-paths","build:esm":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths","clean:mac":"rm -rf ./cjs/*.ts ./cjs/*.js ./cjs/*.map ./esm/*.ts ./esm/*.js ./esm/*.map","clean:win":"del .\\cjs\\*.js && del .\\cjs\\*.map && del .\\esm\\*.js && del .\\esm\\*.map","test:unit":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.unit.js","test:watch":"node --experimental-vm-modules node_modules/jest/bin/jest.js --watch","build:types":"tsc -p tsconfig.json --emitDeclarationOnly --outDir types","build:watch":"npm run build:types && concurrently \"npm run build:cjs:watch\" \"npm run build:esm:watch\"","test:coverage":"node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage","build:cjs:watch":"swc ./src -d cjs --config-file ./cjs/.swcrc  --strip-leading-paths -w","build:esm:watch":"swc ./src -d esm --config-file ./esm/.swcrc --strip-leading-paths -w","test:integration":"node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.js"},"_npmUser":{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"},"_npmVersion":"9.6.7","description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","directories":{},"_nodeVersion":"18.17.0","dependencies":{"yargs":"^17.7.2","dotenv":"^16.3.1","sqlite":"^5.1.1","sqlite3":"^5.1.7","@octokit/rest":"^20.0.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.1.1","@swc/cli":"^0.5.1","chokidar":"^3.6.0","@swc/core":"^1.9.3","typescript":"^4.9.5","@types/jest":"^29.5.11","@types/node":"^22.9.4","@types/yargs":"^17.0.32","concurrently":"^9.1.0","@types/sqlite3":"^3.1.11"},"_npmOperationalInternal":{"tmp":"tmp/jnu-base_0.0.93_1738456552262_0.5165845854263884","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."}},"time":{"created":"2025-01-28T01:00:50.909Z","modified":"2025-02-02T05:42:44.658Z","0.0.1":"2025-01-28T01:00:51.108Z","0.0.3":"2025-01-28T01:08:50.017Z","0.0.4":"2025-01-28T01:23:43.195Z","0.0.5":"2025-01-28T02:43:29.833Z","0.0.6":"2025-01-28T03:32:04.382Z","0.0.7":"2025-01-28T03:47:09.442Z","0.0.8":"2025-01-28T11:13:00.285Z","0.0.9":"2025-01-29T13:21:05.282Z","0.0.10":"2025-01-29T13:50:36.729Z","0.0.11":"2025-01-29T23:08:08.723Z","0.0.12":"2025-01-30T01:10:45.530Z","0.0.13":"2025-01-30T01:29:09.991Z","0.0.14":"2025-01-30T01:36:57.355Z","0.0.15":"2025-01-30T01:44:44.619Z","0.0.16":"2025-01-30T04:07:55.969Z","0.0.17":"2025-01-30T04:13:45.928Z","0.0.18":"2025-01-30T04:27:45.479Z","0.0.19":"2025-01-30T04:32:53.594Z","0.0.20":"2025-01-30T04:34:58.031Z","0.0.21":"2025-01-30T05:02:40.611Z","0.0.22":"2025-01-30T13:20:41.719Z","0.0.23":"2025-01-30T13:25:48.611Z","0.0.24":"2025-01-30T13:30:09.519Z","0.0.25":"2025-01-30T13:37:03.984Z","0.0.26":"2025-01-30T13:45:48.162Z","0.0.27":"2025-01-30T13:51:41.208Z","0.0.28":"2025-01-30T14:04:46.417Z","0.0.29":"2025-01-30T14:12:52.867Z","0.0.30":"2025-01-30T21:45:59.606Z","0.0.31":"2025-01-30T21:55:48.654Z","0.0.32":"2025-01-30T22:05:50.425Z","0.0.33":"2025-01-31T01:30:50.856Z","0.0.34":"2025-01-31T01:41:51.296Z","0.0.35":"2025-01-31T01:47:02.718Z","0.0.36":"2025-01-31T01:57:16.848Z","0.0.37":"2025-01-31T02:04:40.141Z","0.0.38":"2025-01-31T02:19:35.019Z","0.0.39":"2025-01-31T02:45:48.539Z","0.0.40":"2025-01-31T02:54:00.590Z","0.0.41":"2025-01-31T03:16:07.605Z","0.0.42":"2025-01-31T03:26:50.517Z","0.0.43":"2025-01-31T03:42:51.684Z","0.0.44":"2025-01-31T04:40:17.000Z","0.0.45":"2025-01-31T05:08:09.833Z","0.0.46":"2025-01-31T05:11:28.845Z","0.0.47":"2025-01-31T05:15:14.166Z","0.0.48":"2025-01-31T05:18:23.968Z","0.0.49":"2025-01-31T05:38:05.008Z","0.0.50":"2025-01-31T05:41:46.105Z","0.0.51":"2025-01-31T05:48:17.149Z","0.0.52":"2025-01-31T05:54:18.119Z","0.0.53":"2025-01-31T05:54:47.235Z","0.0.54":"2025-01-31T05:56:31.351Z","0.0.55":"2025-01-31T06:03:28.956Z","0.0.56":"2025-01-31T06:19:26.604Z","0.0.57":"2025-01-31T06:26:55.756Z","0.0.58":"2025-01-31T06:35:06.037Z","0.0.59":"2025-01-31T06:37:50.636Z","0.0.60":"2025-01-31T06:50:52.177Z","0.0.61":"2025-01-31T06:55:14.530Z","0.0.62":"2025-01-31T06:59:40.739Z","0.0.63":"2025-01-31T07:03:13.729Z","0.0.64":"2025-01-31T07:29:04.763Z","0.0.65":"2025-01-31T07:30:06.152Z","0.0.66":"2025-01-31T07:35:03.664Z","0.0.67":"2025-01-31T08:05:36.081Z","0.0.68":"2025-01-31T08:14:53.044Z","0.0.69":"2025-01-31T08:17:26.122Z","0.0.70":"2025-01-31T08:19:52.185Z","0.0.71":"2025-01-31T08:21:53.604Z","0.0.73":"2025-01-31T11:53:39.904Z","0.0.75":"2025-02-01T10:56:38.188Z","0.0.76":"2025-02-01T11:15:13.800Z","0.0.77":"2025-02-01T11:16:10.203Z","0.0.78":"2025-02-01T11:20:47.111Z","0.0.79":"2025-02-01T11:33:03.102Z","0.0.80":"2025-02-01T11:36:34.826Z","0.0.81":"2025-02-01T11:39:15.287Z","0.0.82":"2025-02-01T11:45:06.996Z","0.0.83":"2025-02-01T13:31:47.383Z","0.0.84":"2025-02-01T13:40:56.920Z","0.0.85":"2025-02-01T13:52:11.263Z","0.0.86":"2025-02-01T14:06:13.724Z","0.0.87":"2025-02-01T14:11:44.669Z","0.0.88":"2025-02-01T14:17:23.601Z","0.0.89":"2025-02-01T14:21:33.727Z","0.0.90":"2025-02-01T14:28:28.004Z","0.0.91":"2025-02-02T00:12:53.422Z","0.0.92":"2025-02-02T00:24:23.016Z","0.0.93":"2025-02-02T00:35:52.577Z"},"author":{"name":"Jnj Soft Ko","email":"jnjsoft.ko@gmail.com"},"description":"Jnjsoft Nodejs Utility Library for Base Functions in Typescript","maintainers":[{"name":"jnjsoftko","email":"jnjsoftko@gmail.com"}],"readme":"---\n- name: \"jnu-base\"\n- description: \"Jnjsoft Nodejs Utility Library for Base Functions in Typescript\"\n- author: \"Jnj Soft Ko <jnjsoft.ko@gmail.com>\"\n- github-id: \"jnjsoftko\"\n- npm-id: \"jnjsoftko\"\n---\n\n## install\n\n### macos / linux\n```sh\n./install.sh\n```\n\n### windows\n```sh\n./install.bat\n```\n\n\n## functions\n\n\n## tech\n\n- typescript\n- swc\n- npm\n- yarn\n\n## publish\n\n### windows\n```sh\n./publish.bat\n```\n\n### macos\n```sh\n./publish.sh patch|minor|major\n```\n","readmeFilename":"README.md"}