Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/wrap-ansi/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/wrap-ansi/package.json

{
  "_id": "wrap-ansi@8.1.0",
  "_inBundle": true,
  "_location": "/npm/wrap-ansi",
  "_phantomChildren": {
    "eastasianwidth": "0.2.0"
  },
  "_requiredBy": [
    "/npm/@isaacs/cliui"
  ],
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/chalk/wrap-ansi/issues"
  },
  "dependencies": {
    "ansi-styles": "^6.1.0",
    "string-width": "^5.0.1",
    "strip-ansi": "^7.0.1"
  },
  "description": "Wordwrap a string with ANSI escape codes",
  "devDependencies": {
    "ava": "^3.15.0",
    "chalk": "^4.1.2",
    "coveralls": "^3.1.1",
    "has-ansi": "^5.0.1",
    "nyc": "^15.1.0",
    "tsd": "^0.25.0",
    "xo": "^0.44.0"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
  "homepage": "https://github.com/chalk/wrap-ansi#readme",
  "keywords": [
    "wrap",
    "break",
    "wordwrap",
    "wordbreak",
    "linewrap",
    "ansi",
    "styles",
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "string",
    "tty",
    "escape",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "license": "MIT",
  "name": "wrap-ansi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chalk/wrap-ansi.git"
  },
  "scripts": {
    "test": "xo && nyc ava && tsd"
  },
  "type": "module",
  "version": "8.1.0"
}