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