source: trip-planner-front/node_modules/@angular/core/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.9 KB
Line 
1{
2 "_from": "@angular/core@12.2.13",
3 "_id": "@angular/core@12.2.13",
4 "_inBundle": false,
5 "_integrity": "sha512-tZ5nAnmOi418JDaJIFiiP9z2JrluMJZvUvXO4QDUs52BXaL2yuP7MJ2LczWOVJXrBLZXeZGfjDjZmaFPA24grg==",
6 "_location": "/@angular/core",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@angular/core@12.2.13",
12 "name": "@angular/core",
13 "escapedName": "@angular%2fcore",
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/core/-/core-12.2.13.tgz",
24 "_shasum": "fc40acbdcee5c5878bd249ddc0d643be724076c3",
25 "_spec": "@angular/core@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 core framework",
39 "engines": {
40 "node": "^12.14.1 || >=14.0.0"
41 },
42 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js",
43 "es2015": "./fesm2015/core.js",
44 "esm2015": "./esm2015/core.js",
45 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js",
46 "fesm2015": "./fesm2015/core.js",
47 "homepage": "https://github.com/angular/angular#readme",
48 "license": "MIT",
49 "main": "./bundles/core.umd.js",
50 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/core.js",
51 "module": "./fesm2015/core.js",
52 "name": "@angular/core",
53 "ng-update": {
54 "migrations": "./schematics/migrations.json",
55 "packageGroup": [
56 "@angular/core",
57 "@angular/bazel",
58 "@angular/common",
59 "@angular/compiler",
60 "@angular/compiler-cli",
61 "@angular/animations",
62 "@angular/elements",
63 "@angular/platform-browser",
64 "@angular/platform-browser-dynamic",
65 "@angular/forms",
66 "@angular/platform-server",
67 "@angular/upgrade",
68 "@angular/router",
69 "@angular/language-service",
70 "@angular/localize",
71 "@angular/service-worker"
72 ]
73 },
74 "peerDependencies": {
75 "rxjs": "^6.5.3 || ^7.0.0",
76 "zone.js": "~0.11.4"
77 },
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/angular/angular.git",
81 "directory": "packages/core"
82 },
83 "sideEffects": false,
84 "typings": "./core.d.ts",
85 "version": "12.2.13",
86 "__processed_by_ivy_ngcc__": {
87 "es2015": "12.2.13",
88 "fesm2015": "12.2.13",
89 "module": "12.2.13",
90 "typings": "12.2.13"
91 },
92 "scripts": {
93 "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
94 }
95}
Note: See TracBrowser for help on using the repository browser.