- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular-devkit/schematics/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular-devkit/schematics", 3 "version": "12.2.9", 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", 11 "_inBundle": false, 12 "_integrity": "sha512-OcMDCdlIxiir8XntrNXdXEPi9/8BRx54oYZeRosr0sJZlz4pPzsHs36t5uX2DURYYMkNNMaBnf2luUIC+77ZsA==", 13 "_location": "/@angular-devkit/schematics", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@angular-devkit/schematics@12.2.9", 19 "name": "@angular-devkit/schematics", 20 "escapedName": "@angular-devkit%2fschematics", 21 "scope": "@angular-devkit", 22 "rawSpec": "12.2.9", 23 "saveSpec": null, 24 "fetchSpec": "12.2.9" 25 }, 26 "_requiredBy": [ 27 "/@angular/cli", 28 "/@schematics/angular" 29 ], 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", 33 "author": { 34 "name": "Angular Authors" 35 }, 36 "bugs": { 37 "url": "https://github.com/angular/angular-cli/issues" 38 }, 39 "dependencies": { 40 "@angular-devkit/core": "12.2.9", 41 "ora": "5.4.1", 42 "rxjs": "6.6.7" 43 }, 4 44 "description": "Angular Schematics - Library", 5 "main": "src/index.js", 6 "typings": "src/index.d.ts", 45 "engines": { 46 "node": "^12.14.1 || >=14.0.0", 47 "npm": "^6.11.0 || ^7.5.6", 48 "yarn": ">= 1.13.0" 49 }, 50 "homepage": "https://github.com/angular/angular-cli", 7 51 "keywords": [ 8 52 "angular", … … 18 62 "schematics" 19 63 ], 20 "dependencies": { 21 "@angular-devkit/core": "12.2.9", 22 "ora": "5.4.1", 23 "rxjs": "6.6.7" 24 }, 64 "license": "MIT", 65 "main": "src/index.js", 66 "name": "@angular-devkit/schematics", 25 67 "repository": { 26 68 "type": "git", 27 "url": " https://github.com/angular/angular-cli.git"69 "url": "git+https://github.com/angular/angular-cli.git" 28 70 }, 29 "engines": { 30 "node": "^12.14.1 || >=14.0.0", 31 "npm": "^6.11.0 || ^7.5.6", 32 "yarn": ">= 1.13.0" 33 }, 34 "author": "Angular Authors", 35 "license": "MIT", 36 "bugs": { 37 "url": "https://github.com/angular/angular-cli/issues" 38 }, 39 "homepage": "https://github.com/angular/angular-cli" 71 "typings": "src/index.d.ts", 72 "version": "12.2.9" 40 73 }
Note:
See TracChangeset
for help on using the changeset viewer.