- 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/architect/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular-devkit/architect", 3 "version": "0.1202.9", 4 "description": "Angular Build Facade", 5 "experimental": true, 6 "main": "src/index.js", 7 "typings": "src/index.d.ts", 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", 11 "_inBundle": false, 12 "_integrity": "sha512-s2NcFqZjsdYoR0vhJWLCwykF6hG7F0C5fJJs49i6IJMKj5Ai58z7d2IFYvD8nA60paMvjFS14OQ+E/FEEEZ88Q==", 13 "_location": "/@angular-devkit/architect", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@angular-devkit/architect@0.1202.9", 19 "name": "@angular-devkit/architect", 20 "escapedName": "@angular-devkit%2farchitect", 21 "scope": "@angular-devkit", 22 "rawSpec": "0.1202.9", 23 "saveSpec": null, 24 "fetchSpec": "0.1202.9" 25 }, 26 "_requiredBy": [ 27 "/@angular-devkit/build-angular", 28 "/@angular-devkit/build-webpack", 29 "/@angular/cli" 30 ], 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", 34 "author": { 35 "name": "Angular Authors" 36 }, 37 "bugs": { 38 "url": "https://github.com/angular/angular-cli/issues" 39 }, 40 "builders": "./builders/builders.json", 8 41 "dependencies": { 9 42 "@angular-devkit/core": "12.2.9", 10 43 "rxjs": "6.6.7" 11 44 }, 12 "builders": "./builders/builders.json", 45 "description": "Angular Build Facade", 46 "engines": { 47 "node": "^12.14.1 || >=14.0.0", 48 "npm": "^6.11.0 || ^7.5.6", 49 "yarn": ">= 1.13.0" 50 }, 51 "experimental": true, 52 "homepage": "https://github.com/angular/angular-cli", 13 53 "keywords": [ 14 54 "angular", … … 18 58 "Angular DevKit" 19 59 ], 60 "license": "MIT", 61 "main": "src/index.js", 62 "name": "@angular-devkit/architect", 20 63 "repository": { 21 64 "type": "git", 22 "url": " https://github.com/angular/angular-cli.git"65 "url": "git+https://github.com/angular/angular-cli.git" 23 66 }, 24 "engines": { 25 "node": "^12.14.1 || >=14.0.0", 26 "npm": "^6.11.0 || ^7.5.6", 27 "yarn": ">= 1.13.0" 28 }, 29 "author": "Angular Authors", 30 "license": "MIT", 31 "bugs": { 32 "url": "https://github.com/angular/angular-cli/issues" 33 }, 34 "homepage": "https://github.com/angular/angular-cli" 67 "typings": "src/index.d.ts", 68 "version": "0.1202.9" 35 69 }
Note:
See TracChangeset
for help on using the changeset viewer.