aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/wide-align/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/wide-align/package.json')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/wide-align/package.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/wide-align/package.json b/sandbox/testAppNevena/Front/node_modules/wide-align/package.json
deleted file mode 100644
index 2dd27074..00000000
--- a/sandbox/testAppNevena/Front/node_modules/wide-align/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "wide-align",
- "version": "1.1.5",
- "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
- "main": "align.js",
- "scripts": {
- "test": "tap --coverage test/*.js"
- },
- "keywords": [
- "wide",
- "double",
- "unicode",
- "cjkv",
- "pad",
- "align"
- ],
- "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
- "license": "ISC",
- "repository": {
- "type": "git",
- "url": "https://github.com/iarna/wide-align"
- },
- "//": "But not version 5 of string-width, as that's ESM only",
- "dependencies": {
- "string-width": "^1.0.2 || 2 || 3 || 4"
- },
- "devDependencies": {
- "tap": "*"
- },
- "files": [
- "align.js"
- ]
-}