{"_id":"@carojasc/ideonx-table","_rev":"11-b402762b04a9a8ac40c10838d9c07c78","name":"@carojasc/ideonx-table","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.1":{"name":"@carojasc/ideonx-table","version":"1.0.1","_id":"@carojasc/ideonx-table@1.0.1","maintainers":[{"name":"carojasc","email":"crojas.adicse@gmail.com"}],"dist":{"shasum":"02236a3ecc903351cb0f03519c01f0b4ebe0382c","tarball":"https://registry.npmjs.org/@carojasc/ideonx-table/-/ideonx-table-1.0.1.tgz","fileCount":18,"integrity":"sha512-JiFE95KrGZusAiAUnXLXN3UWpFKK2EuqnD8ngEbxq3CQ93U9443lAdfSo64NhIRW5M1qT9kjBbYH1Fhp8Jf/7g==","signatures":[{"sig":"MEUCIDPZhdb6PsR+6VRmjY3grnSjgRTIWwSQn7hFxESEKyjBAiEA9Pd3Y/dC1oTOftQAA91Mi9FZOdzAsMXahvGEIeGQab0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26157},"gitHead":"678e447219b3a9306dbb90a767423905bbf7242e","_npmUser":{"name":"carojasc","email":"crojas.adicse@gmail.com"},"_npmVersion":"10.9.3","description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.2.0.","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"@angular/core":"^21.2.0","@angular/common":"^21.2.0"},"_npmOperationalInternal":{"tmp":"tmp/ideonx-table_1.0.1_1780716601070_0.43663291064945997","host":"s3://npm-registry-packages-npm-production"}},"1.0.2":{"name":"@carojasc/ideonx-table","version":"1.0.2","peerDependencies":{"@angular/common":"^21.2.0","@angular/core":"^21.2.0"},"dependencies":{"tslib":"^2.3.0"},"sideEffects":false,"_id":"@carojasc/ideonx-table@1.0.2","gitHead":"678e447219b3a9306dbb90a767423905bbf7242e","description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.2.0.","_nodeVersion":"22.19.0","_npmVersion":"10.9.3","dist":{"integrity":"sha512-4Sa6dBZ6v7JkCfKa2+2b69iSF4NYI8xkMnEiKLLgdqWbkQV1bbx8EUBB0kOaqV79s6Q7L9NlP3gCEv5VLVl6LQ==","shasum":"2e402dd54e66b677a59d7b97a25c400ae217c914","tarball":"https://registry.npmjs.org/@carojasc/ideonx-table/-/ideonx-table-1.0.2.tgz","fileCount":18,"unpackedSize":26159,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCwEGtqVs/mqWABNt3iabQZ5LqEzqsSKsSOj8zrcub+TwIgY8BUQvmmc1j4gjNj0L6vdDfWB/LgI0U/yAmtGC0inTM="}]},"_npmUser":{"name":"carojasc","email":"crojas.adicse@gmail.com"},"directories":{},"maintainers":[{"name":"carojasc","email":"crojas.adicse@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ideonx-table_1.0.2_1780717370368_0.5909879679421455"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-06T03:30:00.934Z","modified":"2026-06-06T03:42:50.606Z","0.0.1":"2026-05-12T16:45:44.067Z","0.0.2":"2026-05-12T17:23:52.123Z","0.0.3":"2026-05-12T18:43:26.625Z","0.0.4":"2026-05-12T19:04:01.139Z","0.0.5":"2026-05-12T19:52:51.001Z","0.0.6":"2026-05-12T21:13:55.754Z","0.0.7":"2026-05-12T21:23:28.464Z","1.0.1":"2026-06-06T03:30:01.266Z","1.0.2":"2026-06-06T03:42:50.505Z"},"description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.2.0.","maintainers":[{"name":"carojasc","email":"crojas.adicse@gmail.com"}],"readme":"# Table\n\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.2.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 table\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/table\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 [Karma](https://karma-runner.github.io) 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"}