Bones/node_modules/widest-line/package.json

109 lines
2.4 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"widest-line@^1.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\boxen"
]
],
"_from": "widest-line@>=1.0.0-0 <2.0.0-0",
"_id": "widest-line@1.0.0",
"_inCache": true,
"_location": "/widest-line",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "widest-line",
"raw": "widest-line@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0-0 <2.0.0-0",
"type": "range"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
"_shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
"_shrinkwrap": null,
"_spec": "widest-line@^1.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\boxen",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/widest-line/issues"
},
"dependencies": {
"string-width": "^1.0.1"
},
"description": "Get the visual width of the widest line in a string - the number of columns required to display it",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
"tarball": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "8193ed602f6c06939099e574b92828edb896bb8e",
"homepage": "https://github.com/sindresorhus/widest-line",
"installable": true,
"keywords": [
"ansi",
"char",
"character",
"chinese",
"cjk",
"cli",
"codes",
"column",
"columns",
"command-line",
"console",
"escape",
"fixed-width",
"full",
"full-width",
"fullwidth",
"japanese",
"korean",
"str",
"string",
"terminal",
"unicode",
"visual",
"width"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "widest-line",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/sindresorhus/widest-line"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}