Front end of the Slack clone application.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "rimraf@2",
  3. "_id": "rimraf@2.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
  6. "_location": "/rimraf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rimraf@2",
  12. "name": "rimraf",
  13. "escapedName": "rimraf",
  14. "rawSpec": "2",
  15. "saveSpec": null,
  16. "fetchSpec": "2"
  17. },
  18. "_requiredBy": [
  19. "/fstream",
  20. "/node-gyp"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
  23. "_shasum": "2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36",
  24. "_spec": "rimraf@2",
  25. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/node-gyp",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bin": {
  32. "rimraf": "./bin.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/rimraf/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "glob": "^7.0.5"
  40. },
  41. "deprecated": false,
  42. "description": "A deep deletion module for node (like `rm -rf`)",
  43. "devDependencies": {
  44. "mkdirp": "^0.5.1",
  45. "tap": "^10.1.2"
  46. },
  47. "files": [
  48. "LICENSE",
  49. "README.md",
  50. "bin.js",
  51. "rimraf.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/rimraf#readme",
  54. "license": "ISC",
  55. "main": "rimraf.js",
  56. "name": "rimraf",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/isaacs/rimraf.git"
  60. },
  61. "scripts": {
  62. "test": "tap test/*.js"
  63. },
  64. "version": "2.6.2"
  65. }