{"_attachments":{},"_id":"kolorist","_rev":"776666-61f26ad06be0630f6934712a","author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"description":"A tiny utility to colorize stdin/stdout","dist-tags":{"latest":"1.8.0"},"license":"MIT","maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"name":"kolorist","readme":"# kolorist\n\nTiny library to put colors into stdin/stdout :tada:\n\n![Screenshot of terminal colors](.github/demo.png)\n\n## Usage\n\n```bash\nnpm install --save-dev kolorist\n```\n\n```js\nimport { red, cyan } from 'kolorist';\n\nconsole.log(red(`Error: something failed in ${cyan('my-file.js')}.`));\n```\n\nYou can also disable or enable colors globally via the following environment variables:\n\n- disable:\n  - `NODE_DISABLE_COLORS`\n  - `NO_COLOR`\n  - `TERM=dumb`\n  - `FORCE_COLOR=0`\n\n- enable:\n  - `FORCE_COLOR=1`\n  - `FORCE_COLOR=2`\n  - `FORCE_COLOR=3`\n\nOn top of that you can disable colors right from node:\n\n```js\nimport { options, red } from 'kolorist';\n\noptions.enabled = false;\nconsole.log(red('foo'));\n// Logs a string without colors\n```\n\nYou can also strip colors from a string:\n\n```js\nimport { red, stripColors } from 'kolorist';\n\nconsole.log(stripColors(red('foo')));\n// Logs 'foo'\n```\n\n### License\n\n`MIT`, see [the license file](./LICENSE).\n","time":{"created":"2022-01-27T09:50:08.779Z","modified":"2023-07-27T18:35:30.665Z","1.5.0":"2021-06-18T09:46:56.711Z","1.4.1":"2021-04-24T07:49:41.194Z","1.4.0":"2021-03-31T12:26:06.251Z","1.3.2":"2021-03-17T23:51:07.622Z","1.3.1":"2021-03-17T23:25:48.142Z","1.3.0":"2021-03-17T19:17:06.316Z","1.2.10":"2021-01-12T14:18:45.827Z","1.2.9":"2021-01-02T00:11:09.753Z","1.2.8":"2020-12-31T09:54:05.865Z","1.2.7":"2020-10-13T09:29:51.958Z","1.2.6":"2020-10-07T17:25:06.066Z","1.2.5":"2020-10-07T17:18:35.063Z","1.2.4":"2020-10-07T17:08:47.965Z","1.2.3":"2020-08-05T11:42:00.195Z","1.2.2":"2020-08-05T11:39:06.583Z","1.2.1":"2020-05-25T05:43:57.147Z","1.2.0":"2020-03-23T18:30:10.674Z","1.1.0":"2020-02-20T07:06:49.639Z","1.0.0":"2020-02-19T21:03:40.610Z","1.5.1":"2021-12-17T14:32:29.168Z","1.6.0":"2022-09-11T19:55:08.549Z","1.7.0":"2023-02-03T21:35:24.561Z","1.8.0":"2023-04-22T22:01:16.523Z"},"versions":{"1.5.0":{"name":"kolorist","version":"1.5.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"browser":"./dist/module/index.js","import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"e31ccc5c80b3221eb1e602f975cc6c85a8ec6707","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.5.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"a06f7dd11d1b5fdb743d79c8acd4e1ecbcbd89b3","size":26290,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.5.0.tgz","integrity":"sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg=="},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.5.0_1624009616599_0.650777907947724"},"_hasShrinkwrap":false,"publish_time":1624009616711,"_cnpm_publish_time":1624009616711,"_cnpmcore_publish_time":"2021-12-16T11:09:03.681Z"},"1.4.1":{"name":"kolorist","version":"1.4.1","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"browser":"./dist/module/index.js","import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"e44644970f23009a3f6517c5014492d9e363c245","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.4.1","_nodeVersion":"15.12.0","_npmVersion":"7.6.3","dist":{"shasum":"5ce60d5fefa23ca55a7e3203e16f7b9ed5b0556a","size":26012,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.4.1.tgz","integrity":"sha512-jucnNxW4qfamxkbT4hCLRk/WyAQD/aS0KIkY8z5VoQI5K9QF65nj7vTeuFcySO7eibxPQwVWM+mby1Hm9TyokQ=="},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.4.1_1619250581008_0.052520210930264044"},"_hasShrinkwrap":false,"publish_time":1619250581194,"_cnpm_publish_time":1619250581194,"_cnpmcore_publish_time":"2021-12-16T11:09:03.994Z"},"1.4.0":{"name":"kolorist","version":"1.4.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"87a6402ec3a99ee4714ffb3f9bb54fd1d16174bd","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.4.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"5d04f467590e8a484d5ed9af96e9bb3364a8123b","size":26003,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.4.0.tgz","integrity":"sha512-f458vL7ZQ+tAZv+6/ewRVznA/qbbtf+JGU/8Kf3Bzpo8vGPkgZ2Y9d0bpO/lX6EZj5e+hdugfSuOGX7WXVHTnw=="},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.4.0_1617193566028_0.6540895114477543"},"_hasShrinkwrap":false,"publish_time":1617193566251,"_cnpm_publish_time":1617193566251,"_cnpmcore_publish_time":"2021-12-16T11:09:04.667Z"},"1.3.2":{"name":"kolorist","version":"1.3.2","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"4a8f6548456b6ae0c5c4c5f75c44082beb27f5b9","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.3.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"3d939b3b2e42e7cf9b2ac1f385c33041cfe42207","size":25937,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.3.2.tgz","integrity":"sha512-0AABCl2usZg6CptLfHW4N3ZhGUT6vgHO6CtBOsRJKQGgvhKRWryUtXGfADLpK2XxbLh/VOXFX7EluitkSgP/eA=="},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.3.2_1616025067360_0.659455879518031"},"_hasShrinkwrap":false,"publish_time":1616025067622,"_cnpm_publish_time":1616025067622,"_cnpmcore_publish_time":"2021-12-16T11:09:04.936Z"},"1.3.1":{"name":"kolorist","version":"1.3.1","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"26308c67471f7138a0799c380e5c7fd2d4ac9127","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.3.1","_nodeVersion":"15.10.0","_npmVersion":"7.6.1","dist":{"shasum":"7caa67b247d9072a0e6de1dfe909ad02529d6696","size":25984,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.3.1.tgz","integrity":"sha512-37ebzkBejUMNXzLWth6BMiqpaQof2/c871k3/6ZP2BfzzjbbY4qSxDjlZs8VFXCHZje18fWjW6QfkwNxoT5lcA=="},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.3.1_1616023547919_0.07545795247088805"},"_hasShrinkwrap":false,"publish_time":1616023548142,"_cnpm_publish_time":1616023548142,"_cnpmcore_publish_time":"2021-12-16T11:09:05.208Z"},"1.3.0":{"name":"kolorist","version":"1.3.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"dependencies":{},"gitHead":"2830b3b1a9e9e12a15d7afa8839c05e00c43fdcc","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.3.0","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"shasum":"81345b3a15aaa5fa5f10159be72fd429dddd7321","size":25951,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.3.0.tgz","integrity":"sha512-8t4WbQ0FxMSJdWMDuvNhSRbxQiMAIN97CthZHtDpS9Zo8baG0nSvqTCCgcp4SKQdLD05LzWVYxWQyE2n820BfA=="},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.3.0_1616008626026_0.7187380391359128"},"_hasShrinkwrap":false,"publish_time":1616008626316,"_cnpm_publish_time":1616008626316,"_cnpmcore_publish_time":"2021-12-16T11:09:05.803Z"},"1.2.10":{"name":"kolorist","version":"1.2.10","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","node-pty":"^0.9.0","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"56998893ac9f1545852a16e84a19c7b629c32d68","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.10","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"shasum":"0f97a3f3a1dd75e980765c7cec8a1de258e580c6","size":25074,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.10.tgz","integrity":"sha512-S3QtGjCHyINclP4LSClgHw4gi/NxTFcSorqD9SWfrREHKtMyGfi6pyDCTbpQaqyZrMAjB4Exde8eco6kejkqQg=="},"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.10_1610461125702_0.816190372826737"},"_hasShrinkwrap":false,"publish_time":1610461125827,"_cnpm_publish_time":1610461125827,"_cnpmcore_publish_time":"2021-12-16T11:09:06.213Z"},"1.2.9":{"name":"kolorist","version":"1.2.9","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","node-pty":"^0.9.0","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"c625a09df86fcb29c04bc63497ee8ab484ba34aa","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.9","_nodeVersion":"14.15.1","_npmVersion":"6.14.8","dist":{"shasum":"ccd5c68827c0385f0b26588321c3b6c4433dd2ab","size":24287,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.9.tgz","integrity":"sha512-mba6w9rkNlcMSSsGM1Xb9rgGFCDEL1APijLIkgtjsORyr9bKaSvQg/2fP8k7lwEiTh8WlMCHWREvf1ndguIKIQ=="},"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.9_1609546269548_0.3866183166767385"},"_hasShrinkwrap":false,"publish_time":1609546269753,"_cnpm_publish_time":1609546269753,"_cnpmcore_publish_time":"2021-12-16T11:09:06.900Z"},"1.2.8":{"name":"kolorist","version":"1.2.8","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","node-pty":"^0.9.0","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"9c010c0230decddabdca062f0bc6c2a87c83eb59","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.8","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"shasum":"bc2e4de44dce78a4905558bfa60252db9af1bee0","size":24110,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.8.tgz","integrity":"sha512-w9SdDIp7TV8zSGy46lwFyY1O4ZlDa2a8HDQWPkFqtKj+AbwHef5cNcgx3dz9UXo/swfwht2+2cydpdAPuhNFRw=="},"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.8_1609408445740_0.5728722125407333"},"_hasShrinkwrap":false,"publish_time":1609408445865,"_cnpm_publish_time":1609408445865,"_cnpmcore_publish_time":"2021-12-16T11:09:07.166Z"},"1.2.7":{"name":"kolorist","version":"1.2.7","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","node-pty":"^0.9.0","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"6d7d753d0d177929da7ae267236478a90cba03d0","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.7","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"shasum":"7de9002661fb23713fc57d2fc5c4a3c06bbdffbe","size":24035,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.7.tgz","integrity":"sha512-OuFA1+AkZveh3t0vti3zyMj0Vfk4mhwJcNcHcZ/y1TDYiZc+Ik3RY3kSLWAzxB0ns6eTZk65I42QYvVuqZF7iQ=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.7_1602581391832_0.5554849238382826"},"_hasShrinkwrap":false,"publish_time":1602581391958,"_cnpm_publish_time":1602581391958,"_cnpmcore_publish_time":"2021-12-16T11:09:07.443Z"},"1.2.6":{"name":"kolorist","version":"1.2.6","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"69b6cf698a320cc19bab929651fe2ca28f571f31","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.6","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"shasum":"5c8cef18165193493c34e02adc5029411f7c326e","size":23999,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.6.tgz","integrity":"sha512-vl2Lj39Bd0C16UkQLRmm54khy7Ejp89iESwLwMPX3nY2BPEk25+oTSJGElWcHtmjEGJ06aHvpZkGqFXAJxiEnA=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.6_1602091505867_0.39176376253956624"},"_hasShrinkwrap":false,"publish_time":1602091506066,"_cnpm_publish_time":1602091506066,"_cnpmcore_publish_time":"2021-12-16T11:09:07.877Z"},"1.2.5":{"name":"kolorist","version":"1.2.5","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"0c4d457d01f673f23cf6e3f8f01abeb986acf61e","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.5","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"shasum":"ac14a78dc282417a963233f64794ee0de92f59c5","size":24010,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.5.tgz","integrity":"sha512-E8oPft04sn6V/2PexQFZEliJslLHVkjYB6unapvAHFdz58erDlH2cBfzrJDLptqV+Tbf1iVJrfj2B9FMNcIMcA=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.5_1602091114914_0.9010789187165595"},"_hasShrinkwrap":false,"publish_time":1602091115063,"_cnpm_publish_time":1602091115063,"_cnpmcore_publish_time":"2021-12-16T11:09:08.148Z"},"1.2.4":{"name":"kolorist","version":"1.2.4","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"46ebc8bb6b1f31118b36446f0b41086402dfbc54","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.4","_nodeVersion":"14.13.0","_npmVersion":"6.14.8","dist":{"shasum":"2044b96de65b8350030699c705bc72c4dd5a5710","size":23982,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.4.tgz","integrity":"sha512-0/4vVds2k5VkLebCHPaf/+WZIzwbWbvuh2Ly2ZbGsNOicvpwh7KD+NeaZ/NNsbEFIsKYr7nO9rgP6B/tdboapg=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.4_1602090527800_0.7670150346317859"},"_hasShrinkwrap":false,"publish_time":1602090527965,"_cnpm_publish_time":1602090527965,"_cnpmcore_publish_time":"2021-12-16T11:09:08.434Z"},"1.2.3":{"name":"kolorist","version":"1.2.3","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"96202ef011d7dbeb6a0da0d41d6d5620bd2299d6","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.3","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"shasum":"c7980231b1a35694f556dd56bdff571d35c559d7","size":23973,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.3.tgz","integrity":"sha512-tKAyr5m4kClO8IfBXUKC8t9jUYmIlGGm5eYCbJlf86JWYUqpYMPszTyxpkSnJmIz3zd3rFL1uhmqkaUdWr6tIg=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.3_1596627720080_0.9395828618024233"},"_hasShrinkwrap":false,"publish_time":1596627720195,"_cnpm_publish_time":1596627720195,"_cnpmcore_publish_time":"2021-12-16T11:09:08.743Z"},"1.2.2":{"name":"kolorist","version":"1.2.2","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"7990fd890c024257a1bf59fd70365e257899f82d","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.2","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"shasum":"2f4e67383ca5adee8988046e0bd3f6c37ac70d4e","size":21178,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.2.tgz","integrity":"sha512-YeE7ObytHLwys64wr1IYQmnG00Y8CFn2LqnogAyACOHEHlJSR7TU2ymBJ5hw6hNDNpXk2w6s3PPPcCeFkmkJ3A=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.2_1596627546489_0.5337416849425693"},"_hasShrinkwrap":false,"publish_time":1596627546583,"_cnpm_publish_time":1596627546583,"_cnpmcore_publish_time":"2021-12-16T11:09:09.005Z"},"1.2.1":{"name":"kolorist","version":"1.2.1","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json && node tools/post-build.js"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"dependencies":{},"gitHead":"85b8f33ea70fcb3739306b8962acaed3300f5b7a","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.2.1","_nodeVersion":"11.15.0","_npmVersion":"6.13.4","dist":{"shasum":"f8d72c40e56fd5ec9624a9ff41662bf89fdaa859","size":23859,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.1.tgz","integrity":"sha512-LMtZTHojvU/2sCxuLrEsVfr1wgt2AMeyMsl4U3u8FMlhZSzWQ7ld+EiOcuhDDkcpPgHQxgh27xNtBoXxiY3q7Q=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.1_1590385437011_0.26887981346526346"},"_hasShrinkwrap":false,"publish_time":1590385437147,"_cnpm_publish_time":1590385437147,"_cnpmcore_publish_time":"2021-12-16T11:09:09.657Z"},"1.2.0":{"name":"kolorist","version":"1.2.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"gitHead":"fe5f9d65e577d3e331f14173c298c17ef19e617b","_id":"kolorist@1.2.0","_nodeVersion":"11.15.0","_npmVersion":"6.13.4","dist":{"shasum":"b6c76ed1634aab9bbe157dc2736e59f48b4cfbd8","size":23802,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.2.0.tgz","integrity":"sha512-WMRaf2kYZYllod4vnmpAh1fmtuyqYKsjEA7VsU2kYydtWqq2Vm92oZW2K4y/IczCAYJXQKLTth6/ldc1WCVXhQ=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.2.0_1584988210537_0.1396582981685821"},"_hasShrinkwrap":false,"publish_time":1584988210674,"_cnpm_publish_time":1584988210674,"_cnpmcore_publish_time":"2021-12-16T11:09:10.019Z"},"1.1.0":{"name":"kolorist","version":"1.1.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"gitHead":"b63381ce722890dda4aabf6a2c97c3d27f00c573","_id":"kolorist@1.1.0","_nodeVersion":"11.15.0","_npmVersion":"6.13.4","dist":{"shasum":"66129c847ac39bd1ccff9075740d7a16ec3962d0","size":23513,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.1.0.tgz","integrity":"sha512-hbsZyxdfiHvN47IWr4NfjcQxrrMKwxwARA6bKiG9JLRs/Fugy7RwiEKqQ4ZuSS7GdgIzFwc20YmdzZyhO9I1tQ=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.1.0_1582182409521_0.246627432088264"},"_hasShrinkwrap":false,"publish_time":1582182409639,"_cnpm_publish_time":1582182409639,"_cnpmcore_publish_time":"2021-12-16T11:09:10.324Z"},"1.0.0":{"name":"kolorist","version":"1.0.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/esm/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r ts-node/register src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.esm.json"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"license":"MIT","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^13.7.2","mocha":"^7.0.1","rimraf":"^3.0.2","ts-node":"^8.6.2","typescript":"^3.7.5"},"exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./"},"prettier":{"useTabs":true,"singleQuote":true},"gitHead":"49bddf67b4659dce56bb818c4ea76f3075f0847e","_id":"kolorist@1.0.0","_nodeVersion":"11.15.0","_npmVersion":"6.13.4","dist":{"shasum":"b216a8ba811a3e6761c6fc0530411082f380bf14","size":23380,"noattachment":false,"tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.0.0.tgz","integrity":"sha512-kpiLuT+kb7oQQC2UTSP+ESK4y509UhAn0Bsou0ARj19bs7jrXhUEI5sSc62GdRmueynUZKHi+DFc2Yr6PsDU3Q=="},"maintainers":[{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"}],"_npmUser":{"name":"marvinhagemeister","email":"marvin@marvinhagemeister.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.0.0_1582146220483_0.20972677657310967"},"_hasShrinkwrap":false,"publish_time":1582146220610,"_cnpm_publish_time":1582146220610,"_cnpmcore_publish_time":"2021-12-16T11:09:10.839Z"},"1.5.1":{"name":"kolorist","version":"1.5.1","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"browser":"./dist/module/index.js","import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./":"./*"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"bd15db525f8acda9436a2cf748035b75c44047cb","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.5.1","_nodeVersion":"17.2.0","_npmVersion":"8.1.4","dist":{"integrity":"sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==","shasum":"c3d66dc4fabde4f6b7faa6efda84c00491f9e52b","tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.5.1.tgz","fileCount":12,"unpackedSize":57652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvJ99CRA9TVsSAnZWagAAGT4P/1180NqQpxI8pqWbItnp\nnUBlSab5xcR3NMbwnfjp9fRFiBtBLLnnStWNXNJmyX1SOvE82N3+9nRubFxN\nzsrP9ItFQ6wIBGpUbFKkQBxgoUjrHZgZxKhcvsXGihrLQBTAHBiOj17/d5Uj\n1Fx01AQjJ28d1qTwmatQofWrdLUwx88QTAlOW2L+de0X6dSmuNMAUzrBfBZv\nW6ZDRg9K+cUWTaGegCz+hZQBu/T6REqWW0ulFUsyHSqzgTc9lpFkw0VeHuto\n8iRrTj3WcewqIIzTzoXCk47LWfJjhNxyZMgNCw2EKEl05Pj/LMaGcBlLhIAL\nVHuRrOrke45NObrwt03A1FeFb5r7U78KHfbX0U3rSjE64E42HwGi2bnjK0A6\n+DX5qZF4Tl80/piHHWcv+8dgyStfIWjY79nJgGftmbF+RL3pCw7mi6AB3xrC\nZWygQrCJkhET9XQncpG/B3DBp7nfaDC5QGLtNVxrNusiiVzqgSbae8SbYAx+\nAHQjKfOWqkMPLy3I7rBl3gjfVsGOLBHSLGcXIRAVPHb4ZC9zQbSBtZbNtLdt\nfGk/2t2cmjx4wX8JFErV4uXo6xXjdW1eYHmvurWosmHktA6K/wrXO/feByM5\nY9rtduo7u+qw0okAJP/Gusj1GYPCmEqgMPTqQ3zhewQXU0OMZo7LbxQQxXxB\nkDvq\r\n=hF5w\r\n-----END PGP SIGNATURE-----\r\n","size":26175,"noattachment":false},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.5.1_1639751548970_0.3411389414636725"},"_hasShrinkwrap":false,"publish_time":1639751549168,"_cnpm_publish_time":1639751549168,"_cnpmcore_publish_time":"2021-12-17T14:35:16.432Z"},"1.6.0":{"name":"kolorist","version":"1.6.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"TS_IGNORE_ERROR=true mocha -r ts-node/register --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","ts-node":"^9.1.1","typescript":"^4.2.3"},"exports":{".":{"types":"./dist/types/index.d.ts","browser":"./dist/module/index.js","import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./*":"./*"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"4e724b08d24d54706d429d73cd90b8d80443e73d","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.6.0","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"integrity":"sha512-dLkz37Ab97HWMx9KTes3Tbi3D1ln9fCAy2zr2YVExJasDRPGRaKcoE4fycWNtnCAJfjFqe0cnY+f8KT2JePEXQ==","shasum":"f43ac794305b30032a5bedcae7799d0f91d2ff36","tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.6.0.tgz","fileCount":12,"unpackedSize":57692,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBx1g9TvZ3PWy81V5XJUgJmSdn/2lUHfmtyWcIwgrUagAiEA+Dv/e6SLGof5Z81VzKyvcY/7o6rv3d1tikMQiRFWPxw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHj0cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjBQ/+L7QM2IOZfE7G2K8wN1BhOEqy/JcHdKsGbPESMYDZDwTN1Zbr\r\ny29J5lgTcu1vT70Oqm7dEwbVZSd7BwSXppiE1kcTtSadtokubtq3gWJONIoZ\r\n8HyZsAxZMHyBlAmMq5ADJywccBdsQ++60n7JajqE37WAKeNeekQRHVsS8KOi\r\nsS35/hyaJEl3eVEm5gLaekg1Xiaz4kUgjy5rSNjpb6nUmVTvLx7fXdEakSkm\r\n+pmNJpAWykzHr117sAs9Y6bcn0ohv04WytwzuNOjDYDYYtgNVL4NxLedCKAy\r\nHCixVy1V0SA+T8a6obyBqrSkvEaM2EsN3TTNe6mlybpZsUwQpWlODvaoWcmc\r\nVL2OXPlu9+6gsXY5RuUsvKFfd/oSuMuULHtaabML6lYvfHfxUQ29gVG8vQbL\r\nqhvx37ERs1Jvui1tkqXDodcbi8xqfU+1/sBkyYJygr3Y/Lbh/B1B5S/VWKVs\r\nuHQIpyTpicNopmRHF89lvpOQK//6rnigXAgBUmCnyS2To99nDF9fWt4QKKYb\r\nZOOVUpWRvAU8r4C+tsoXdEQbTDb+rQyIIanKdo5B1fp67xctbPIpawiDVFmq\r\nm+UxS3jTNxgg6GCxn4wmXrws6KHrrkzoqpBTeirqgthrH50Nr3LrXEGJbaDI\r\nFd9lA/bBFhT4AKbfb5Qj723y+aLtxpgBAE0=\r\n=dNdd\r\n-----END PGP SIGNATURE-----\r\n","size":26182},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.6.0_1662926108400_0.8737787520009253"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-11T19:55:19.369Z"},"1.7.0":{"name":"kolorist","version":"1.7.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r @esbuild-kit/cjs-loader --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@changesets/cli":"^2.26.0","@esbuild-kit/cjs-loader":"^2.4.1","@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","typescript":"^4.2.3"},"exports":{".":{"types":"./dist/types/index.d.ts","browser":"./dist/module/index.js","import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./*":"./*"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"99123f8ce772d5d105e6b0811e9ecdd0fc6d48f2","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.7.0","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-ymToLHqL02udwVdbkowNpzjFd6UzozMtshPQKVi5k1EjKRqKqBrOnE9QbLEb0/pV76SAiIT13hdL8R6suc+f3g==","shasum":"8e22bc470ea2d2743dbd461808f8b5246b19f5f4","tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.7.0.tgz","fileCount":11,"unpackedSize":38883,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDMVJ0htmXg7LG6PTqoowr1l9jbZQuIKFBYJTrTZH+BrAiEAr/uX2TkiPGfHL8YxW1aCiYT4X4HZTDNHrF94KdaUlaI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3X4cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDxBAAmHKb7IvTzutFQ9LsEResozDWK3tz7midT7gWe+uiKCMz8NbY\r\nSA+JP5rq6I7UHG3XAIdqSPc1M5CbpxeIU+1ePIoaAADK8eXB640fqJ5E8GMD\r\n+mf6fnd06zpEuxRppxHJFm/4wJqinf1tAd2Fmp0WjEP8hhUT0BpviTSI1jPd\r\nhx+b7PKKAWMyuBeUP5G13+WGI2fL5d96s2UwzsOiTZRXLCjiQxGm3kSvM17y\r\n373bTvHr8mjLosQO7zL+WwMB7JjesvmeLPbbPXRv/Xurn5TsB8CacEQpQ/ZA\r\nX/RsRk1kHWUiENsrVFBpyhtU+GBcVrgqBaZNshdvRjpZqTH93/7UjTEU12eA\r\nSraG9feJrV2t9OF9eX70QMmQkucvzgd1Kk1gsyP+270qQ6ctccBVpHir00vr\r\nVBMYYJE47IORJVtovOtFVl6t4cD5dPHmX21Qfc8SeYUDDVBd6I6y4AlvqEdf\r\nZmNGqhrhjtguXw31u++xkjVE+GXdqbaFzsCIvOHlj36wKAcXzEJ+sc2LvEZt\r\nB7Fp1WOvYX8Lch0aa1J02h6mPk8hTTV7cxJq+s2z322dioEoQfGQeWMYCMJf\r\nP+qcEwEYZN+r4JQNmwB3M5fIDKX3GuQvDjhWBsZXhu/pu6DrwxzZFGUJ8PVb\r\nYtc5ajt0AES1/fUgELc+AwstBS7nWZPv0Ug=\r\n=sAJR\r\n-----END PGP SIGNATURE-----\r\n","size":6137},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.7.0_1675460124347_0.8935239935943851"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T21:35:24.561Z","publish_time":1675460124561},"1.8.0":{"name":"kolorist","version":"1.8.0","description":"A tiny utility to colorize stdin/stdout","main":"dist/cjs/index.js","module":"dist/module/index.js","types":"dist/types/index.d.ts","scripts":{"test":"mocha -r @esbuild-kit/cjs-loader --extension ts,js src/*.test.ts","build":"rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js","prepublishOnly":"npm run build"},"author":{"name":"Marvin Hagemeister","email":"hello@marvinh.dev"},"repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"license":"MIT","devDependencies":{"@changesets/cli":"^2.26.0","@esbuild-kit/cjs-loader":"^2.4.1","@types/mocha":"^8.2.1","@types/node":"^14.14.35","mocha":"^8.3.2","node-pty":"^0.10.0","prettier":"^2.2.1","rimraf":"^3.0.2","typescript":"^4.2.3"},"exports":{".":{"types":"./dist/types/index.d.ts","browser":"./dist/module/index.js","import":"./dist/esm/index.mjs","require":"./dist/cjs/index.js"},"./package.json":"./package.json","./*":"./*"},"prettier":{"useTabs":true,"arrowParens":"avoid","singleQuote":true},"gitHead":"a8fabdc6c8fdb8e87d41239e68708dbde7539496","bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","_id":"kolorist@1.8.0","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"integrity":"sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==","shasum":"edddbbbc7894bc13302cdf740af6374d4a04743c","tarball":"https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz","fileCount":11,"unpackedSize":51023,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNCRrzNaRVJlk76LHdxvo3VaS+gF8I9I+Pk7BfYxZHfAIhALWH+uXTcMcri/T6mK/JeQkGf8/vNK+9XdzMulZSvpe0"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRFksACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGVQ/9FWLeFgsZ0yXU4jBKfALm0vxJhDd58T1+Qk4XWnKA0qz/XMhd\r\nVhcWvSHw6nQWvgdNxJWxd1r1OFaodFROm2XdCCh6Pfs/h8S0iLhWxhbdNcv+\r\nBn1HJyaF0DKMG6G6pW32DEbaAnmjyC1xULasDKo2GXZxhgHyJYUU6AY+yMQB\r\nk5xpb3KyybWCBJbiaQuuJColEyMtiYjHfwNH+86D1r3/Qn3UbyN/4Ij6giDg\r\nVSoOBUWiLro9oi+Fi7ZQiKm11nkK0zOKZ4MhJo5GbpGnog73RRLKvLkPGPuy\r\nJvApkDx9SYAxUyFVK6Ec7LP6MFmyjYISnBrQt1+9V0GgJe2jPBuwNXOxsrNl\r\nJGQ0YsyP1fpe0xUVTZifXuEyGeoOczdXoxMwBnvK0Yqq311iTFY5GTrZ5qrr\r\n6+heVh3yroZusHAAhx94HQusxzgZQWGYkJCUhEu2FkuP6xWSqi8/v9rKYQpK\r\nbmOWOeqQ2Lt5BgDapTdkrYI7PLGSyEOBcATgsGv2p30LApioiM6MLV1C3VeZ\r\nzVJF7bDg+6vGyhwsMQNQMjUb0F8pFtoDC7Bq2cj1ilAbXtzpdQplc4KxG2Ea\r\nD8wHJu5/lJ3NllD9A7B6IWsGavNfbKroGkxG5r+QpGdDvSnfahaARTeLigEI\r\ncNY0n0w0YvqdvcVDp6okpnOZQXPAf+zaGxI=\r\n=GQyz\r\n-----END PGP SIGNATURE-----\r\n","size":8955},"_npmUser":{"name":"marvinhagemeister","email":"hello@marvinh.dev"},"directories":{},"maintainers":[{"name":"marvinhagemeister","email":"hello@marvinh.dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kolorist_1.8.0_1682200876316_0.2788982589171163"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-22T22:01:16.523Z","publish_time":1682200876523}},"bugs":{"url":"https://github.com/marvinhagemeister/kolorist/issues"},"homepage":"https://github.com/marvinhagemeister/kolorist#readme","repository":{"type":"git","url":"git+https://github.com/marvinhagemeister/kolorist.git"},"_source_registry_name":"default"}