<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "_from": "ansicolors@~0.3.2",
  "_id": "ansicolors@0.3.2",
  "_integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=",
  "_location": "/ansicolors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ansicolors@~0.3.2",
    "name": "ansicolors",
    "escapedName": "ansicolors",
    "rawSpec": "~0.3.2",
    "saveSpec": null,
    "fetchSpec": "~0.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
  "_shasum": "665597de86a9ffe3aa9bfbe6cae5c6ea426b4979",
  "_shrinkwrap": null,
  "_spec": "ansicolors@~0.3.2",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "thlorenz.com"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/thlorenz/ansicolors/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Functions that surround a string with ansicolor codes so it prints in color.",
  "devDependencies": {},
  "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d",
  "homepage": "https://github.com/thlorenz/ansicolors#readme",
  "keywords": [
    "ansi",
    "colors",
    "highlight",
    "string"
  ],
  "license": "MIT",
  "main": "ansicolors.js",
  "name": "ansicolors",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/ansicolors.git"
  },
  "scripts": {
    "test": "node test/*.js"
  },
  "version": "0.3.2"
}
