Changeset e29cc2e for trip-planner-front/node_modules/@ngtools/webpack
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@ngtools/webpack/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "@ngtools/webpack@12.2.13", 3 "_id": "@ngtools/webpack@12.2.13", 11 4 "_inBundle": false, 12 "_integrity": "sha512- IQkzvompjLdWbZ+33crtyVF8huF53C36k1FNFdq3x2j4Kw4ssDd6K9fq3aZpRCK0J8O79HJ5j4QH6ZtWjwajLg==",5 "_integrity": "sha512-krAwMyRqOaC1S0+IxAFid9F6A6ABip2DJ0tgCx26X+1Vw/d1GKtV9ZqDJFizMf5k1ywl9aBlhOazWpq5d6i+gw==", 13 6 "_location": "/@ngtools/webpack", 14 7 "_phantomChildren": {}, … … 16 9 "type": "version", 17 10 "registry": true, 18 "raw": "@ngtools/webpack@12.2. 9",11 "raw": "@ngtools/webpack@12.2.13", 19 12 "name": "@ngtools/webpack", 20 13 "escapedName": "@ngtools%2fwebpack", 21 14 "scope": "@ngtools", 22 "rawSpec": "12.2. 9",15 "rawSpec": "12.2.13", 23 16 "saveSpec": null, 24 "fetchSpec": "12.2. 9"17 "fetchSpec": "12.2.13" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@angular-devkit/build-angular" 28 21 ], 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", 22 "_resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-12.2.13.tgz", 23 "_shasum": "44d711edfa39d175a2d655aa5c6f9968dfedcc35", 24 "_spec": "@ngtools/webpack@12.2.13", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular", 32 26 "author": { 33 27 "name": "Angular Authors" … … 36 30 "url": "https://github.com/angular/angular-cli/issues" 37 31 }, 32 "bundleDependencies": false, 38 33 "dependencies": {}, 34 "deprecated": false, 39 35 "description": "Webpack plugin that AoT compiles your Angular components and modules.", 40 36 "engines": { 41 37 "node": "^12.14.1 || >=14.0.0", 42 "npm": "^6.11.0 || ^7.5.6 ",38 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", 43 39 "yarn": ">= 1.13.0" 44 40 }, … … 67 63 }, 68 64 "typings": "src/index.d.ts", 69 "version": "12.2. 9"65 "version": "12.2.13" 70 66 }
Note:
See TracChangeset
for help on using the changeset viewer.