Changeset 59329aa for trip-planner-front/node_modules/@angular/compiler
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/compiler/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/compiler", 3 "version": "12.2.9", 4 "description": "Angular - the compiler library", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/compiler@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/compiler@12.2.9", 9 "_id": "@angular/compiler@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-87Qn8HuQ+6ECUnapQxpgIvwuUs6i1oM6lmLSKrYe0/WpIzTabB30eXWCKfvqYrv516cMdrq+nLCIXJx1tPqzSw==", 12 "_location": "/@angular/compiler", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/compiler@12.2.9", 18 "name": "@angular/compiler", 19 "escapedName": "@angular%2fcompiler", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/angular/angular.git", 16 "directory": "packages/compiler" 40 "description": "Angular - the compiler library", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 17 43 }, 44 "es2015": "./fesm2015/compiler.js", 45 "esm2015": "./esm2015/index.js", 46 "fesm2015": "./fesm2015/compiler.js", 47 "homepage": "https://github.com/angular/angular#readme", 48 "license": "MIT", 49 "main": "./bundles/compiler.umd.js", 50 "module": "./fesm2015/compiler.js", 51 "name": "@angular/compiler", 18 52 "ng-update": { 19 53 "packageGroup": [ … … 36 70 ] 37 71 }, 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/angular/angular.git", 75 "directory": "packages/compiler" 76 }, 38 77 "sideEffects": true, 39 "main": "./bundles/compiler.umd.js",40 "fesm2015": "./fesm2015/compiler.js",41 "esm2015": "./esm2015/index.js",42 78 "typings": "./index.d.ts", 43 "module": "./fesm2015/compiler.js", 44 "es2015": "./fesm2015/compiler.js" 79 "version": "12.2.9" 45 80 }
Note:
See TracChangeset
for help on using the changeset viewer.