Front end of the Slack clone application.

package.json 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "_from": "rxjs@5.5.11",
  3. "_id": "rxjs@5.5.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3bjO7UwWfA2CV7lmwYMBzj4fQ6Cq+ftHc2MvUe+WMS7wcdJ1LosDWmdjPQanYp2dBRj572p7PeU81JUxHKOcBA==",
  6. "_location": "/rxjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "rxjs@5.5.11",
  12. "name": "rxjs",
  13. "escapedName": "rxjs",
  14. "rawSpec": "5.5.11",
  15. "saveSpec": null,
  16. "fetchSpec": "5.5.11"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.11.tgz",
  22. "_shasum": "f733027ca43e3bec6b994473be4ab98ad43ced87",
  23. "_spec": "rxjs@5.5.11",
  24. "_where": "/Users/jaehoonp/zipteamUIv2",
  25. "author": {
  26. "name": "Ben Lesh",
  27. "email": "ben@benlesh.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ReactiveX/RxJS/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "commitizen": {
  35. "path": "cz-conventional-changelog"
  36. }
  37. },
  38. "contributors": [
  39. {
  40. "name": "Ben Lesh",
  41. "email": "ben@benlesh.com"
  42. },
  43. {
  44. "name": "Paul Taylor",
  45. "email": "paul.e.taylor@me.com"
  46. },
  47. {
  48. "name": "Jeff Cross",
  49. "email": "crossj@google.com"
  50. },
  51. {
  52. "name": "Matthew Podwysocki",
  53. "email": "matthewp@microsoft.com"
  54. },
  55. {
  56. "name": "OJ Kwon",
  57. "email": "kwon.ohjoong@gmail.com"
  58. },
  59. {
  60. "name": "Andre Staltz",
  61. "email": "andre@staltz.com"
  62. }
  63. ],
  64. "dependencies": {
  65. "symbol-observable": "1.0.1"
  66. },
  67. "deprecated": false,
  68. "description": "Reactive Extensions for modern JavaScript",
  69. "devDependencies": {
  70. "@angular-devkit/build-optimizer": "0.0.24",
  71. "babel-polyfill": "^6.23.0",
  72. "benchmark": "^2.1.0",
  73. "benchpress": "2.0.0-beta.1",
  74. "chai": "^3.5.0",
  75. "color": "^0.11.1",
  76. "colors": "1.1.2",
  77. "commitizen": "^2.8.6",
  78. "coveralls": "^2.11.13",
  79. "cz-conventional-changelog": "^1.2.0",
  80. "danger": "^1.1.0",
  81. "doctoc": "^1.0.0",
  82. "escape-string-regexp": "^1.0.5 ",
  83. "esdoc": "^0.4.7",
  84. "eslint": "^3.8.0",
  85. "fs-extra": "^2.1.2",
  86. "get-folder-size": "^1.0.0",
  87. "glob": "^7.0.3",
  88. "gm": "^1.22.0",
  89. "google-closure-compiler-js": "^20170218.0.0",
  90. "gzip-size": "^3.0.0",
  91. "http-server": "^0.9.0",
  92. "husky": "^0.13.3",
  93. "klaw-sync": "^3.0.0",
  94. "lint-staged": "3.2.5",
  95. "lodash": "^4.15.0",
  96. "madge": "^1.4.3",
  97. "markdown-doctest": "^0.9.1",
  98. "minimist": "^1.2.0",
  99. "mkdirp": "^0.5.1",
  100. "mocha": "^3.0.2",
  101. "mocha-in-sauce": "0.0.1",
  102. "npm-run-all": "^4.0.2",
  103. "npm-scripts-info": "^0.3.4",
  104. "nyc": "^10.2.0",
  105. "opn-cli": "^3.1.0",
  106. "platform": "^1.3.1",
  107. "promise": "^7.1.1",
  108. "protractor": "^3.1.1",
  109. "rollup": "0.36.3",
  110. "rollup-plugin-inject": "^2.0.0",
  111. "rollup-plugin-node-resolve": "^2.0.0",
  112. "rx": "latest",
  113. "rxjs": "latest",
  114. "shx": "^0.2.2",
  115. "sinon": "^2.1.0",
  116. "sinon-chai": "^2.9.0",
  117. "source-map-support": "^0.4.0",
  118. "tslib": "^1.5.0",
  119. "tslint": "^4.4.2",
  120. "typescript": "~2.0.6",
  121. "typings": "^2.0.0",
  122. "validate-commit-msg": "^2.14.0",
  123. "watch": "^1.0.1",
  124. "webpack": "^1.13.1",
  125. "xmlhttprequest": "1.8.0"
  126. },
  127. "engines": {
  128. "npm": ">=2.0.0"
  129. },
  130. "homepage": "https://github.com/ReactiveX/RxJS",
  131. "keywords": [
  132. "Rx",
  133. "RxJS",
  134. "ReactiveX",
  135. "ReactiveExtensions",
  136. "Streams",
  137. "Observables",
  138. "Observable",
  139. "Stream",
  140. "ES6",
  141. "ES2015"
  142. ],
  143. "license": "Apache-2.0",
  144. "lint-staged": {
  145. "*.@(js)": [
  146. "eslint --fix",
  147. "git add"
  148. ],
  149. "*.@(ts)": [
  150. "tslint --fix",
  151. "git add"
  152. ]
  153. },
  154. "main": "./Rx.js",
  155. "name": "rxjs",
  156. "repository": {
  157. "type": "git",
  158. "url": "git+ssh://git@github.com/ReactiveX/RxJS.git"
  159. },
  160. "scripts-info": {
  161. "info": "List available script",
  162. "build_all": "Build all packages (ES6, CJS, UMD) and generate packages",
  163. "build_cjs": "Build CJS package with clean up existing build",
  164. "build_esm5": "Build ESM/ES5 package with clean up existing build",
  165. "build_esm2015": "Build ESM/ES2015 package with clean up existing build",
  166. "build_closure_core": "Minify Global core build using closure compiler",
  167. "build_global": "Build Global package, then minify build",
  168. "build_perf": "Build CJS & Global build, run macro performance test",
  169. "build_test": "Build CJS package & test spec, execute mocha test runner",
  170. "build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
  171. "build_docs": "Build ESM2015 & global package, create documentation using it",
  172. "build_spec": "Build test specs",
  173. "check_circular_dependencies": "Check codebase has circular dependencies",
  174. "clean_spec": "Clean up existing test spec build output",
  175. "clean_dist_cjs": "Clean up existing CJS package output",
  176. "clean_dist_esm5": "Clean up existing ESM/ES5 package output",
  177. "clean_dist_esm2015": "Clean up existing ESM/ES2015 package output",
  178. "clean_dist_global": "Clean up existing Global package output",
  179. "commit": "Run git commit wizard",
  180. "compile_dist_cjs": "Compile codebase into CJS module",
  181. "compile_module_esm5": "Compile codebase into ESM/ES5",
  182. "compile_dist_esm2015": "Compile codebase into ESM/ES2015",
  183. "cover": "Execute test coverage",
  184. "lint_perf": "Run lint against performance test suite",
  185. "lint_spec": "Run lint against test spec",
  186. "lint_src": "Run lint against source",
  187. "lint": "Run lint against everything",
  188. "perf": "Run macro performance benchmark",
  189. "perf_micro": "Run micro performance benchmark",
  190. "test_mocha": "Execute mocha test runner against existing test spec build",
  191. "test_browser": "Execute mocha test runner on browser against existing test spec build",
  192. "test": "Clean up existing test spec build, build test spec and execute mocha test runner",
  193. "tests2png": "Generate marble diagram image from test spec",
  194. "watch": "Watch codebase, trigger compile when source code changes"
  195. },
  196. "typings": "./Rx.d.ts",
  197. "version": "5.5.11"
  198. }