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

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

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "@angular/compiler@12.2.13",
3 "_id": "@angular/compiler@12.2.13",
4 "_inBundle": false,
5 "_integrity": "sha512-L0saTTJJtxldjhaGIL6b1BCfodPOEz4Wrev3pEUK5UcODooj5HLiE/aO6jiNb8M4XTbdqByKyqvZyWzGHeexVQ==",
6 "_location": "/@angular/compiler",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@angular/compiler@12.2.13",
12 "name": "@angular/compiler",
13 "escapedName": "@angular%2fcompiler",
14 "scope": "@angular",
15 "rawSpec": "12.2.13",
16 "saveSpec": null,
17 "fetchSpec": "12.2.13"
18 },
19 "_requiredBy": [
20 "#USER",
21 "/"
22 ],
23 "_resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.13.tgz",
24 "_shasum": "7eef6fdb81b9de6fd0e2cdda2ad8a084c1d9535b",
25 "_spec": "@angular/compiler@12.2.13",
26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
27 "author": {
28 "name": "angular"
29 },
30 "bugs": {
31 "url": "https://github.com/angular/angular/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "tslib": "^2.2.0"
36 },
37 "deprecated": false,
38 "description": "Angular - the compiler library",
39 "engines": {
40 "node": "^12.14.1 || >=14.0.0"
41 },
42 "es2015": "./fesm2015/compiler.js",
43 "esm2015": "./esm2015/index.js",
44 "fesm2015": "./fesm2015/compiler.js",
45 "homepage": "https://github.com/angular/angular#readme",
46 "license": "MIT",
47 "main": "./bundles/compiler.umd.js",
48 "module": "./fesm2015/compiler.js",
49 "name": "@angular/compiler",
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 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/angular/angular.git",
73 "directory": "packages/compiler"
74 },
75 "sideEffects": true,
76 "typings": "./index.d.ts",
77 "version": "12.2.13"
78}
Note: See TracBrowser for help on using the repository browser.