package.json 2.5 KB
{
  "_args": [
    [
      "widest-line@^1.0.0",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/boxen"
    ]
  ],
  "_from": "widest-line@>=1.0.0 <2.0.0",
  "_id": "widest-line@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/widest-line",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "widest-line",
    "raw": "widest-line@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/boxen"
  ],
  "_resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
  "_shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
  "_shrinkwrap": null,
  "_spec": "widest-line@^1.0.0",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/boxen",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/widest-line/issues"
  },
  "dependencies": {
    "string-width": "^1.0.1"
  },
  "description": "Get the visual width of the widest line in a string - the number of columns required to display it",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
    "tarball": "http://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "8193ed602f6c06939099e574b92828edb896bb8e",
  "homepage": "https://github.com/sindresorhus/widest-line",
  "keywords": [
    "string",
    "str",
    "character",
    "char",
    "unicode",
    "width",
    "visual",
    "column",
    "columns",
    "fullwidth",
    "full-width",
    "full",
    "ansi",
    "escape",
    "codes",
    "cli",
    "command-line",
    "terminal",
    "console",
    "cjk",
    "chinese",
    "japanese",
    "korean",
    "fixed-width"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "sindresorhus@gmail.com",
      "name": "sindresorhus"
    }
  ],
  "name": "widest-line",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/widest-line.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.0.0"
}