Files
yahoo-thing/node_modules/widest-line/package.json
2019-01-25 01:39:48 +01:00

116 lines
3.6 KiB
JSON

{
"_args": [
[
"widest-line@^2.0.0",
"/home/beppe/Github/yahooApi/node_modules/boxen"
]
],
"_from": "widest-line@>=2.0.0 <3.0.0",
"_hasShrinkwrap": false,
"_id": "widest-line@2.0.1",
"_inCache": true,
"_installable": true,
"_location": "/widest-line",
"_nodeVersion": "10.12.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/widest-line_2.0.1_1539713572686_0.18572373483175264"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "6.4.1",
"_phantomChildren": {},
"_requested": {
"name": "widest-line",
"raw": "widest-line@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz",
"_shasum": "7438764730ec7ef4381ce4df82fb98a53142a3fc",
"_shrinkwrap": null,
"_spec": "widest-line@^2.0.0",
"_where": "/home/beppe/Github/yahooApi/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": "^2.1.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": {
"fileCount": 4,
"integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxiolCRA9TVsSAnZWagAAjAMQAJ6ujsqqctO6++0dwIuK\niSlfJEQIxGW+JsGdYRvdeKEjgz3/tZcv6dgvoBTa0jH8Ujq+oUdtg6gFVMUS\noIVe8tyX/c8QHhWrVhO4Q6eYKkGul3ssftEIT4cC+CkD1DlJXVyB47qV4FoJ\nyslyyOquu8Z/bo1dXnI/qm1DkAMEK/QG4nuwAdPR7qRMlF6HDQmmMxIllPn4\nFaxGtuJbQTXCCa9en++llzZ7iB1OX5Q6yJq6ETwQy7vZpWP9EiozHEhxq9O/\n0uB0quHwtkU5oaN3Z9eqzlpL+mtSj4n1iQlTYgdG3YoykszLqIh6cSFKNZ6U\nA/3rnM4phTLalLCgFIixmZVIFwlnLdpQQtexB67pbL6UaWa+CFfSi2dImeOf\no/PO9nlJ2DS0IMlifyVYlMGTp+PjIPujxCdL5NpGtFjvNSQ8u+6G+pI722bp\nBPVGJ9QI4JtxCxeDjeX3K7t7dXL2N98t3H5opb+boFWapwWuY5tD7c9tKoNT\npNKXOxwm2kgHhAsieKkPUQZ2Pmv+ABIy0cUwVpDazUNQ/gbcAc+4SzDdY9hF\nuOcc/VS4bi0lNYlY7PedaXey+RJDvXokxNZZ0CEX1NHe93oAW+c/SPqxLWzJ\n46vMD1onggq6e9qv8MHq5ArAivLCyH6Coa5QvPD5c5yAtCOr8fb9u6eC37Ja\nJEGO\r\n=oEsx\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "7438764730ec7ef4381ce4df82fb98a53142a3fc",
"tarball": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz",
"unpackedSize": 3159
},
"engines": {
"node": ">=4"
},
"gitHead": "11fc92452ad77233a53cec179202a6c68e2b8ad3",
"homepage": "https://github.com/sindresorhus/widest-line#readme",
"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": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/widest-line.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}