Front end of the Slack clone application.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "crc32-stream@^2.0.0",
  3. "_id": "crc32-stream@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-483TtN8xaN10494/u8t7KX/pCPQ=",
  6. "_location": "/crc32-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "crc32-stream@^2.0.0",
  12. "name": "crc32-stream",
  13. "escapedName": "crc32-stream",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/compress-commons"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz",
  22. "_shasum": "e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4",
  23. "_spec": "crc32-stream@^2.0.0",
  24. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/compress-commons",
  25. "author": {
  26. "name": "Chris Talkington",
  27. "url": "http://christalkington.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/archiverjs/node-crc32-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "crc": "^3.4.4",
  35. "readable-stream": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "a streaming CRC32 checksumer",
  39. "devDependencies": {
  40. "chai": "^3.4.0",
  41. "mocha": "^3.2.0"
  42. },
  43. "engines": {
  44. "node": ">= 0.10.0"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/archiverjs/node-crc32-stream",
  50. "keywords": [
  51. "crc32-stream",
  52. "crc32",
  53. "stream",
  54. "checksum"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "crc32-stream",
  59. "publishConfig": {
  60. "registry": "https://registry.npmjs.org/"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/archiverjs/node-crc32-stream.git"
  65. },
  66. "scripts": {
  67. "test": "mocha --reporter dot"
  68. },
  69. "version": "2.0.0"
  70. }