package.json 2.6 KB
{
  "_args": [
    [
      "string-width@^1.0.1",
      "/Users/AlexWang/ws/LiveClass/node_modules/yargs"
    ]
  ],
  "_cnpm_publish_time": 1437355869758,
  "_from": "string-width@>=1.0.1 <2.0.0",
  "_id": "string-width@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/string-width",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "string-width",
    "raw": "string-width@^1.0.1",
    "rawSpec": "^1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cliui",
    "/wrap-ansi",
    "/yargs"
  ],
  "_resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.1.tgz",
  "_shasum": "c92129b6f1d7f52acf9af424a26e3864a05ceb0a",
  "_shrinkwrap": null,
  "_spec": "string-width@^1.0.1",
  "_where": "/Users/AlexWang/ws/LiveClass/node_modules/yargs",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/string-width/issues"
  },
  "dependencies": {
    "code-point-at": "^1.0.0",
    "is-fullwidth-code-point": "^1.0.0",
    "strip-ansi": "^3.0.0"
  },
  "description": "Get the visual width of a string - the number of columns required to display it",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "c92129b6f1d7f52acf9af424a26e3864a05ceb0a",
    "size": 1954,
    "tarball": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "f279cfd14835f0a3c8df69ba18e9a3960156e135",
  "homepage": "https://github.com/sindresorhus/string-width",
  "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": "string-width",
  "optionalDependencies": {},
  "publish_time": 1437355869758,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/string-width.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.1"
}