• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "wcwidth@^1.0.0",
3  "_id": "wcwidth@1.0.1",
4  "_inBundle": false,
5  "_integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
6  "_location": "/wcwidth",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "wcwidth@^1.0.0",
12    "name": "wcwidth",
13    "escapedName": "wcwidth",
14    "rawSpec": "^1.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^1.0.0"
17  },
18  "_requiredBy": [
19    "/columnify"
20  ],
21  "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
22  "_shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
23  "_spec": "wcwidth@^1.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/columnify",
25  "author": {
26    "name": "Tim Oxley"
27  },
28  "bugs": {
29    "url": "https://github.com/timoxley/wcwidth/issues"
30  },
31  "bundleDependencies": false,
32  "contributors": [
33    {
34      "name": "Woong Jun",
35      "email": "woong.jun@gmail.com",
36      "url": "http://code.woong.org/"
37    }
38  ],
39  "dependencies": {
40    "defaults": "^1.0.3"
41  },
42  "deprecated": false,
43  "description": "Port of C's wcwidth() and wcswidth()",
44  "devDependencies": {
45    "tape": "^4.5.1"
46  },
47  "directories": {
48    "doc": "docs",
49    "test": "test"
50  },
51  "homepage": "https://github.com/timoxley/wcwidth#readme",
52  "keywords": [
53    "wide character",
54    "wc",
55    "wide character string",
56    "wcs",
57    "terminal",
58    "width",
59    "wcwidth",
60    "wcswidth"
61  ],
62  "license": "MIT",
63  "main": "index.js",
64  "name": "wcwidth",
65  "repository": {
66    "type": "git",
67    "url": "git+https://github.com/timoxley/wcwidth.git"
68  },
69  "scripts": {
70    "test": "tape test/*.js"
71  },
72  "version": "1.0.1"
73}
74