source: trip-planner-front/node_modules/@ngtools/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: 1.8 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "@ngtools/webpack@12.2.9",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@ngtools/webpack@12.2.9",
10 "_id": "@ngtools/webpack@12.2.9",
11 "_inBundle": false,
12 "_integrity": "sha512-IQkzvompjLdWbZ+33crtyVF8huF53C36k1FNFdq3x2j4Kw4ssDd6K9fq3aZpRCK0J8O79HJ5j4QH6ZtWjwajLg==",
13 "_location": "/@ngtools/webpack",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@ngtools/webpack@12.2.9",
19 "name": "@ngtools/webpack",
20 "escapedName": "@ngtools%2fwebpack",
21 "scope": "@ngtools",
22 "rawSpec": "12.2.9",
23 "saveSpec": null,
24 "fetchSpec": "12.2.9"
25 },
26 "_requiredBy": [
27 "/@angular-devkit/build-angular"
28 ],
29 "_resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-12.2.9.tgz",
30 "_spec": "12.2.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 "dependencies": {},
[6a3a178]39 "description": "Webpack plugin that AoT compiles your Angular components and modules.",
[59329aa]40 "engines": {
41 "node": "^12.14.1 || >=14.0.0",
42 "npm": "^6.11.0 || ^7.5.6",
43 "yarn": ">= 1.13.0"
44 },
45 "homepage": "https://github.com/angular/angular-cli",
[6a3a178]46 "keywords": [
47 "angular",
48 "Angular CLI",
49 "devkit",
50 "sdk",
51 "Angular DevKit",
52 "webpack",
53 "plugin",
54 "aot"
55 ],
[59329aa]56 "license": "MIT",
57 "main": "./src/index.js",
58 "name": "@ngtools/webpack",
[6a3a178]59 "peerDependencies": {
60 "@angular/compiler-cli": "^12.0.0",
61 "typescript": "~4.2.3 || ~4.3.2",
62 "webpack": "^5.30.0"
63 },
[59329aa]64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/angular/angular-cli.git"
67 },
68 "typings": "src/index.d.ts",
69 "version": "12.2.9"
[6a3a178]70}
Note: See TracBrowser for help on using the repository browser.