Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / yargs / node_modules / cliui / node_modules / wrap-ansi / package.json
root on 7 May 2019 2 KB Initial commit
{
  "name": "wrap-ansi",
  "version": "2.1.0",
  "description": "Wordwrap a string with ANSI escape codes",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chalk/wrap-ansi.git"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "maintainers": [
    {
      "name": "bcoe",
      "email": "ben@npmjs.com"
    },
    {
      "name": "dthree",
      "email": "threedeecee@gmail.com"
    },
    {
      "name": "qix",
      "email": "i.am.qix@gmail.com"
    },
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo && nyc ava",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "files": [
    "index.js"
  ],
  "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"
  ],
  "dependencies": {
    "string-width": "^1.0.1",
    "strip-ansi": "^3.0.1"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "chalk": "^1.1.0",
    "coveralls": "^2.11.4",
    "has-ansi": "^2.0.0",
    "nyc": "^6.2.1",
    "strip-ansi": "^3.0.0",
    "xo": "*"
  },
  "gitHead": "a731af5a3461d92f2af302e81e05ea698a3c8c1a",
  "bugs": {
    "url": "https://github.com/chalk/wrap-ansi/issues"
  },
  "homepage": "https://github.com/chalk/wrap-ansi#readme",
  "_id": "wrap-ansi@2.1.0",
  "_shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
  "_from": "wrap-ansi@^2.0.0",
  "_npmVersion": "2.15.11",
  "_nodeVersion": "4.6.2",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "dist": {
    "shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
    "tarball": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz"
  },
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/wrap-ansi-2.1.0.tgz_1480440082575_0.23112521297298372"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  "readme": "ERROR: No README data found!"
}