{"_id":"@ali08921/ali-ui","_rev":"2-88f053bb8abcaf0d98365547ef1c0e06","name":"@ali08921/ali-ui","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"@ali08921/ali-ui","version":"0.0.1","_id":"@ali08921/ali-ui@0.0.1","maintainers":[{"name":"ali08921","email":"bajoukali089@gmail.com"}],"dist":{"shasum":"3ea90b72a719713e6b64307c373e54dcb3f55eda","tarball":"https://registry.npmjs.org/@ali08921/ali-ui/-/ali-ui-0.0.1.tgz","fileCount":5,"integrity":"sha512-LFAh/WoA41nQuiuYn5RKboxPvKpsOzTha3Xilnmn4ISfZkHvHgh0oTQ0djve9MBIWGq2gZWPn3D/GpO5exrQBQ==","signatures":[{"sig":"MEUCIEj1UZkr2a4ckFy/ICXLsQ2J9lkJA90UQDfESjZ76D1nAiEA31ekTtubkEVyxoFBdC/C4Mw2nTbDvGiamzrHfw3heOg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9572},"type":"module","module":"fesm2022/ali-ui.mjs","exports":{".":{"types":"./types/ali-ui.d.ts","default":"./fesm2022/ali-ui.mjs"},"./package.json":{"default":"./package.json"}},"gitHead":"f9772022a7af21b692b586b71de32da6dcaf4e21","typings":"types/ali-ui.d.ts","_npmUser":{"name":"ali08921","email":"bajoukali089@gmail.com"},"_npmVersion":"11.17.0","description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 22.1.0.","directories":{},"sideEffects":false,"_nodeVersion":"26.5.0","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"@angular/core":"^22.1.0","@angular/common":"^22.1.0"},"_npmOperationalInternal":{"tmp":"tmp/ali-ui_0.0.1_1787233877223_0.4865101030349652","host":"s3://npm-registry-packages-npm-production"}},"0.0.2":{"name":"@ali08921/ali-ui","version":"0.0.2","peerDependencies":{"@angular/common":"^22.1.0","@angular/core":"^22.1.0"},"dependencies":{"tslib":"^2.3.0"},"sideEffects":false,"module":"fesm2022/ali08921-ali-ui.mjs","typings":"types/ali08921-ali-ui.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./types/ali08921-ali-ui.d.ts","default":"./fesm2022/ali08921-ali-ui.mjs"}},"type":"module","gitHead":"f9772022a7af21b692b586b71de32da6dcaf4e21","_id":"@ali08921/ali-ui@0.0.2","description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 22.1.0.","_nodeVersion":"26.5.0","_npmVersion":"11.17.0","dist":{"integrity":"sha512-vhB4QbFKTE3A3bh23E/BcyxQwGdtX5a9yiL0hMKaIyLvLiWkOB/lILNdzIzRENSurxp1bpNm/QLdK47Zz5m9eA==","shasum":"5f1c3c00c4e4df25e0607845be5cec1c6b269ebc","tarball":"https://registry.npmjs.org/@ali08921/ali-ui/-/ali-ui-0.0.2.tgz","fileCount":5,"unpackedSize":8419,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCviOXQAHMSvy4OPzPDr+euRWFtx2fG/iqIVS+GMtxQeQIhAITI9MsLIng9G6qfb1bSIPr82ck3ZPzvaXGqBu2+l5LM"}]},"_npmUser":{"name":"ali08921","email":"bajoukali089@gmail.com"},"directories":{},"maintainers":[{"name":"ali08921","email":"bajoukali089@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ali-ui_0.0.2_1787239987645_0.8993829445761665"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-20T13:51:16.845Z","modified":"2026-08-20T15:33:07.991Z","0.0.1":"2026-08-20T13:51:17.456Z","0.0.2":"2026-08-20T15:33:07.867Z"},"description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 22.1.0.","maintainers":[{"name":"ali08921","email":"bajoukali089@gmail.com"}],"readme":"# AliUi\n\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 22.1.0.\n\n## Code scaffolding\n\nAngular CLI includes powerful code scaffolding tools. To generate a new component, run:\n\n```bash\nng generate component component-name\n```\n\nFor a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:\n\n```bash\nng generate --help\n```\n\n## Building\n\nTo build the library, run:\n\n```bash\nng build ali-ui\n```\n\nThis command will compile your project, and the build artifacts will be placed in the `dist/` directory.\n\n### Publishing the Library\n\nOnce the project is built, you can publish your library by following these steps:\n\n1. Navigate to the `dist` directory:\n\n   ```bash\n   cd dist/ali-ui\n   ```\n\n2. Run the `npm publish` command to publish your library to the npm registry:\n   ```bash\n   npm publish\n   ```\n\n## Running unit tests\n\nTo execute unit tests with the [Vitest](https://vitest.dev/) test runner, use the following command:\n\n```bash\nng test\n```\n\n## Running end-to-end tests\n\nFor end-to-end (e2e) testing, run:\n\n```bash\nng e2e\n```\n\nAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.\n\n## Additional Resources\n\nFor more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n","readmeFilename":"README.md"}