Front end of the Slack clone application.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "anymatch@^1.3.0",
  3. "_id": "anymatch@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
  6. "_location": "/anymatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "anymatch@^1.3.0",
  12. "name": "anymatch",
  13. "escapedName": "anymatch",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
  22. "_shasum": "553dcb8f91e3c889845dfdba34c77721b90b9d7a",
  23. "_spec": "anymatch@^1.3.0",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/chokidar",
  25. "author": {
  26. "name": "Elan Shanker",
  27. "url": "http://github.com/es128"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/es128/anymatch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "micromatch": "^2.1.5",
  35. "normalize-path": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  39. "devDependencies": {
  40. "coveralls": "^2.11.2",
  41. "istanbul": "^0.3.13",
  42. "mocha": "^2.2.4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/es128/anymatch",
  48. "keywords": [
  49. "match",
  50. "any",
  51. "string",
  52. "file",
  53. "fs",
  54. "list",
  55. "glob",
  56. "regex",
  57. "regexp",
  58. "regular",
  59. "expression",
  60. "function"
  61. ],
  62. "license": "ISC",
  63. "name": "anymatch",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/es128/anymatch.git"
  67. },
  68. "scripts": {
  69. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  70. },
  71. "version": "1.3.2"
  72. }