projecte_ionic/node_modules/wide-align/package.json
2022-02-09 18:30:03 +01:00

67 lines
1.7 KiB
JSON
Executable file

{
"//": "But not version 5 of string-width, as that's ESM only",
"_from": "wide-align@^1.1.0",
"_id": "wide-align@1.1.5",
"_inBundle": false,
"_integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
"_location": "/wide-align",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "wide-align@^1.1.0",
"name": "wide-align",
"escapedName": "wide-align",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/gauge"
],
"_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
"_shasum": "df1d4c206854369ecf3c9a4898f1b23fbd9d15d3",
"_spec": "wide-align@^1.1.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/gauge",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/iarna/wide-align/issues"
},
"bundleDependencies": false,
"dependencies": {
"string-width": "^1.0.2 || 2 || 3 || 4"
},
"deprecated": false,
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"devDependencies": {
"tap": "*"
},
"files": [
"align.js"
],
"homepage": "https://github.com/iarna/wide-align#readme",
"keywords": [
"wide",
"double",
"unicode",
"cjkv",
"pad",
"align"
],
"license": "ISC",
"main": "align.js",
"name": "wide-align",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/wide-align.git"
},
"scripts": {
"test": "tap --coverage test/*.js"
},
"version": "1.1.5"
}