source: trip-planner-front/node_modules/@angular/compiler/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.2 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "@angular/compiler@12.2.9",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_from": "@angular/compiler@12.2.9",
9 "_id": "@angular/compiler@12.2.9",
10 "_inBundle": false,
11 "_integrity": "sha512-87Qn8HuQ+6ECUnapQxpgIvwuUs6i1oM6lmLSKrYe0/WpIzTabB30eXWCKfvqYrv516cMdrq+nLCIXJx1tPqzSw==",
12 "_location": "/@angular/compiler",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "@angular/compiler@12.2.9",
18 "name": "@angular/compiler",
19 "escapedName": "@angular%2fcompiler",
20 "scope": "@angular",
21 "rawSpec": "12.2.9",
22 "saveSpec": null,
23 "fetchSpec": "12.2.9"
24 },
25 "_requiredBy": [
26 "/"
27 ],
28 "_resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.9.tgz",
29 "_spec": "12.2.9",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "angular"
33 },
34 "bugs": {
35 "url": "https://github.com/angular/angular/issues"
[6a3a178]36 },
37 "dependencies": {
38 "tslib": "^2.2.0"
39 },
[59329aa]40 "description": "Angular - the compiler library",
41 "engines": {
42 "node": "^12.14.1 || >=14.0.0"
[6a3a178]43 },
[59329aa]44 "es2015": "./fesm2015/compiler.js",
45 "esm2015": "./esm2015/index.js",
46 "fesm2015": "./fesm2015/compiler.js",
47 "homepage": "https://github.com/angular/angular#readme",
48 "license": "MIT",
49 "main": "./bundles/compiler.umd.js",
50 "module": "./fesm2015/compiler.js",
51 "name": "@angular/compiler",
[6a3a178]52 "ng-update": {
53 "packageGroup": [
54 "@angular/core",
55 "@angular/bazel",
56 "@angular/common",
57 "@angular/compiler",
58 "@angular/compiler-cli",
59 "@angular/animations",
60 "@angular/elements",
61 "@angular/platform-browser",
62 "@angular/platform-browser-dynamic",
63 "@angular/forms",
64 "@angular/platform-server",
65 "@angular/upgrade",
66 "@angular/router",
67 "@angular/language-service",
68 "@angular/localize",
69 "@angular/service-worker"
70 ]
71 },
[59329aa]72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/angular/angular.git",
75 "directory": "packages/compiler"
76 },
[6a3a178]77 "sideEffects": true,
78 "typings": "./index.d.ts",
[59329aa]79 "version": "12.2.9"
80}
Note: See TracBrowser for help on using the repository browser.