Changeset 59329aa for trip-planner-front/node_modules/inquirer
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/inquirer
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/inquirer/node_modules/ansi-styles/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ansi-styles", 3 "version": "4.3.0", 4 "description": "ANSI escape codes for styling strings in the terminal", 5 "license": "MIT", 6 "repository": "chalk/ansi-styles", 7 "funding": "https://github.com/chalk/ansi-styles?sponsor=1", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=8" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd", 18 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" 19 }, 20 "files": [ 21 "index.js", 22 "index.d.ts" 23 ], 24 "keywords": [ 25 "ansi", 26 "styles", 27 "color", 28 "colour", 29 "colors", 30 "terminal", 31 "console", 32 "cli", 33 "string", 34 "tty", 35 "escape", 36 "formatting", 37 "rgb", 38 "256", 39 "shell", 40 "xterm", 41 "log", 42 "logging", 43 "command-line", 44 "text" 45 ], 46 "dependencies": { 47 "color-convert": "^2.0.1" 48 }, 49 "devDependencies": { 50 "@types/color-convert": "^1.9.0", 51 "ava": "^2.3.0", 52 "svg-term-cli": "^2.1.1", 53 "tsd": "^0.11.0", 54 "xo": "^0.25.3" 55 } 2 "_args": [ 3 [ 4 "ansi-styles@4.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ansi-styles@4.3.0", 10 "_id": "ansi-styles@4.3.0", 11 "_inBundle": false, 12 "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 13 "_location": "/inquirer/ansi-styles", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ansi-styles@4.3.0", 19 "name": "ansi-styles", 20 "escapedName": "ansi-styles", 21 "rawSpec": "4.3.0", 22 "saveSpec": null, 23 "fetchSpec": "4.3.0" 24 }, 25 "_requiredBy": [ 26 "/inquirer/chalk" 27 ], 28 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 29 "_spec": "4.3.0", 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/chalk/ansi-styles/issues" 38 }, 39 "dependencies": { 40 "color-convert": "^2.0.1" 41 }, 42 "description": "ANSI escape codes for styling strings in the terminal", 43 "devDependencies": { 44 "@types/color-convert": "^1.9.0", 45 "ava": "^2.3.0", 46 "svg-term-cli": "^2.1.1", 47 "tsd": "^0.11.0", 48 "xo": "^0.25.3" 49 }, 50 "engines": { 51 "node": ">=8" 52 }, 53 "files": [ 54 "index.js", 55 "index.d.ts" 56 ], 57 "funding": "https://github.com/chalk/ansi-styles?sponsor=1", 58 "homepage": "https://github.com/chalk/ansi-styles#readme", 59 "keywords": [ 60 "ansi", 61 "styles", 62 "color", 63 "colour", 64 "colors", 65 "terminal", 66 "console", 67 "cli", 68 "string", 69 "tty", 70 "escape", 71 "formatting", 72 "rgb", 73 "256", 74 "shell", 75 "xterm", 76 "log", 77 "logging", 78 "command-line", 79 "text" 80 ], 81 "license": "MIT", 82 "name": "ansi-styles", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/chalk/ansi-styles.git" 86 }, 87 "scripts": { 88 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor", 89 "test": "xo && ava && tsd" 90 }, 91 "version": "4.3.0" 56 92 } -
trip-planner-front/node_modules/inquirer/node_modules/chalk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "chalk", 3 "version": "4.1.2", 4 "description": "Terminal string styling done right", 5 "license": "MIT", 6 "repository": "chalk/chalk", 7 "funding": "https://github.com/chalk/chalk?sponsor=1", 8 "main": "source", 9 "engines": { 10 "node": ">=10" 11 }, 12 "scripts": { 13 "test": "xo && nyc ava && tsd", 14 "bench": "matcha benchmark.js" 15 }, 16 "files": [ 17 "source", 18 "index.d.ts" 19 ], 20 "keywords": [ 21 "color", 22 "colour", 23 "colors", 24 "terminal", 25 "console", 26 "cli", 27 "string", 28 "str", 29 "ansi", 30 "style", 31 "styles", 32 "tty", 33 "formatting", 34 "rgb", 35 "256", 36 "shell", 37 "xterm", 38 "log", 39 "logging", 40 "command-line", 41 "text" 42 ], 43 "dependencies": { 44 "ansi-styles": "^4.1.0", 45 "supports-color": "^7.1.0" 46 }, 47 "devDependencies": { 48 "ava": "^2.4.0", 49 "coveralls": "^3.0.7", 50 "execa": "^4.0.0", 51 "import-fresh": "^3.1.0", 52 "matcha": "^0.7.0", 53 "nyc": "^15.0.0", 54 "resolve-from": "^5.0.0", 55 "tsd": "^0.7.4", 56 "xo": "^0.28.2" 57 }, 58 "xo": { 59 "rules": { 60 "unicorn/prefer-string-slice": "off", 61 "unicorn/prefer-includes": "off", 62 "@typescript-eslint/member-ordering": "off", 63 "no-redeclare": "off", 64 "unicorn/string-content": "off", 65 "unicorn/better-regex": "off" 66 } 67 } 2 "_args": [ 3 [ 4 "chalk@4.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "chalk@4.1.2", 10 "_id": "chalk@4.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 13 "_location": "/inquirer/chalk", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "chalk@4.1.2", 19 "name": "chalk", 20 "escapedName": "chalk", 21 "rawSpec": "4.1.2", 22 "saveSpec": null, 23 "fetchSpec": "4.1.2" 24 }, 25 "_requiredBy": [ 26 "/inquirer" 27 ], 28 "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 29 "_spec": "4.1.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/chalk/chalk/issues" 33 }, 34 "dependencies": { 35 "ansi-styles": "^4.1.0", 36 "supports-color": "^7.1.0" 37 }, 38 "description": "Terminal string styling done right", 39 "devDependencies": { 40 "ava": "^2.4.0", 41 "coveralls": "^3.0.7", 42 "execa": "^4.0.0", 43 "import-fresh": "^3.1.0", 44 "matcha": "^0.7.0", 45 "nyc": "^15.0.0", 46 "resolve-from": "^5.0.0", 47 "tsd": "^0.7.4", 48 "xo": "^0.28.2" 49 }, 50 "engines": { 51 "node": ">=10" 52 }, 53 "files": [ 54 "source", 55 "index.d.ts" 56 ], 57 "funding": "https://github.com/chalk/chalk?sponsor=1", 58 "homepage": "https://github.com/chalk/chalk#readme", 59 "keywords": [ 60 "color", 61 "colour", 62 "colors", 63 "terminal", 64 "console", 65 "cli", 66 "string", 67 "str", 68 "ansi", 69 "style", 70 "styles", 71 "tty", 72 "formatting", 73 "rgb", 74 "256", 75 "shell", 76 "xterm", 77 "log", 78 "logging", 79 "command-line", 80 "text" 81 ], 82 "license": "MIT", 83 "main": "source", 84 "name": "chalk", 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/chalk/chalk.git" 88 }, 89 "scripts": { 90 "bench": "matcha benchmark.js", 91 "test": "xo && nyc ava && tsd" 92 }, 93 "version": "4.1.2", 94 "xo": { 95 "rules": { 96 "unicorn/prefer-string-slice": "off", 97 "unicorn/prefer-includes": "off", 98 "@typescript-eslint/member-ordering": "off", 99 "no-redeclare": "off", 100 "unicorn/string-content": "off", 101 "unicorn/better-regex": "off" 102 } 103 } 68 104 } -
trip-planner-front/node_modules/inquirer/node_modules/color-convert/package.json
rceaed42 r59329aa 1 1 { 2 "name": "color-convert", 2 "_args": [ 3 [ 4 "color-convert@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "color-convert@2.0.1", 10 "_id": "color-convert@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 13 "_location": "/inquirer/color-convert", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "color-convert@2.0.1", 19 "name": "color-convert", 20 "escapedName": "color-convert", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/inquirer/ansi-styles" 27 ], 28 "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 29 "_spec": "2.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Heather Arthur", 33 "email": "fayearthur@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/Qix-/color-convert/issues" 37 }, 38 "dependencies": { 39 "color-name": "~1.1.4" 40 }, 3 41 "description": "Plain color conversion functions", 4 "version": "2.0.1", 5 "author": "Heather Arthur <fayearthur@gmail.com>", 6 "license": "MIT", 7 "repository": "Qix-/color-convert", 8 "scripts": { 9 "pretest": "xo", 10 "test": "node test/basic.js" 42 "devDependencies": { 43 "chalk": "^2.4.2", 44 "xo": "^0.24.0" 11 45 }, 12 46 "engines": { 13 47 "node": ">=7.0.0" 14 48 }, 49 "files": [ 50 "index.js", 51 "conversions.js", 52 "route.js" 53 ], 54 "homepage": "https://github.com/Qix-/color-convert#readme", 15 55 "keywords": [ 16 56 "color", … … 27 67 "ansi16" 28 68 ], 29 "files": [ 30 "index.js", 31 "conversions.js", 32 "route.js" 33 ], 69 "license": "MIT", 70 "name": "color-convert", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/Qix-/color-convert.git" 74 }, 75 "scripts": { 76 "pretest": "xo", 77 "test": "node test/basic.js" 78 }, 79 "version": "2.0.1", 34 80 "xo": { 35 81 "rules": { … … 38 84 "operator-linebreak": 0 39 85 } 40 },41 "devDependencies": {42 "chalk": "^2.4.2",43 "xo": "^0.24.0"44 },45 "dependencies": {46 "color-name": "~1.1.4"47 86 } 48 87 } -
trip-planner-front/node_modules/inquirer/node_modules/color-name/package.json
rceaed42 r59329aa 1 1 { 2 "name": "color-name", 3 "version": "1.1.4", 2 "_args": [ 3 [ 4 "color-name@1.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "color-name@1.1.4", 10 "_id": "color-name@1.1.4", 11 "_inBundle": false, 12 "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 13 "_location": "/inquirer/color-name", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "color-name@1.1.4", 19 "name": "color-name", 20 "escapedName": "color-name", 21 "rawSpec": "1.1.4", 22 "saveSpec": null, 23 "fetchSpec": "1.1.4" 24 }, 25 "_requiredBy": [ 26 "/inquirer/color-convert" 27 ], 28 "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 29 "_spec": "1.1.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "DY", 33 "email": "dfcreative@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/colorjs/color-name/issues" 37 }, 4 38 "description": "A list of color names and its values", 5 "main": "index.js",6 39 "files": [ 7 40 "index.js" 8 41 ], 9 "scripts": { 10 "test": "node test.js" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git@github.com:colorjs/color-name.git" 15 }, 42 "homepage": "https://github.com/colorjs/color-name", 16 43 "keywords": [ 17 44 "color-name", … … 20 47 "keyword" 21 48 ], 22 "author": "DY <dfcreative@gmail.com>",23 49 "license": "MIT", 24 "bugs": { 25 "url": "https://github.com/colorjs/color-name/issues" 50 "main": "index.js", 51 "name": "color-name", 52 "repository": { 53 "type": "git", 54 "url": "git+ssh://git@github.com/colorjs/color-name.git" 26 55 }, 27 "homepage": "https://github.com/colorjs/color-name" 56 "scripts": { 57 "test": "node test.js" 58 }, 59 "version": "1.1.4" 28 60 } -
trip-planner-front/node_modules/inquirer/node_modules/has-flag/package.json
rceaed42 r59329aa 1 1 { 2 "name": "has-flag", 3 "version": "4.0.0", 4 "description": "Check if argv has a specific flag", 5 "license": "MIT", 6 "repository": "sindresorhus/has-flag", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "has", 24 "check", 25 "detect", 26 "contains", 27 "find", 28 "flag", 29 "cli", 30 "command-line", 31 "argv", 32 "process", 33 "arg", 34 "args", 35 "argument", 36 "arguments", 37 "getopt", 38 "minimist", 39 "optimist" 40 ], 41 "devDependencies": { 42 "ava": "^1.4.1", 43 "tsd": "^0.7.2", 44 "xo": "^0.24.0" 45 } 2 "_args": [ 3 [ 4 "has-flag@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "has-flag@4.0.0", 10 "_id": "has-flag@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 13 "_location": "/inquirer/has-flag", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "has-flag@4.0.0", 19 "name": "has-flag", 20 "escapedName": "has-flag", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/inquirer/supports-color" 27 ], 28 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 29 "_spec": "4.0.0", 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/has-flag/issues" 38 }, 39 "description": "Check if argv has a specific flag", 40 "devDependencies": { 41 "ava": "^1.4.1", 42 "tsd": "^0.7.2", 43 "xo": "^0.24.0" 44 }, 45 "engines": { 46 "node": ">=8" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/sindresorhus/has-flag#readme", 53 "keywords": [ 54 "has", 55 "check", 56 "detect", 57 "contains", 58 "find", 59 "flag", 60 "cli", 61 "command-line", 62 "argv", 63 "process", 64 "arg", 65 "args", 66 "argument", 67 "arguments", 68 "getopt", 69 "minimist", 70 "optimist" 71 ], 72 "license": "MIT", 73 "name": "has-flag", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/sindresorhus/has-flag.git" 77 }, 78 "scripts": { 79 "test": "xo && ava && tsd" 80 }, 81 "version": "4.0.0" 46 82 } -
trip-planner-front/node_modules/inquirer/node_modules/rxjs/package.json
rceaed42 r59329aa 1 1 { 2 "name": "rxjs", 3 "version": "7.4.0", 4 "description": "Reactive Extensions for modern JavaScript", 5 "main": "./dist/cjs/index.js", 6 "module": "./dist/esm5/index.js", 7 "es2015": "./dist/esm/index.js", 8 "types": "index.d.ts", 9 "typesVersions": { 10 ">=4.2": { 11 "*": [ 12 "dist/types/*" 13 ] 14 } 15 }, 16 "sideEffects": false, 17 "exports": { 18 ".": { 19 "node": "./dist/cjs/index.js", 20 "es2015": "./dist/esm/index.js", 21 "default": "./dist/esm5/index.js" 22 }, 23 "./ajax": { 24 "node": "./dist/cjs/ajax/index.js", 25 "es2015": "./dist/esm/ajax/index.js", 26 "default": "./dist/esm5/ajax/index.js" 27 }, 28 "./fetch": { 29 "node": "./dist/cjs/fetch/index.js", 30 "es2015": "./dist/esm/fetch/index.js", 31 "default": "./dist/esm5/fetch/index.js" 32 }, 33 "./operators": { 34 "node": "./dist/cjs/operators/index.js", 35 "es2015": "./dist/esm/operators/index.js", 36 "default": "./dist/esm5/operators/index.js" 37 }, 38 "./testing": { 39 "node": "./dist/cjs/testing/index.js", 40 "es2015": "./dist/esm/testing/index.js", 41 "default": "./dist/esm5/testing/index.js" 42 }, 43 "./webSocket": { 44 "node": "./dist/cjs/webSocket/index.js", 45 "es2015": "./dist/esm/webSocket/index.js", 46 "default": "./dist/esm5/webSocket/index.js" 47 }, 48 "./internal/*": { 49 "node": "./dist/cjs/internal/*.js", 50 "es2015": "./dist/esm/internal/*.js", 51 "default": "./dist/esm5/internal/*.js" 52 }, 53 "./package.json": "./package.json" 2 "_args": [ 3 [ 4 "rxjs@7.4.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "rxjs@7.4.0", 10 "_id": "rxjs@7.4.0", 11 "_inBundle": false, 12 "_integrity": "sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==", 13 "_location": "/inquirer/rxjs", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "rxjs@7.4.0", 19 "name": "rxjs", 20 "escapedName": "rxjs", 21 "rawSpec": "7.4.0", 22 "saveSpec": null, 23 "fetchSpec": "7.4.0" 24 }, 25 "_requiredBy": [ 26 "/inquirer" 27 ], 28 "_resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.4.0.tgz", 29 "_spec": "7.4.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Ben Lesh", 33 "email": "ben@benlesh.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/ReactiveX/RxJS/issues" 54 37 }, 55 38 "config": { … … 58 41 } 59 42 }, 60 "lint-staged": {61 "*.js": "eslint --cache --fix",62 "(src|spec)/**/*.ts": [63 "tslint --fix",64 "prettier --write"65 ],66 "*.{js,css,md}": "prettier --write"67 },68 "scripts": {69 "changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",70 "build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js",71 "lint_spec": "tslint -c spec/tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"",72 "lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"",73 "lint": "npm-run-all --parallel lint_*",74 "dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"",75 "prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian",76 "publish_docs": "./publish_docs.sh",77 "test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"",78 "test:esm": "node spec/module-test-spec.mjs",79 "test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html",80 "test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5",81 "test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js",82 "test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json",83 "test:side-effects:update": "npm run test:side-effects -- --update",84 "test:import": "ts-node ./integration/import/runner.ts",85 "compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./src/tsconfig.types.spec.json ./spec/tsconfig.json",86 "build:clean": "shx rm -rf ./dist",87 "build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js",88 "build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js",89 "api_guardian:update": "tsc -b ./src/tsconfig.types.json && ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",90 "api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts",91 "watch": "nodemon -w \"src/\" -w \"spec/\" -e ts -x npm test",92 "watch:dtslint": "nodemon -w \"src/\" -w \"spec-dtslint/\" -e ts -x npm run dtslint"93 },94 "repository": {95 "type": "git",96 "url": "https://github.com/reactivex/rxjs.git"97 },98 "keywords": [99 "Rx",100 "RxJS",101 "ReactiveX",102 "ReactiveExtensions",103 "Streams",104 "Observables",105 "Observable",106 "Stream",107 "ES6",108 "ES2015"109 ],110 "author": "Ben Lesh <ben@benlesh.com>",111 43 "contributors": [ 112 44 { … … 135 67 } 136 68 ], 137 "license": "Apache-2.0",138 "bugs": {139 "url": "https://github.com/ReactiveX/RxJS/issues"140 },141 "homepage": "https://rxjs.dev",142 69 "dependencies": { 143 70 "tslib": "~2.1.0" 144 71 }, 72 "description": "Reactive Extensions for modern JavaScript", 145 73 "devDependencies": { 146 74 "@angular-devkit/build-optimizer": "0.4.6", … … 207 135 "webpack": "^4.31.0" 208 136 }, 137 "es2015": "./dist/esm/index.js", 138 "exports": { 139 ".": { 140 "node": "./dist/cjs/index.js", 141 "es2015": "./dist/esm/index.js", 142 "default": "./dist/esm5/index.js" 143 }, 144 "./ajax": { 145 "node": "./dist/cjs/ajax/index.js", 146 "es2015": "./dist/esm/ajax/index.js", 147 "default": "./dist/esm5/ajax/index.js" 148 }, 149 "./fetch": { 150 "node": "./dist/cjs/fetch/index.js", 151 "es2015": "./dist/esm/fetch/index.js", 152 "default": "./dist/esm5/fetch/index.js" 153 }, 154 "./operators": { 155 "node": "./dist/cjs/operators/index.js", 156 "es2015": "./dist/esm/operators/index.js", 157 "default": "./dist/esm5/operators/index.js" 158 }, 159 "./testing": { 160 "node": "./dist/cjs/testing/index.js", 161 "es2015": "./dist/esm/testing/index.js", 162 "default": "./dist/esm5/testing/index.js" 163 }, 164 "./webSocket": { 165 "node": "./dist/cjs/webSocket/index.js", 166 "es2015": "./dist/esm/webSocket/index.js", 167 "default": "./dist/esm5/webSocket/index.js" 168 }, 169 "./internal/*": { 170 "node": "./dist/cjs/internal/*.js", 171 "es2015": "./dist/esm/internal/*.js", 172 "default": "./dist/esm5/internal/*.js" 173 }, 174 "./package.json": "./package.json" 175 }, 209 176 "files": [ 210 177 "dist/bundles", … … 226 193 "tsconfig.json" 227 194 ], 195 "homepage": "https://rxjs.dev", 228 196 "husky": { 229 197 "hooks": { … … 231 199 "commit-msg": "validate-commit-msg" 232 200 } 233 } 201 }, 202 "keywords": [ 203 "Rx", 204 "RxJS", 205 "ReactiveX", 206 "ReactiveExtensions", 207 "Streams", 208 "Observables", 209 "Observable", 210 "Stream", 211 "ES6", 212 "ES2015" 213 ], 214 "license": "Apache-2.0", 215 "lint-staged": { 216 "*.js": "eslint --cache --fix", 217 "(src|spec)/**/*.ts": [ 218 "tslint --fix", 219 "prettier --write" 220 ], 221 "*.{js,css,md}": "prettier --write" 222 }, 223 "main": "./dist/cjs/index.js", 224 "module": "./dist/esm5/index.js", 225 "name": "rxjs", 226 "repository": { 227 "type": "git", 228 "url": "git+https://github.com/reactivex/rxjs.git" 229 }, 230 "scripts": { 231 "api_guardian": "ts-api-guardian --verifyDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts", 232 "api_guardian:update": "tsc -b ./src/tsconfig.types.json && ts-api-guardian --outDir api_guard dist/types/index.d.ts dist/types/ajax/index.d.ts dist/types/fetch/index.d.ts dist/types/operators/index.d.ts dist/types/testing/index.d.ts dist/types/webSocket/index.d.ts", 233 "build:clean": "shx rm -rf ./dist", 234 "build:global": "node ./tools/make-umd-bundle.js && node ./tools/make-closure-core.js", 235 "build:package": "npm-run-all build:clean compile build:global && node ./tools/prepare-package.js && node ./tools/generate-alias.js", 236 "build:spec:browser": "echo \"Browser test is not working currently\" && exit -1 && webpack --config spec/support/webpack.mocha.config.js", 237 "changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s", 238 "compile": "tsc -b ./src/tsconfig.cjs.json ./src/tsconfig.cjs.spec.json ./src/tsconfig.esm.json ./src/tsconfig.esm5.json ./src/tsconfig.esm5.rollup.json ./src/tsconfig.types.json ./src/tsconfig.types.spec.json ./spec/tsconfig.json", 239 "dtslint": "tsc -b ./src/tsconfig.types.json && tslint -c spec-dtslint/tslint.json -p spec-dtslint/tsconfig.json \"spec-dtslint/**/*.ts\"", 240 "lint": "npm-run-all --parallel lint_*", 241 "lint_spec": "tslint -c spec/tslint.json -p spec/tsconfig.json \"spec/**/*.ts\"", 242 "lint_src": "tslint -c tslint.json -p src/tsconfig.base.json \"src/**/*.ts\"", 243 "prepublishOnly": "npm run build:package && npm run lint && npm run test && npm run test:circular && npm run dtslint && npm run test:side-effects && npm run api_guardian", 244 "publish_docs": "./publish_docs.sh", 245 "test": "npm run compile && mocha --config spec/support/.mocharc.js \"dist/spec/**/*-spec.js\"", 246 "test:browser": "echo \"Browser test is not working currently\" && exit -1 && npm-run-all build:spec:browser && opn spec/support/mocha-browser-runner.html", 247 "test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm5", 248 "test:esm": "node spec/module-test-spec.mjs", 249 "test:import": "ts-node ./integration/import/runner.ts", 250 "test:side-effects": "check-side-effects --test integration/side-effects/side-effects.json", 251 "test:side-effects:update": "npm run test:side-effects -- --update", 252 "test:systemjs": "node integration/systemjs/systemjs-compatibility-spec.js", 253 "watch": "nodemon -w \"src/\" -w \"spec/\" -e ts -x npm test", 254 "watch:dtslint": "nodemon -w \"src/\" -w \"spec-dtslint/\" -e ts -x npm run dtslint" 255 }, 256 "sideEffects": false, 257 "types": "index.d.ts", 258 "typesVersions": { 259 ">=4.2": { 260 "*": [ 261 "dist/types/*" 262 ] 263 } 264 }, 265 "version": "7.4.0" 234 266 } -
trip-planner-front/node_modules/inquirer/node_modules/supports-color/package.json
rceaed42 r59329aa 1 1 { 2 "name": "supports-color", 3 "version": "7.2.0", 4 "description": "Detect whether a terminal supports color", 5 "license": "MIT", 6 "repository": "chalk/supports-color", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava" 17 }, 18 "files": [ 19 "index.js", 20 "browser.js" 21 ], 22 "keywords": [ 23 "color", 24 "colour", 25 "colors", 26 "terminal", 27 "console", 28 "cli", 29 "ansi", 30 "styles", 31 "tty", 32 "rgb", 33 "256", 34 "shell", 35 "xterm", 36 "command-line", 37 "support", 38 "supports", 39 "capability", 40 "detect", 41 "truecolor", 42 "16m" 43 ], 44 "dependencies": { 45 "has-flag": "^4.0.0" 46 }, 47 "devDependencies": { 48 "ava": "^1.4.1", 49 "import-fresh": "^3.0.0", 50 "xo": "^0.24.0" 51 }, 52 "browser": "browser.js" 2 "_args": [ 3 [ 4 "supports-color@7.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "supports-color@7.2.0", 10 "_id": "supports-color@7.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 13 "_location": "/inquirer/supports-color", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "supports-color@7.2.0", 19 "name": "supports-color", 20 "escapedName": "supports-color", 21 "rawSpec": "7.2.0", 22 "saveSpec": null, 23 "fetchSpec": "7.2.0" 24 }, 25 "_requiredBy": [ 26 "/inquirer/chalk" 27 ], 28 "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 29 "_spec": "7.2.0", 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 "browser": "browser.js", 37 "bugs": { 38 "url": "https://github.com/chalk/supports-color/issues" 39 }, 40 "dependencies": { 41 "has-flag": "^4.0.0" 42 }, 43 "description": "Detect whether a terminal supports color", 44 "devDependencies": { 45 "ava": "^1.4.1", 46 "import-fresh": "^3.0.0", 47 "xo": "^0.24.0" 48 }, 49 "engines": { 50 "node": ">=8" 51 }, 52 "files": [ 53 "index.js", 54 "browser.js" 55 ], 56 "homepage": "https://github.com/chalk/supports-color#readme", 57 "keywords": [ 58 "color", 59 "colour", 60 "colors", 61 "terminal", 62 "console", 63 "cli", 64 "ansi", 65 "styles", 66 "tty", 67 "rgb", 68 "256", 69 "shell", 70 "xterm", 71 "command-line", 72 "support", 73 "supports", 74 "capability", 75 "detect", 76 "truecolor", 77 "16m" 78 ], 79 "license": "MIT", 80 "name": "supports-color", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/chalk/supports-color.git" 84 }, 85 "scripts": { 86 "test": "xo && ava" 87 }, 88 "version": "7.2.0" 53 89 } -
trip-planner-front/node_modules/inquirer/node_modules/tslib/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "tslib@2.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "tslib@2.1.0", 10 "_id": "tslib@2.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", 13 "_location": "/inquirer/tslib", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "tslib@2.1.0", 2 19 "name": "tslib", 3 "author": "Microsoft Corp.", 4 "homepage": "https://www.typescriptlang.org/", 5 "version": "2.1.0", 6 "license": "0BSD", 7 "description": "Runtime library for TypeScript helper functions", 8 "keywords": [ 9 "TypeScript", 10 "Microsoft", 11 "compiler", 12 "language", 13 "javascript", 14 "tslib", 15 "runtime" 16 ], 17 "bugs": { 18 "url": "https://github.com/Microsoft/TypeScript/issues" 20 "escapedName": "tslib", 21 "rawSpec": "2.1.0", 22 "saveSpec": null, 23 "fetchSpec": "2.1.0" 24 }, 25 "_requiredBy": [ 26 "/inquirer/rxjs" 27 ], 28 "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", 29 "_spec": "2.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Microsoft Corp." 33 }, 34 "bugs": { 35 "url": "https://github.com/Microsoft/TypeScript/issues" 36 }, 37 "description": "Runtime library for TypeScript helper functions", 38 "exports": { 39 ".": { 40 "module": "./tslib.es6.js", 41 "import": "./modules/index.js", 42 "default": "./tslib.js" 19 43 }, 20 "repository": { 21 "type": "git", 22 "url": "https://github.com/Microsoft/tslib.git" 23 }, 24 "main": "tslib.js", 25 "module": "tslib.es6.js", 26 "jsnext:main": "tslib.es6.js", 27 "typings": "tslib.d.ts", 28 "sideEffects": false, 29 "exports": { 30 ".": { 31 "module": "./tslib.es6.js", 32 "import": "./modules/index.js", 33 "default": "./tslib.js" 34 }, 35 "./": "./" 36 } 44 "./": "./" 45 }, 46 "homepage": "https://www.typescriptlang.org/", 47 "jsnext:main": "tslib.es6.js", 48 "keywords": [ 49 "TypeScript", 50 "Microsoft", 51 "compiler", 52 "language", 53 "javascript", 54 "tslib", 55 "runtime" 56 ], 57 "license": "0BSD", 58 "main": "tslib.js", 59 "module": "tslib.es6.js", 60 "name": "tslib", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/Microsoft/tslib.git" 64 }, 65 "sideEffects": false, 66 "typings": "tslib.d.ts", 67 "version": "2.1.0" 37 68 } -
trip-planner-front/node_modules/inquirer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "inquirer", 3 "version": "8.1.2", 4 "description": "A collection of common interactive command line user interfaces.", 5 "author": "Simon Boudrias <admin@simonboudrias.com>", 6 "files": [ 7 "lib", 8 "README.md" 2 "_args": [ 3 [ 4 "inquirer@8.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "main": "lib/inquirer.js", 11 "keywords": [ 12 "command", 13 "prompt", 14 "stdin", 15 "cli", 16 "tty", 17 "menu" 8 "_development": true, 9 "_from": "inquirer@8.1.2", 10 "_id": "inquirer@8.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-DHLKJwLPNgkfwNmsuEUKSejJFbkv0FMO9SMiQbjI3n5NQuCrSIBqP66ggqyz2a6t2qEolKrMjhQ3+W/xXgUQ+Q==", 13 "_location": "/inquirer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "inquirer@8.1.2", 19 "name": "inquirer", 20 "escapedName": "inquirer", 21 "rawSpec": "8.1.2", 22 "saveSpec": null, 23 "fetchSpec": "8.1.2" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular", 27 "/@angular/cli" 18 28 ], 19 "engines": { 20 "node": ">=8.0.0" 29 "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.1.2.tgz", 30 "_spec": "8.1.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Simon Boudrias", 34 "email": "admin@simonboudrias.com" 21 35 }, 22 "devDependencies": { 23 "chai": "^4.3.4", 24 "chalk-pipe": "^5.1.1", 25 "cmdify": "^0.0.4", 26 "mocha": "^9.0.2", 27 "mockery": "^2.1.0", 28 "nyc": "^15.0.0", 29 "sinon": "^11.1.1" 36 "bugs": { 37 "url": "https://github.com/SBoudrias/Inquirer.js/issues" 30 38 }, 31 "scripts": {32 "test": "nyc mocha test/**/* -r ./test/before",33 "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",34 "prepublishOnly": "cp ../../README.md .",35 "postpublish": "rm -f README.md"36 },37 "repository": "SBoudrias/Inquirer.js",38 "license": "MIT",39 39 "dependencies": { 40 40 "ansi-escapes": "^4.2.1", … … 53 53 "through": "^2.3.6" 54 54 }, 55 "gitHead": "9bee59b98465656619e4ee563ddbc466dcf2b4f1" 55 "description": "A collection of common interactive command line user interfaces.", 56 "devDependencies": { 57 "chai": "^4.3.4", 58 "chalk-pipe": "^5.1.1", 59 "cmdify": "^0.0.4", 60 "mocha": "^9.0.2", 61 "mockery": "^2.1.0", 62 "nyc": "^15.0.0", 63 "sinon": "^11.1.1" 64 }, 65 "engines": { 66 "node": ">=8.0.0" 67 }, 68 "files": [ 69 "lib", 70 "README.md" 71 ], 72 "gitHead": "9bee59b98465656619e4ee563ddbc466dcf2b4f1", 73 "homepage": "https://github.com/SBoudrias/Inquirer.js#readme", 74 "keywords": [ 75 "command", 76 "prompt", 77 "stdin", 78 "cli", 79 "tty", 80 "menu" 81 ], 82 "license": "MIT", 83 "main": "lib/inquirer.js", 84 "name": "inquirer", 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/SBoudrias/Inquirer.js.git" 88 }, 89 "scripts": { 90 "postpublish": "rm -f README.md", 91 "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov", 92 "prepublishOnly": "cp ../../README.md .", 93 "test": "nyc mocha test/**/* -r ./test/before" 94 }, 95 "version": "8.1.2" 56 96 }
Note:
See TracChangeset
for help on using the changeset viewer.