- 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-devkit/core/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@angular-devkit/core@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular-devkit/core@12.2.9", 10 "_id": "@angular-devkit/core@12.2.9", 2 "_from": "@angular-devkit/core@12.2.13", 3 "_id": "@angular-devkit/core@12.2.13", 11 4 "_inBundle": false, 12 "_integrity": "sha512- iPHQiga08bbryiVq3QYzwpuq9sNb8CB/MVy65MHJ0fuW1z6RYDeUh1EziitBBUT2d81KWKPO1wQ2DuUoxOg4mg==",5 "_integrity": "sha512-9csMF0p+lTvlWnutxxTZ/+pDRMIbXk/TV4MGLbcqUPPfeG3dCRwErns73xLuMTwp9qO/KCLkFqNaM6cGOoqsDA==", 13 6 "_location": "/@angular-devkit/core", 14 7 "_phantomChildren": {}, … … 16 9 "type": "version", 17 10 "registry": true, 18 "raw": "@angular-devkit/core@12.2. 9",11 "raw": "@angular-devkit/core@12.2.13", 19 12 "name": "@angular-devkit/core", 20 13 "escapedName": "@angular-devkit%2fcore", 21 14 "scope": "@angular-devkit", 22 "rawSpec": "12.2. 9",15 "rawSpec": "12.2.13", 23 16 "saveSpec": null, 24 "fetchSpec": "12.2. 9"17 "fetchSpec": "12.2.13" 25 18 }, 26 19 "_requiredBy": [ … … 31 24 "/@schematics/angular" 32 25 ], 33 "_resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.9.tgz", 34 "_spec": "12.2.9", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 26 "_resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.13.tgz", 27 "_shasum": "db3929d1bfce71010b37fb7c4e6c33ef80a4f35f", 28 "_spec": "@angular-devkit/core@12.2.13", 29 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular", 36 30 "author": { 37 31 "name": "Angular Authors" … … 40 34 "url": "https://github.com/angular/angular-cli/issues" 41 35 }, 36 "bundleDependencies": false, 42 37 "dependencies": { 43 38 "ajv": "8.6.2", … … 48 43 "source-map": "0.7.3" 49 44 }, 45 "deprecated": false, 50 46 "description": "Angular DevKit - Core Utility Library", 51 47 "engines": { 52 48 "node": "^12.14.1 || >=14.0.0", 53 "npm": "^6.11.0 || ^7.5.6 ",49 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", 54 50 "yarn": ">= 1.13.0" 55 51 }, … … 71 67 }, 72 68 "typings": "src/index.d.ts", 73 "version": "12.2. 9"69 "version": "12.2.13" 74 70 }
Note:
See TracChangeset
for help on using the changeset viewer.