{"_id":"@carlos.fuentes/custom-utils","_rev":"2-e23e893b63c45c520fbecfacce6a1ea7","name":"@carlos.fuentes/custom-utils","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"@carlos.fuentes/custom-utils","version":"0.0.1","_id":"@carlos.fuentes/custom-utils@0.0.1","maintainers":[{"name":"carlos.fuentes","email":"carlos.fuentes@priopcion.com"}],"dist":{"shasum":"2366790cd165ea59b5f54010c5dbdb71acd0017a","tarball":"https://registry.npmjs.org/@carlos.fuentes/custom-utils/-/custom-utils-0.0.1.tgz","fileCount":8,"integrity":"sha512-lUVhMNMy47wbsDJSMiwet22IxQcd14k9bTMavXADySCduT/TGFNpysjXfzSzqATTYAmqB5ldBt+5fyspIcnaeg==","signatures":[{"sig":"MEUCIH56MdUMI+8tXil+BFPqyXVLY5Mjw390aYRhy5o1ehv4AiEAnbpma3GeDgSVKp7Kmvw94fvQZcnaiF8Y5JeC42vfLHc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":6770},"module":"fesm2022/carlos.fuentes-custom-utils.mjs","exports":{".":{"types":"./index.d.ts","default":"./fesm2022/carlos.fuentes-custom-utils.mjs"},"./package.json":{"default":"./package.json"}},"typings":"index.d.ts","_npmUser":{"name":"carlos.fuentes","email":"carlos.fuentes@priopcion.com"},"_npmVersion":"10.9.7","description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.","directories":{},"sideEffects":false,"_nodeVersion":"22.22.2","dependencies":{"tslib":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"@angular/core":"^19.0.0","@angular/common":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/custom-utils_0.0.1_1777468793165_0.6028913724874612","host":"s3://npm-registry-packages-npm-production"}},"0.0.2":{"name":"@carlos.fuentes/custom-utils","version":"0.0.2","peerDependencies":{"@angular/common":"^19.0.0","@angular/core":"^19.0.0"},"sideEffects":false,"module":"fesm2022/carlos.fuentes-custom-utils.mjs","typings":"index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","default":"./fesm2022/carlos.fuentes-custom-utils.mjs"}},"dependencies":{"tslib":"^2.3.0"},"_id":"@carlos.fuentes/custom-utils@0.0.2","description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.","_nodeVersion":"22.22.2","_npmVersion":"10.9.7","dist":{"integrity":"sha512-jdyeGN2JyAAAbg4BJVAHxInmBiMRjoa2CQSGlY4yCpb525zQ3t9vS982hjIdkAekh5w2cZvssrP0Zu3oiNkmoA==","shasum":"eddb8c8afc7a3ede0b84067e5d87ff43057f0a9c","tarball":"https://registry.npmjs.org/@carlos.fuentes/custom-utils/-/custom-utils-0.0.2.tgz","fileCount":8,"unpackedSize":6770,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDH5VCK4Ybls2QKKeXPIMKAiNrl/9/UAhJssWtT3FMvPwIhAIy6z8YeZcbUgnL5szWsv9yE1SVpu7hs26BVeDg13bf4"}]},"_npmUser":{"name":"carlos.fuentes","email":"carlos.fuentes@priopcion.com"},"directories":{},"maintainers":[{"name":"carlos.fuentes","email":"carlos.fuentes@priopcion.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/custom-utils_0.0.2_1777555779402_0.9936678090296429"},"_hasShrinkwrap":false}},"time":{"created":"2026-04-29T13:19:53.078Z","modified":"2026-04-30T13:29:39.680Z","0.0.1":"2026-04-29T13:19:53.321Z","0.0.2":"2026-04-30T13:29:39.564Z"},"description":"This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.","maintainers":[{"name":"carlos.fuentes","email":"carlos.fuentes@priopcion.com"}],"readme":"# CustomUtils\r\n\r\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.\r\n\r\n## Code scaffolding\r\n\r\nAngular CLI includes powerful code scaffolding tools. To generate a new component, run:\r\n\r\n```bash\r\nng generate component component-name\r\n```\r\n\r\nFor a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:\r\n\r\n```bash\r\nng generate --help\r\n```\r\n\r\n## Building\r\n\r\nTo build the library, run:\r\n\r\n```bash\r\nng build custom-utils\r\n```\r\n\r\nThis command will compile your project, and the build artifacts will be placed in the `dist/` directory.\r\n\r\n### Publishing the Library\r\n\r\nOnce the project is built, you can publish your library by following these steps:\r\n\r\n1. Navigate to the `dist` directory:\r\n   ```bash\r\n   cd dist/custom-utils\r\n   ```\r\n\r\n2. Run the `npm publish` command to publish your library to the npm registry:\r\n   ```bash\r\n   npm publish\r\n   ```\r\n\r\n## Running unit tests\r\n\r\nTo execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:\r\n\r\n```bash\r\nng test\r\n```\r\n\r\n## Running end-to-end tests\r\n\r\nFor end-to-end (e2e) testing, run:\r\n\r\n```bash\r\nng e2e\r\n```\r\n\r\nAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.\r\n\r\n## Additional Resources\r\n\r\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.\r\n","readmeFilename":"README.md"}