- 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/@angular-devkit/build-angular/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular-devkit/build-angular", 3 "version": "12.2.9", 4 "description": "Angular Webpack Build Facade", 5 "main": "src/index.js", 6 "typings": "src/index.d.ts", 2 "_args": [ 3 [ 4 "@angular-devkit/build-angular@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular-devkit/build-angular@12.2.9", 10 "_id": "@angular-devkit/build-angular@12.2.9", 11 "_inBundle": false, 12 "_integrity": "sha512-A8yddhGpUnrTcA4WCiUxwklFbfkNMfvlST5CT9VLVjz4MEwwOpdaNmIF39+NMr4XTgOBbP6Bq/t3ciIsB5+/Uw==", 13 "_location": "/@angular-devkit/build-angular", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@angular-devkit/build-angular@12.2.9", 19 "name": "@angular-devkit/build-angular", 20 "escapedName": "@angular-devkit%2fbuild-angular", 21 "scope": "@angular-devkit", 22 "rawSpec": "12.2.9", 23 "saveSpec": null, 24 "fetchSpec": "12.2.9" 25 }, 26 "_requiredBy": [ 27 "#DEV:/" 28 ], 29 "_resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-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 }, 7 38 "builders": "builders.json", 8 39 "dependencies": { … … 35 66 "css-loader": "6.2.0", 36 67 "css-minimizer-webpack-plugin": "3.0.2", 68 "esbuild": "0.13.4", 37 69 "esbuild-wasm": "0.13.4", 38 70 "find-cache-dir": "3.3.1", … … 77 109 "webpack-subresource-integrity": "1.5.2" 78 110 }, 111 "description": "Angular Webpack Build Facade", 112 "engines": { 113 "node": "^12.14.1 || >=14.0.0", 114 "npm": "^6.11.0 || ^7.5.6", 115 "yarn": ">= 1.13.0" 116 }, 117 "homepage": "https://github.com/angular/angular-cli", 118 "keywords": [ 119 "angular", 120 "Angular CLI", 121 "devkit", 122 "sdk", 123 "Angular DevKit" 124 ], 125 "license": "MIT", 126 "main": "src/index.js", 127 "name": "@angular-devkit/build-angular", 79 128 "optionalDependencies": { 80 129 "esbuild": "0.13.4" … … 114 163 } 115 164 }, 116 "keywords": [117 "angular",118 "Angular CLI",119 "devkit",120 "sdk",121 "Angular DevKit"122 ],123 165 "repository": { 124 166 "type": "git", 125 "url": " https://github.com/angular/angular-cli.git"167 "url": "git+https://github.com/angular/angular-cli.git" 126 168 }, 127 "engines": { 128 "node": "^12.14.1 || >=14.0.0", 129 "npm": "^6.11.0 || ^7.5.6", 130 "yarn": ">= 1.13.0" 131 }, 132 "author": "Angular Authors", 133 "license": "MIT", 134 "bugs": { 135 "url": "https://github.com/angular/angular-cli/issues" 136 }, 137 "homepage": "https://github.com/angular/angular-cli" 169 "typings": "src/index.d.ts", 170 "version": "12.2.9" 138 171 }
Note:
See TracChangeset
for help on using the changeset viewer.