This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

67
node_modules/wide-align/package.json generated vendored
View File

@@ -1,50 +1,12 @@
{
"_from": "wide-align@^1.1.0",
"_id": "wide-align@1.1.3",
"_inBundle": false,
"_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"_location": "/wide-align",
"_phantomChildren": {
"is-fullwidth-code-point": "2.0.0"
},
"_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.3.tgz",
"_shasum": "ae074e6bdc0c14a431e804e624549c633b000457",
"_spec": "wide-align@^1.1.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\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"
},
"deprecated": false,
"name": "wide-align",
"version": "1.1.3",
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"devDependencies": {
"tap": "10 || 11 || 12"
"main": "align.js",
"scripts": {
"test": "tap --coverage test/*.js",
"version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
},
"files": [
"align.js"
],
"homepage": "https://github.com/iarna/wide-align#readme",
"keywords": [
"wide",
"double",
@@ -53,16 +15,19 @@
"pad",
"align"
],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
"license": "ISC",
"main": "align.js",
"name": "wide-align",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/wide-align.git"
"url": "https://github.com/iarna/wide-align"
},
"scripts": {
"test": "tap --coverage test/*.js",
"version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
"dependencies": {
"string-width": "^1.0.2 || 2"
},
"version": "1.1.3"
"devDependencies": {
"tap": "10 || 11 || 12"
},
"files": [
"align.js"
]
}