- 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-cli/package.json
rceaed42 r59329aa 1 1 { 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", 7 32 "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" 12 40 }, 13 41 "dependencies": { 14 42 "@babel/core": "^7.8.6", 15 43 "@babel/types": "^7.8.6", 16 "reflect-metadata": "^0.1.2",17 "minimist": "^1.2.0",18 44 "canonical-path": "1.0.0", 19 45 "chokidar": "^3.0.0", … … 21 47 "dependency-graph": "^0.11.0", 22 48 "magic-string": "^0.25.0", 49 "minimist": "^1.2.0", 50 "reflect-metadata": "^0.1.2", 23 51 "semver": "^7.0.0", 24 52 "source-map": "^0.6.1", … … 27 55 "yargs": "^17.0.0" 28 56 }, 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" 32 60 }, 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", 38 62 "keywords": [ 39 63 "angular", … … 41 65 ], 42 66 "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", 50 69 "ng-update": { 51 70 "packageGroup": [ … … 67 86 "@angular/service-worker" 68 87 ] 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" 70 100 }
Note:
See TracChangeset
for help on using the changeset viewer.