Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « wcwidth « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a950ab260c2a7dccfcea2fbf71c9d0fd7b31066f (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "_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"
}