source: trip-planner-front/node_modules/@angular-devkit/build-webpack/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
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 },
38 "builders": "builders.json",
39 "dependencies": {
40 "@angular-devkit/architect": "0.1202.9",
41 "rxjs": "6.6.7"
42 },
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"
48 },
49 "experimental": true,
50 "homepage": "https://github.com/angular/angular-cli",
51 "keywords": [
52 "angular",
53 "Angular CLI",
54 "devkit",
55 "sdk",
56 "Angular DevKit"
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 },
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/angular/angular-cli.git"
68 },
69 "typings": "src/index.d.ts",
70 "version": "0.1202.9"
71}
Note: See TracBrowser for help on using the repository browser.