- 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/build-webpack/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular-devkit/build-webpack", 3 "version": "0.1202.9", 4 "description": "Webpack Builder for Architect", 5 "experimental": true, 6 "main": "src/index.js", 7 "typings": "src/index.d.ts", 2 "_args": [ 3 [ 4 "@angular-devkit/build-webpack@0.1202.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular-devkit/build-webpack@0.1202.9", 10 "_id": "@angular-devkit/build-webpack@0.1202.9", 11 "_inBundle": false, 12 "_integrity": "sha512-UKVxFTRSyDpQDxM1yk1OJiynhbryrbsy+WgZ/gFcnZcrRGtrpAWOq+uMXfq05zET6CNqpOKBnxy9LSHAwXR5Ig==", 13 "_location": "/@angular-devkit/build-webpack", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@angular-devkit/build-webpack@0.1202.9", 19 "name": "@angular-devkit/build-webpack", 20 "escapedName": "@angular-devkit%2fbuild-webpack", 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 ], 29 "_resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1202.9.tgz", 30 "_spec": "0.1202.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 }, 8 38 "builders": "builders.json", 9 39 "dependencies": { … … 11 41 "rxjs": "6.6.7" 12 42 }, 13 "peerDependencies": { 14 "webpack": "^5.30.0", 15 "webpack-dev-server": "^3.1.4" 43 "description": "Webpack Builder for Architect", 44 "engines": { 45 "node": "^12.14.1 || >=14.0.0", 46 "npm": "^6.11.0 || ^7.5.6", 47 "yarn": ">= 1.13.0" 16 48 }, 49 "experimental": true, 50 "homepage": "https://github.com/angular/angular-cli", 17 51 "keywords": [ 18 52 "angular", … … 22 56 "Angular DevKit" 23 57 ], 58 "license": "MIT", 59 "main": "src/index.js", 60 "name": "@angular-devkit/build-webpack", 61 "peerDependencies": { 62 "webpack": "^5.30.0", 63 "webpack-dev-server": "^3.1.4" 64 }, 24 65 "repository": { 25 66 "type": "git", 26 "url": " https://github.com/angular/angular-cli.git"67 "url": "git+https://github.com/angular/angular-cli.git" 27 68 }, 28 "engines": { 29 "node": "^12.14.1 || >=14.0.0", 30 "npm": "^6.11.0 || ^7.5.6", 31 "yarn": ">= 1.13.0" 32 }, 33 "author": "Angular Authors", 34 "license": "MIT", 35 "bugs": { 36 "url": "https://github.com/angular/angular-cli/issues" 37 }, 38 "homepage": "https://github.com/angular/angular-cli" 69 "typings": "src/index.d.ts", 70 "version": "0.1202.9" 39 71 }
Note:
See TracChangeset
for help on using the changeset viewer.