{
  "_args": [
    [
      "wrap-ansi@^1.0.0",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/yargs/node_modules/cliui"
    ]
  ],
  "_from": "wrap-ansi@>=1.0.0 <2.0.0",
  "_id": "wrap-ansi@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/wrap-ansi",
  "_nodeVersion": "1.1.0",
  "_npmUser": {
    "email": "bencoe@gmail.com",
    "name": "bcoe"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "wrap-ansi",
    "raw": "wrap-ansi@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/yargs/cliui"
  ],
  "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-1.0.0.tgz",
  "_shasum": "f573bb9ee23cf43891f3362f5f359a1dfa38fc34",
  "_shrinkwrap": null,
  "_spec": "wrap-ansi@^1.0.0",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/yargs/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": {
    "shasum": "f573bb9ee23cf43891f3362f5f359a1dfa38fc34",
    "tarball": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "c890e95ea671779012fa73fd77b74198e8c5d09b",
  "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": "ben@npmjs.com",
      "name": "bcoe"
    },
    {
      "email": "jappelman@xebia.com",
      "name": "jbnicolai"
    },
    {
      "email": "sindresorhus@gmail.com",
      "name": "sindresorhus"
    }
  ],
  "name": "wrap-ansi",
  "optionalDependencies": {},
  "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": "1.0.0"
}
