- 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-optimizer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular-devkit/build-optimizer", 3 "version": "0.1202.9", 4 "description": "Angular Build Optimizer", 5 "experimental": true, 6 "main": "src/index.js", 7 "typings": "src/index.d.ts", 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 }, 8 35 "bin": { 9 "build-optimizer": "./src/build-optimizer/cli.js" 36 "build-optimizer": "src/build-optimizer/cli.js" 37 }, 38 "bugs": { 39 "url": "https://github.com/angular/angular-cli/issues" 10 40 }, 11 41 "dependencies": { … … 14 44 "typescript": "4.3.5" 15 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", 16 64 "peerDependencies": { 17 65 "webpack": "^5.30.0" … … 22 70 } 23 71 }, 24 "keywords": [25 "angular",26 "Angular CLI",27 "devkit",28 "sdk",29 "Angular DevKit"30 ],31 72 "repository": { 32 73 "type": "git", 33 "url": " https://github.com/angular/angular-cli.git"74 "url": "git+https://github.com/angular/angular-cli.git" 34 75 }, 35 "engines": { 36 "node": "^12.14.1 || >=14.0.0", 37 "npm": "^6.11.0 || ^7.5.6", 38 "yarn": ">= 1.13.0" 39 }, 40 "author": "Angular Authors", 41 "license": "MIT", 42 "bugs": { 43 "url": "https://github.com/angular/angular-cli/issues" 44 }, 45 "homepage": "https://github.com/angular/angular-cli" 76 "typings": "src/index.d.ts", 77 "version": "0.1202.9" 46 78 }
Note:
See TracChangeset
for help on using the changeset viewer.