- 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/schematics/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@angular-devkit/schematics@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular-devkit/schematics@12.2.9", 10 "_id": "@angular-devkit/schematics@12.2.9", 2 "_from": "@angular-devkit/schematics@12.2.13", 3 "_id": "@angular-devkit/schematics@12.2.13", 11 4 "_inBundle": false, 12 "_integrity": "sha512- OcMDCdlIxiir8XntrNXdXEPi9/8BRx54oYZeRosr0sJZlz4pPzsHs36t5uX2DURYYMkNNMaBnf2luUIC+77ZsA==",5 "_integrity": "sha512-LQTv72R5Ma1uowMEeii2wIoDWI4bYQyZvunqPy9jRveBTjli2yVwwcOziGCVyttwlYs46bSdxThgeEvVIako2w==", 13 6 "_location": "/@angular-devkit/schematics", 14 7 "_phantomChildren": {}, … … 16 9 "type": "version", 17 10 "registry": true, 18 "raw": "@angular-devkit/schematics@12.2. 9",11 "raw": "@angular-devkit/schematics@12.2.13", 19 12 "name": "@angular-devkit/schematics", 20 13 "escapedName": "@angular-devkit%2fschematics", 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": [ … … 28 21 "/@schematics/angular" 29 22 ], 30 "_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.9.tgz", 31 "_spec": "12.2.9", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 23 "_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.13.tgz", 24 "_shasum": "6464d86fa3ccd0efb5ead46c793cef9ec45c7758", 25 "_spec": "@angular-devkit/schematics@12.2.13", 26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular\\cli", 33 27 "author": { 34 28 "name": "Angular Authors" … … 37 31 "url": "https://github.com/angular/angular-cli/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 "@angular-devkit/core": "12.2. 9",35 "@angular-devkit/core": "12.2.13", 41 36 "ora": "5.4.1", 42 37 "rxjs": "6.6.7" 43 38 }, 39 "deprecated": false, 44 40 "description": "Angular Schematics - Library", 45 41 "engines": { 46 42 "node": "^12.14.1 || >=14.0.0", 47 "npm": "^6.11.0 || ^7.5.6 ",43 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", 48 44 "yarn": ">= 1.13.0" 49 45 }, … … 70 66 }, 71 67 "typings": "src/index.d.ts", 72 "version": "12.2. 9"68 "version": "12.2.13" 73 69 }
Note:
See TracChangeset
for help on using the changeset viewer.