- 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/core/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@angular/core@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/core@12.2.9", 9 "_id": "@angular/core@12.2.9", 2 "_from": "@angular/core@12.2.13", 3 "_id": "@angular/core@12.2.13", 10 4 "_inBundle": false, 11 "_integrity": "sha512- RgUmn0YM4GMcViTEkWxDVGCyz8+subF+98dJie+bwJszATMxRK2TSINEg2X/Y0LgNxpRt4mKzIK2kz62oaDH7g==",5 "_integrity": "sha512-tZ5nAnmOi418JDaJIFiiP9z2JrluMJZvUvXO4QDUs52BXaL2yuP7MJ2LczWOVJXrBLZXeZGfjDjZmaFPA24grg==", 12 6 "_location": "/@angular/core", 13 7 "_phantomChildren": {}, … … 15 9 "type": "version", 16 10 "registry": true, 17 "raw": "@angular/core@12.2. 9",11 "raw": "@angular/core@12.2.13", 18 12 "name": "@angular/core", 19 13 "escapedName": "@angular%2fcore", 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/core/-/core-12.2.9.tgz", 29 "_spec": "12.2.9", 23 "_resolved": "https://registry.npmjs.org/@angular/core/-/core-12.2.13.tgz", 24 "_shasum": "fc40acbdcee5c5878bd249ddc0d643be724076c3", 25 "_spec": "@angular/core@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 - the core framework", 41 39 "engines": { … … 85 83 "sideEffects": false, 86 84 "typings": "./core.d.ts", 87 "version": "12.2. 9",85 "version": "12.2.13", 88 86 "__processed_by_ivy_ngcc__": { 89 "es2015": "12.2. 9",90 "fesm2015": "12.2. 9",91 "module": "12.2. 9",92 "typings": "12.2. 9"87 "es2015": "12.2.13", 88 "fesm2015": "12.2.13", 89 "module": "12.2.13", 90 "typings": "12.2.13" 93 91 }, 94 92 "scripts": {
Note:
See TracChangeset
for help on using the changeset viewer.