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

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.