Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular-devkit/build-webpack/package.json

    rceaed42 r59329aa  
    11{
    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  },
    838  "builders": "builders.json",
    939  "dependencies": {
     
    1141    "rxjs": "6.6.7"
    1242  },
    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"
    1648  },
     49  "experimental": true,
     50  "homepage": "https://github.com/angular/angular-cli",
    1751  "keywords": [
    1852    "angular",
     
    2256    "Angular DevKit"
    2357  ],
     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  },
    2465  "repository": {
    2566    "type": "git",
    26     "url": "https://github.com/angular/angular-cli.git"
     67    "url": "git+https://github.com/angular/angular-cli.git"
    2768  },
    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"
    3971}
Note: See TracChangeset for help on using the changeset viewer.