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

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

adding photos

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
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",
32 "bin": {
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"
40 },
41 "dependencies": {
42 "@babel/core": "^7.8.6",
43 "@babel/types": "^7.8.6",
44 "canonical-path": "1.0.0",
45 "chokidar": "^3.0.0",
46 "convert-source-map": "^1.5.1",
47 "dependency-graph": "^0.11.0",
48 "magic-string": "^0.25.0",
49 "minimist": "^1.2.0",
50 "reflect-metadata": "^0.1.2",
51 "semver": "^7.0.0",
52 "source-map": "^0.6.1",
53 "sourcemap-codec": "^1.4.8",
54 "tslib": "^2.2.0",
55 "yargs": "^17.0.0"
56 },
57 "description": "Angular - the compiler CLI for Node.js",
58 "engines": {
59 "node": "^12.14.1 || >=14.0.0"
60 },
61 "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
62 "keywords": [
63 "angular",
64 "compiler"
65 ],
66 "license": "MIT",
67 "main": "index.js",
68 "name": "@angular/compiler-cli",
69 "ng-update": {
70 "packageGroup": [
71 "@angular/core",
72 "@angular/bazel",
73 "@angular/common",
74 "@angular/compiler",
75 "@angular/compiler-cli",
76 "@angular/animations",
77 "@angular/elements",
78 "@angular/platform-browser",
79 "@angular/platform-browser-dynamic",
80 "@angular/forms",
81 "@angular/platform-server",
82 "@angular/upgrade",
83 "@angular/router",
84 "@angular/language-service",
85 "@angular/localize",
86 "@angular/service-worker"
87 ]
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"
100}
Note: See TracBrowser for help on using the repository browser.