Front end of the Slack clone application.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "rx-lite@^4.0.8",
  3. "_id": "rx-lite@4.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=",
  6. "_location": "/rx-lite",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rx-lite@^4.0.8",
  12. "name": "rx-lite",
  13. "escapedName": "rx-lite",
  14. "rawSpec": "^4.0.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.8"
  17. },
  18. "_requiredBy": [
  19. "/inquirer",
  20. "/rx-lite-aggregates"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
  23. "_shasum": "0b1e11af8bc44836f04a6407e92da42467b79444",
  24. "_spec": "rx-lite@^4.0.8",
  25. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/inquirer",
  26. "author": {
  27. "name": "Cloud Programmability Team",
  28. "url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
  29. },
  30. "browser": {
  31. "index.js": "rx.lite.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Reactive-Extensions/RxJS/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {},
  38. "deprecated": false,
  39. "description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
  40. "devDependencies": {},
  41. "homepage": "https://github.com/Reactive-Extensions/RxJS",
  42. "jam": {
  43. "main": "rx.lite.js"
  44. },
  45. "keywords": [
  46. "React",
  47. "Reactive",
  48. "Events",
  49. "Rx",
  50. "RxJS"
  51. ],
  52. "licenses": [
  53. {
  54. "type": "Apache License, Version 2.0",
  55. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  56. }
  57. ],
  58. "main": "rx.lite.js",
  59. "name": "rx-lite",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/Reactive-Extensions/RxJS.git"
  63. },
  64. "title": "Reactive Extensions for JavaScript (RxJS) Lite",
  65. "version": "4.0.8"
  66. }