- 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/architect/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@angular-devkit/architect@0.1202.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular-devkit/architect@0.1202.9", 10 "_id": "@angular-devkit/architect@0.1202.9", 2 "_from": "@angular-devkit/architect@0.1202.13", 3 "_id": "@angular-devkit/architect@0.1202.13", 11 4 "_inBundle": false, 12 "_integrity": "sha512- s2NcFqZjsdYoR0vhJWLCwykF6hG7F0C5fJJs49i6IJMKj5Ai58z7d2IFYvD8nA60paMvjFS14OQ+E/FEEEZ88Q==",5 "_integrity": "sha512-LXgiidXwBgyWPqqWK4xR1/kCPQTMTzG5w+s7+LvENUZwbcdl6CKrOMjfgjo6WPr6yeq+WWQvPCD4pZ6nXRTm7A==", 13 6 "_location": "/@angular-devkit/architect", 14 7 "_phantomChildren": {}, … … 16 9 "type": "version", 17 10 "registry": true, 18 "raw": "@angular-devkit/architect@0.1202. 9",11 "raw": "@angular-devkit/architect@0.1202.13", 19 12 "name": "@angular-devkit/architect", 20 13 "escapedName": "@angular-devkit%2farchitect", 21 14 "scope": "@angular-devkit", 22 "rawSpec": "0.1202. 9",15 "rawSpec": "0.1202.13", 23 16 "saveSpec": null, 24 "fetchSpec": "0.1202. 9"17 "fetchSpec": "0.1202.13" 25 18 }, 26 19 "_requiredBy": [ … … 29 22 "/@angular/cli" 30 23 ], 31 "_resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.9.tgz", 32 "_spec": "0.1202.9", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 24 "_resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.13.tgz", 25 "_shasum": "b9b883d62f628a6b31ce071da91e268f61da00ef", 26 "_spec": "@angular-devkit/architect@0.1202.13", 27 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular", 34 28 "author": { 35 29 "name": "Angular Authors" … … 39 33 }, 40 34 "builders": "./builders/builders.json", 35 "bundleDependencies": false, 41 36 "dependencies": { 42 "@angular-devkit/core": "12.2. 9",37 "@angular-devkit/core": "12.2.13", 43 38 "rxjs": "6.6.7" 44 39 }, 40 "deprecated": false, 45 41 "description": "Angular Build Facade", 46 42 "engines": { 47 43 "node": "^12.14.1 || >=14.0.0", 48 "npm": "^6.11.0 || ^7.5.6 ",44 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", 49 45 "yarn": ">= 1.13.0" 50 46 }, … … 66 62 }, 67 63 "typings": "src/index.d.ts", 68 "version": "0.1202. 9"64 "version": "0.1202.13" 69 65 }
Note:
See TracChangeset
for help on using the changeset viewer.