1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/wide-align/package.json

67 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2023-12-28 23:41:32 +08:00
"//": "But not version 5 of string-width, as that's ESM only",
"_from": "wide-align@^1.1.0",
"_id": "wide-align@1.1.5",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2023-12-28 23:41:32 +08:00
"_integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
2023-12-18 13:12:25 +08:00
"_location": "/wide-align",
"_phantomChildren": {},
"_requested": {
2023-12-28 23:41:32 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2023-12-28 23:41:32 +08:00
"raw": "wide-align@^1.1.0",
2023-12-18 13:12:25 +08:00
"name": "wide-align",
"escapedName": "wide-align",
2023-12-28 23:41:32 +08:00
"rawSpec": "^1.1.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2023-12-28 23:41:32 +08:00
"fetchSpec": "^1.1.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/gauge"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/wide-align/-/wide-align-1.1.5.tgz",
2023-12-28 23:41:32 +08:00
"_shasum": "df1d4c206854369ecf3c9a4898f1b23fbd9d15d3",
"_spec": "wide-align@^1.1.0",
2024-01-16 21:26:16 +08:00
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\gauge",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/iarna/wide-align/issues"
},
2023-12-28 23:41:32 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2023-12-28 23:41:32 +08:00
"string-width": "^1.0.2 || 2 || 3 || 4"
2023-12-18 13:12:25 +08:00
},
2023-12-28 23:41:32 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"devDependencies": {
2023-12-28 23:41:32 +08:00
"tap": "*"
2023-12-18 13:12:25 +08:00
},
"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": {
2023-12-28 23:41:32 +08:00
"test": "tap --coverage test/*.js"
2023-12-18 13:12:25 +08:00
},
2023-12-28 23:41:32 +08:00
"version": "1.1.5"
2023-12-18 13:12:25 +08:00
}