99 lines
2.3 KiB
JSON
99 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"wcwidth@^1.0.0",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\columnify"
|
|
]
|
|
],
|
|
"_from": "wcwidth@>=1.0.0-0 <2.0.0-0",
|
|
"_id": "wcwidth@1.0.1",
|
|
"_inCache": true,
|
|
"_location": "/wcwidth",
|
|
"_nodeVersion": "5.10.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/wcwidth-1.0.1.tgz_1464580614788_0.27110297488979995"
|
|
},
|
|
"_npmUser": {
|
|
"email": "secoif@gmail.com",
|
|
"name": "timoxley"
|
|
},
|
|
"_npmVersion": "3.9.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "wcwidth",
|
|
"raw": "wcwidth@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0-0 <2.0.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/columnify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
"_shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
|
|
"_shrinkwrap": null,
|
|
"_spec": "wcwidth@^1.0.0",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\columnify",
|
|
"author": {
|
|
"name": "Tim Oxley"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/timoxley/wcwidth/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Woong Jun",
|
|
"email": "woong.jun@gmail.com",
|
|
"url": "http://code.woong.org/"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"defaults": "^1.0.3"
|
|
},
|
|
"description": "Port of C's wcwidth() and wcswidth()",
|
|
"devDependencies": {
|
|
"tape": "^4.5.1"
|
|
},
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
|
|
"tarball": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz"
|
|
},
|
|
"gitHead": "5f7935f7df9d4146e001829ed14d1629ced210ba",
|
|
"homepage": "https://github.com/timoxley/wcwidth#readme",
|
|
"installable": true,
|
|
"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": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/timoxley/wcwidth.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|