Changeset 59329aa for trip-planner-front/node_modules/gauge
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/gauge
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/gauge/node_modules/ansi-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ansi-regex", 3 "version": "2.1.1", 4 "description": "Regular expression for matching ANSI escape codes", 5 "license": "MIT", 6 "repository": "chalk/ansi-regex", 2 "_args": [ 3 [ 4 "ansi-regex@2.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ansi-regex@2.1.1", 10 "_id": "ansi-regex@2.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", 13 "_location": "/gauge/ansi-regex", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ansi-regex@2.1.1", 19 "name": "ansi-regex", 20 "escapedName": "ansi-regex", 21 "rawSpec": "2.1.1", 22 "saveSpec": null, 23 "fetchSpec": "2.1.1" 24 }, 25 "_requiredBy": [ 26 "/gauge/strip-ansi" 27 ], 28 "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", 29 "_spec": "2.1.1", 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 }, 12 "maintainers": [ 13 "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", 14 "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)", 15 "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)" 16 ], 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": "0.17.0", 42 "xo": "0.16.0" 43 }, 17 44 "engines": { 18 45 "node": ">=0.10.0" 19 },20 "scripts": {21 "test": "xo && ava --verbose",22 "view-supported": "node fixtures/view-codes.js"23 46 }, 24 47 "files": [ 25 48 "index.js" 26 49 ], 50 "homepage": "https://github.com/chalk/ansi-regex#readme", 27 51 "keywords": [ 28 52 "ansi", … … 52 76 "pattern" 53 77 ], 54 "devDependencies": { 55 "ava": "0.17.0", 56 "xo": "0.16.0" 78 "license": "MIT", 79 "maintainers": [ 80 { 81 "name": "Sindre Sorhus", 82 "email": "sindresorhus@gmail.com", 83 "url": "sindresorhus.com" 84 }, 85 { 86 "name": "Joshua Appelman", 87 "email": "jappelman@xebia.com", 88 "url": "jbnicolai.com" 89 }, 90 { 91 "name": "JD Ballard", 92 "email": "i.am.qix@gmail.com", 93 "url": "github.com/qix-" 94 } 95 ], 96 "name": "ansi-regex", 97 "repository": { 98 "type": "git", 99 "url": "git+https://github.com/chalk/ansi-regex.git" 57 100 }, 101 "scripts": { 102 "test": "xo && ava --verbose", 103 "view-supported": "node fixtures/view-codes.js" 104 }, 105 "version": "2.1.1", 58 106 "xo": { 59 107 "rules": { -
trip-planner-front/node_modules/gauge/node_modules/is-fullwidth-code-point/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-fullwidth-code-point", 3 "version": "1.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@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-fullwidth-code-point@1.0.0", 10 "_id": "is-fullwidth-code-point@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", 13 "_location": "/gauge/is-fullwidth-code-point", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-fullwidth-code-point@1.0.0", 19 "name": "is-fullwidth-code-point", 20 "escapedName": "is-fullwidth-code-point", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/gauge/string-width" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", 29 "_spec": "1.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 "dependencies": { 40 "number-is-nan": "^1.0.0" 41 }, 42 "description": "Check if the character represented by a given Unicode code point is fullwidth", 43 "devDependencies": { 44 "ava": "0.0.4", 45 "code-point-at": "^1.0.0" 46 }, 12 47 "engines": { 13 48 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "node test.js"17 49 }, 18 50 "files": [ 19 51 "index.js" 20 52 ], 53 "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme", 21 54 "keywords": [ 22 55 "fullwidth", … … 36 69 "check" 37 70 ], 38 "dependencies": { 39 "number-is-nan": "^1.0.0" 71 "license": "MIT", 72 "name": "is-fullwidth-code-point", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git" 40 76 }, 41 " devDependencies": {42 " ava": "0.0.4",43 "code-point-at": "^1.0.0"44 }77 "scripts": { 78 "test": "node test.js" 79 }, 80 "version": "1.0.0" 45 81 } -
trip-planner-front/node_modules/gauge/node_modules/string-width/package.json
rceaed42 r59329aa 1 1 { 2 "name": "string-width", 3 "version": "1.0.2", 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", 2 "_args": [ 3 [ 4 "string-width@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "string-width@1.0.2", 10 "_id": "string-width@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", 13 "_location": "/gauge/string-width", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "string-width@1.0.2", 19 "name": "string-width", 20 "escapedName": "string-width", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/gauge" 27 ], 28 "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", 29 "_spec": "1.0.2", 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/string-width/issues" 38 }, 39 "dependencies": { 40 "code-point-at": "^1.0.0", 41 "is-fullwidth-code-point": "^1.0.0", 42 "strip-ansi": "^3.0.0" 43 }, 44 "description": "Get the visual width of a string - the number of columns required to display it", 45 "devDependencies": { 46 "ava": "*", 47 "xo": "*" 48 }, 12 49 "engines": { 13 50 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "xo && ava"17 51 }, 18 52 "files": [ 19 53 "index.js" 20 54 ], 55 "homepage": "https://github.com/sindresorhus/string-width#readme", 21 56 "keywords": [ 22 57 "string", … … 45 80 "fixed-width" 46 81 ], 47 "dependencies": { 48 "code-point-at": "^1.0.0", 49 "is-fullwidth-code-point": "^1.0.0", 50 "strip-ansi": "^3.0.0" 82 "license": "MIT", 83 "name": "string-width", 84 "repository": { 85 "type": "git", 86 "url": "git+https://github.com/sindresorhus/string-width.git" 51 87 }, 52 " devDependencies": {53 " ava": "*",54 "xo": "*"55 }88 "scripts": { 89 "test": "xo && ava" 90 }, 91 "version": "1.0.2" 56 92 } -
trip-planner-front/node_modules/gauge/node_modules/strip-ansi/package.json
rceaed42 r59329aa 1 1 { 2 "name": "strip-ansi", 3 "version": "3.0.1", 4 "description": "Strip ANSI escape codes", 5 "license": "MIT", 6 "repository": "chalk/strip-ansi", 2 "_args": [ 3 [ 4 "strip-ansi@3.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "strip-ansi@3.0.1", 10 "_id": "strip-ansi@3.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", 13 "_location": "/gauge/strip-ansi", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "strip-ansi@3.0.1", 19 "name": "strip-ansi", 20 "escapedName": "strip-ansi", 21 "rawSpec": "3.0.1", 22 "saveSpec": null, 23 "fetchSpec": "3.0.1" 24 }, 25 "_requiredBy": [ 26 "/gauge", 27 "/gauge/string-width" 28 ], 29 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", 30 "_spec": "3.0.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 32 "author": { 8 33 "name": "Sindre Sorhus", … … 10 35 "url": "sindresorhus.com" 11 36 }, 12 "maintainers": [ 13 "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", 14 "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)", 15 "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)" 16 ], 37 "bugs": { 38 "url": "https://github.com/chalk/strip-ansi/issues" 39 }, 40 "dependencies": { 41 "ansi-regex": "^2.0.0" 42 }, 43 "description": "Strip ANSI escape codes", 44 "devDependencies": { 45 "ava": "*", 46 "xo": "*" 47 }, 17 48 "engines": { 18 49 "node": ">=0.10.0" 19 },20 "scripts": {21 "test": "xo && ava"22 50 }, 23 51 "files": [ 24 52 "index.js" 25 53 ], 54 "homepage": "https://github.com/chalk/strip-ansi#readme", 26 55 "keywords": [ 27 56 "strip", … … 48 77 "text" 49 78 ], 50 "dependencies": { 51 "ansi-regex": "^2.0.0" 79 "license": "MIT", 80 "maintainers": [ 81 { 82 "name": "Sindre Sorhus", 83 "email": "sindresorhus@gmail.com", 84 "url": "sindresorhus.com" 85 }, 86 { 87 "name": "Joshua Boy Nicolai Appelman", 88 "email": "joshua@jbna.nl", 89 "url": "jbna.nl" 90 }, 91 { 92 "name": "JD Ballard", 93 "email": "i.am.qix@gmail.com", 94 "url": "github.com/qix-" 95 } 96 ], 97 "name": "strip-ansi", 98 "repository": { 99 "type": "git", 100 "url": "git+https://github.com/chalk/strip-ansi.git" 52 101 }, 53 " devDependencies": {54 " ava": "*",55 "xo": "*"56 }102 "scripts": { 103 "test": "xo && ava" 104 }, 105 "version": "3.0.1" 57 106 } -
trip-planner-front/node_modules/gauge/package.json
rceaed42 r59329aa 1 1 { 2 "name": "gauge", 3 "version": "2.7.4", 4 "description": "A terminal based horizontal guage", 5 "main": "index.js", 6 "scripts": { 7 "test": "standard && tap test/*.js --coverage", 8 "prepublish": "rm -f *~" 2 "_args": [ 3 [ 4 "gauge@2.7.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "gauge@2.7.4", 10 "_id": "gauge@2.7.4", 11 "_inBundle": false, 12 "_integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", 13 "_location": "/gauge", 14 "_phantomChildren": { 15 "code-point-at": "1.1.0", 16 "number-is-nan": "1.0.1" 9 17 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/iarna/gauge" 18 "_requested": { 19 "type": "version", 20 "registry": true, 21 "raw": "gauge@2.7.4", 22 "name": "gauge", 23 "escapedName": "gauge", 24 "rawSpec": "2.7.4", 25 "saveSpec": null, 26 "fetchSpec": "2.7.4" 13 27 }, 14 "keywords": [ 15 "progressbar", 16 "progress", 17 "gauge" 28 "_requiredBy": [ 29 "/npmlog" 18 30 ], 19 "author": "Rebecca Turner <me@re-becca.org>", 20 "license": "ISC", 31 "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", 32 "_spec": "2.7.4", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Rebecca Turner", 36 "email": "me@re-becca.org" 37 }, 21 38 "bugs": { 22 39 "url": "https://github.com/iarna/gauge/issues" 23 40 }, 24 "homepage": "https://github.com/iarna/gauge",25 41 "dependencies": { 26 42 "aproba": "^1.0.3", … … 33 49 "wide-align": "^1.1.0" 34 50 }, 51 "description": "A terminal based horizontal guage", 35 52 "devDependencies": { 36 53 "readable-stream": "^2.0.6", … … 60 77 "themes.js", 61 78 "wide-truncate.js" 62 ] 79 ], 80 "homepage": "https://github.com/iarna/gauge", 81 "keywords": [ 82 "progressbar", 83 "progress", 84 "gauge" 85 ], 86 "license": "ISC", 87 "main": "index.js", 88 "name": "gauge", 89 "repository": { 90 "type": "git", 91 "url": "git+https://github.com/iarna/gauge.git" 92 }, 93 "scripts": { 94 "prepublish": "rm -f *~", 95 "test": "standard && tap test/*.js --coverage" 96 }, 97 "version": "2.7.4" 63 98 }
Note:
See TracChangeset
for help on using the changeset viewer.