package.json 2.8 KB
{
  "_args": [
    [
      "wrap-ansi@^2.0.0",
      "/Users/AlexWang/ws/LiveClass/node_modules/cliui"
    ]
  ],
  "_cnpm_publish_time": 1448990843410,
  "_from": "wrap-ansi@>=2.0.0 <3.0.0",
  "_id": "wrap-ansi@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/wrap-ansi",
  "_nodeVersion": "3.2.0",
  "_npmUser": {
    "email": "threedeecee@gmail.com",
    "name": "dthree"
  },
  "_npmVersion": "2.13.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "wrap-ansi",
    "raw": "wrap-ansi@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cliui"
  ],
  "_resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.0.0.tgz",
  "_shasum": "7d30f8f873f9a5bbc3a64dabc8d177e071ae426f",
  "_shrinkwrap": null,
  "_spec": "wrap-ansi@^2.0.0",
  "_where": "/Users/AlexWang/ws/LiveClass/node_modules/cliui",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/chalk/wrap-ansi/issues"
  },
  "dependencies": {
    "string-width": "^1.0.1"
  },
  "description": "Wordwrap a string with ANSI escape codes",
  "devDependencies": {
    "ava": "0.0.4",
    "chalk": "^1.1.0",
    "coveralls": "^2.11.4",
    "has-ansi": "^2.0.0",
    "nyc": "^3.2.2",
    "strip-ansi": "^3.0.0",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "7d30f8f873f9a5bbc3a64dabc8d177e071ae426f",
    "size": 3365,
    "tarball": "http://registry.npm.taobao.org/wrap-ansi/download/wrap-ansi-2.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "89e220072d4768ecd8c5d176ff50944d66ddcc2f",
  "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",
  "maintainers": [
    {
      "email": "bencoe@gmail.com",
      "name": "bcoe"
    },
    {
      "email": "threedeecee@gmail.com",
      "name": "dthree"
    },
    {
      "email": "i.am.qix@gmail.com",
      "name": "qix"
    },
    {
      "email": "sindresorhus@gmail.com",
      "name": "sindresorhus"
    }
  ],
  "name": "wrap-ansi",
  "optionalDependencies": {},
  "publish_time": 1448990843410,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chalk/wrap-ansi.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=text-lcov node test.js | coveralls",
    "test": "xo && nyc node test.js"
  },
  "version": "2.0.0"
}