Front end of the Slack clone application.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "is-binary-path@^1.0.0",
  3. "_id": "is-binary-path@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
  6. "_location": "/is-binary-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-binary-path@^1.0.0",
  12. "name": "is-binary-path",
  13. "escapedName": "is-binary-path",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/watchpack/chokidar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  23. "_shasum": "75f16642b480f187a711c814161fd3a4a7655898",
  24. "_spec": "is-binary-path@^1.0.0",
  25. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/chokidar",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is-binary-path/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "binary-extensions": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Check if a filepath is a binary file",
  40. "devDependencies": {
  41. "ava": "0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-binary-path#readme",
  50. "keywords": [
  51. "bin",
  52. "binary",
  53. "ext",
  54. "extensions",
  55. "extension",
  56. "file",
  57. "path",
  58. "check",
  59. "detect",
  60. "is"
  61. ],
  62. "license": "MIT",
  63. "name": "is-binary-path",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/is-binary-path.git"
  67. },
  68. "scripts": {
  69. "test": "node test.js"
  70. },
  71. "version": "1.0.1"
  72. }