Front end of the Slack clone application.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "@ionic-native/status-bar@~4.10.0",
  3. "_id": "@ionic-native/status-bar@4.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JZWw2h+pNtwqJuXX2mEp7ZhGlahdm25R44hryBiIR1b9y0wrgt0wgDXkFzva15t6SrE2OPEbufyznz1E45DLUA==",
  6. "_location": "/@ionic-native/status-bar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@ionic-native/status-bar@~4.10.0",
  12. "name": "@ionic-native/status-bar",
  13. "escapedName": "@ionic-native%2fstatus-bar",
  14. "scope": "@ionic-native",
  15. "rawSpec": "~4.10.0",
  16. "saveSpec": null,
  17. "fetchSpec": "~4.10.0"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-4.10.0.tgz",
  23. "_shasum": "0266794935a6ec6f8141b4c65ab792378ce35cf5",
  24. "_spec": "@ionic-native/status-bar@~4.10.0",
  25. "_where": "/Users/jaehoonp/zipteamUIv2",
  26. "author": {
  27. "name": "ionic"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ionic-team/ionic-native/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Ionic Native - Native plugins for ionic apps",
  35. "homepage": "https://github.com/ionic-team/ionic-native#readme",
  36. "license": "MIT",
  37. "module": "index.js",
  38. "name": "@ionic-native/status-bar",
  39. "peerDependencies": {
  40. "@ionic-native/core": "^4.2.0",
  41. "@angular/core": "*",
  42. "rxjs": "^5.0.1"
  43. },
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/ionic-team/ionic-native.git"
  47. },
  48. "typings": "index.d.ts",
  49. "version": "4.10.0"
  50. }