{"_id":"@aintechcorporation/core","_rev":"4-81d888796cdf53d6f5b1c6e43a222fb8","name":"@aintechcorporation/core","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@aintechcorporation/core","version":"1.0.0","keywords":["aintech","core","shared"],"license":"MIT","_id":"@aintechcorporation/core@1.0.0","maintainers":[{"name":"aintechcorporation","email":"rsorianoagullo@gmail.com"}],"dist":{"shasum":"aded13d6ccc7502481917ed183894e27ee65060e","tarball":"https://registry.npmjs.org/@aintechcorporation/core/-/core-1.0.0.tgz","fileCount":6,"integrity":"sha512-VVJMwWT9sb6IkFS8y5DcEc1ZBhFBcztdjK7Kbd3aDWteW5UbRlWSlmiUAOB2nEG52pPkReM7WBV5lFyBnkELvA==","signatures":[{"sig":"MEUCIQD5wL7c2cAM0m+jMZC0N1z/n0jHwMBJKyyPG9kwORYgOgIgeHGPKEZrsq5LKhajI0r9mOdclMIPxKWr08h1nc5WMao=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4325},"main":"src/index.mjs","type":"module","engines":{"node":">=20"},"exports":{".":"./src/index.mjs","./utils":"./src/utils.mjs","./errors":"./src/errors.mjs","./constants":"./src/constants.mjs"},"gitHead":"2e718c7dbb020ca0b7bc8ae94700ef2b496fbfef","scripts":{"test":"node --test tests/*.test.mjs","prepublishOnly":"node --test tests/*.test.mjs"},"_npmUser":{"name":"aintechcorporation","email":"rsorianoagullo@gmail.com"},"deprecated":"Package moved to private","_npmVersion":"11.11.1","description":"AINTECH shared utilities, types, and constants","directories":{},"_nodeVersion":"22.14.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core_1.0.0_1781892113329_0.2381609842408281","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@aintechcorporation/core","version":"1.0.1","keywords":["aintech","core","shared"],"license":"MIT","_id":"@aintechcorporation/core@1.0.1","maintainers":[{"name":"aintechcorporation","email":"rsorianoagullo@gmail.com"}],"homepage":"https://github.com/AINTECH-CORPORATION/AINTECH-CORP#readme","bugs":{"url":"https://github.com/AINTECH-CORPORATION/AINTECH-CORP/issues"},"dist":{"shasum":"46db24463d6ecd301001554df282756ea6ebf1b6","tarball":"https://registry.npmjs.org/@aintechcorporation/core/-/core-1.0.1.tgz","fileCount":6,"integrity":"sha512-htEt4CwByWP/12dA9BV+D+HjOsvvYW7fFhlzPCoBtzyCv2BJArwsUc8vCCypmqmkaMAJejxjddTDKNLhG6QWDA==","signatures":[{"sig":"MEUCIQC0jrNd41oOqN7vsjEB1knvH4C9/Zvv+BFEfYHFCd/zZwIgdBmb69OGSp9BgQoKhovl0qYZTuOZP8i7ah+NW9KPWg8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4527},"main":"src/index.mjs","type":"module","engines":{"node":">=20"},"exports":{".":"./src/index.mjs","./utils":"./src/utils.mjs","./errors":"./src/errors.mjs","./constants":"./src/constants.mjs"},"gitHead":"2e718c7dbb020ca0b7bc8ae94700ef2b496fbfef","scripts":{"test":"node --test tests/*.test.mjs","prepublishOnly":"node --test tests/*.test.mjs"},"_npmUser":{"name":"aintechcorporation","email":"rsorianoagullo@gmail.com"},"repository":{"url":"git+https://github.com/AINTECH-CORPORATION/AINTECH-CORP.git","type":"git","directory":"005-APL-Platform/packages/core"},"_npmVersion":"11.11.1","description":"AINTECH shared utilities, types, and constants","directories":{},"_nodeVersion":"22.14.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/core_1.0.1_1781893484899_0.6156847382910999","host":"s3://npm-registry-packages-npm-production"},"deprecated":"Package moved to private"}},"time":{"created":"2026-06-19T18:01:53.198Z","modified":"2026-06-19T18:29:24.469Z","1.0.0":"2026-06-19T18:01:53.501Z","1.0.1":"2026-06-19T18:24:45.069Z"},"bugs":{"url":"https://github.com/AINTECH-CORPORATION/AINTECH-CORP/issues"},"license":"MIT","homepage":"https://github.com/AINTECH-CORPORATION/AINTECH-CORP#readme","keywords":["aintech","core","shared"],"repository":{"url":"git+https://github.com/AINTECH-CORPORATION/AINTECH-CORP.git","type":"git","directory":"005-APL-Platform/packages/core"},"description":"AINTECH shared utilities, types, and constants","maintainers":[{"name":"aintechcorporation","email":"rsorianoagullo@gmail.com"}],"readme":"# @aintech/core\n\nShared utilities, types, and constants for AINTECH ecosystem.\n\n## Install\n\n```bash\nnpm install @aintech/core\n```\n\n## Usage\n\n```js\nimport { wait, retry } from '@aintech/core/utils';\nimport { AINTECHError, ValidationError } from '@aintech/core/errors';\nimport { DATA_CLASSES } from '@aintech/core/constants';\n```\n\n## API\n\n### Types\n- `User`, `Tenant`, `Session`, `Message`, `DataClass`, `Capability`\n\n### Errors\n- `AINTECHError` — base error\n- `ValidationError` — input validation\n- `AuthError` — authentication failure\n\n### Constants\n- `DATA_CLASSES` — D0 public through D4 restricted\n- `CAPABILITIES` — CAP-01 through CAP-08\n- `HTTP_STATUS` — standard status codes\n","readmeFilename":"README.md"}