Front end of the Slack clone application.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@angular/animations@5.2.11",
  3. "_id": "@angular/animations@5.2.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J7wKHkFn3wV28/Y1Qm4yjGXVCwXzj1JR5DRjGDTFnxTRacUFx7Nj0ApGhN0b2+V0NOvgxQOvEW415Y22kGoblw==",
  6. "_location": "/@angular/animations",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@angular/animations@5.2.11",
  12. "name": "@angular/animations",
  13. "escapedName": "@angular%2fanimations",
  14. "scope": "@angular",
  15. "rawSpec": "5.2.11",
  16. "saveSpec": null,
  17. "fetchSpec": "5.2.11"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@angular/animations/-/animations-5.2.11.tgz",
  23. "_shasum": "2bd3fe9e72916ca28de9bfaaddf0cb936565a0b8",
  24. "_spec": "@angular/animations@5.2.11",
  25. "_where": "/Users/jaehoonp/zipteamUIv2",
  26. "author": {
  27. "name": "angular"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/angular/angular/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "tslib": "^1.7.1"
  35. },
  36. "deprecated": false,
  37. "description": "Angular - animations integration with web-animationss",
  38. "es2015": "./esm2015/animations.js",
  39. "homepage": "https://github.com/angular/angular#readme",
  40. "license": "MIT",
  41. "main": "./bundles/animations.umd.js",
  42. "module": "./esm5/animations.js",
  43. "name": "@angular/animations",
  44. "peerDependencies": {
  45. "@angular/core": "5.2.11"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/angular/angular.git"
  50. },
  51. "typings": "./animations.d.ts",
  52. "version": "5.2.11"
  53. }