- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/platform-browser/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@angular/platform-browser@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/platform-browser@12.2.9", 9 "_id": "@angular/platform-browser@12.2.9", 2 "_from": "@angular/platform-browser@12.2.13", 3 "_id": "@angular/platform-browser@12.2.13", 10 4 "_inBundle": false, 11 "_integrity": "sha512- moO5Fz4b15EWYQthOaQThmy0gm/d5W/+9RmCiZs2ZHiVjuC358lnFy626VdkZmJ/MLwMwqHpyQS9JhCYOZGOdw==",5 "_integrity": "sha512-Ua8m2GtG2msqz/Mr/MK7s8RXud554x8cup2THVAwetyTaY5th/1LOZX0hhDIhfsxBCLHnC53LRhMbSsI0cikOg==", 12 6 "_location": "/@angular/platform-browser", 13 7 "_phantomChildren": {}, … … 15 9 "type": "version", 16 10 "registry": true, 17 "raw": "@angular/platform-browser@12.2. 9",11 "raw": "@angular/platform-browser@12.2.13", 18 12 "name": "@angular/platform-browser", 19 13 "escapedName": "@angular%2fplatform-browser", 20 14 "scope": "@angular", 21 "rawSpec": "12.2. 9",15 "rawSpec": "12.2.13", 22 16 "saveSpec": null, 23 "fetchSpec": "12.2. 9"17 "fetchSpec": "12.2.13" 24 18 }, 25 19 "_requiredBy": [ 20 "#USER", 26 21 "/" 27 22 ], 28 "_resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-12.2.9.tgz", 29 "_spec": "12.2.9", 23 "_resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-12.2.13.tgz", 24 "_shasum": "769fb148b2128663d6b405d2a41023f2cdaa1c95", 25 "_spec": "@angular/platform-browser@12.2.13", 30 26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 27 "author": { … … 35 31 "url": "https://github.com/angular/angular/issues" 36 32 }, 33 "bundleDependencies": false, 37 34 "dependencies": { 38 35 "tslib": "^2.2.0" 39 36 }, 37 "deprecated": false, 40 38 "description": "Angular - library for using Angular in a web browser", 41 39 "engines": { … … 74 72 }, 75 73 "peerDependencies": { 76 "@angular/animations": "12.2. 9",77 "@angular/core": "12.2. 9",78 "@angular/common": "12.2. 9"74 "@angular/animations": "12.2.13", 75 "@angular/core": "12.2.13", 76 "@angular/common": "12.2.13" 79 77 }, 80 78 "peerDependenciesMeta": { … … 90 88 "sideEffects": false, 91 89 "typings": "./platform-browser.d.ts", 92 "version": "12.2. 9",90 "version": "12.2.13", 93 91 "__processed_by_ivy_ngcc__": { 94 "es2015": "12.2. 9",95 "fesm2015": "12.2. 9",96 "module": "12.2. 9",97 "typings": "12.2. 9"92 "es2015": "12.2.13", 93 "fesm2015": "12.2.13", 94 "module": "12.2.13", 95 "typings": "12.2.13" 98 96 }, 99 97 "scripts": {
Note:
See TracChangeset
for help on using the changeset viewer.