Changeset 59329aa for trip-planner-front/node_modules/@angular/common
- 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/common/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/common", 3 "version": "12.2.9", 2 "_args": [ 3 [ 4 "@angular/common@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/common@12.2.9", 9 "_id": "@angular/common@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-V7leBrq80CSJWHWVE3LEL6Z6onP2ibsITY3++86Uddz8AxzfOtNRslbs4/qCWc82nT7CIEn8a28NLP/BdOwNew==", 12 "_location": "/@angular/common", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/common@12.2.9", 18 "name": "@angular/common", 19 "escapedName": "@angular%2fcommon", 20 "scope": "@angular", 21 "rawSpec": "12.2.9", 22 "saveSpec": null, 23 "fetchSpec": "12.2.9" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/common/-/common-12.2.9.tgz", 29 "_spec": "12.2.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "angular" 33 }, 34 "bugs": { 35 "url": "https://github.com/angular/angular/issues" 36 }, 37 "dependencies": { 38 "tslib": "^2.2.0" 39 }, 4 40 "description": "Angular - commonly needed directives and services", 5 "author": "angular",6 "license": "MIT",7 41 "engines": { 8 42 "node": "^12.14.1 || >=14.0.0" 9 43 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 45 "es2015": "./fesm2015/common.js", 46 "esm2015": "./esm2015/common.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 48 "fesm2015": "./fesm2015/common.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 10 51 "locales": "locales", 11 "dependencies": { 12 "tslib": "^2.2.0" 13 }, 14 "peerDependencies": { 15 "@angular/core": "12.2.9", 16 "rxjs": "^6.5.3 || ^7.0.0" 17 }, 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/angular/angular.git", 21 "directory": "packages/common" 22 }, 52 "main": "./bundles/common.umd.js", 53 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 54 "module": "./fesm2015/common.js", 55 "name": "@angular/common", 23 56 "ng-update": { 24 57 "packageGroup": [ … … 41 74 ] 42 75 }, 76 "peerDependencies": { 77 "@angular/core": "12.2.9", 78 "rxjs": "^6.5.3 || ^7.0.0" 79 }, 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/angular/angular.git", 83 "directory": "packages/common" 84 }, 43 85 "sideEffects": [ 44 86 "**/global/*.js", 45 87 "**/closure-locale.*" 46 88 ], 47 "main": "./bundles/common.umd.js",48 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",49 "fesm2015": "./fesm2015/common.js",50 "esm2015": "./esm2015/common.js",51 89 "typings": "./common.d.ts", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 53 "module": "./fesm2015/common.js", 54 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js", 55 "es2015": "./fesm2015/common.js", 90 "version": "12.2.9", 56 91 "__processed_by_ivy_ngcc__": { 57 92 "es2015": "12.2.9",
Note:
See TracChangeset
for help on using the changeset viewer.