Front end of the Slack clone application.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "zip-stream@^1.2.0",
  3. "_id": "zip-stream@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=",
  6. "_location": "/zip-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "zip-stream@^1.2.0",
  12. "name": "zip-stream",
  13. "escapedName": "zip-stream",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/archiver"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz",
  22. "_shasum": "a8bc45f4c1b49699c6b90198baacaacdbcd4ba04",
  23. "_spec": "zip-stream@^1.2.0",
  24. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/archiver",
  25. "author": {
  26. "name": "Chris Talkington",
  27. "url": "http://christalkington.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/archiverjs/node-zip-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "archiver-utils": "^1.3.0",
  35. "compress-commons": "^1.2.0",
  36. "lodash": "^4.8.0",
  37. "readable-stream": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "a streaming zip archive generator.",
  41. "devDependencies": {
  42. "archiver-jsdoc-theme": "^1.0.0",
  43. "chai": "^4.0.0",
  44. "jsdoc": "~3.4.0",
  45. "minami": "^1.1.0",
  46. "mkdirp": "^0.5.0",
  47. "mocha": "^3.2.0",
  48. "rimraf": "^2.4.3"
  49. },
  50. "engines": {
  51. "node": ">= 0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/archiverjs/node-zip-stream",
  57. "keywords": [
  58. "archive",
  59. "stream",
  60. "zip-stream",
  61. "zip"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "zip-stream",
  66. "publishConfig": {
  67. "registry": "https://registry.npmjs.org/"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/archiverjs/node-zip-stream.git"
  72. },
  73. "scripts": {
  74. "jsdoc": "jsdoc -c jsdoc.json README.md",
  75. "test": "mocha --reporter dot"
  76. },
  77. "version": "1.2.0"
  78. }