Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

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  
    11{
    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"
    936  },
    1037  "dependencies": {
    1138    "tslib": "^2.2.0"
    1239  },
    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"
    1543  },
    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",
    2155  "ng-update": {
    2256    "packageGroup": [
     
    3973    ]
    4074  },
     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  },
    4183  "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",
    4684  "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",
    5186  "__processed_by_ivy_ngcc__": {
    5287    "es2015": "12.2.9",
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts

    rceaed42 r59329aa  
    1414 * retention of the class and its directive metadata.
    1515 */
    16 import * as ɵngcc0 from '@angular/core';
    1716export declare const CDK_DRAG_HANDLE: InjectionToken<CdkDragHandle>;
    1817/** Handle that can be used to drag a CdkDrag instance. */
     
    3029    ngOnDestroy(): void;
    3130    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>;
    3431}
    35 
    36 //# sourceMappingURL=drag-handle.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-placeholder.d.ts

    rceaed42 r59329aa  
    1212 * retention of the class and its directive metadata.
    1313 */
    14 import * as ɵngcc0 from '@angular/core';
    1514export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>;
    1615/**
     
    2322    data: T;
    2423    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>;
    2724}
    28 
    29 //# sourceMappingURL=drag-placeholder.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-preview.d.ts

    rceaed42 r59329aa  
    1313 * retention of the class and its directive metadata.
    1414 */
    15 import * as ɵngcc0 from '@angular/core';
    1615export declare const CDK_DRAG_PREVIEW: InjectionToken<CdkDragPreview<any>>;
    1716/**
     
    2928    constructor(templateRef: TemplateRef<T>);
    3029    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>;
    3330}
    34 
    35 //# sourceMappingURL=drag-preview.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag.d.ts

    rceaed42 r59329aa  
    1919import { DragDropConfig, DragStartDelay, DragAxis } from './config';
    2020/** Element that can be moved inside a CdkDropList container. */
    21 import * as ɵngcc0 from '@angular/core';
    2221export declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy {
    2322    /** Element that the draggable is attached to. */
     
    157156    private _setupHandlesListener;
    158157    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"]>;
    161158}
    162 
    163 //# sourceMappingURL=drag.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drop-list-group.d.ts

    rceaed42 r59329aa  
    1313 * retention of the class and its directive metadata.
    1414 */
    15 import * as ɵngcc0 from '@angular/core';
    1615export declare const CDK_DROP_LIST_GROUP: InjectionToken<CdkDropListGroup<unknown>>;
    1716/**
     
    3029    ngOnDestroy(): void;
    3130    static ngAcceptInputType_disabled: BooleanInput;
    32     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDropListGroup<any>, never>;
    33     static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDropListGroup<any>, "[cdkDropListGroup]", ["cdkDropListGroup"], { "disabled": "cdkDropListGroupDisabled"; }, {}, never>;
    3431}
    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  
    2121 * @docs-private
    2222 */
    23 import * as ɵngcc0 from '@angular/core';
    2423export interface CdkDropListInternal extends CdkDropList {
    2524}
     
    123122    static ngAcceptInputType_autoScrollDisabled: BooleanInput;
    124123    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>;
    127124}
    128 
    129 //# sourceMappingURL=drop-list.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop-module.d.ts

    rceaed42 r59329aa  
    66 * found in the LICENSE file at https://angular.io/license
    77 */
    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';
    168export 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>;
    209}
    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  
    1313 * @docs-private
    1414 */
    15 import * as ɵngcc0 from '@angular/core';
    1615export declare class DragDropRegistry<I extends {
    1716    isDragging(): boolean;
     
    8584    /** Clears out the global event listeners from the `document`. */
    8685    private _clearGlobalListeners;
    87     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropRegistry<any, any>, never>;
    8886}
    89 
    90 //# sourceMappingURL=drag-drop-registry.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop.d.ts

    rceaed42 r59329aa  
    1414 * Service that allows for drag-and-drop functionality to be attached to DOM elements.
    1515 */
    16 import * as ɵngcc0 from '@angular/core';
    1716export declare class DragDrop {
    1817    private _document;
     
    3231     */
    3332    createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>;
    34     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDrop, never>;
    3533}
    36 
    37 //# sourceMappingURL=drag-drop.d.ts.map
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/index.d.ts

    rceaed42 r59329aa  
    44export * from './public-api';
    55export { 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  
    22  "name": "@angular/cdk/drag-drop",
    33  "main": "../bundles/cdk-drag-drop.umd.js",
    4   "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js",
    54  "fesm2015": "../fesm2015/drag-drop.js",
    65  "esm2015": "../esm2015/drag-drop/index.js",
    76  "typings": "./index.d.ts",
    8   "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/drag-drop.js",
    97  "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"
    219}
  • trip-planner-front/node_modules/@angular/cdk/node_modules/parse5/package.json

    rceaed42 r59329aa  
    11{
     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",
    212    "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"
    3567}
  • trip-planner-front/node_modules/@angular/cdk/package.json

    rceaed42 r59329aa  
    11{
    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,
    436  "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",
    941  "keywords": [
    1042    "angular",
     
    1547  ],
    1648  "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"
    1954  },
    20   "homepage": "https://github.com/angular/components#readme",
     55  "optionalDependencies": {
     56    "parse5": "^5.0.0"
     57  },
    2158  "peerDependencies": {
    2259    "@angular/core": "^12.0.0 || ^13.0.0-0",
     
    2461    "rxjs": "^6.5.3 || ^7.0.0"
    2562  },
    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"
    3166  },
    3267  "schematics": "./schematics/collection.json",
    33   "ng-update": {
    34     "migrations": "./schematics/migration.json"
    35   },
    3668  "sideEffects": false,
    37   "main": "./bundles/cdk.umd.js",
    38   "fesm2015": "./fesm2015/cdk.js",
    39   "esm2015": "./esm2015/index.js",
    4069  "typings": "./index.d.ts",
    41   "module": "./fesm2015/cdk.js",
    42   "es2015": "./fesm2015/cdk.js"
     70  "version": "12.2.10"
    4371}
  • trip-planner-front/node_modules/@angular/cli/package.json

    rceaed42 r59329aa  
    11{
    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  },
    635  "bin": {
    7     "ng": "./bin/ng"
     36    "ng": "bin/ng"
    837  },
    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",
    2638  "bugs": {
    2739    "url": "https://github.com/angular/angular-cli/issues"
    2840  },
    29   "homepage": "https://github.com/angular/angular-cli",
    3041  "dependencies": {
    3142    "@angular-devkit/architect": "0.1202.9",
     
    4960    "uuid": "8.3.2"
    5061  },
     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",
    5180  "ng-update": {
    5281    "migrations": "@schematics/angular/migrations/migration-collection.json",
     
    6089    }
    6190  },
    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"
    6799}
  • trip-planner-front/node_modules/@angular/common/package.json

    rceaed42 r59329aa  
    11{
    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  },
    440  "description": "Angular - commonly needed directives and services",
    5   "author": "angular",
    6   "license": "MIT",
    741  "engines": {
    842    "node": "^12.14.1 || >=14.0.0"
    943  },
     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",
    1051  "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",
    2356  "ng-update": {
    2457    "packageGroup": [
     
    4174    ]
    4275  },
     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  },
    4385  "sideEffects": [
    4486    "**/global/*.js",
    4587    "**/closure-locale.*"
    4688  ],
    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",
    5189  "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",
    5691  "__processed_by_ivy_ngcc__": {
    5792    "es2015": "12.2.9",
  • trip-planner-front/node_modules/@angular/compiler-cli/node_modules/source-map/package.json

    rceaed42 r59329aa  
    11{
    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  ],
    3184  "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  },
    50192  "files": [
    51193    "source-map.js",
     
    57199    "dist/source-map.min.js.map"
    58200  ],
    59   "engines": {
    60     "node": ">=0.10.0"
    61   },
     201  "homepage": "https://github.com/mozilla/source-map",
    62202  "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  },
    63209  "scripts": {
     210    "build": "webpack --color",
    64211    "test": "npm run build && node test/run-tests.js",
    65     "build": "webpack --color",
    66212    "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
    67213  },
    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"
    73216}
  • trip-planner-front/node_modules/@angular/compiler-cli/package.json

    rceaed42 r59329aa  
    11{
    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",
    732  "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"
    1240  },
    1341  "dependencies": {
    1442    "@babel/core": "^7.8.6",
    1543    "@babel/types": "^7.8.6",
    16     "reflect-metadata": "^0.1.2",
    17     "minimist": "^1.2.0",
    1844    "canonical-path": "1.0.0",
    1945    "chokidar": "^3.0.0",
     
    2147    "dependency-graph": "^0.11.0",
    2248    "magic-string": "^0.25.0",
     49    "minimist": "^1.2.0",
     50    "reflect-metadata": "^0.1.2",
    2351    "semver": "^7.0.0",
    2452    "source-map": "^0.6.1",
     
    2755    "yargs": "^17.0.0"
    2856  },
    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"
    3260  },
    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",
    3862  "keywords": [
    3963    "angular",
     
    4165  ],
    4266  "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",
    5069  "ng-update": {
    5170    "packageGroup": [
     
    6786      "@angular/service-worker"
    6887    ]
    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"
    70100}
  • trip-planner-front/node_modules/@angular/compiler/package.json

    rceaed42 r59329aa  
    11{
    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"
    936  },
    1037  "dependencies": {
    1138    "tslib": "^2.2.0"
    1239  },
    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"
    1743  },
     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",
    1852  "ng-update": {
    1953    "packageGroup": [
     
    3670    ]
    3771  },
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/angular/angular.git",
     75    "directory": "packages/compiler"
     76  },
    3877  "sideEffects": true,
    39   "main": "./bundles/compiler.umd.js",
    40   "fesm2015": "./fesm2015/compiler.js",
    41   "esm2015": "./esm2015/index.js",
    4278  "typings": "./index.d.ts",
    43   "module": "./fesm2015/compiler.js",
    44   "es2015": "./fesm2015/compiler.js"
     79  "version": "12.2.9"
    4580}
  • trip-planner-front/node_modules/@angular/core/package.json

    rceaed42 r59329aa  
    11{
    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"
    936  },
    1037  "dependencies": {
    1138    "tslib": "^2.2.0"
    1239  },
    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"
    1643  },
    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",
    2255  "ng-update": {
    2356    "migrations": "./schematics/migrations.json",
     
    4174    ]
    4275  },
     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  },
    4385  "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",
    4886  "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",
    5388  "__processed_by_ivy_ngcc__": {
    5489    "es2015": "12.2.9",
  • trip-planner-front/node_modules/@angular/forms/package.json

    rceaed42 r59329aa  
    11{
    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"
    936  },
    1037  "dependencies": {
    1138    "tslib": "^2.2.0"
    1239  },
    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"
    1843  },
    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",
    2455  "ng-update": {
    2556    "packageGroup": [
     
    4273    ]
    4374  },
     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  },
    4486  "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",
    4987  "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",
    5489  "__processed_by_ivy_ngcc__": {
    5590    "es2015": "12.2.9",
  • trip-planner-front/node_modules/@angular/material/list/index.d.ts

    rceaed42 r59329aa  
    33 */
    44export * from './public-api';
    5 
    6 //# sourceMappingURL=index.d.ts.map
  • trip-planner-front/node_modules/@angular/material/list/list-module.d.ts

    rceaed42 r59329aa  
    66 * found in the LICENSE file at https://angular.io/license
    77 */
    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';
    148export 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>;
    189}
    19 
    20 //# sourceMappingURL=list-module.d.ts.map
  • trip-planner-front/node_modules/@angular/material/list/list.d.ts

    rceaed42 r59329aa  
    1111import { Subject } from 'rxjs';
    1212/** @docs-private */
    13 import * as ɵngcc0 from '@angular/core';
    1413declare 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> & {
    1514    new (): {};
     
    3837    static ngAcceptInputType_disableRipple: BooleanInput;
    3938    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, ["*"]>;
    4239}
    4340export declare class MatList extends _MatListBase implements CanDisable, CanDisableRipple, OnChanges, OnDestroy {
     
    5148    static ngAcceptInputType_disableRipple: BooleanInput;
    5249    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, ["*"]>;
    5550}
    5651/**
     
    5954 */
    6055export declare class MatListAvatarCssMatStyler {
    61     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListAvatarCssMatStyler, never>;
    62     static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatListAvatarCssMatStyler, "[mat-list-avatar], [matListAvatar]", never, {}, {}, never>;
    6356}
    6457/**
     
    6760 */
    6861export declare class MatListIconCssMatStyler {
    69     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListIconCssMatStyler, never>;
    70     static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatListIconCssMatStyler, "[mat-list-icon], [matListIcon]", never, {}, {}, never>;
    7162}
    7263/**
     
    7566 */
    7667export declare class MatListSubheaderCssMatStyler {
    77     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatListSubheaderCssMatStyler, never>;
    78     static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatListSubheaderCssMatStyler, "[mat-subheader], [matSubheader]", never, {}, {}, never>;
    7968}
    8069/** An item within a Material Design list. */
     
    10089    static ngAcceptInputType_disableRipple: BooleanInput;
    10190    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]", "*"]>;
    10491}
    10592export {};
    106 
    107 //# sourceMappingURL=list.d.ts.map
  • trip-planner-front/node_modules/@angular/material/list/package.json

    rceaed42 r59329aa  
    22  "name": "@angular/material/list",
    33  "main": "../bundles/material-list.umd.js",
    4   "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/list.js",
    54  "fesm2015": "../fesm2015/list.js",
    65  "esm2015": "../esm2015/list/index.js",
    76  "typings": "./index.d.ts",
    8   "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/list.js",
    97  "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"
    219}
  • trip-planner-front/node_modules/@angular/material/list/selection-list.d.ts

    rceaed42 r59329aa  
    1313import { CanDisableRipple, MatLine, ThemePalette } from '@angular/material/core';
    1414import { MatListAvatarCssMatStyler, MatListIconCssMatStyler } from './list';
    15 import * as ɵngcc0 from '@angular/core';
    1615declare const _MatSelectionListBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisableRipple> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisableRipple> & {
    1716    new (): {};
     
    129128    static ngAcceptInputType_selected: BooleanInput;
    130129    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]"]>;
    133130}
    134131/**
     
    244241    static ngAcceptInputType_disableRipple: BooleanInput;
    245242    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"], ["*"]>;
    248243}
    249244export {};
    250 
    251 //# sourceMappingURL=selection-list.d.ts.map
  • trip-planner-front/node_modules/@angular/material/package.json

    rceaed42 r59329aa  
    11{
    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  },
    437  "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",
    942  "keywords": [
    1043    "angular",
     
    1447  ],
    1548  "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",
    3252  "ng-update": {
    3353    "migrations": "./schematics/migration.json",
     
    3959    ]
    4060  },
     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",
    4174  "sideEffects": false,
    42   "main": "./bundles/material.umd.js",
    43   "fesm2015": "./fesm2015/material.js",
    44   "esm2015": "./esm2015/index.js",
    4575  "typings": "./index.d.ts",
    46   "module": "./fesm2015/material.js",
    47   "es2015": "./fesm2015/material.js"
     76  "version": "12.2.10"
    4877}
  • trip-planner-front/node_modules/@angular/platform-browser-dynamic/package.json

    rceaed42 r59329aa  
    11{
    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"
    936  },
    1037  "dependencies": {
    1138    "tslib": "^2.2.0"
    1239  },
    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"
    1843  },
    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",
    2455  "ng-update": {
    2556    "packageGroup": [
     
    4273    ]
    4374  },
     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  },
    4486  "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",
    4987  "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",
    5489  "__processed_by_ivy_ngcc__": {
    5590    "es2015": "12.2.9",
  • trip-planner-front/node_modules/@angular/platform-browser/package.json

    rceaed42 r59329aa  
    11{
    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"
    936  },
    1037  "dependencies": {
    1138    "tslib": "^2.2.0"
    1239  },
    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"
    1743  },
    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",
    2855  "ng-update": {
    2956    "packageGroup": [
     
    4673    ]
    4774  },
     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  },
    4890  "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",
    5391  "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",
    5893  "__processed_by_ivy_ngcc__": {
    5994    "es2015": "12.2.9",
  • trip-planner-front/node_modules/@angular/router/package.json

    rceaed42 r59329aa  
    11{
    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  },
    440  "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",
    550  "keywords": [
    651    "angular",
    752    "router"
    853  ],
    9   "repository": {
    10     "type": "git",
    11     "url": "git+https://github.com/angular/angular.git",
    12     "directory": "packages/router"
    13   },
    14   "author": "angular",
    1554  "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",
    3259  "ng-update": {
    3360    "packageGroup": [
     
    5077    ]
    5178  },
     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  },
    5290  "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",
    5791  "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",
    6293  "__processed_by_ivy_ngcc__": {
    6394    "es2015": "12.2.9",
Note: See TracChangeset for help on using the changeset viewer.