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-devkit
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular-devkit/architect/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/architect",
    3   "version": "0.1202.9",
    4   "description": "Angular Build Facade",
    5   "experimental": true,
    6   "main": "src/index.js",
    7   "typings": "src/index.d.ts",
     2  "_args": [
     3    [
     4      "@angular-devkit/architect@0.1202.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/architect@0.1202.9",
     10  "_id": "@angular-devkit/architect@0.1202.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-s2NcFqZjsdYoR0vhJWLCwykF6hG7F0C5fJJs49i6IJMKj5Ai58z7d2IFYvD8nA60paMvjFS14OQ+E/FEEEZ88Q==",
     13  "_location": "/@angular-devkit/architect",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/architect@0.1202.9",
     19    "name": "@angular-devkit/architect",
     20    "escapedName": "@angular-devkit%2farchitect",
     21    "scope": "@angular-devkit",
     22    "rawSpec": "0.1202.9",
     23    "saveSpec": null,
     24    "fetchSpec": "0.1202.9"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular",
     28    "/@angular-devkit/build-webpack",
     29    "/@angular/cli"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.9.tgz",
     32  "_spec": "0.1202.9",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Angular Authors"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/angular/angular-cli/issues"
     39  },
     40  "builders": "./builders/builders.json",
    841  "dependencies": {
    942    "@angular-devkit/core": "12.2.9",
    1043    "rxjs": "6.6.7"
    1144  },
    12   "builders": "./builders/builders.json",
     45  "description": "Angular Build Facade",
     46  "engines": {
     47    "node": "^12.14.1 || >=14.0.0",
     48    "npm": "^6.11.0 || ^7.5.6",
     49    "yarn": ">= 1.13.0"
     50  },
     51  "experimental": true,
     52  "homepage": "https://github.com/angular/angular-cli",
    1353  "keywords": [
    1454    "angular",
     
    1858    "Angular DevKit"
    1959  ],
     60  "license": "MIT",
     61  "main": "src/index.js",
     62  "name": "@angular-devkit/architect",
    2063  "repository": {
    2164    "type": "git",
    22     "url": "https://github.com/angular/angular-cli.git"
     65    "url": "git+https://github.com/angular/angular-cli.git"
    2366  },
    24   "engines": {
    25     "node": "^12.14.1 || >=14.0.0",
    26     "npm": "^6.11.0 || ^7.5.6",
    27     "yarn": ">= 1.13.0"
    28   },
    29   "author": "Angular Authors",
    30   "license": "MIT",
    31   "bugs": {
    32     "url": "https://github.com/angular/angular-cli/issues"
    33   },
    34   "homepage": "https://github.com/angular/angular-cli"
     67  "typings": "src/index.d.ts",
     68  "version": "0.1202.9"
    3569}
  • trip-planner-front/node_modules/@angular-devkit/build-angular/node_modules/tslib/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "tslib@2.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "tslib@2.3.0",
     10  "_id": "tslib@2.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
     13  "_location": "/@angular-devkit/build-angular/tslib",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "tslib@2.3.0",
    219    "name": "tslib",
    3     "author": "Microsoft Corp.",
    4     "homepage": "https://www.typescriptlang.org/",
    5     "version": "2.3.0",
    6     "license": "0BSD",
    7     "description": "Runtime library for TypeScript helper functions",
    8     "keywords": [
    9         "TypeScript",
    10         "Microsoft",
    11         "compiler",
    12         "language",
    13         "javascript",
    14         "tslib",
    15         "runtime"
    16     ],
    17     "bugs": {
    18         "url": "https://github.com/Microsoft/TypeScript/issues"
     20    "escapedName": "tslib",
     21    "rawSpec": "2.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.0"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
     29  "_spec": "2.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Microsoft Corp."
     33  },
     34  "bugs": {
     35    "url": "https://github.com/Microsoft/TypeScript/issues"
     36  },
     37  "description": "Runtime library for TypeScript helper functions",
     38  "exports": {
     39    ".": {
     40      "module": "./tslib.es6.js",
     41      "import": "./modules/index.js",
     42      "default": "./tslib.js"
    1943    },
    20     "repository": {
    21         "type": "git",
    22         "url": "https://github.com/Microsoft/tslib.git"
    23     },
    24     "main": "tslib.js",
    25     "module": "tslib.es6.js",
    26     "jsnext:main": "tslib.es6.js",
    27     "typings": "tslib.d.ts",
    28     "sideEffects": false,
    29     "exports": {
    30         ".": {
    31             "module": "./tslib.es6.js",
    32             "import": "./modules/index.js",
    33             "default": "./tslib.js"
    34         },
    35         "./": "./"
    36     }
     44    "./": "./"
     45  },
     46  "homepage": "https://www.typescriptlang.org/",
     47  "jsnext:main": "tslib.es6.js",
     48  "keywords": [
     49    "TypeScript",
     50    "Microsoft",
     51    "compiler",
     52    "language",
     53    "javascript",
     54    "tslib",
     55    "runtime"
     56  ],
     57  "license": "0BSD",
     58  "main": "tslib.js",
     59  "module": "tslib.es6.js",
     60  "name": "tslib",
     61  "repository": {
     62    "type": "git",
     63    "url": "git+https://github.com/Microsoft/tslib.git"
     64  },
     65  "sideEffects": false,
     66  "typings": "tslib.d.ts",
     67  "version": "2.3.0"
    3768}
  • trip-planner-front/node_modules/@angular-devkit/build-angular/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/build-angular",
    3   "version": "12.2.9",
    4   "description": "Angular Webpack Build Facade",
    5   "main": "src/index.js",
    6   "typings": "src/index.d.ts",
     2  "_args": [
     3    [
     4      "@angular-devkit/build-angular@12.2.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/build-angular@12.2.9",
     10  "_id": "@angular-devkit/build-angular@12.2.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-A8yddhGpUnrTcA4WCiUxwklFbfkNMfvlST5CT9VLVjz4MEwwOpdaNmIF39+NMr4XTgOBbP6Bq/t3ciIsB5+/Uw==",
     13  "_location": "/@angular-devkit/build-angular",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/build-angular@12.2.9",
     19    "name": "@angular-devkit/build-angular",
     20    "escapedName": "@angular-devkit%2fbuild-angular",
     21    "scope": "@angular-devkit",
     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-devkit/build-angular/-/build-angular-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  },
     35  "bugs": {
     36    "url": "https://github.com/angular/angular-cli/issues"
     37  },
    738  "builders": "builders.json",
    839  "dependencies": {
     
    3566    "css-loader": "6.2.0",
    3667    "css-minimizer-webpack-plugin": "3.0.2",
     68    "esbuild": "0.13.4",
    3769    "esbuild-wasm": "0.13.4",
    3870    "find-cache-dir": "3.3.1",
     
    77109    "webpack-subresource-integrity": "1.5.2"
    78110  },
     111  "description": "Angular Webpack Build Facade",
     112  "engines": {
     113    "node": "^12.14.1 || >=14.0.0",
     114    "npm": "^6.11.0 || ^7.5.6",
     115    "yarn": ">= 1.13.0"
     116  },
     117  "homepage": "https://github.com/angular/angular-cli",
     118  "keywords": [
     119    "angular",
     120    "Angular CLI",
     121    "devkit",
     122    "sdk",
     123    "Angular DevKit"
     124  ],
     125  "license": "MIT",
     126  "main": "src/index.js",
     127  "name": "@angular-devkit/build-angular",
    79128  "optionalDependencies": {
    80129    "esbuild": "0.13.4"
     
    114163    }
    115164  },
    116   "keywords": [
    117     "angular",
    118     "Angular CLI",
    119     "devkit",
    120     "sdk",
    121     "Angular DevKit"
    122   ],
    123165  "repository": {
    124166    "type": "git",
    125     "url": "https://github.com/angular/angular-cli.git"
     167    "url": "git+https://github.com/angular/angular-cli.git"
    126168  },
    127   "engines": {
    128     "node": "^12.14.1 || >=14.0.0",
    129     "npm": "^6.11.0 || ^7.5.6",
    130     "yarn": ">= 1.13.0"
    131   },
    132   "author": "Angular Authors",
    133   "license": "MIT",
    134   "bugs": {
    135     "url": "https://github.com/angular/angular-cli/issues"
    136   },
    137   "homepage": "https://github.com/angular/angular-cli"
     169  "typings": "src/index.d.ts",
     170  "version": "12.2.9"
    138171}
  • trip-planner-front/node_modules/@angular-devkit/build-optimizer/node_modules/tslib/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "tslib@2.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "tslib@2.3.0",
     10  "_id": "tslib@2.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
     13  "_location": "/@angular-devkit/build-optimizer/tslib",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "tslib@2.3.0",
    219    "name": "tslib",
    3     "author": "Microsoft Corp.",
    4     "homepage": "https://www.typescriptlang.org/",
    5     "version": "2.3.0",
    6     "license": "0BSD",
    7     "description": "Runtime library for TypeScript helper functions",
    8     "keywords": [
    9         "TypeScript",
    10         "Microsoft",
    11         "compiler",
    12         "language",
    13         "javascript",
    14         "tslib",
    15         "runtime"
    16     ],
    17     "bugs": {
    18         "url": "https://github.com/Microsoft/TypeScript/issues"
     20    "escapedName": "tslib",
     21    "rawSpec": "2.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.0"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-optimizer"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
     29  "_spec": "2.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Microsoft Corp."
     33  },
     34  "bugs": {
     35    "url": "https://github.com/Microsoft/TypeScript/issues"
     36  },
     37  "description": "Runtime library for TypeScript helper functions",
     38  "exports": {
     39    ".": {
     40      "module": "./tslib.es6.js",
     41      "import": "./modules/index.js",
     42      "default": "./tslib.js"
    1943    },
    20     "repository": {
    21         "type": "git",
    22         "url": "https://github.com/Microsoft/tslib.git"
    23     },
    24     "main": "tslib.js",
    25     "module": "tslib.es6.js",
    26     "jsnext:main": "tslib.es6.js",
    27     "typings": "tslib.d.ts",
    28     "sideEffects": false,
    29     "exports": {
    30         ".": {
    31             "module": "./tslib.es6.js",
    32             "import": "./modules/index.js",
    33             "default": "./tslib.js"
    34         },
    35         "./": "./"
    36     }
     44    "./": "./"
     45  },
     46  "homepage": "https://www.typescriptlang.org/",
     47  "jsnext:main": "tslib.es6.js",
     48  "keywords": [
     49    "TypeScript",
     50    "Microsoft",
     51    "compiler",
     52    "language",
     53    "javascript",
     54    "tslib",
     55    "runtime"
     56  ],
     57  "license": "0BSD",
     58  "main": "tslib.js",
     59  "module": "tslib.es6.js",
     60  "name": "tslib",
     61  "repository": {
     62    "type": "git",
     63    "url": "git+https://github.com/Microsoft/tslib.git"
     64  },
     65  "sideEffects": false,
     66  "typings": "tslib.d.ts",
     67  "version": "2.3.0"
    3768}
  • trip-planner-front/node_modules/@angular-devkit/build-optimizer/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/build-optimizer",
    3   "version": "0.1202.9",
    4   "description": "Angular Build Optimizer",
    5   "experimental": true,
    6   "main": "src/index.js",
    7   "typings": "src/index.d.ts",
     2  "_args": [
     3    [
     4      "@angular-devkit/build-optimizer@0.1202.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/build-optimizer@0.1202.9",
     10  "_id": "@angular-devkit/build-optimizer@0.1202.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-yDR7f2fRWzJdqa7U0eIYu5fCRIae3tcSsYE18UPiV5ypGK3talMIpZ1ibkklr9Nm9SAB6Js1/EdVBGB5jo3R9A==",
     13  "_location": "/@angular-devkit/build-optimizer",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/build-optimizer@0.1202.9",
     19    "name": "@angular-devkit/build-optimizer",
     20    "escapedName": "@angular-devkit%2fbuild-optimizer",
     21    "scope": "@angular-devkit",
     22    "rawSpec": "0.1202.9",
     23    "saveSpec": null,
     24    "fetchSpec": "0.1202.9"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.1202.9.tgz",
     30  "_spec": "0.1202.9",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Angular Authors"
     34  },
    835  "bin": {
    9     "build-optimizer": "./src/build-optimizer/cli.js"
     36    "build-optimizer": "src/build-optimizer/cli.js"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/angular/angular-cli/issues"
    1040  },
    1141  "dependencies": {
     
    1444    "typescript": "4.3.5"
    1545  },
     46  "description": "Angular Build Optimizer",
     47  "engines": {
     48    "node": "^12.14.1 || >=14.0.0",
     49    "npm": "^6.11.0 || ^7.5.6",
     50    "yarn": ">= 1.13.0"
     51  },
     52  "experimental": true,
     53  "homepage": "https://github.com/angular/angular-cli",
     54  "keywords": [
     55    "angular",
     56    "Angular CLI",
     57    "devkit",
     58    "sdk",
     59    "Angular DevKit"
     60  ],
     61  "license": "MIT",
     62  "main": "src/index.js",
     63  "name": "@angular-devkit/build-optimizer",
    1664  "peerDependencies": {
    1765    "webpack": "^5.30.0"
     
    2270    }
    2371  },
    24   "keywords": [
    25     "angular",
    26     "Angular CLI",
    27     "devkit",
    28     "sdk",
    29     "Angular DevKit"
    30   ],
    3172  "repository": {
    3273    "type": "git",
    33     "url": "https://github.com/angular/angular-cli.git"
     74    "url": "git+https://github.com/angular/angular-cli.git"
    3475  },
    35   "engines": {
    36     "node": "^12.14.1 || >=14.0.0",
    37     "npm": "^6.11.0 || ^7.5.6",
    38     "yarn": ">= 1.13.0"
    39   },
    40   "author": "Angular Authors",
    41   "license": "MIT",
    42   "bugs": {
    43     "url": "https://github.com/angular/angular-cli/issues"
    44   },
    45   "homepage": "https://github.com/angular/angular-cli"
     76  "typings": "src/index.d.ts",
     77  "version": "0.1202.9"
    4678}
  • trip-planner-front/node_modules/@angular-devkit/build-webpack/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/build-webpack",
    3   "version": "0.1202.9",
    4   "description": "Webpack Builder for Architect",
    5   "experimental": true,
    6   "main": "src/index.js",
    7   "typings": "src/index.d.ts",
     2  "_args": [
     3    [
     4      "@angular-devkit/build-webpack@0.1202.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/build-webpack@0.1202.9",
     10  "_id": "@angular-devkit/build-webpack@0.1202.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-UKVxFTRSyDpQDxM1yk1OJiynhbryrbsy+WgZ/gFcnZcrRGtrpAWOq+uMXfq05zET6CNqpOKBnxy9LSHAwXR5Ig==",
     13  "_location": "/@angular-devkit/build-webpack",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/build-webpack@0.1202.9",
     19    "name": "@angular-devkit/build-webpack",
     20    "escapedName": "@angular-devkit%2fbuild-webpack",
     21    "scope": "@angular-devkit",
     22    "rawSpec": "0.1202.9",
     23    "saveSpec": null,
     24    "fetchSpec": "0.1202.9"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1202.9.tgz",
     30  "_spec": "0.1202.9",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Angular Authors"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/angular/angular-cli/issues"
     37  },
    838  "builders": "builders.json",
    939  "dependencies": {
     
    1141    "rxjs": "6.6.7"
    1242  },
    13   "peerDependencies": {
    14     "webpack": "^5.30.0",
    15     "webpack-dev-server": "^3.1.4"
     43  "description": "Webpack Builder for Architect",
     44  "engines": {
     45    "node": "^12.14.1 || >=14.0.0",
     46    "npm": "^6.11.0 || ^7.5.6",
     47    "yarn": ">= 1.13.0"
    1648  },
     49  "experimental": true,
     50  "homepage": "https://github.com/angular/angular-cli",
    1751  "keywords": [
    1852    "angular",
     
    2256    "Angular DevKit"
    2357  ],
     58  "license": "MIT",
     59  "main": "src/index.js",
     60  "name": "@angular-devkit/build-webpack",
     61  "peerDependencies": {
     62    "webpack": "^5.30.0",
     63    "webpack-dev-server": "^3.1.4"
     64  },
    2465  "repository": {
    2566    "type": "git",
    26     "url": "https://github.com/angular/angular-cli.git"
     67    "url": "git+https://github.com/angular/angular-cli.git"
    2768  },
    28   "engines": {
    29     "node": "^12.14.1 || >=14.0.0",
    30     "npm": "^6.11.0 || ^7.5.6",
    31     "yarn": ">= 1.13.0"
    32   },
    33   "author": "Angular Authors",
    34   "license": "MIT",
    35   "bugs": {
    36     "url": "https://github.com/angular/angular-cli/issues"
    37   },
    38   "homepage": "https://github.com/angular/angular-cli"
     69  "typings": "src/index.d.ts",
     70  "version": "0.1202.9"
    3971}
  • trip-planner-front/node_modules/@angular-devkit/core/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/core",
    3   "version": "12.2.9",
     2  "_args": [
     3    [
     4      "@angular-devkit/core@12.2.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/core@12.2.9",
     10  "_id": "@angular-devkit/core@12.2.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-iPHQiga08bbryiVq3QYzwpuq9sNb8CB/MVy65MHJ0fuW1z6RYDeUh1EziitBBUT2d81KWKPO1wQ2DuUoxOg4mg==",
     13  "_location": "/@angular-devkit/core",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/core@12.2.9",
     19    "name": "@angular-devkit/core",
     20    "escapedName": "@angular-devkit%2fcore",
     21    "scope": "@angular-devkit",
     22    "rawSpec": "12.2.9",
     23    "saveSpec": null,
     24    "fetchSpec": "12.2.9"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/architect",
     28    "/@angular-devkit/build-angular",
     29    "/@angular-devkit/schematics",
     30    "/@angular/cli",
     31    "/@schematics/angular"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.9.tgz",
     34  "_spec": "12.2.9",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Angular Authors"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/angular/angular-cli/issues"
     41  },
     42  "dependencies": {
     43    "ajv": "8.6.2",
     44    "ajv-formats": "2.1.0",
     45    "fast-json-stable-stringify": "2.1.0",
     46    "magic-string": "0.25.7",
     47    "rxjs": "6.6.7",
     48    "source-map": "0.7.3"
     49  },
    450  "description": "Angular DevKit - Core Utility Library",
    5   "main": "src/index.js",
    6   "typings": "src/index.d.ts",
     51  "engines": {
     52    "node": "^12.14.1 || >=14.0.0",
     53    "npm": "^6.11.0 || ^7.5.6",
     54    "yarn": ">= 1.13.0"
     55  },
     56  "homepage": "https://github.com/angular/angular-cli",
    757  "keywords": [
    858    "angular",
     
    1363    "core"
    1464  ],
    15   "dependencies": {
    16     "ajv": "8.6.2",
    17     "ajv-formats": "2.1.0",
    18     "fast-json-stable-stringify": "2.1.0",
    19     "magic-string": "0.25.7",
    20     "rxjs": "6.6.7",
    21     "source-map": "0.7.3"
    22   },
     65  "license": "MIT",
     66  "main": "src/index.js",
     67  "name": "@angular-devkit/core",
    2368  "repository": {
    2469    "type": "git",
    25     "url": "https://github.com/angular/angular-cli.git"
     70    "url": "git+https://github.com/angular/angular-cli.git"
    2671  },
    27   "engines": {
    28     "node": "^12.14.1 || >=14.0.0",
    29     "npm": "^6.11.0 || ^7.5.6",
    30     "yarn": ">= 1.13.0"
    31   },
    32   "author": "Angular Authors",
    33   "license": "MIT",
    34   "bugs": {
    35     "url": "https://github.com/angular/angular-cli/issues"
    36   },
    37   "homepage": "https://github.com/angular/angular-cli"
     72  "typings": "src/index.d.ts",
     73  "version": "12.2.9"
    3874}
  • trip-planner-front/node_modules/@angular-devkit/schematics/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular-devkit/schematics",
    3   "version": "12.2.9",
     2  "_args": [
     3    [
     4      "@angular-devkit/schematics@12.2.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@angular-devkit/schematics@12.2.9",
     10  "_id": "@angular-devkit/schematics@12.2.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-OcMDCdlIxiir8XntrNXdXEPi9/8BRx54oYZeRosr0sJZlz4pPzsHs36t5uX2DURYYMkNNMaBnf2luUIC+77ZsA==",
     13  "_location": "/@angular-devkit/schematics",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@angular-devkit/schematics@12.2.9",
     19    "name": "@angular-devkit/schematics",
     20    "escapedName": "@angular-devkit%2fschematics",
     21    "scope": "@angular-devkit",
     22    "rawSpec": "12.2.9",
     23    "saveSpec": null,
     24    "fetchSpec": "12.2.9"
     25  },
     26  "_requiredBy": [
     27    "/@angular/cli",
     28    "/@schematics/angular"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.9.tgz",
     31  "_spec": "12.2.9",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Angular Authors"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/angular/angular-cli/issues"
     38  },
     39  "dependencies": {
     40    "@angular-devkit/core": "12.2.9",
     41    "ora": "5.4.1",
     42    "rxjs": "6.6.7"
     43  },
    444  "description": "Angular Schematics - Library",
    5   "main": "src/index.js",
    6   "typings": "src/index.d.ts",
     45  "engines": {
     46    "node": "^12.14.1 || >=14.0.0",
     47    "npm": "^6.11.0 || ^7.5.6",
     48    "yarn": ">= 1.13.0"
     49  },
     50  "homepage": "https://github.com/angular/angular-cli",
    751  "keywords": [
    852    "angular",
     
    1862    "schematics"
    1963  ],
    20   "dependencies": {
    21     "@angular-devkit/core": "12.2.9",
    22     "ora": "5.4.1",
    23     "rxjs": "6.6.7"
    24   },
     64  "license": "MIT",
     65  "main": "src/index.js",
     66  "name": "@angular-devkit/schematics",
    2567  "repository": {
    2668    "type": "git",
    27     "url": "https://github.com/angular/angular-cli.git"
     69    "url": "git+https://github.com/angular/angular-cli.git"
    2870  },
    29   "engines": {
    30     "node": "^12.14.1 || >=14.0.0",
    31     "npm": "^6.11.0 || ^7.5.6",
    32     "yarn": ">= 1.13.0"
    33   },
    34   "author": "Angular Authors",
    35   "license": "MIT",
    36   "bugs": {
    37     "url": "https://github.com/angular/angular-cli/issues"
    38   },
    39   "homepage": "https://github.com/angular/angular-cli"
     71  "typings": "src/index.d.ts",
     72  "version": "12.2.9"
    4073}
Note: See TracChangeset for help on using the changeset viewer.