source: trip-planner-front/node_modules/@angular/common/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: 3.0 KB
Line 
1{
2 "_args": [
3 [
4 "@angular/common@12.2.9",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_from": "@angular/common@12.2.9",
9 "_id": "@angular/common@12.2.9",
10 "_inBundle": false,
11 "_integrity": "sha512-V7leBrq80CSJWHWVE3LEL6Z6onP2ibsITY3++86Uddz8AxzfOtNRslbs4/qCWc82nT7CIEn8a28NLP/BdOwNew==",
12 "_location": "/@angular/common",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "@angular/common@12.2.9",
18 "name": "@angular/common",
19 "escapedName": "@angular%2fcommon",
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/common/-/common-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"
36 },
37 "dependencies": {
38 "tslib": "^2.2.0"
39 },
40 "description": "Angular - commonly needed directives and services",
41 "engines": {
42 "node": "^12.14.1 || >=14.0.0"
43 },
44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
45 "es2015": "./fesm2015/common.js",
46 "esm2015": "./esm2015/common.js",
47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
48 "fesm2015": "./fesm2015/common.js",
49 "homepage": "https://github.com/angular/angular#readme",
50 "license": "MIT",
51 "locales": "locales",
52 "main": "./bundles/common.umd.js",
53 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
54 "module": "./fesm2015/common.js",
55 "name": "@angular/common",
56 "ng-update": {
57 "packageGroup": [
58 "@angular/core",
59 "@angular/bazel",
60 "@angular/common",
61 "@angular/compiler",
62 "@angular/compiler-cli",
63 "@angular/animations",
64 "@angular/elements",
65 "@angular/platform-browser",
66 "@angular/platform-browser-dynamic",
67 "@angular/forms",
68 "@angular/platform-server",
69 "@angular/upgrade",
70 "@angular/router",
71 "@angular/language-service",
72 "@angular/localize",
73 "@angular/service-worker"
74 ]
75 },
76 "peerDependencies": {
77 "@angular/core": "12.2.9",
78 "rxjs": "^6.5.3 || ^7.0.0"
79 },
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/angular/angular.git",
83 "directory": "packages/common"
84 },
85 "sideEffects": [
86 "**/global/*.js",
87 "**/closure-locale.*"
88 ],
89 "typings": "./common.d.ts",
90 "version": "12.2.9",
91 "__processed_by_ivy_ngcc__": {
92 "es2015": "12.2.9",
93 "fesm2015": "12.2.9",
94 "module": "12.2.9",
95 "typings": "12.2.9"
96 },
97 "scripts": {
98 "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"
99 }
100}
Note: See TracBrowser for help on using the repository browser.