Changeset 59329aa for trip-planner-front/node_modules/@schematics
- 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/@schematics/angular/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@schematics/angular", 3 "version": "12.2.9", 2 "_args": [ 3 [ 4 "@schematics/angular@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@schematics/angular@12.2.9", 10 "_id": "@schematics/angular@12.2.9", 11 "_inBundle": false, 12 "_integrity": "sha512-IIczXVwegREekub0+bBxOc0dDL7j8p5rG6rB/2btJRR+tg04milP+BkvnQgksmIkW1OcZ5beRSB37R3jY/W/PA==", 13 "_location": "/@schematics/angular", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@schematics/angular@12.2.9", 19 "name": "@schematics/angular", 20 "escapedName": "@schematics%2fangular", 21 "scope": "@schematics", 22 "rawSpec": "12.2.9", 23 "saveSpec": null, 24 "fetchSpec": "12.2.9" 25 }, 26 "_requiredBy": [ 27 "/@angular/cli" 28 ], 29 "_resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.9.tgz", 30 "_spec": "12.2.9", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Angular Authors" 34 }, 35 "bugs": { 36 "url": "https://github.com/angular/angular-cli/issues" 37 }, 38 "dependencies": { 39 "@angular-devkit/core": "12.2.9", 40 "@angular-devkit/schematics": "12.2.9", 41 "jsonc-parser": "3.0.0" 42 }, 4 43 "description": "Schematics specific to Angular", 44 "engines": { 45 "node": "^12.14.1 || >=14.0.0", 46 "npm": "^6.11.0 || ^7.5.6", 47 "yarn": ">= 1.13.0" 48 }, 5 49 "homepage": "https://github.com/angular/angular-cli", 6 50 "keywords": [ … … 14 58 "schematics" 15 59 ], 16 "schematics": "./collection.json", 17 "dependencies": { 18 "@angular-devkit/core": "12.2.9", 19 "@angular-devkit/schematics": "12.2.9", 20 "jsonc-parser": "3.0.0" 21 }, 60 "license": "MIT", 61 "name": "@schematics/angular", 22 62 "repository": { 23 63 "type": "git", 24 "url": " https://github.com/angular/angular-cli.git"64 "url": "git+https://github.com/angular/angular-cli.git" 25 65 }, 26 "engines": { 27 "node": "^12.14.1 || >=14.0.0", 28 "npm": "^6.11.0 || ^7.5.6", 29 "yarn": ">= 1.13.0" 30 }, 31 "author": "Angular Authors", 32 "license": "MIT", 33 "bugs": { 34 "url": "https://github.com/angular/angular-cli/issues" 35 } 66 "schematics": "./collection.json", 67 "version": "12.2.9" 36 68 }
Note:
See TracChangeset
for help on using the changeset viewer.