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

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

primeNG components

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_from": "@angular/compiler-cli@12.2.13",
3 "_id": "@angular/compiler-cli@12.2.13",
4 "_inBundle": false,
5 "_integrity": "sha512-qmnmihl3SCRooj/mCsNIZLtnQ6qbx1/L6aMIEQosPvQhMeGMt8GCYvQPE8IZ+sahv7fih95HCWNa9TeLpOylug==",
6 "_location": "/@angular/compiler-cli",
7 "_phantomChildren": {
8 "escalade": "3.1.1",
9 "get-caller-file": "2.0.5",
10 "require-directory": "2.1.1",
11 "string-width": "4.2.3",
12 "strip-ansi": "6.0.1"
13 },
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "@angular/compiler-cli@12.2.13",
18 "name": "@angular/compiler-cli",
19 "escapedName": "@angular%2fcompiler-cli",
20 "scope": "@angular",
21 "rawSpec": "12.2.13",
22 "saveSpec": null,
23 "fetchSpec": "12.2.13"
24 },
25 "_requiredBy": [
26 "#DEV:/",
27 "#USER"
28 ],
29 "_resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-12.2.13.tgz",
30 "_shasum": "3ce463263e80a861e14af2ed3ba81598060e3ce0",
31 "_spec": "@angular/compiler-cli@12.2.13",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "bin": {
34 "ivy-ngcc": "ngcc/main-ivy-ngcc.js",
35 "ngcc": "ngcc/main-ngcc.js",
36 "ngc": "src/main.js",
37 "ng-xi18n": "src/extract_i18n.js"
38 },
39 "bugs": {
40 "url": "https://github.com/angular/angular/issues"
41 },
42 "bundleDependencies": false,
43 "dependencies": {
44 "@babel/core": "^7.8.6",
45 "@babel/types": "^7.8.6",
46 "canonical-path": "1.0.0",
47 "chokidar": "^3.0.0",
48 "convert-source-map": "^1.5.1",
49 "dependency-graph": "^0.11.0",
50 "magic-string": "^0.25.0",
51 "minimist": "^1.2.0",
52 "reflect-metadata": "^0.1.2",
53 "semver": "^7.0.0",
54 "source-map": "^0.6.1",
55 "sourcemap-codec": "^1.4.8",
56 "tslib": "^2.2.0",
57 "yargs": "^17.0.0"
58 },
59 "deprecated": false,
60 "description": "Angular - the compiler CLI for Node.js",
61 "engines": {
62 "node": "^12.14.1 || >=14.0.0"
63 },
64 "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
65 "keywords": [
66 "angular",
67 "compiler"
68 ],
69 "license": "MIT",
70 "main": "index.js",
71 "name": "@angular/compiler-cli",
72 "ng-update": {
73 "packageGroup": [
74 "@angular/core",
75 "@angular/bazel",
76 "@angular/common",
77 "@angular/compiler",
78 "@angular/compiler-cli",
79 "@angular/animations",
80 "@angular/elements",
81 "@angular/platform-browser",
82 "@angular/platform-browser-dynamic",
83 "@angular/forms",
84 "@angular/platform-server",
85 "@angular/upgrade",
86 "@angular/router",
87 "@angular/language-service",
88 "@angular/localize",
89 "@angular/service-worker"
90 ]
91 },
92 "peerDependencies": {
93 "@angular/compiler": "12.2.13",
94 "typescript": ">=4.2.3 <4.4"
95 },
96 "repository": {
97 "type": "git",
98 "url": "git+https://github.com/angular/angular.git",
99 "directory": "packages/compiler-cli"
100 },
101 "typings": "index.d.ts",
102 "version": "12.2.13"
103}
Note: See TracBrowser for help on using the repository browser.