Changeset 59329aa for trip-planner-front/node_modules/wide-align
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/wide-align
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/wide-align/node_modules/ansi-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ansi-regex", 3 "version": "3.0.0", 4 "description": "Regular expression for matching ANSI escape codes", 5 "license": "MIT", 6 "repository": "chalk/ansi-regex", 2 "_args": [ 3 [ 4 "ansi-regex@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ansi-regex@3.0.0", 10 "_id": "ansi-regex@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", 13 "_location": "/wide-align/ansi-regex", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ansi-regex@3.0.0", 19 "name": "ansi-regex", 20 "escapedName": "ansi-regex", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/wide-align/strip-ansi" 27 ], 28 "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", 29 "_spec": "3.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 35 }, 36 "bugs": { 37 "url": "https://github.com/chalk/ansi-regex/issues" 38 }, 39 "description": "Regular expression for matching ANSI escape codes", 40 "devDependencies": { 41 "ava": "*", 42 "xo": "*" 43 }, 12 44 "engines": { 13 45 "node": ">=4" 14 },15 "scripts": {16 "test": "xo && ava",17 "view-supported": "node fixtures/view-codes.js"18 46 }, 19 47 "files": [ 20 48 "index.js" 21 49 ], 50 "homepage": "https://github.com/chalk/ansi-regex#readme", 22 51 "keywords": [ 23 52 "ansi", … … 47 76 "pattern" 48 77 ], 49 "devDependencies": { 50 "ava": "*", 51 "xo": "*" 52 } 78 "license": "MIT", 79 "name": "ansi-regex", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/chalk/ansi-regex.git" 83 }, 84 "scripts": { 85 "test": "xo && ava", 86 "view-supported": "node fixtures/view-codes.js" 87 }, 88 "version": "3.0.0" 53 89 } -
trip-planner-front/node_modules/wide-align/node_modules/is-fullwidth-code-point/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-fullwidth-code-point", 3 "version": "2.0.0", 4 "description": "Check if the character represented by a given Unicode code point is fullwidth", 5 "license": "MIT", 6 "repository": "sindresorhus/is-fullwidth-code-point", 2 "_args": [ 3 [ 4 "is-fullwidth-code-point@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-fullwidth-code-point@2.0.0", 10 "_id": "is-fullwidth-code-point@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", 13 "_location": "/wide-align/is-fullwidth-code-point", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-fullwidth-code-point@2.0.0", 19 "name": "is-fullwidth-code-point", 20 "escapedName": "is-fullwidth-code-point", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/wide-align/string-width" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", 29 "_spec": "2.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues" 38 }, 39 "description": "Check if the character represented by a given Unicode code point is fullwidth", 40 "devDependencies": { 41 "ava": "*", 42 "xo": "*" 43 }, 12 44 "engines": { 13 45 "node": ">=4" 14 },15 "scripts": {16 "test": "xo && ava"17 46 }, 18 47 "files": [ 19 48 "index.js" 20 49 ], 50 "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme", 21 51 "keywords": [ 22 52 "fullwidth", … … 36 66 "check" 37 67 ], 38 "devDependencies": { 39 "ava": "*", 40 "xo": "*" 68 "license": "MIT", 69 "name": "is-fullwidth-code-point", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git" 41 73 }, 74 "scripts": { 75 "test": "xo && ava" 76 }, 77 "version": "2.0.0", 42 78 "xo": { 43 79 "esnext": true -
trip-planner-front/node_modules/wide-align/node_modules/string-width/package.json
rceaed42 r59329aa 1 1 { 2 "name": "string-width", 3 "version": "2.1.1", 4 "description": "Get the visual width of a string - the number of columns required to display it", 5 "license": "MIT", 6 "repository": "sindresorhus/string-width", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=4" 14 }, 15 "scripts": { 16 "test": "xo && ava" 17 }, 18 "files": [ 19 "index.js" 20 ], 21 "keywords": [ 22 "string", 23 "str", 24 "character", 25 "char", 26 "unicode", 27 "width", 28 "visual", 29 "column", 30 "columns", 31 "fullwidth", 32 "full-width", 33 "full", 34 "ansi", 35 "escape", 36 "codes", 37 "cli", 38 "command-line", 39 "terminal", 40 "console", 41 "cjk", 42 "chinese", 43 "japanese", 44 "korean", 45 "fixed-width" 46 ], 47 "dependencies": { 48 "is-fullwidth-code-point": "^2.0.0", 49 "strip-ansi": "^4.0.0" 50 }, 51 "devDependencies": { 52 "ava": "*", 53 "xo": "*" 54 } 2 "_args": [ 3 [ 4 "string-width@2.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "string-width@2.1.1", 10 "_id": "string-width@2.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", 13 "_location": "/wide-align/string-width", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "string-width@2.1.1", 19 "name": "string-width", 20 "escapedName": "string-width", 21 "rawSpec": "2.1.1", 22 "saveSpec": null, 23 "fetchSpec": "2.1.1" 24 }, 25 "_requiredBy": [ 26 "/wide-align" 27 ], 28 "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", 29 "_spec": "2.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/string-width/issues" 38 }, 39 "dependencies": { 40 "is-fullwidth-code-point": "^2.0.0", 41 "strip-ansi": "^4.0.0" 42 }, 43 "description": "Get the visual width of a string - the number of columns required to display it", 44 "devDependencies": { 45 "ava": "*", 46 "xo": "*" 47 }, 48 "engines": { 49 "node": ">=4" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/sindresorhus/string-width#readme", 55 "keywords": [ 56 "string", 57 "str", 58 "character", 59 "char", 60 "unicode", 61 "width", 62 "visual", 63 "column", 64 "columns", 65 "fullwidth", 66 "full-width", 67 "full", 68 "ansi", 69 "escape", 70 "codes", 71 "cli", 72 "command-line", 73 "terminal", 74 "console", 75 "cjk", 76 "chinese", 77 "japanese", 78 "korean", 79 "fixed-width" 80 ], 81 "license": "MIT", 82 "name": "string-width", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/sindresorhus/string-width.git" 86 }, 87 "scripts": { 88 "test": "xo && ava" 89 }, 90 "version": "2.1.1" 55 91 } -
trip-planner-front/node_modules/wide-align/node_modules/strip-ansi/package.json
rceaed42 r59329aa 1 1 { 2 "name": "strip-ansi", 3 "version": "4.0.0", 4 "description": "Strip ANSI escape codes", 5 "license": "MIT", 6 "repository": "chalk/strip-ansi", 2 "_args": [ 3 [ 4 "strip-ansi@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "strip-ansi@4.0.0", 10 "_id": "strip-ansi@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", 13 "_location": "/wide-align/strip-ansi", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "strip-ansi@4.0.0", 19 "name": "strip-ansi", 20 "escapedName": "strip-ansi", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/wide-align/string-width" 27 ], 28 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 35 }, 36 "bugs": { 37 "url": "https://github.com/chalk/strip-ansi/issues" 38 }, 39 "dependencies": { 40 "ansi-regex": "^3.0.0" 41 }, 42 "description": "Strip ANSI escape codes", 43 "devDependencies": { 44 "ava": "*", 45 "xo": "*" 46 }, 12 47 "engines": { 13 48 "node": ">=4" 14 },15 "scripts": {16 "test": "xo && ava"17 49 }, 18 50 "files": [ 19 51 "index.js" 20 52 ], 53 "homepage": "https://github.com/chalk/strip-ansi#readme", 21 54 "keywords": [ 22 55 "strip", … … 43 76 "text" 44 77 ], 45 "dependencies": { 46 "ansi-regex": "^3.0.0" 78 "license": "MIT", 79 "name": "strip-ansi", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/chalk/strip-ansi.git" 47 83 }, 48 " devDependencies": {49 " ava": "*",50 "xo": "*"51 }84 "scripts": { 85 "test": "xo && ava" 86 }, 87 "version": "4.0.0" 52 88 } -
trip-planner-front/node_modules/wide-align/package.json
rceaed42 r59329aa 1 1 { 2 "name": "wide-align", 3 "version": "1.1.3", 2 "_args": [ 3 [ 4 "wide-align@1.1.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "wide-align@1.1.3", 10 "_id": "wide-align@1.1.3", 11 "_inBundle": false, 12 "_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", 13 "_location": "/wide-align", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "wide-align@1.1.3", 19 "name": "wide-align", 20 "escapedName": "wide-align", 21 "rawSpec": "1.1.3", 22 "saveSpec": null, 23 "fetchSpec": "1.1.3" 24 }, 25 "_requiredBy": [ 26 "/gauge" 27 ], 28 "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", 29 "_spec": "1.1.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Rebecca Turner", 33 "email": "me@re-becca.org", 34 "url": "http://re-becca.org/" 35 }, 36 "bugs": { 37 "url": "https://github.com/iarna/wide-align/issues" 38 }, 39 "dependencies": { 40 "string-width": "^1.0.2 || 2" 41 }, 4 42 "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", 5 "main": "align.js", 6 "scripts": { 7 "test": "tap --coverage test/*.js", 8 "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json" 43 "devDependencies": { 44 "tap": "10 || 11 || 12" 9 45 }, 46 "files": [ 47 "align.js" 48 ], 49 "homepage": "https://github.com/iarna/wide-align#readme", 10 50 "keywords": [ 11 51 "wide", … … 16 56 "align" 17 57 ], 18 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",19 58 "license": "ISC", 59 "main": "align.js", 60 "name": "wide-align", 20 61 "repository": { 21 62 "type": "git", 22 "url": " https://github.com/iarna/wide-align"63 "url": "git+https://github.com/iarna/wide-align.git" 23 64 }, 24 "dependencies": { 25 "string-width": "^1.0.2 || 2" 65 "scripts": { 66 "test": "tap --coverage test/*.js", 67 "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json" 26 68 }, 27 "devDependencies": { 28 "tap": "10 || 11 || 12" 29 }, 30 "files": [ 31 "align.js" 32 ] 69 "version": "1.1.3" 33 70 }
Note:
See TracChangeset
for help on using the changeset viewer.