Changeset 59329aa for trip-planner-front/node_modules/@angular
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/@angular
- Files:
-
- 31 deleted
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/animations/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/animations", 3 "version": "12.2.9", 4 "description": "Angular - animations integration with web-animations", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/animations@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/animations@12.2.9", 9 "_id": "@angular/animations@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-duGhAuXw4OtgnWi5KqS/qnnWDtvG3jbPjjalTMhFPHHdUl7p3pJ2sM9WX7Fqp3QPnxBnQ+vdgQYbfUQ7c/g2cA==", 12 "_location": "/@angular/animations", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/animations@12.2.9", 18 "name": "@angular/animations", 19 "escapedName": "@angular%2fanimations", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 "peerDependencies": { 14 "@angular/core": "12.2.9" 40 "description": "Angular - animations integration with web-animations", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 15 43 }, 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/angular/angular.git", 19 "directory": "packages/animations" 20 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 45 "es2015": "./fesm2015/animations.js", 46 "esm2015": "./esm2015/animations.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 48 "fesm2015": "./fesm2015/animations.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 51 "main": "./bundles/animations.umd.js", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 53 "module": "./fesm2015/animations.js", 54 "name": "@angular/animations", 21 55 "ng-update": { 22 56 "packageGroup": [ … … 39 73 ] 40 74 }, 75 "peerDependencies": { 76 "@angular/core": "12.2.9" 77 }, 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/angular/angular.git", 81 "directory": "packages/animations" 82 }, 41 83 "sideEffects": false, 42 "main": "./bundles/animations.umd.js",43 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js",44 "fesm2015": "./fesm2015/animations.js",45 "esm2015": "./esm2015/animations.js",46 84 "typings": "./animations.d.ts", 47 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 48 "module": "./fesm2015/animations.js", 49 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 50 "es2015": "./fesm2015/animations.js", 85 "version": "12.2.9", 51 86 "__processed_by_ivy_ngcc__": { 52 87 "es2015": "12.2.9", -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts
rceaed42 r59329aa 14 14 * retention of the class and its directive metadata. 15 15 */ 16 import * as ɵngcc0 from '@angular/core';17 16 export declare const CDK_DRAG_HANDLE: InjectionToken<CdkDragHandle>; 18 17 /** Handle that can be used to drag a CdkDrag instance. */ … … 30 29 ngOnDestroy(): void; 31 30 static ngAcceptInputType_disabled: BooleanInput; 32 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragHandle, [null, { optional: true; skipSelf: true; }]>;33 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragHandle, "[cdkDragHandle]", never, { "disabled": "cdkDragHandleDisabled"; }, {}, never>;34 31 } 35 36 //# sourceMappingURL=drag-handle.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-placeholder.d.ts
rceaed42 r59329aa 12 12 * retention of the class and its directive metadata. 13 13 */ 14 import * as ɵngcc0 from '@angular/core';15 14 export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>; 16 15 /** … … 23 22 data: T; 24 23 constructor(templateRef: TemplateRef<T>); 25 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragPlaceholder<any>, never>;26 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragPlaceholder<any>, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>;27 24 } 28 29 //# sourceMappingURL=drag-placeholder.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-preview.d.ts
rceaed42 r59329aa 13 13 * retention of the class and its directive metadata. 14 14 */ 15 import * as ɵngcc0 from '@angular/core';16 15 export declare const CDK_DRAG_PREVIEW: InjectionToken<CdkDragPreview<any>>; 17 16 /** … … 29 28 constructor(templateRef: TemplateRef<T>); 30 29 static ngAcceptInputType_matchSize: BooleanInput; 31 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragPreview<any>, never>;32 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragPreview<any>, "ng-template[cdkDragPreview]", never, { "matchSize": "matchSize"; "data": "data"; }, {}, never>;33 30 } 34 35 //# sourceMappingURL=drag-preview.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag.d.ts
rceaed42 r59329aa 19 19 import { DragDropConfig, DragStartDelay, DragAxis } from './config'; 20 20 /** Element that can be moved inside a CdkDropList container. */ 21 import * as ɵngcc0 from '@angular/core';22 21 export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy { 23 22 /** Element that the draggable is attached to. */ … … 157 156 private _setupHandlesListener; 158 157 static ngAcceptInputType_disabled: BooleanInput; 159 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDrag<any>, [null, { optional: true; skipSelf: true; }, null, null, null, { optional: true; }, { optional: true; }, null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;160 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDrag<any>, "[cdkDrag]", ["cdkDrag"], { "disabled": "cdkDragDisabled"; "dragStartDelay": "cdkDragStartDelay"; "lockAxis": "cdkDragLockAxis"; "constrainPosition": "cdkDragConstrainPosition"; "previewClass": "cdkDragPreviewClass"; "boundaryElement": "cdkDragBoundary"; "rootElementSelector": "cdkDragRootElement"; "previewContainer": "cdkDragPreviewContainer"; "data": "cdkDragData"; "freeDragPosition": "cdkDragFreeDragPosition"; }, { "started": "cdkDragStarted"; "released": "cdkDragReleased"; "ended": "cdkDragEnded"; "entered": "cdkDragEntered"; "exited": "cdkDragExited"; "dropped": "cdkDragDropped"; "moved": "cdkDragMoved"; }, ["_previewTemplate", "_placeholderTemplate", "_handles"]>;161 158 } 162 163 //# sourceMappingURL=drag.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list-group.d.ts
rceaed42 r59329aa 13 13 * retention of the class and its directive metadata. 14 14 */ 15 import * as ɵngcc0 from '@angular/core';16 15 export declare const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<unknown>>; 17 16 /** … … 30 29 ngOnDestroy(): void; 31 30 static ngAcceptInputType_disabled: BooleanInput; 32 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropListGroup<any>, never>;33 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;34 31 } 35 36 //# sourceMappingURL=drop-list-group.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list.d.ts
rceaed42 r59329aa 21 21 * @docs-private 22 22 */ 23 import * as ɵngcc0 from '@angular/core';24 23 export interface CdkDropListInternal extends CdkDropList { 25 24 } … … 123 122 static ngAcceptInputType_autoScrollDisabled: BooleanInput; 124 123 static ngAcceptInputType_autoScrollStep: NumberInput; 125 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropList<any>, [null, null, null, null, { optional: true; }, { optional: true; skipSelf: true; }, { optional: true; }]>;126 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropList<any>, "[cdkDropList], cdk-drop-list", ["cdkDropList"], { "connectedTo": "cdkDropListConnectedTo"; "id": "id"; "enterPredicate": "cdkDropListEnterPredicate"; "sortPredicate": "cdkDropListSortPredicate"; "disabled": "cdkDropListDisabled"; "sortingDisabled": "cdkDropListSortingDisabled"; "autoScrollDisabled": "cdkDropListAutoScrollDisabled"; "orientation": "cdkDropListOrientation"; "lockAxis": "cdkDropListLockAxis"; "data": "cdkDropListData"; "autoScrollStep": "cdkDropListAutoScrollStep"; }, { "dropped": "cdkDropListDropped"; "entered": "cdkDropListEntered"; "exited": "cdkDropListExited"; "sorted": "cdkDropListSorted"; }, never>;127 124 } 128 129 //# sourceMappingURL=drop-list.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop-module.d.ts
rceaed42 r59329aa 6 6 * found in the LICENSE file at https://angular.io/license 7 7 */ 8 import * as ɵngcc0 from '@angular/core';9 import * as ɵngcc1 from './directives/drop-list';10 import * as ɵngcc2 from './directives/drop-list-group';11 import * as ɵngcc3 from './directives/drag';12 import * as ɵngcc4 from './directives/drag-handle';13 import * as ɵngcc5 from './directives/drag-preview';14 import * as ɵngcc6 from './directives/drag-placeholder';15 import * as ɵngcc7 from '@angular/cdk/scrolling';16 8 export declare class DragDropModule { 17 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropModule, never>;18 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<DragDropModule, [typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder], never, [typeof ɵngcc7.CdkScrollableModule, typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder]>;19 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<DragDropModule>;20 9 } 21 22 //# sourceMappingURL=drag-drop-module.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop-registry.d.ts
rceaed42 r59329aa 13 13 * @docs-private 14 14 */ 15 import * as ɵngcc0 from '@angular/core';16 15 export declare class DragDropRegistry<I extends { 17 16 isDragging(): boolean; … … 85 84 /** Clears out the global event listeners from the `document`. */ 86 85 private _clearGlobalListeners; 87 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropRegistry<any, any>, never>;88 86 } 89 90 //# sourceMappingURL=drag-drop-registry.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop.d.ts
rceaed42 r59329aa 14 14 * Service that allows for drag-and-drop functionality to be attached to DOM elements. 15 15 */ 16 import * as ɵngcc0 from '@angular/core';17 16 export declare class DragDrop { 18 17 private _document; … … 32 31 */ 33 32 createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>; 34 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDrop, never>;35 33 } 36 37 //# sourceMappingURL=drag-drop.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/index.d.ts
rceaed42 r59329aa 4 4 export * from './public-api'; 5 5 export { CdkDropListInternal as ɵangular_material_src_cdk_drag_drop_drag_drop_a } from './directives/drop-list'; 6 7 //# sourceMappingURL=index.d.ts.map -
trip-planner-front/node_modules/@angular/cdk/drag-drop/package.json
rceaed42 r59329aa 2 2 "name": "@angular/cdk/drag-drop", 3 3 "main": "../bundles/cdk-drag-drop.umd.js", 4 "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js",5 4 "fesm2015": "../fesm2015/drag-drop.js", 6 5 "esm2015": "../esm2015/drag-drop/index.js", 7 6 "typings": "./index.d.ts", 8 "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js",9 7 "module": "../fesm2015/drag-drop.js", 10 "es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js", 11 "es2015": "../fesm2015/drag-drop.js", 12 "__processed_by_ivy_ngcc__": { 13 "es2015": "12.2.9", 14 "fesm2015": "12.2.9", 15 "module": "12.2.9", 16 "typings": "12.2.9" 17 }, 18 "scripts": { 19 "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1" 20 } 8 "es2015": "../fesm2015/drag-drop.js" 21 9 } -
trip-planner-front/node_modules/@angular/cdk/node_modules/parse5/package.json
rceaed42 r59329aa 1 1 { 2 "_from": "parse5@^5.0.0", 3 "_id": "parse5@5.1.1", 4 "_inBundle": false, 5 "_integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", 6 "_location": "/@angular/cdk/parse5", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "parse5@^5.0.0", 2 12 "name": "parse5", 3 "description": "HTML parser and serializer.", 4 "version": "5.1.1", 5 "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", 6 "contributors": "https://github.com/inikulin/parse5/graphs/contributors", 7 "homepage": "https://github.com/inikulin/parse5", 8 "keywords": [ 9 "html", 10 "parser", 11 "html5", 12 "WHATWG", 13 "specification", 14 "fast", 15 "html parser", 16 "html5 parser", 17 "htmlparser", 18 "parse5", 19 "serializer", 20 "html serializer", 21 "htmlserializer", 22 "parse", 23 "serialize" 24 ], 25 "license": "MIT", 26 "main": "./lib/index.js", 27 "repository": { 28 "type": "git", 29 "url": "git://github.com/inikulin/parse5.git" 30 }, 31 "files": [ 32 "lib" 33 ], 34 "gitHead": "9c7556ed05e4ff4d884ab2447e27ce3817c42e79" 13 "escapedName": "parse5", 14 "rawSpec": "^5.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^5.0.0" 17 }, 18 "_requiredBy": [ 19 "/@angular/cdk" 20 ], 21 "_resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", 22 "_shasum": "f68e4e5ba1852ac2cadc00f4555fff6c2abb6178", 23 "_spec": "parse5@^5.0.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular\\cdk", 25 "author": { 26 "name": "Ivan Nikulin", 27 "email": "ifaaan@gmail.com", 28 "url": "https://github.com/inikulin" 29 }, 30 "bugs": { 31 "url": "https://github.com/inikulin/parse5/issues" 32 }, 33 "bundleDependencies": false, 34 "contributors": "https://github.com/inikulin/parse5/graphs/contributors", 35 "deprecated": false, 36 "description": "HTML parser and serializer.", 37 "files": [ 38 "lib" 39 ], 40 "gitHead": "9c7556ed05e4ff4d884ab2447e27ce3817c42e79", 41 "homepage": "https://github.com/inikulin/parse5", 42 "keywords": [ 43 "html", 44 "parser", 45 "html5", 46 "WHATWG", 47 "specification", 48 "fast", 49 "html parser", 50 "html5 parser", 51 "htmlparser", 52 "parse5", 53 "serializer", 54 "html serializer", 55 "htmlserializer", 56 "parse", 57 "serialize" 58 ], 59 "license": "MIT", 60 "main": "./lib/index.js", 61 "name": "parse5", 62 "repository": { 63 "type": "git", 64 "url": "git://github.com/inikulin/parse5.git" 65 }, 66 "version": "5.1.1" 35 67 } -
trip-planner-front/node_modules/@angular/cdk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/cdk", 3 "version": "12.2.10", 2 "_from": "@angular/cdk@12.2.10", 3 "_id": "@angular/cdk@12.2.10", 4 "_inBundle": false, 5 "_integrity": "sha512-jF/tyZXcAS0i11aH8061lMf/ofKs8U52smm/q7k5llTj/NvMZl4s6o3SmdYYE/ByljvCzObz+2j3TzJS/ioDFg==", 6 "_location": "/@angular/cdk", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@angular/cdk@12.2.10", 12 "name": "@angular/cdk", 13 "escapedName": "@angular%2fcdk", 14 "scope": "@angular", 15 "rawSpec": "12.2.10", 16 "saveSpec": null, 17 "fetchSpec": "12.2.10" 18 }, 19 "_requiredBy": [ 20 "#USER", 21 "/" 22 ], 23 "_resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.10.tgz", 24 "_shasum": "48782cd812efabf34def594d80c17fcfc24fe270", 25 "_spec": "@angular/cdk@12.2.10", 26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 27 "bugs": { 28 "url": "https://github.com/angular/components/issues" 29 }, 30 "bundleDependencies": false, 31 "dependencies": { 32 "parse5": "^5.0.0", 33 "tslib": "^2.2.0" 34 }, 35 "deprecated": false, 4 36 "description": "Angular Material Component Development Kit", 5 " repository": {6 "type": "git",7 "url": "https://github.com/angular/components.git"8 },37 "es2015": "./fesm2015/cdk.js", 38 "esm2015": "./esm2015/index.js", 39 "fesm2015": "./fesm2015/cdk.js", 40 "homepage": "https://github.com/angular/components#readme", 9 41 "keywords": [ 10 42 "angular", … … 15 47 ], 16 48 "license": "MIT", 17 "bugs": { 18 "url": "https://github.com/angular/components/issues" 49 "main": "./bundles/cdk.umd.js", 50 "module": "./fesm2015/cdk.js", 51 "name": "@angular/cdk", 52 "ng-update": { 53 "migrations": "./schematics/migration.json" 19 54 }, 20 "homepage": "https://github.com/angular/components#readme", 55 "optionalDependencies": { 56 "parse5": "^5.0.0" 57 }, 21 58 "peerDependencies": { 22 59 "@angular/core": "^12.0.0 || ^13.0.0-0", … … 24 61 "rxjs": "^6.5.3 || ^7.0.0" 25 62 }, 26 "dependencies": { 27 "tslib": "^2.2.0" 28 }, 29 "optionalDependencies": { 30 "parse5": "^5.0.0" 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/angular/components.git" 31 66 }, 32 67 "schematics": "./schematics/collection.json", 33 "ng-update": {34 "migrations": "./schematics/migration.json"35 },36 68 "sideEffects": false, 37 "main": "./bundles/cdk.umd.js",38 "fesm2015": "./fesm2015/cdk.js",39 "esm2015": "./esm2015/index.js",40 69 "typings": "./index.d.ts", 41 "module": "./fesm2015/cdk.js", 42 "es2015": "./fesm2015/cdk.js" 70 "version": "12.2.10" 43 71 } -
trip-planner-front/node_modules/@angular/cli/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/cli", 3 "version": "12.2.9", 4 "description": "CLI tool for Angular", 5 "main": "lib/cli/index.js", 2 "_args": [ 3 [ 4 "@angular/cli@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular/cli@12.2.9", 10 "_id": "@angular/cli@12.2.9", 11 "_inBundle": false, 12 "_integrity": "sha512-aYAb6LkqIpKOZE8Kkhst5NNWpM4W1o1mmPTt6Nm6b/4wVLSC+mDp1IBCJSihDWysDetXA5J3kNJ4R2XnpHpIKw==", 13 "_location": "/@angular/cli", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@angular/cli@12.2.9", 19 "name": "@angular/cli", 20 "escapedName": "@angular%2fcli", 21 "scope": "@angular", 22 "rawSpec": "12.2.9", 23 "saveSpec": null, 24 "fetchSpec": "12.2.9" 25 }, 26 "_requiredBy": [ 27 "#DEV:/" 28 ], 29 "_resolved": "https://registry.npmjs.org/@angular/cli/-/cli-12.2.9.tgz", 30 "_spec": "12.2.9", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Angular Authors" 34 }, 6 35 "bin": { 7 "ng": " ./bin/ng"36 "ng": "bin/ng" 8 37 }, 9 "keywords": [10 "angular",11 "Angular CLI",12 "devkit",13 "sdk",14 "Angular DevKit",15 "angular-cli"16 ],17 "scripts": {18 "postinstall": "node ./bin/postinstall/script.js"19 },20 "repository": {21 "type": "git",22 "url": "https://github.com/angular/angular-cli.git"23 },24 "author": "Angular Authors",25 "license": "MIT",26 38 "bugs": { 27 39 "url": "https://github.com/angular/angular-cli/issues" 28 40 }, 29 "homepage": "https://github.com/angular/angular-cli",30 41 "dependencies": { 31 42 "@angular-devkit/architect": "0.1202.9", … … 49 60 "uuid": "8.3.2" 50 61 }, 62 "description": "CLI tool for Angular", 63 "engines": { 64 "node": "^12.14.1 || >=14.0.0", 65 "npm": "^6.11.0 || ^7.5.6", 66 "yarn": ">= 1.13.0" 67 }, 68 "homepage": "https://github.com/angular/angular-cli", 69 "keywords": [ 70 "angular", 71 "Angular CLI", 72 "devkit", 73 "sdk", 74 "Angular DevKit", 75 "angular-cli" 76 ], 77 "license": "MIT", 78 "main": "lib/cli/index.js", 79 "name": "@angular/cli", 51 80 "ng-update": { 52 81 "migrations": "@schematics/angular/migrations/migration-collection.json", … … 60 89 } 61 90 }, 62 "engines": { 63 "node": "^12.14.1 || >=14.0.0", 64 "npm": "^6.11.0 || ^7.5.6", 65 "yarn": ">= 1.13.0" 66 } 91 "repository": { 92 "type": "git", 93 "url": "git+https://github.com/angular/angular-cli.git" 94 }, 95 "scripts": { 96 "postinstall": "node ./bin/postinstall/script.js" 97 }, 98 "version": "12.2.9" 67 99 } -
trip-planner-front/node_modules/@angular/common/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/common", 3 "version": "12.2.9", 2 "_args": [ 3 [ 4 "@angular/common@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/common@12.2.9", 9 "_id": "@angular/common@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-V7leBrq80CSJWHWVE3LEL6Z6onP2ibsITY3++86Uddz8AxzfOtNRslbs4/qCWc82nT7CIEn8a28NLP/BdOwNew==", 12 "_location": "/@angular/common", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/common@12.2.9", 18 "name": "@angular/common", 19 "escapedName": "@angular%2fcommon", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/common/-/common-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 36 }, 37 "dependencies": { 38 "tslib": "^2.2.0" 39 }, 4 40 "description": "Angular - commonly needed directives and services", 5 "author": "angular",6 "license": "MIT",7 41 "engines": { 8 42 "node": "^12.14.1 || >=14.0.0" 9 43 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 45 "es2015": "./fesm2015/common.js", 46 "esm2015": "./esm2015/common.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 48 "fesm2015": "./fesm2015/common.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 10 51 "locales": "locales", 11 "dependencies": { 12 "tslib": "^2.2.0" 13 }, 14 "peerDependencies": { 15 "@angular/core": "12.2.9", 16 "rxjs": "^6.5.3 || ^7.0.0" 17 }, 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/angular/angular.git", 21 "directory": "packages/common" 22 }, 52 "main": "./bundles/common.umd.js", 53 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 54 "module": "./fesm2015/common.js", 55 "name": "@angular/common", 23 56 "ng-update": { 24 57 "packageGroup": [ … … 41 74 ] 42 75 }, 76 "peerDependencies": { 77 "@angular/core": "12.2.9", 78 "rxjs": "^6.5.3 || ^7.0.0" 79 }, 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/angular/angular.git", 83 "directory": "packages/common" 84 }, 43 85 "sideEffects": [ 44 86 "**/global/*.js", 45 87 "**/closure-locale.*" 46 88 ], 47 "main": "./bundles/common.umd.js",48 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",49 "fesm2015": "./fesm2015/common.js",50 "esm2015": "./esm2015/common.js",51 89 "typings": "./common.d.ts", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 53 "module": "./fesm2015/common.js", 54 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 55 "es2015": "./fesm2015/common.js", 90 "version": "12.2.9", 56 91 "__processed_by_ivy_ngcc__": { 57 92 "es2015": "12.2.9", -
trip-planner-front/node_modules/@angular/compiler-cli/node_modules/source-map/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map", 2 "_args": [ 3 [ 4 "source-map@0.6.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map@0.6.1", 10 "_id": "source-map@0.6.1", 11 "_inBundle": false, 12 "_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 13 "_location": "/@angular/compiler-cli/source-map", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "source-map@0.6.1", 19 "name": "source-map", 20 "escapedName": "source-map", 21 "rawSpec": "0.6.1", 22 "saveSpec": null, 23 "fetchSpec": "0.6.1" 24 }, 25 "_requiredBy": [ 26 "/@angular/compiler-cli" 27 ], 28 "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 29 "_spec": "0.6.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Nick Fitzgerald", 33 "email": "nfitzgerald@mozilla.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/mozilla/source-map/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Tobias Koppers", 41 "email": "tobias.koppers@googlemail.com" 42 }, 43 { 44 "name": "Duncan Beevers", 45 "email": "duncan@dweebd.com" 46 }, 47 { 48 "name": "Stephen Crane", 49 "email": "scrane@mozilla.com" 50 }, 51 { 52 "name": "Ryan Seddon", 53 "email": "seddon.ryan@gmail.com" 54 }, 55 { 56 "name": "Miles Elam", 57 "email": "miles.elam@deem.com" 58 }, 59 { 60 "name": "Mihai Bazon", 61 "email": "mihai.bazon@gmail.com" 62 }, 63 { 64 "name": "Michael Ficarra", 65 "email": "github.public.email@michael.ficarra.me" 66 }, 67 { 68 "name": "Todd Wolfson", 69 "email": "todd@twolfson.com" 70 }, 71 { 72 "name": "Alexander Solovyov", 73 "email": "alexander@solovyov.net" 74 }, 75 { 76 "name": "Felix Gnass", 77 "email": "fgnass@gmail.com" 78 }, 79 { 80 "name": "Conrad Irwin", 81 "email": "conrad.irwin@gmail.com" 82 }, 83 { 84 "name": "usrbincc", 85 "email": "usrbincc@yahoo.com" 86 }, 87 { 88 "name": "David Glasser", 89 "email": "glasser@davidglasser.net" 90 }, 91 { 92 "name": "Chase Douglas", 93 "email": "chase@newrelic.com" 94 }, 95 { 96 "name": "Evan Wallace", 97 "email": "evan.exe@gmail.com" 98 }, 99 { 100 "name": "Heather Arthur", 101 "email": "fayearthur@gmail.com" 102 }, 103 { 104 "name": "Hugh Kennedy", 105 "email": "hughskennedy@gmail.com" 106 }, 107 { 108 "name": "David Glasser", 109 "email": "glasser@davidglasser.net" 110 }, 111 { 112 "name": "Simon Lydell", 113 "email": "simon.lydell@gmail.com" 114 }, 115 { 116 "name": "Jmeas Smith", 117 "email": "jellyes2@gmail.com" 118 }, 119 { 120 "name": "Michael Z Goddard", 121 "email": "mzgoddard@gmail.com" 122 }, 123 { 124 "name": "azu", 125 "email": "azu@users.noreply.github.com" 126 }, 127 { 128 "name": "John Gozde", 129 "email": "john@gozde.ca" 130 }, 131 { 132 "name": "Adam Kirkton", 133 "email": "akirkton@truefitinnovation.com" 134 }, 135 { 136 "name": "Chris Montgomery", 137 "email": "christopher.montgomery@dowjones.com" 138 }, 139 { 140 "name": "J. Ryan Stinnett", 141 "email": "jryans@gmail.com" 142 }, 143 { 144 "name": "Jack Herrington", 145 "email": "jherrington@walmartlabs.com" 146 }, 147 { 148 "name": "Chris Truter", 149 "email": "jeffpalentine@gmail.com" 150 }, 151 { 152 "name": "Daniel Espeset", 153 "email": "daniel@danielespeset.com" 154 }, 155 { 156 "name": "Jamie Wong", 157 "email": "jamie.lf.wong@gmail.com" 158 }, 159 { 160 "name": "Eddy Bruël", 161 "email": "ejpbruel@mozilla.com" 162 }, 163 { 164 "name": "Hawken Rives", 165 "email": "hawkrives@gmail.com" 166 }, 167 { 168 "name": "Gilad Peleg", 169 "email": "giladp007@gmail.com" 170 }, 171 { 172 "name": "djchie", 173 "email": "djchie.dev@gmail.com" 174 }, 175 { 176 "name": "Gary Ye", 177 "email": "garysye@gmail.com" 178 }, 179 { 180 "name": "Nicolas Lalevée", 181 "email": "nicolas.lalevee@hibnet.org" 182 } 183 ], 3 184 "description": "Generates and consumes source maps", 4 "version": "0.6.1", 5 "homepage": "https://github.com/mozilla/source-map", 6 "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>", 7 "contributors": [ 8 "Tobias Koppers <tobias.koppers@googlemail.com>", 9 "Duncan Beevers <duncan@dweebd.com>", 10 "Stephen Crane <scrane@mozilla.com>", 11 "Ryan Seddon <seddon.ryan@gmail.com>", 12 "Miles Elam <miles.elam@deem.com>", 13 "Mihai Bazon <mihai.bazon@gmail.com>", 14 "Michael Ficarra <github.public.email@michael.ficarra.me>", 15 "Todd Wolfson <todd@twolfson.com>", 16 "Alexander Solovyov <alexander@solovyov.net>", 17 "Felix Gnass <fgnass@gmail.com>", 18 "Conrad Irwin <conrad.irwin@gmail.com>", 19 "usrbincc <usrbincc@yahoo.com>", 20 "David Glasser <glasser@davidglasser.net>", 21 "Chase Douglas <chase@newrelic.com>", 22 "Evan Wallace <evan.exe@gmail.com>", 23 "Heather Arthur <fayearthur@gmail.com>", 24 "Hugh Kennedy <hughskennedy@gmail.com>", 25 "David Glasser <glasser@davidglasser.net>", 26 "Simon Lydell <simon.lydell@gmail.com>", 27 "Jmeas Smith <jellyes2@gmail.com>", 28 "Michael Z Goddard <mzgoddard@gmail.com>", 29 "azu <azu@users.noreply.github.com>", 30 "John Gozde <john@gozde.ca>", 31 "Adam Kirkton <akirkton@truefitinnovation.com>", 32 "Chris Montgomery <christopher.montgomery@dowjones.com>", 33 "J. Ryan Stinnett <jryans@gmail.com>", 34 "Jack Herrington <jherrington@walmartlabs.com>", 35 "Chris Truter <jeffpalentine@gmail.com>", 36 "Daniel Espeset <daniel@danielespeset.com>", 37 "Jamie Wong <jamie.lf.wong@gmail.com>", 38 "Eddy Bruël <ejpbruel@mozilla.com>", 39 "Hawken Rives <hawkrives@gmail.com>", 40 "Gilad Peleg <giladp007@gmail.com>", 41 "djchie <djchie.dev@gmail.com>", 42 "Gary Ye <garysye@gmail.com>", 43 "Nicolas Lalevée <nicolas.lalevee@hibnet.org>" 44 ], 45 "repository": { 46 "type": "git", 47 "url": "http://github.com/mozilla/source-map.git" 48 }, 49 "main": "./source-map.js", 185 "devDependencies": { 186 "doctoc": "^0.15.0", 187 "webpack": "^1.12.0" 188 }, 189 "engines": { 190 "node": ">=0.10.0" 191 }, 50 192 "files": [ 51 193 "source-map.js", … … 57 199 "dist/source-map.min.js.map" 58 200 ], 59 "engines": { 60 "node": ">=0.10.0" 61 }, 201 "homepage": "https://github.com/mozilla/source-map", 62 202 "license": "BSD-3-Clause", 203 "main": "./source-map.js", 204 "name": "source-map", 205 "repository": { 206 "type": "git", 207 "url": "git+ssh://git@github.com/mozilla/source-map.git" 208 }, 63 209 "scripts": { 210 "build": "webpack --color", 64 211 "test": "npm run build && node test/run-tests.js", 65 "build": "webpack --color",66 212 "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" 67 213 }, 68 "devDependencies": { 69 "doctoc": "^0.15.0", 70 "webpack": "^1.12.0" 71 }, 72 "typings": "source-map" 214 "typings": "source-map", 215 "version": "0.6.1" 73 216 } -
trip-planner-front/node_modules/@angular/compiler-cli/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/compiler-cli", 3 "version": "12.2.9", 4 "description": "Angular - the compiler CLI for Node.js", 5 "main": "index.js", 6 "typings": "index.d.ts", 2 "_args": [ 3 [ 4 "@angular/compiler-cli@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular/compiler-cli@12.2.9", 10 "_id": "@angular/compiler-cli@12.2.9", 11 "_inBundle": false, 12 "_integrity": "sha512-jswNKFm3MNcY4oDO/8HcFLLVxDEcTOyqp9CeKzlbjBKb04Ntjaqpm9CKzlxLOtJJj9BSMHTz1CjE0hSNv76NPg==", 13 "_location": "/@angular/compiler-cli", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@angular/compiler-cli@12.2.9", 19 "name": "@angular/compiler-cli", 20 "escapedName": "@angular%2fcompiler-cli", 21 "scope": "@angular", 22 "rawSpec": "12.2.9", 23 "saveSpec": null, 24 "fetchSpec": "12.2.9" 25 }, 26 "_requiredBy": [ 27 "#DEV:/" 28 ], 29 "_resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-12.2.9.tgz", 30 "_spec": "12.2.9", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 32 "bin": { 8 "ivy-ngcc": "./ngcc/main-ivy-ngcc.js", 9 "ngcc": "./ngcc/main-ngcc.js", 10 "ngc": "./src/main.js", 11 "ng-xi18n": "./src/extract_i18n.js" 33 "ivy-ngcc": "ngcc/main-ivy-ngcc.js", 34 "ngcc": "ngcc/main-ngcc.js", 35 "ngc": "src/main.js", 36 "ng-xi18n": "src/extract_i18n.js" 37 }, 38 "bugs": { 39 "url": "https://github.com/angular/angular/issues" 12 40 }, 13 41 "dependencies": { 14 42 "@babel/core": "^7.8.6", 15 43 "@babel/types": "^7.8.6", 16 "reflect-metadata": "^0.1.2",17 "minimist": "^1.2.0",18 44 "canonical-path": "1.0.0", 19 45 "chokidar": "^3.0.0", … … 21 47 "dependency-graph": "^0.11.0", 22 48 "magic-string": "^0.25.0", 49 "minimist": "^1.2.0", 50 "reflect-metadata": "^0.1.2", 23 51 "semver": "^7.0.0", 24 52 "source-map": "^0.6.1", … … 27 55 "yargs": "^17.0.0" 28 56 }, 29 " peerDependencies": {30 "@angular/compiler": "12.2.9",31 " typescript": ">=4.2.3 <4.4"57 "description": "Angular - the compiler CLI for Node.js", 58 "engines": { 59 "node": "^12.14.1 || >=14.0.0" 32 60 }, 33 "repository": { 34 "type": "git", 35 "url": "https://github.com/angular/angular.git", 36 "directory": "packages/compiler-cli" 37 }, 61 "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli", 38 62 "keywords": [ 39 63 "angular", … … 41 65 ], 42 66 "license": "MIT", 43 "engines": { 44 "node": "^12.14.1 || >=14.0.0" 45 }, 46 "bugs": { 47 "url": "https://github.com/angular/angular/issues" 48 }, 49 "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli", 67 "main": "index.js", 68 "name": "@angular/compiler-cli", 50 69 "ng-update": { 51 70 "packageGroup": [ … … 67 86 "@angular/service-worker" 68 87 ] 69 } 88 }, 89 "peerDependencies": { 90 "@angular/compiler": "12.2.9", 91 "typescript": ">=4.2.3 <4.4" 92 }, 93 "repository": { 94 "type": "git", 95 "url": "git+https://github.com/angular/angular.git", 96 "directory": "packages/compiler-cli" 97 }, 98 "typings": "index.d.ts", 99 "version": "12.2.9" 70 100 } -
trip-planner-front/node_modules/@angular/compiler/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/compiler", 3 "version": "12.2.9", 4 "description": "Angular - the compiler library", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/compiler@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/compiler@12.2.9", 9 "_id": "@angular/compiler@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-87Qn8HuQ+6ECUnapQxpgIvwuUs6i1oM6lmLSKrYe0/WpIzTabB30eXWCKfvqYrv516cMdrq+nLCIXJx1tPqzSw==", 12 "_location": "/@angular/compiler", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/compiler@12.2.9", 18 "name": "@angular/compiler", 19 "escapedName": "@angular%2fcompiler", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/angular/angular.git", 16 "directory": "packages/compiler" 40 "description": "Angular - the compiler library", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 17 43 }, 44 "es2015": "./fesm2015/compiler.js", 45 "esm2015": "./esm2015/index.js", 46 "fesm2015": "./fesm2015/compiler.js", 47 "homepage": "https://github.com/angular/angular#readme", 48 "license": "MIT", 49 "main": "./bundles/compiler.umd.js", 50 "module": "./fesm2015/compiler.js", 51 "name": "@angular/compiler", 18 52 "ng-update": { 19 53 "packageGroup": [ … … 36 70 ] 37 71 }, 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/angular/angular.git", 75 "directory": "packages/compiler" 76 }, 38 77 "sideEffects": true, 39 "main": "./bundles/compiler.umd.js",40 "fesm2015": "./fesm2015/compiler.js",41 "esm2015": "./esm2015/index.js",42 78 "typings": "./index.d.ts", 43 "module": "./fesm2015/compiler.js", 44 "es2015": "./fesm2015/compiler.js" 79 "version": "12.2.9" 45 80 } -
trip-planner-front/node_modules/@angular/core/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/core", 3 "version": "12.2.9", 4 "description": "Angular - the core framework", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/core@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/core@12.2.9", 9 "_id": "@angular/core@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-RgUmn0YM4GMcViTEkWxDVGCyz8+subF+98dJie+bwJszATMxRK2TSINEg2X/Y0LgNxpRt4mKzIK2kz62oaDH7g==", 12 "_location": "/@angular/core", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/core@12.2.9", 18 "name": "@angular/core", 19 "escapedName": "@angular%2fcore", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/core/-/core-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 " peerDependencies": {14 "rxjs": "^6.5.3 || ^7.0.0",15 " zone.js": "~0.11.4"40 "description": "Angular - the core framework", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 16 43 }, 17 "repository": { 18 "type": "git", 19 "url": "https://github.com/angular/angular.git", 20 "directory": "packages/core" 21 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js", 45 "es2015": "./fesm2015/core.js", 46 "esm2015": "./esm2015/core.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js", 48 "fesm2015": "./fesm2015/core.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 51 "main": "./bundles/core.umd.js", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js", 53 "module": "./fesm2015/core.js", 54 "name": "@angular/core", 22 55 "ng-update": { 23 56 "migrations": "./schematics/migrations.json", … … 41 74 ] 42 75 }, 76 "peerDependencies": { 77 "rxjs": "^6.5.3 || ^7.0.0", 78 "zone.js": "~0.11.4" 79 }, 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/angular/angular.git", 83 "directory": "packages/core" 84 }, 43 85 "sideEffects": false, 44 "main": "./bundles/core.umd.js",45 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js",46 "fesm2015": "./fesm2015/core.js",47 "esm2015": "./esm2015/core.js",48 86 "typings": "./core.d.ts", 49 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js", 50 "module": "./fesm2015/core.js", 51 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js", 52 "es2015": "./fesm2015/core.js", 87 "version": "12.2.9", 53 88 "__processed_by_ivy_ngcc__": { 54 89 "es2015": "12.2.9", -
trip-planner-front/node_modules/@angular/forms/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/forms", 3 "version": "12.2.9", 4 "description": "Angular - directives and services for creating forms", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/forms@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/forms@12.2.9", 9 "_id": "@angular/forms@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-DugLX9h/hmphjdx0wGOp9koEpzFZpcMiYXfYO2rLyzc1NwopAcbSJTCvU+adfShZgh/b5v+7rb5n10JROj/ODw==", 12 "_location": "/@angular/forms", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/forms@12.2.9", 18 "name": "@angular/forms", 19 "escapedName": "@angular%2fforms", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/forms/-/forms-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 "peerDependencies": { 14 "@angular/core": "12.2.9", 15 "@angular/common": "12.2.9", 16 "@angular/platform-browser": "12.2.9", 17 "rxjs": "^6.5.3 || ^7.0.0" 40 "description": "Angular - directives and services for creating forms", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 18 43 }, 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/angular/angular.git", 22 "directory": "packages/forms" 23 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/forms.js", 45 "es2015": "./fesm2015/forms.js", 46 "esm2015": "./esm2015/forms.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/forms.js", 48 "fesm2015": "./fesm2015/forms.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 51 "main": "./bundles/forms.umd.js", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/forms.js", 53 "module": "./fesm2015/forms.js", 54 "name": "@angular/forms", 24 55 "ng-update": { 25 56 "packageGroup": [ … … 42 73 ] 43 74 }, 75 "peerDependencies": { 76 "@angular/core": "12.2.9", 77 "@angular/common": "12.2.9", 78 "@angular/platform-browser": "12.2.9", 79 "rxjs": "^6.5.3 || ^7.0.0" 80 }, 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/angular/angular.git", 84 "directory": "packages/forms" 85 }, 44 86 "sideEffects": false, 45 "main": "./bundles/forms.umd.js",46 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/forms.js",47 "fesm2015": "./fesm2015/forms.js",48 "esm2015": "./esm2015/forms.js",49 87 "typings": "./forms.d.ts", 50 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/forms.js", 51 "module": "./fesm2015/forms.js", 52 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/forms.js", 53 "es2015": "./fesm2015/forms.js", 88 "version": "12.2.9", 54 89 "__processed_by_ivy_ngcc__": { 55 90 "es2015": "12.2.9", -
trip-planner-front/node_modules/@angular/material/list/index.d.ts
rceaed42 r59329aa 3 3 */ 4 4 export * from './public-api'; 5 6 //# sourceMappingURL=index.d.ts.map -
trip-planner-front/node_modules/@angular/material/list/list-module.d.ts
rceaed42 r59329aa 6 6 * found in the LICENSE file at https://angular.io/license 7 7 */ 8 import * as ɵngcc0 from '@angular/core';9 import * as ɵngcc1 from './list';10 import * as ɵngcc2 from './selection-list';11 import * as ɵngcc3 from '@angular/material/core';12 import * as ɵngcc4 from '@angular/common';13 import * as ɵngcc5 from '@angular/material/divider';14 8 export declare class MatListModule { 15 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListModule, never>;16 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatListModule, [typeof ɵngcc1.MatList, typeof ɵngcc1.MatNavList, typeof ɵngcc1.MatListItem, typeof ɵngcc1.MatListAvatarCssMatStyler, typeof ɵngcc1.MatListIconCssMatStyler, typeof ɵngcc1.MatListSubheaderCssMatStyler, typeof ɵngcc2.MatSelectionList, typeof ɵngcc2.MatListOption], [typeof ɵngcc3.MatLineModule, typeof ɵngcc3.MatRippleModule, typeof ɵngcc3.MatCommonModule, typeof ɵngcc3.MatPseudoCheckboxModule, typeof ɵngcc4.CommonModule], [typeof ɵngcc1.MatList, typeof ɵngcc1.MatNavList, typeof ɵngcc1.MatListItem, typeof ɵngcc1.MatListAvatarCssMatStyler, typeof ɵngcc3.MatLineModule, typeof ɵngcc3.MatCommonModule, typeof ɵngcc1.MatListIconCssMatStyler, typeof ɵngcc1.MatListSubheaderCssMatStyler, typeof ɵngcc3.MatPseudoCheckboxModule, typeof ɵngcc2.MatSelectionList, typeof ɵngcc2.MatListOption, typeof ɵngcc5.MatDividerModule]>;17 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatListModule>;18 9 } 19 20 //# sourceMappingURL=list-module.d.ts.map -
trip-planner-front/node_modules/@angular/material/list/list.d.ts
rceaed42 r59329aa 11 11 import { Subject } from 'rxjs'; 12 12 /** @docs-private */ 13 import * as ɵngcc0 from '@angular/core';14 13 declare const _MatListBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisable> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisable> & import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisableRipple> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisableRipple> & { 15 14 new (): {}; … … 38 37 static ngAcceptInputType_disableRipple: BooleanInput; 39 38 static ngAcceptInputType_disabled: BooleanInput; 40 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatNavList, never>;41 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatNavList, "mat-nav-list", ["matNavList"], { "disableRipple": "disableRipple"; "disabled": "disabled"; }, {}, never, ["*"]>;42 39 } 43 40 export declare class MatList extends _MatListBase implements CanDisable, CanDisableRipple, OnChanges, OnDestroy { … … 51 48 static ngAcceptInputType_disableRipple: BooleanInput; 52 49 static ngAcceptInputType_disabled: BooleanInput; 53 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatList, never>;54 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatList, "mat-list, mat-action-list", ["matList"], { "disableRipple": "disableRipple"; "disabled": "disabled"; }, {}, never, ["*"]>;55 50 } 56 51 /** … … 59 54 */ 60 55 export declare class MatListAvatarCssMatStyler { 61 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListAvatarCssMatStyler, never>;62 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatListAvatarCssMatStyler, "[mat-list-avatar], [matListAvatar]", never, {}, {}, never>;63 56 } 64 57 /** … … 67 60 */ 68 61 export declare class MatListIconCssMatStyler { 69 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListIconCssMatStyler, never>;70 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatListIconCssMatStyler, "[mat-list-icon], [matListIcon]", never, {}, {}, never>;71 62 } 72 63 /** … … 75 66 */ 76 67 export declare class MatListSubheaderCssMatStyler { 77 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListSubheaderCssMatStyler, never>;78 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatListSubheaderCssMatStyler, "[mat-subheader], [matSubheader]", never, {}, {}, never>;79 68 } 80 69 /** An item within a Material Design list. */ … … 100 89 static ngAcceptInputType_disableRipple: BooleanInput; 101 90 static ngAcceptInputType_disabled: BooleanInput; 102 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListItem, [null, null, { optional: true; }, { optional: true; }]>;103 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatListItem, "mat-list-item, a[mat-list-item], button[mat-list-item]", ["matListItem"], { "disableRipple": "disableRipple"; "disabled": "disabled"; }, {}, ["_avatar", "_icon", "_lines"], ["[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]", "[mat-line], [matLine]", "*"]>;104 91 } 105 92 export {}; 106 107 //# sourceMappingURL=list.d.ts.map -
trip-planner-front/node_modules/@angular/material/list/package.json
rceaed42 r59329aa 2 2 "name": "@angular/material/list", 3 3 "main": "../bundles/material-list.umd.js", 4 "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/list.js",5 4 "fesm2015": "../fesm2015/list.js", 6 5 "esm2015": "../esm2015/list/index.js", 7 6 "typings": "./index.d.ts", 8 "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/list.js",9 7 "module": "../fesm2015/list.js", 10 "es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/list.js", 11 "es2015": "../fesm2015/list.js", 12 "__processed_by_ivy_ngcc__": { 13 "es2015": "12.2.9", 14 "fesm2015": "12.2.9", 15 "module": "12.2.9", 16 "typings": "12.2.9" 17 }, 18 "scripts": { 19 "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1" 20 } 8 "es2015": "../fesm2015/list.js" 21 9 } -
trip-planner-front/node_modules/@angular/material/list/selection-list.d.ts
rceaed42 r59329aa 13 13 import { CanDisableRipple, MatLine, ThemePalette } from '@angular/material/core'; 14 14 import { MatListAvatarCssMatStyler, MatListIconCssMatStyler } from './list'; 15 import * as ɵngcc0 from '@angular/core';16 15 declare const _MatSelectionListBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisableRipple> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisableRipple> & { 17 16 new (): {}; … … 129 128 static ngAcceptInputType_selected: BooleanInput; 130 129 static ngAcceptInputType_disableRipple: BooleanInput; 131 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListOption, never>;132 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatListOption, "mat-list-option", ["matListOption"], { "disableRipple": "disableRipple"; "checkboxPosition": "checkboxPosition"; "color": "color"; "value": "value"; "selected": "selected"; "disabled": "disabled"; }, { "selectedChange": "selectedChange"; }, ["_avatar", "_icon", "_lines"], ["*", "[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]"]>;133 130 } 134 131 /** … … 244 241 static ngAcceptInputType_disableRipple: BooleanInput; 245 242 static ngAcceptInputType_multiple: BooleanInput; 246 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatSelectionList, [null, { attribute: "tabindex"; }, null, null]>;247 static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatSelectionList, "mat-selection-list", ["matSelectionList"], { "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; "color": "color"; "compareWith": "compareWith"; "disabled": "disabled"; "multiple": "multiple"; }, { "selectionChange": "selectionChange"; }, ["options"], ["*"]>;248 243 } 249 244 export {}; 250 251 //# sourceMappingURL=selection-list.d.ts.map -
trip-planner-front/node_modules/@angular/material/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/material", 3 "version": "12.2.10", 2 "_args": [ 3 [ 4 "@angular/material@12.2.10", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/material@12.2.10", 9 "_id": "@angular/material@12.2.10", 10 "_inBundle": false, 11 "_integrity": "sha512-iC0EA8ogpn/KJ+kr3TEfQJLYPAtrguMr21KAGwtKOOLng1HiEhH6qEqlc0PPYUUQ06i+8nJr/WWfL0ORKXh3fg==", 12 "_location": "/@angular/material", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/material@12.2.10", 18 "name": "@angular/material", 19 "escapedName": "@angular%2fmaterial", 20 "scope": "@angular", 21 "rawSpec": "12.2.10", 22 "saveSpec": null, 23 "fetchSpec": "12.2.10" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/material/-/material-12.2.10.tgz", 29 "_spec": "12.2.10", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/angular/components/issues" 33 }, 34 "dependencies": { 35 "tslib": "^2.2.0" 36 }, 4 37 "description": "Angular Material", 5 " repository": {6 "type": "git",7 "url": "https://github.com/angular/components.git"8 },38 "es2015": "./fesm2015/material.js", 39 "esm2015": "./esm2015/index.js", 40 "fesm2015": "./fesm2015/material.js", 41 "homepage": "https://github.com/angular/components#readme", 9 42 "keywords": [ 10 43 "angular", … … 14 47 ], 15 48 "license": "MIT", 16 "bugs": { 17 "url": "https://github.com/angular/components/issues" 18 }, 19 "homepage": "https://github.com/angular/components#readme", 20 "peerDependencies": { 21 "@angular/animations": "^12.0.0 || ^13.0.0-0", 22 "@angular/cdk": "12.2.10", 23 "@angular/core": "^12.0.0 || ^13.0.0-0", 24 "@angular/common": "^12.0.0 || ^13.0.0-0", 25 "@angular/forms": "^12.0.0 || ^13.0.0-0", 26 "rxjs": "^6.5.3 || ^7.0.0" 27 }, 28 "dependencies": { 29 "tslib": "^2.2.0" 30 }, 31 "schematics": "./schematics/collection.json", 49 "main": "./bundles/material.umd.js", 50 "module": "./fesm2015/material.js", 51 "name": "@angular/material", 32 52 "ng-update": { 33 53 "migrations": "./schematics/migration.json", … … 39 59 ] 40 60 }, 61 "peerDependencies": { 62 "@angular/animations": "^12.0.0 || ^13.0.0-0", 63 "@angular/cdk": "12.2.10", 64 "@angular/core": "^12.0.0 || ^13.0.0-0", 65 "@angular/common": "^12.0.0 || ^13.0.0-0", 66 "@angular/forms": "^12.0.0 || ^13.0.0-0", 67 "rxjs": "^6.5.3 || ^7.0.0" 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/angular/components.git" 72 }, 73 "schematics": "./schematics/collection.json", 41 74 "sideEffects": false, 42 "main": "./bundles/material.umd.js",43 "fesm2015": "./fesm2015/material.js",44 "esm2015": "./esm2015/index.js",45 75 "typings": "./index.d.ts", 46 "module": "./fesm2015/material.js", 47 "es2015": "./fesm2015/material.js" 76 "version": "12.2.10" 48 77 } -
trip-planner-front/node_modules/@angular/platform-browser-dynamic/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/platform-browser-dynamic", 3 "version": "12.2.9", 4 "description": "Angular - library for using Angular in a web browser with JIT compilation", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/platform-browser-dynamic@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/platform-browser-dynamic@12.2.9", 9 "_id": "@angular/platform-browser-dynamic@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-bBNsq2rrL08IaVCps9j54iu3Xoxf1PkjtbEyP5EqXbjccsF7KDM32+5Cjjf0AwYtzaWbjXPSP7awAXpCCsqSdA==", 12 "_location": "/@angular/platform-browser-dynamic", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/platform-browser-dynamic@12.2.9", 18 "name": "@angular/platform-browser-dynamic", 19 "escapedName": "@angular%2fplatform-browser-dynamic", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 "peerDependencies": { 14 "@angular/core": "12.2.9", 15 "@angular/common": "12.2.9", 16 "@angular/compiler": "12.2.9", 17 "@angular/platform-browser": "12.2.9" 40 "description": "Angular - library for using Angular in a web browser with JIT compilation", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 18 43 }, 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/angular/angular.git", 22 "directory": "packages/platform-browser-dynamic" 23 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser-dynamic.js", 45 "es2015": "./fesm2015/platform-browser-dynamic.js", 46 "esm2015": "./esm2015/platform-browser-dynamic.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser-dynamic.js", 48 "fesm2015": "./fesm2015/platform-browser-dynamic.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 51 "main": "./bundles/platform-browser-dynamic.umd.js", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser-dynamic.js", 53 "module": "./fesm2015/platform-browser-dynamic.js", 54 "name": "@angular/platform-browser-dynamic", 24 55 "ng-update": { 25 56 "packageGroup": [ … … 42 73 ] 43 74 }, 75 "peerDependencies": { 76 "@angular/core": "12.2.9", 77 "@angular/common": "12.2.9", 78 "@angular/compiler": "12.2.9", 79 "@angular/platform-browser": "12.2.9" 80 }, 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/angular/angular.git", 84 "directory": "packages/platform-browser-dynamic" 85 }, 44 86 "sideEffects": false, 45 "main": "./bundles/platform-browser-dynamic.umd.js",46 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser-dynamic.js",47 "fesm2015": "./fesm2015/platform-browser-dynamic.js",48 "esm2015": "./esm2015/platform-browser-dynamic.js",49 87 "typings": "./platform-browser-dynamic.d.ts", 50 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser-dynamic.js", 51 "module": "./fesm2015/platform-browser-dynamic.js", 52 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser-dynamic.js", 53 "es2015": "./fesm2015/platform-browser-dynamic.js", 88 "version": "12.2.9", 54 89 "__processed_by_ivy_ngcc__": { 55 90 "es2015": "12.2.9", -
trip-planner-front/node_modules/@angular/platform-browser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/platform-browser", 3 "version": "12.2.9", 4 "description": "Angular - library for using Angular in a web browser", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/platform-browser@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/platform-browser@12.2.9", 9 "_id": "@angular/platform-browser@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-moO5Fz4b15EWYQthOaQThmy0gm/d5W/+9RmCiZs2ZHiVjuC358lnFy626VdkZmJ/MLwMwqHpyQS9JhCYOZGOdw==", 12 "_location": "/@angular/platform-browser", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/platform-browser@12.2.9", 18 "name": "@angular/platform-browser", 19 "escapedName": "@angular%2fplatform-browser", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 "peerDependencies": { 14 "@angular/animations": "12.2.9", 15 "@angular/core": "12.2.9", 16 "@angular/common": "12.2.9" 40 "description": "Angular - library for using Angular in a web browser", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 17 43 }, 18 "peerDependenciesMeta": { 19 "@angular/animations": { 20 "optional": true 21 } 22 }, 23 "repository": { 24 "type": "git", 25 "url": "https://github.com/angular/angular.git", 26 "directory": "packages/platform-browser" 27 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js", 45 "es2015": "./fesm2015/platform-browser.js", 46 "esm2015": "./esm2015/platform-browser.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js", 48 "fesm2015": "./fesm2015/platform-browser.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 51 "main": "./bundles/platform-browser.umd.js", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js", 53 "module": "./fesm2015/platform-browser.js", 54 "name": "@angular/platform-browser", 28 55 "ng-update": { 29 56 "packageGroup": [ … … 46 73 ] 47 74 }, 75 "peerDependencies": { 76 "@angular/animations": "12.2.9", 77 "@angular/core": "12.2.9", 78 "@angular/common": "12.2.9" 79 }, 80 "peerDependenciesMeta": { 81 "@angular/animations": { 82 "optional": true 83 } 84 }, 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/angular/angular.git", 88 "directory": "packages/platform-browser" 89 }, 48 90 "sideEffects": false, 49 "main": "./bundles/platform-browser.umd.js",50 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js",51 "fesm2015": "./fesm2015/platform-browser.js",52 "esm2015": "./esm2015/platform-browser.js",53 91 "typings": "./platform-browser.d.ts", 54 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js", 55 "module": "./fesm2015/platform-browser.js", 56 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/platform-browser.js", 57 "es2015": "./fesm2015/platform-browser.js", 92 "version": "12.2.9", 58 93 "__processed_by_ivy_ngcc__": { 59 94 "es2015": "12.2.9", -
trip-planner-front/node_modules/@angular/router/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/router", 3 "version": "12.2.9", 2 "_args": [ 3 [ 4 "@angular/router@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/router@12.2.9", 9 "_id": "@angular/router@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-Qh7Ugh6N7PIK4+ydRPHiKy8Q3wlB/ieXVyqYgkNfGFZ+QtNHpWgWBUXJuGPnmKk0Yn02EwSPOuPWEHV92rayhw==", 12 "_location": "/@angular/router", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/router@12.2.9", 18 "name": "@angular/router", 19 "escapedName": "@angular%2frouter", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/router/-/router-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 36 }, 37 "dependencies": { 38 "tslib": "^2.2.0" 39 }, 4 40 "description": "Angular - the routing library", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 43 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/router.js", 45 "es2015": "./fesm2015/router.js", 46 "esm2015": "./esm2015/router.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/router.js", 48 "fesm2015": "./fesm2015/router.js", 49 "homepage": "https://github.com/angular/angular/tree/master/packages/router", 5 50 "keywords": [ 6 51 "angular", 7 52 "router" 8 53 ], 9 "repository": {10 "type": "git",11 "url": "git+https://github.com/angular/angular.git",12 "directory": "packages/router"13 },14 "author": "angular",15 54 "license": "MIT", 16 "engines": { 17 "node": "^12.14.1 || >=14.0.0" 18 }, 19 "bugs": { 20 "url": "https://github.com/angular/angular/issues" 21 }, 22 "homepage": "https://github.com/angular/angular/tree/master/packages/router", 23 "dependencies": { 24 "tslib": "^2.2.0" 25 }, 26 "peerDependencies": { 27 "@angular/core": "12.2.9", 28 "@angular/common": "12.2.9", 29 "@angular/platform-browser": "12.2.9", 30 "rxjs": "^6.5.3 || ^7.0.0" 31 }, 55 "main": "./bundles/router.umd.js", 56 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/router.js", 57 "module": "./fesm2015/router.js", 58 "name": "@angular/router", 32 59 "ng-update": { 33 60 "packageGroup": [ … … 50 77 ] 51 78 }, 79 "peerDependencies": { 80 "@angular/core": "12.2.9", 81 "@angular/common": "12.2.9", 82 "@angular/platform-browser": "12.2.9", 83 "rxjs": "^6.5.3 || ^7.0.0" 84 }, 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/angular/angular.git", 88 "directory": "packages/router" 89 }, 52 90 "sideEffects": false, 53 "main": "./bundles/router.umd.js",54 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/router.js",55 "fesm2015": "./fesm2015/router.js",56 "esm2015": "./esm2015/router.js",57 91 "typings": "./router.d.ts", 58 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/router.js", 59 "module": "./fesm2015/router.js", 60 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/router.js", 61 "es2015": "./fesm2015/router.js", 92 "version": "12.2.9", 62 93 "__processed_by_ivy_ngcc__": { 63 94 "es2015": "12.2.9",
Note:
See TracChangeset
for help on using the changeset viewer.