<!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>
{
  "_args": [
    [
      "ansistyles@0.1.3",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "ansistyles@0.1.3",
  "_id": "ansistyles@0.1.3",
  "_inBundle": false,
  "_integrity": "sha1-XeYEFb2gcbs3EnhUyGT0GyMlRTk=",
  "_location": "/ansistyles",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ansistyles@0.1.3",
    "name": "ansistyles",
    "escapedName": "ansistyles",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz",
  "_spec": "0.1.3",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/ansistyles/issues"
  },
  "description": "Functions that surround a string with ansistyle codes so it prints in style.",
  "gitHead": "27bf1bc65231bcc7fd109bf13b13601b51f8cd04",
  "homepage": "https://github.com/thlorenz/ansistyles#readme",
  "keywords": [
    "ansi",
    "style",
    "terminal",
    "console"
  ],
  "license": "MIT",
  "main": "ansistyles.js",
  "name": "ansistyles",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/ansistyles.git"
  },
  "scripts": {
    "test": "node test/ansistyles.js"
  },
  "version": "0.1.3"
}
