Changeset 59329aa for trip-planner-front/node_modules/@ngtools/webpack
- 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/@ngtools/webpack/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@ngtools/webpack", 3 "version": "12.2.9", 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": {}, 4 39 "description": "Webpack plugin that AoT compiles your Angular components and modules.", 5 "main": "./src/index.js", 6 "typings": "src/index.d.ts", 7 "license": "MIT", 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", 8 46 "keywords": [ 9 47 "angular", … … 16 54 "aot" 17 55 ], 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/angular/angular-cli.git" 21 }, 22 "author": "Angular Authors", 23 "bugs": { 24 "url": "https://github.com/angular/angular-cli/issues" 25 }, 26 "homepage": "https://github.com/angular/angular-cli", 27 "dependencies": {}, 56 "license": "MIT", 57 "main": "./src/index.js", 58 "name": "@ngtools/webpack", 28 59 "peerDependencies": { 29 60 "@angular/compiler-cli": "^12.0.0", … … 31 62 "webpack": "^5.30.0" 32 63 }, 33 "engines": { 34 "node": "^12.14.1 || >=14.0.0", 35 "npm": "^6.11.0 || ^7.5.6", 36 "yarn": ">= 1.13.0" 37 } 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" 38 70 }
Note:
See TracChangeset
for help on using the changeset viewer.