source: trip-planner-front/node_modules/@angular-devkit/build-optimizer/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.1 KB
Line 
1{
2 "_args": [
3 [
4 "@angular-devkit/build-optimizer@0.1202.9",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@angular-devkit/build-optimizer@0.1202.9",
10 "_id": "@angular-devkit/build-optimizer@0.1202.9",
11 "_inBundle": false,
12 "_integrity": "sha512-yDR7f2fRWzJdqa7U0eIYu5fCRIae3tcSsYE18UPiV5ypGK3talMIpZ1ibkklr9Nm9SAB6Js1/EdVBGB5jo3R9A==",
13 "_location": "/@angular-devkit/build-optimizer",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@angular-devkit/build-optimizer@0.1202.9",
19 "name": "@angular-devkit/build-optimizer",
20 "escapedName": "@angular-devkit%2fbuild-optimizer",
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-optimizer/-/build-optimizer-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 "bin": {
36 "build-optimizer": "src/build-optimizer/cli.js"
37 },
38 "bugs": {
39 "url": "https://github.com/angular/angular-cli/issues"
40 },
41 "dependencies": {
42 "source-map": "0.7.3",
43 "tslib": "2.3.0",
44 "typescript": "4.3.5"
45 },
46 "description": "Angular Build Optimizer",
47 "engines": {
48 "node": "^12.14.1 || >=14.0.0",
49 "npm": "^6.11.0 || ^7.5.6",
50 "yarn": ">= 1.13.0"
51 },
52 "experimental": true,
53 "homepage": "https://github.com/angular/angular-cli",
54 "keywords": [
55 "angular",
56 "Angular CLI",
57 "devkit",
58 "sdk",
59 "Angular DevKit"
60 ],
61 "license": "MIT",
62 "main": "src/index.js",
63 "name": "@angular-devkit/build-optimizer",
64 "peerDependencies": {
65 "webpack": "^5.30.0"
66 },
67 "peerDependenciesMeta": {
68 "webpack": {
69 "optional": true
70 }
71 },
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/angular/angular-cli.git"
75 },
76 "typings": "src/index.d.ts",
77 "version": "0.1202.9"
78}
Note: See TracBrowser for help on using the repository browser.