{
  "_from": "kolorist@^1.8.0",
  "_id": "kolorist@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  "_location": "/kolorist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "kolorist@^1.8.0",
    "name": "kolorist",
    "escapedName": "kolorist",
    "rawSpec": "^1.8.0",
    "saveSpec": null,
    "fetchSpec": "^1.8.0"
  },
  "_requiredBy": [
    "/@iconify/utils"
  ],
  "_resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz",
  "_shasum": "edddbbbc7894bc13302cdf740af6374d4a04743c",
  "_spec": "kolorist@^1.8.0",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/@iconify/utils",
  "author": {
    "name": "Marvin Hagemeister",
    "email": "hello@marvinh.dev"
  },
  "bugs": {
    "url": "https://github.com/marvinhagemeister/kolorist/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny utility to colorize stdin/stdout",
  "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",
    "./*": "./*"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/marvinhagemeister/kolorist#readme",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/module/index.js",
  "name": "kolorist",
  "prettier": {
    "useTabs": true,
    "arrowParens": "avoid",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marvinhagemeister/kolorist.git"
  },
  "scripts": {
    "build": "rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js",
    "prepublishOnly": "npm run build",
    "test": "mocha -r @esbuild-kit/cjs-loader --extension ts,js src/*.test.ts"
  },
  "types": "dist/types/index.d.ts",
  "version": "1.8.0"
}
