Changeset 59329aa for trip-planner-front/node_modules/@angular/animations
- 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/animations/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/animations", 3 "version": "12.2.9", 4 "description": "Angular - animations integration with web-animations", 5 "author": "angular", 6 "license": "MIT", 7 "engines": { 8 "node": "^12.14.1 || >=14.0.0" 2 "_args": [ 3 [ 4 "@angular/animations@12.2.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/animations@12.2.9", 9 "_id": "@angular/animations@12.2.9", 10 "_inBundle": false, 11 "_integrity": "sha512-duGhAuXw4OtgnWi5KqS/qnnWDtvG3jbPjjalTMhFPHHdUl7p3pJ2sM9WX7Fqp3QPnxBnQ+vdgQYbfUQ7c/g2cA==", 12 "_location": "/@angular/animations", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/animations@12.2.9", 18 "name": "@angular/animations", 19 "escapedName": "@angular%2fanimations", 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/animations/-/animations-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" 9 36 }, 10 37 "dependencies": { 11 38 "tslib": "^2.2.0" 12 39 }, 13 "peerDependencies": { 14 "@angular/core": "12.2.9" 40 "description": "Angular - animations integration with web-animations", 41 "engines": { 42 "node": "^12.14.1 || >=14.0.0" 15 43 }, 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/angular/angular.git", 19 "directory": "packages/animations" 20 }, 44 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 45 "es2015": "./fesm2015/animations.js", 46 "esm2015": "./esm2015/animations.js", 47 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 48 "fesm2015": "./fesm2015/animations.js", 49 "homepage": "https://github.com/angular/angular#readme", 50 "license": "MIT", 51 "main": "./bundles/animations.umd.js", 52 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 53 "module": "./fesm2015/animations.js", 54 "name": "@angular/animations", 21 55 "ng-update": { 22 56 "packageGroup": [ … … 39 73 ] 40 74 }, 75 "peerDependencies": { 76 "@angular/core": "12.2.9" 77 }, 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/angular/angular.git", 81 "directory": "packages/animations" 82 }, 41 83 "sideEffects": false, 42 "main": "./bundles/animations.umd.js",43 "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js",44 "fesm2015": "./fesm2015/animations.js",45 "esm2015": "./esm2015/animations.js",46 84 "typings": "./animations.d.ts", 47 "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 48 "module": "./fesm2015/animations.js", 49 "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/animations.js", 50 "es2015": "./fesm2015/animations.js", 85 "version": "12.2.9", 51 86 "__processed_by_ivy_ngcc__": { 52 87 "es2015": "12.2.9",
Note:
See TracChangeset
for help on using the changeset viewer.