source: trip-planner-front/node_modules/@angular/compiler-cli/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.8 KB
Line 
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",
7 "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"
12 },
13 "dependencies": {
14 "@babel/core": "^7.8.6",
15 "@babel/types": "^7.8.6",
16 "reflect-metadata": "^0.1.2",
17 "minimist": "^1.2.0",
18 "canonical-path": "1.0.0",
19 "chokidar": "^3.0.0",
20 "convert-source-map": "^1.5.1",
21 "dependency-graph": "^0.11.0",
22 "magic-string": "^0.25.0",
23 "semver": "^7.0.0",
24 "source-map": "^0.6.1",
25 "sourcemap-codec": "^1.4.8",
26 "tslib": "^2.2.0",
27 "yargs": "^17.0.0"
28 },
29 "peerDependencies": {
30 "@angular/compiler": "12.2.9",
31 "typescript": ">=4.2.3 <4.4"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/angular/angular.git",
36 "directory": "packages/compiler-cli"
37 },
38 "keywords": [
39 "angular",
40 "compiler"
41 ],
42 "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",
50 "ng-update": {
51 "packageGroup": [
52 "@angular/core",
53 "@angular/bazel",
54 "@angular/common",
55 "@angular/compiler",
56 "@angular/compiler-cli",
57 "@angular/animations",
58 "@angular/elements",
59 "@angular/platform-browser",
60 "@angular/platform-browser-dynamic",
61 "@angular/forms",
62 "@angular/platform-server",
63 "@angular/upgrade",
64 "@angular/router",
65 "@angular/language-service",
66 "@angular/localize",
67 "@angular/service-worker"
68 ]
69 }
70}
Note: See TracBrowser for help on using the repository browser.