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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "@angular/compiler@12.2.13",
3 "_id": "@angular/compiler@12.2.13",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-L0saTTJJtxldjhaGIL6b1BCfodPOEz4Wrev3pEUK5UcODooj5HLiE/aO6jiNb8M4XTbdqByKyqvZyWzGHeexVQ==",
[59329aa]6 "_location": "/@angular/compiler",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
[e29cc2e]11 "raw": "@angular/compiler@12.2.13",
[59329aa]12 "name": "@angular/compiler",
13 "escapedName": "@angular%2fcompiler",
14 "scope": "@angular",
[e29cc2e]15 "rawSpec": "12.2.13",
[59329aa]16 "saveSpec": null,
[e29cc2e]17 "fetchSpec": "12.2.13"
[59329aa]18 },
19 "_requiredBy": [
[e29cc2e]20 "#USER",
[59329aa]21 "/"
22 ],
[e29cc2e]23 "_resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.13.tgz",
24 "_shasum": "7eef6fdb81b9de6fd0e2cdda2ad8a084c1d9535b",
25 "_spec": "@angular/compiler@12.2.13",
[59329aa]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"
[6a3a178]32 },
[e29cc2e]33 "bundleDependencies": false,
[6a3a178]34 "dependencies": {
35 "tslib": "^2.2.0"
36 },
[e29cc2e]37 "deprecated": false,
[59329aa]38 "description": "Angular - the compiler library",
39 "engines": {
40 "node": "^12.14.1 || >=14.0.0"
[6a3a178]41 },
[59329aa]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",
[6a3a178]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 },
[59329aa]70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/angular/angular.git",
73 "directory": "packages/compiler"
74 },
[6a3a178]75 "sideEffects": true,
76 "typings": "./index.d.ts",
[e29cc2e]77 "version": "12.2.13"
[59329aa]78}
Note: See TracBrowser for help on using the repository browser.