summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/columnify/node_modules/wcwidth.js/package.json
blob: 104b7076326c3d47bb5f807435ac25e5677ed7ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "name": "wcwidth.js",
  "version": "0.0.4",
  "description": "A JavaScript porting of C's wcwidth() and wcswidth()",
  "author": {
    "name": "Woong Jun",
    "email": "woong.jun@gmail.com",
    "url": "http://code.woong.org/"
  },
  "contributors": [],
  "homepage": "http://code.woong.org/wcwidth.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mycoboco/wcwidth.js.git"
  },
  "bugs": {
    "url": "https://github.com/mycoboco/wcwidth.js/issues",
    "email": "woong.jun@gmail.com"
  },
  "main": "wcwidth.js",
  "dependencies": {
    "underscore": ">= 1.3.0"
  },
  "devDependencies": {},
  "engines": {
    "node": ">= 0.8.0"
  },
  "licenses": "MIT",
  "keywords": [
    "wide character",
    "wc",
    "wide character string",
    "wcs",
    "terminal",
    "width",
    "wcwidth",
    "wcswidth"
  ],
  "_id": "wcwidth.js@0.0.4",
  "dist": {
    "shasum": "44298a7c899c17501990fdaddd76ef6bd081be75",
    "tarball": "http://registry.npmjs.org/wcwidth.js/-/wcwidth.js-0.0.4.tgz"
  },
  "_from": "wcwidth.js@~0.0.4",
  "_npmVersion": "1.3.11",
  "_npmUser": {
    "name": "mycoboco",
    "email": "woong.jun@gmail.com"
  },
  "maintainers": [
    {
      "name": "mycoboco",
      "email": "woong.jun@gmail.com"
    }
  ],
  "directories": {},
  "_shasum": "44298a7c899c17501990fdaddd76ef6bd081be75",
  "_resolved": "https://registry.npmjs.org/wcwidth.js/-/wcwidth.js-0.0.4.tgz",
  "readme": "ERROR: No README data found!"
}