{
  "manifest": {
    "name": "picocolors",
    "version": "0.2.1",
    "main": "./picocolors.js",
    "types": "./picocolors.d.ts",
    "browser": {
      "./picocolors.js": "./picocolors.browser.js"
    },
    "sideEffects": false,
    "description": "The tiniest and the fastest coloring library ever",
    "files": [
      "picocolors.*",
      "types.ts"
    ],
    "keywords": [
      "terminal",
      "colors",
      "formatting",
      "cli",
      "console"
    ],
    "author": {
      "name": "Alexey Raspopov"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/alexeyraspopov/picocolors.git"
    },
    "license": "ISC",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-picocolors-0.2.1-570670f793646851d1ba135996962abad587859f-integrity/node_modules/picocolors/package.json",
    "readmeFilename": "README.md",
    "readme": "# picocolors\n\n    npm install picocolors\n\nA tinier and faster alternative to [nanocolors](https://github.com/ai/nanocolors). Andrey, are you even trying?\n\n```javascript\nimport pc from \"picocolors\";\n\nconsole.log(pc.green(`How are ${pc.italic(`you`)} doing?`));\n```\n\n- Up to [2x faster and 2x smaller](#benchmarks) than alternatives\n- 3x faster and 10x smaller than `chalk`\n- [TypeScript](https://www.typescriptlang.org/) support\n- [`NO_COLOR`](https://no-color.org/) friendly\n- Node.js v6+ & browsers support\n- The same API, but faster, much faster\n- No `String.prototype` modifications (anyone still doing it?)\n- No dependencies and the smallest `node_modules` footprint\n\n## Docs\nRead **[full docs](https://github.com/alexeyraspopov/picocolors#readme)** on GitHub.\n",
    "licenseText": "ISC License\n\nCopyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz",
    "hash": "570670f793646851d1ba135996962abad587859f",
    "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
    "registry": "npm",
    "packageName": "picocolors",
    "cacheIntegrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== sha1-VwZw95NkaFHRuhNZlpYqutWHhZ8="
  },
  "registry": "npm",
  "hash": "570670f793646851d1ba135996962abad587859f"
}