{"_id":"@artemkdr/core","_rev":"4-06eba437239ba1cf6340fa666072a623","name":"@artemkdr/core","dist-tags":{"latest":"0.0.4"},"versions":{"0.0.1":{"name":"@artemkdr/core","version":"0.0.1","keywords":["utilities","core","nodejs","typescript","logger","error-handler","bun"],"author":"Artem Kudryavtsev <artem.kdr@gmail.com>","license":"MIT","_id":"@artemkdr/core@0.0.1","maintainers":[{"name":"artemkdr","email":"artem.kdr@gmail.com"}],"dist":{"shasum":"a06f7455b3ff8bca8ed03aff2a8286c0cde8d913","tarball":"https://registry.npmjs.org/@artemkdr/core/-/core-0.0.1.tgz","fileCount":73,"integrity":"sha512-3WPFxyfQWJpoFFvZn6cH5LBh3cs8ScU/x+ER0div0ZMsk/5ue6ppKKIKs5d2Zj4y0FgW9Qtq6HIsgp5Ne7Kw3Q==","signatures":[{"sig":"MEYCIQCiDF5ykJyF3XUJIKGLUikvudFaS6v3eY9uj01CiFR+3wIhANeAS2pDCHk0SZkfReosaaohyCCMXXUOxjGMpP8nxBv8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":769475},"main":"./dist/index.js","types":"./dist/index.d.ts","module":"./dist/index.mjs","shasum":"a06f7455b3ff8bca8ed03aff2a8286c0cde8d913","engines":{"bun":">=1.0.0","node":">=18.0.0"},"exports":{".":{"bun":"./src/index.ts","types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"},"./types":{"bun":"./src/types/index.ts","types":"./dist/types/index.d.ts","import":"./dist/types/index.mjs","require":"./dist/types/index.js"},"./utils":{"bun":"./src/utils/index.ts","types":"./dist/utils/index.d.ts","import":"./dist/utils/index.mjs","require":"./dist/utils/index.js"}},"scripts":{"dev":"bun x tsc --watch","lint":"bunx biome format && bunx biome lint","test":"bun test","build":"bun run clean && bun run build:types && bun run build:cjs && bun run build:esm","clean":"rm -rf dist","lint:fix":"bunx biome format --write && bunx biome lint --write","build:cjs":"bun build src/index.ts --outdir dist --format cjs --target node","build:esm":"bun build src/index.ts --outfile dist/index.mjs --format esm --target node","test:watch":"bun test --watch","build:types":"bun x tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir dist","test:coverage":"bun test --coverage","version:major":"bun pm version major","version:minor":"bun pm version minor","version:patch":"bun pm version patch","prepublishOnly":"bun run build && bun run lint && bun run test"},"_npmUser":{"name":"artemkdr","email":"artem.kdr@gmail.com"},"_integrity":"sha512-3WPFxyfQWJpoFFvZn6cH5LBh3cs8ScU/x+ER0div0ZMsk/5ue6ppKKIKs5d2Zj4y0FgW9Qtq6HIsgp5Ne7Kw3Q==","repository":{"url":"https://github.com/artemkdr/nodejs-library.git","type":"git","directory":"packages/core"},"_npmVersion":"10.8.3","description":"Core utilities and shared functionality","directories":{},"_nodeVersion":"24.3.0","dependencies":{"zod":"^4.1.3","dotenv":"17.2.2","winston":"^3.13.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"@artemkdr/tsconfig-base-bun":"0.0.1"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/core_0.0.1_1758487284235_0.0855023790521583","host":"s3://npm-registry-packages-npm-production"}},"0.0.2":{"name":"@artemkdr/core","version":"0.0.2","keywords":["utilities","core","nodejs","typescript","logger","error-handler","bun"],"author":"Artem Kudryavtsev <artem.kdr@gmail.com>","license":"MIT","_id":"@artemkdr/core@0.0.2","maintainers":[{"name":"artemkdr","email":"artem.kdr@gmail.com"}],"homepage":"https://github.com/artemkdr/nodejs-library/tree/main/packages/core","dist":{"shasum":"cca1d2ec39421a4687576a9a197920ec1c4ea23a","tarball":"https://registry.npmjs.org/@artemkdr/core/-/core-0.0.2.tgz","fileCount":73,"integrity":"sha512-MyjSomKu91rkGjIgbvIB6bljVnJ+vE8uAeZl8FRJDub/oJf35e5lB06h4otOaBBuXHYDx8WvmWlfyT4K5YwApA==","signatures":[{"sig":"MEYCIQC3V9ZNsm+d3WcOE+BTHiB4fmBGc/VuK3GWzx3ONNANcAIhAPyHhDXw1TpuI4YMUnITdDS8Q3XmrfIXZbJdp3cg6m/w","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":769558},"main":"./dist/index.js","types":"./dist/index.d.ts","module":"./dist/index.mjs","shasum":"cca1d2ec39421a4687576a9a197920ec1c4ea23a","engines":{"bun":">=1.0.0","node":">=18.0.0"},"exports":{".":{"bun":"./src/index.ts","types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"},"./types":{"bun":"./src/types/index.ts","types":"./dist/types/index.d.ts","import":"./dist/types/index.mjs","require":"./dist/types/index.js"},"./utils":{"bun":"./src/utils/index.ts","types":"./dist/utils/index.d.ts","import":"./dist/utils/index.mjs","require":"./dist/utils/index.js"}},"scripts":{"dev":"bun x tsc --watch","lint":"bunx biome format && bunx biome lint","test":"bun test","build":"bun run clean && bun run build:types && bun run build:cjs && bun run build:esm","clean":"rm -rf dist","lint:fix":"bunx biome format --write && bunx biome lint --write","build:cjs":"bun build src/index.ts --outdir dist --format cjs --target node","build:esm":"bun build src/index.ts --outfile dist/index.mjs --format esm --target node","test:watch":"bun test --watch","build:types":"bun x tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir dist","test:coverage":"bun test --coverage","version:major":"bun pm version major","version:minor":"bun pm version minor","version:patch":"bun pm version patch","prepublishOnly":"bun run build && bun run lint && bun run test"},"_npmUser":{"name":"artemkdr","email":"artem.kdr@gmail.com"},"_integrity":"sha512-MyjSomKu91rkGjIgbvIB6bljVnJ+vE8uAeZl8FRJDub/oJf35e5lB06h4otOaBBuXHYDx8WvmWlfyT4K5YwApA==","repository":{"url":"https://github.com/artemkdr/nodejs-library.git","type":"git","directory":"packages/core"},"_npmVersion":"10.8.3","description":"Core utilities and shared functionality","directories":{},"_nodeVersion":"24.3.0","dependencies":{"zod":"^4.1.3","dotenv":"17.2.2","winston":"^3.13.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"@artemkdr/tsconfig-base-bun":"0.0.1"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/core_0.0.2_1758489091825_0.7331896730603387","host":"s3://npm-registry-packages-npm-production"}},"0.0.3":{"name":"@artemkdr/core","version":"0.0.3","keywords":["utilities","core","nodejs","typescript","logger","error-handler","bun"],"author":"Artem Kudryavtsev <artem.kdr@gmail.com>","license":"MIT","_id":"@artemkdr/core@0.0.3","maintainers":[{"name":"artemkdr","email":"artem.kdr@gmail.com"}],"homepage":"https://github.com/artemkdr/nodejs-library/tree/main/packages/core","dist":{"shasum":"0c907d64711ab02d46d128d109906123c6652c6b","tarball":"https://registry.npmjs.org/@artemkdr/core/-/core-0.0.3.tgz","fileCount":22,"integrity":"sha512-/9JJwjvA+pppMykgtmZFRxYYAKKXv280x9ROO2jRVNWT4sotHamGZPqYt7WtnDWMpfne+Azro0iFjPUfJpsqDw==","signatures":[{"sig":"MEUCIQD09jOr8xDhl02rITd5G/mDSr4fsTN37vib3LIqeEMIVQIgObPwCvsUft+yq8goWSl1A+rkrTCBtYq6GQqBkT+a3iI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":53098},"main":"./dist/index.js","types":"./dist/index.d.ts","module":"./dist/index.mjs","shasum":"0c907d64711ab02d46d128d109906123c6652c6b","engines":{"bun":">=1.0.0","node":">=18.0.0"},"exports":{".":{"bun":"./src/index.ts","types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"scripts":{"dev":"bun x tsc --watch","lint":"bunx biome format && bunx biome lint","test":"bun test","build":"bun run clean && bun run build:types && bun run build:cjs && bun run build:esm","clean":"rm -rf dist","lint:fix":"bunx biome format --write && bunx biome lint --write","build:cjs":"bun build src/index.ts --outdir dist --format cjs --target node --external dotenv --external winston --external zod","build:esm":"bun build src/index.ts --outfile dist/index.mjs --format esm --target node --external dotenv --external winston --external zod","test:watch":"bun test --watch","build:types":"bun x tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir dist","test:coverage":"bun test --coverage","version:major":"bun pm version major","version:minor":"bun pm version minor","version:patch":"bun pm version patch","prepublishOnly":"bun run build && bun run lint && bun run test"},"_npmUser":{"name":"artemkdr","email":"artem.kdr@gmail.com"},"_integrity":"sha512-/9JJwjvA+pppMykgtmZFRxYYAKKXv280x9ROO2jRVNWT4sotHamGZPqYt7WtnDWMpfne+Azro0iFjPUfJpsqDw==","repository":{"url":"https://github.com/artemkdr/nodejs-library.git","type":"git","directory":"packages/core"},"_npmVersion":"10.8.3","description":"Core utilities and shared functionality","directories":{},"_nodeVersion":"24.3.0","dependencies":{"zod":"^4.1.3","dotenv":"17.2.2","winston":"^3.13.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org"},"_hasShrinkwrap":false,"devDependencies":{"@artemkdr/tsconfig-base-bun":"0.0.1"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/core_0.0.3_1758532318092_0.528567684629681","host":"s3://npm-registry-packages-npm-production"}},"0.0.4":{"name":"@artemkdr/core","version":"0.0.4","description":"Core utilities and shared functionality","main":"./dist/index.js","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"import":"./dist/index.mjs","require":"./dist/index.js","types":"./dist/index.d.ts","bun":"./src/index.ts"}},"scripts":{"build":"bun run clean && bun run build:types && bun run build:cjs && bun run build:esm","build:types":"bun x tsc -p tsconfig.json --declaration --emitDeclarationOnly --outDir dist","build:cjs":"bun build src/index.ts --outdir dist --format cjs --target node --external dotenv --external winston --external zod","build:esm":"bun build src/index.ts --outfile dist/index.mjs --format esm --target node --external dotenv --external winston --external zod","dev":"bun x tsc --watch","test":"bun test","test:watch":"bun test --watch","test:coverage":"bun test --coverage","lint":"bunx biome format && bunx biome lint","lint:fix":"bunx biome format --write && bunx biome lint --write","clean":"rm -rf dist","prepublishOnly":"bun run build && bun run lint && bun run test","version:patch":"bun pm version patch","version:minor":"bun pm version minor","version:major":"bun pm version major"},"dependencies":{"dotenv":"17.2.2","winston":"3.19.0","zod":"4.4.3"},"devDependencies":{"@artemkdr/tsconfig-base-bun":"0.0.4"},"peerDependencies":{},"engines":{"node":">=18.0.0","bun":">=1.0.0"},"repository":{"type":"git","url":"https://github.com/artemkdr/nodejs-library.git","directory":"packages/core"},"author":"Artem Kudryavtsev <artem.kdr@gmail.com>","license":"MIT","publishConfig":{"registry":"https://registry.npmjs.org","access":"public"},"homepage":"https://github.com/artemkdr/nodejs-library/tree/main/packages/core","keywords":["utilities","core","nodejs","typescript","logger","error-handler","bun"],"_id":"@artemkdr/core@0.0.4","_integrity":"sha512-MGic+gQeWGV5I+z1H3xi57fN7FnI23gVBIzKuce+QZHJvhbrjjwW9TQ6LBtJbY3qkeuTNtCvMpBUZPmSV/Lr6Q==","_nodeVersion":"24.3.0","_npmVersion":"10.8.3","shasum":"8ce55569f937b0bda2d230674f6ba5ca2422eabe","dist":{"integrity":"sha512-MGic+gQeWGV5I+z1H3xi57fN7FnI23gVBIzKuce+QZHJvhbrjjwW9TQ6LBtJbY3qkeuTNtCvMpBUZPmSV/Lr6Q==","shasum":"8ce55569f937b0bda2d230674f6ba5ca2422eabe","tarball":"https://registry.npmjs.org/@artemkdr/core/-/core-0.0.4.tgz","fileCount":22,"unpackedSize":53646,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDEOBWBLeuosG6Wf7id5lrbX9F/0+kyXys4njw4bzPBSAIgScOlwdODXxOpozkfC1+r1Snv8XzLjL6rghxLC6YyDi4="}]},"_npmUser":{"name":"artemkdr","email":"artem.kdr@gmail.com"},"directories":{},"maintainers":[{"name":"artemkdr","email":"artem.kdr@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/core_0.0.4_1778070377565_0.49813295254908807"},"_hasShrinkwrap":false}},"time":{"created":"2025-09-21T20:41:24.102Z","modified":"2026-05-06T12:26:17.827Z","0.0.1":"2025-09-21T20:41:24.495Z","0.0.2":"2025-09-21T21:11:32.052Z","0.0.3":"2025-09-22T09:11:58.281Z","0.0.4":"2026-05-06T12:26:17.729Z"},"author":"Artem Kudryavtsev <artem.kdr@gmail.com>","license":"MIT","homepage":"https://github.com/artemkdr/nodejs-library/tree/main/packages/core","keywords":["utilities","core","nodejs","typescript","logger","error-handler","bun"],"repository":{"type":"git","url":"https://github.com/artemkdr/nodejs-library.git","directory":"packages/core"},"description":"Core utilities and shared functionality","maintainers":[{"name":"artemkdr","email":"artem.kdr@gmail.com"}],"readme":"","readmeFilename":""}