- 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/@angular/compiler-cli/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@angular/compiler-cli@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@angular/compiler-cli@12.2.9", 10 "_id": "@angular/compiler-cli@12.2.9", 2 "_from": "@angular/compiler-cli@12.2.13", 3 "_id": "@angular/compiler-cli@12.2.13", 11 4 "_inBundle": false, 12 "_integrity": "sha512- jswNKFm3MNcY4oDO/8HcFLLVxDEcTOyqp9CeKzlbjBKb04Ntjaqpm9CKzlxLOtJJj9BSMHTz1CjE0hSNv76NPg==",5 "_integrity": "sha512-qmnmihl3SCRooj/mCsNIZLtnQ6qbx1/L6aMIEQosPvQhMeGMt8GCYvQPE8IZ+sahv7fih95HCWNa9TeLpOylug==", 13 6 "_location": "/@angular/compiler-cli", 14 "_phantomChildren": {}, 7 "_phantomChildren": { 8 "escalade": "3.1.1", 9 "get-caller-file": "2.0.5", 10 "require-directory": "2.1.1", 11 "string-width": "4.2.3", 12 "strip-ansi": "6.0.1" 13 }, 15 14 "_requested": { 16 15 "type": "version", 17 16 "registry": true, 18 "raw": "@angular/compiler-cli@12.2. 9",17 "raw": "@angular/compiler-cli@12.2.13", 19 18 "name": "@angular/compiler-cli", 20 19 "escapedName": "@angular%2fcompiler-cli", 21 20 "scope": "@angular", 22 "rawSpec": "12.2. 9",21 "rawSpec": "12.2.13", 23 22 "saveSpec": null, 24 "fetchSpec": "12.2. 9"23 "fetchSpec": "12.2.13" 25 24 }, 26 25 "_requiredBy": [ 27 "#DEV:/" 26 "#DEV:/", 27 "#USER" 28 28 ], 29 "_resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-12.2.9.tgz", 30 "_spec": "12.2.9", 29 "_resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-12.2.13.tgz", 30 "_shasum": "3ce463263e80a861e14af2ed3ba81598060e3ce0", 31 "_spec": "@angular/compiler-cli@12.2.13", 31 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 33 "bin": { … … 39 40 "url": "https://github.com/angular/angular/issues" 40 41 }, 42 "bundleDependencies": false, 41 43 "dependencies": { 42 44 "@babel/core": "^7.8.6", … … 55 57 "yargs": "^17.0.0" 56 58 }, 59 "deprecated": false, 57 60 "description": "Angular - the compiler CLI for Node.js", 58 61 "engines": { … … 88 91 }, 89 92 "peerDependencies": { 90 "@angular/compiler": "12.2. 9",93 "@angular/compiler": "12.2.13", 91 94 "typescript": ">=4.2.3 <4.4" 92 95 }, … … 97 100 }, 98 101 "typings": "index.d.ts", 99 "version": "12.2. 9"102 "version": "12.2.13" 100 103 }
Note:
See TracChangeset
for help on using the changeset viewer.