{"_id":"@agadev/colors","name":"@agadev/colors","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@agadev/colors","version":"1.0.0","description":"A simple package to add colors to your terminal","main":"lib/index.js","module":"lib/index.mjs","repository":{"type":"git","url":"git+https://github.com/AgaDevInc/Colors.git"},"keywords":["terminal","colors","aga"],"author":{"name":"AgaDev"},"license":"ISC","bugs":{"url":"https://github.com/AgaDevInc/Colors/issues"},"homepage":"https://github.com/AgaDevInc/Colors#readme","types":"./lib/index.d.ts","gitHead":"ac378b7b6a7629331ff8024a9a9622b054dd034b","_id":"@agadev/colors@1.0.0","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-8FAu7WVsXm1hBAQwp9frxdWPIGdDAu5K8S2oKRuTo9BLvsq5WtETiIxDb7rDGDTIq4gpn3DWxVehho5qkMwFAA==","shasum":"0d52e46c2d4fa5018b4e5dbc3564858f6b245092","tarball":"https://registry.npmjs.org/@agadev/colors/-/colors-1.0.0.tgz","fileCount":11,"unpackedSize":10620,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEYGdejK9ifUNtePDw0k3HY3sfQj/fdd7bD4Wpp8+zy5AiEA3/uyfeWcNaUn0K2cOfeHqiWoKU6/8TT8FdptiKzQpok="}]},"_npmUser":{"name":"agacraft","email":"agacraft.addons@gmail.com"},"directories":{},"maintainers":[{"name":"agacraft","email":"agacraft.addons@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colors_1.0.0_1690784454723_0.5975123008661538"},"_hasShrinkwrap":false}},"time":{"created":"2023-07-31T06:20:54.666Z","1.0.0":"2023-07-31T06:20:54.842Z","modified":"2023-07-31T06:20:55.000Z"},"maintainers":[{"name":"agacraft","email":"agacraft.addons@gmail.com"}],"description":"A simple package to add colors to your terminal","homepage":"https://github.com/AgaDevInc/Colors#readme","keywords":["terminal","colors","aga"],"repository":{"type":"git","url":"git+https://github.com/AgaDevInc/Colors.git"},"author":{"name":"AgaDev"},"bugs":{"url":"https://github.com/AgaDevInc/Colors/issues"},"license":"ISC","readme":"# @agadev/colors\r\n## A simple package to add colors to your terminal\r\n\r\n## Imports\r\n### Deno\r\n```js\r\nimport * as colors from 'https://agacdn.onrender.com/agadev:colors';\r\n```\r\n### CommonJS\r\n```js\r\nconst colors = require('@agadev/colors');\r\n```\r\n### ECMAScript\r\n```js\r\nimport * as colors from '@agadev/ajson';\r\n```\r\n\r\n## Example\r\n```js\r\nconst str = 'Hello World';\r\nconst colorizeStr = colors.colorize(str, colors.FOREGROUND.RED)\r\n```\r\n","readmeFilename":"README.md"}