vs/v5.0.0/node_modules/npm/node_modules/wcwidth/package.json

{
  "_args": [
    [
      "wcwidth@^1.0.0",
      "/Users/rebecca/code/npm/node_modules/columnify"
    ]
  ],
  "_from": "wcwidth@>=1.0.0 <2.0.0",
  "_id": "wcwidth@1.0.0",
  "_inCache": true,
  "_location": "/wcwidth",
  "_npmUser": {
    "email": "secoif@gmail.com",
    "name": "timoxley"
  },
  "_npmVersion": "1.4.23",
  "_phantomChildren": {},
  "_requested": {
    "name": "wcwidth",
    "raw": "wcwidth@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/columnify"
  ],
  "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz",
  "_shasum": "02d059ff7a8fc741e0f6b5da1e69b2b40daeca6f",
  "_shrinkwrap": null,
  "_spec": "wcwidth@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/columnify",
  "author": {
    "name": "Tim Oxley"
  },
  "contributors": [
    {
      "name": "Woong Jun",
      "email": "woong.jun@gmail.com",
      "url": "http://code.woong.org/"
    }
  ],
  "dependencies": {
    "defaults": "^1.0.0"
  },
  "description": "Port of C's wcwidth() and wcswidth()",
  "devDependencies": {
    "tape": "^2.13.4"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "dist": {
    "shasum": "02d059ff7a8fc741e0f6b5da1e69b2b40daeca6f",
    "tarball": "http://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz"
  },
  "gitHead": "5bc3aafd45c89f233c27b9479c18a23ca91ba660",
  "keywords": [
    "terminal",
    "wc",
    "wcs",
    "wcswidth",
    "wcwidth",
    "wide character",
    "wide character string",
    "width"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "timoxley",
      "email": "secoif@gmail.com"
    }
  ],
  "name": "wcwidth",
  "optionalDependencies": {},
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.0.0"
}