{
  "_args": [
    [
      "picocolors@1.1.0",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "picocolors@1.1.0",
  "_id": "picocolors@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
  "_location": "/picocolors",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "picocolors@1.1.0",
    "name": "picocolors",
    "escapedName": "picocolors",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@babel/code-frame",
    "/@babel/highlight",
    "/update-browserslist-db"
  ],
  "_resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Alexey Raspopov"
  },
  "browser": {
    "./picocolors.js": "./picocolors.browser.js"
  },
  "bugs": {
    "url": "https://github.com/alexeyraspopov/picocolors/issues"
  },
  "clean-publish": {
    "cleanDocs": true
  },
  "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
  "devDependencies": {
    "ansi-colors": "^4.1.1",
    "benchmark": "^2.1.4",
    "chalk": "^4.1.2",
    "clean-publish": "^3.0.3",
    "cli-color": "^2.0.0",
    "colorette": "^2.0.12",
    "kleur": "^4.1.4",
    "nanocolors": "^0.2.12",
    "prettier": "^2.4.1"
  },
  "files": [
    "picocolors.*",
    "types.ts"
  ],
  "homepage": "https://github.com/alexeyraspopov/picocolors#readme",
  "keywords": [
    "terminal",
    "colors",
    "formatting",
    "cli",
    "console"
  ],
  "license": "ISC",
  "main": "./picocolors.js",
  "name": "picocolors",
  "prettier": {
    "printWidth": 100,
    "useTabs": true,
    "tabWidth": 2,
    "semi": false,
    "arrowParens": "avoid"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexeyraspopov/picocolors.git"
  },
  "scripts": {
    "test": "node tests/test.js"
  },
  "sideEffects": false,
  "types": "./picocolors.d.ts",
  "version": "1.1.0"
}
