Front end of the Slack clone application.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "dargs@^5.1.0",
  3. "_id": "dargs@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7H6lDHhWTNNsnV7Bj2Yyn63ieCk=",
  6. "_location": "/dargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dargs@^5.1.0",
  12. "name": "dargs",
  13. "escapedName": "dargs",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dargs/-/dargs-5.1.0.tgz",
  22. "_shasum": "ec7ea50c78564cd36c9d5ec18f66329fade27829",
  23. "_spec": "dargs@^5.1.0",
  24. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/@ionic/cli-utils",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/dargs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/dargs#readme",
  47. "keywords": [
  48. "reverse",
  49. "minimist",
  50. "options",
  51. "arguments",
  52. "args",
  53. "flags",
  54. "cli",
  55. "nopt",
  56. "commander",
  57. "bin",
  58. "binary",
  59. "command",
  60. "cmd",
  61. "inverse",
  62. "opposite",
  63. "invert",
  64. "switch",
  65. "construct",
  66. "parse",
  67. "parser",
  68. "argv"
  69. ],
  70. "license": "MIT",
  71. "name": "dargs",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/dargs.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "5.1.0",
  80. "xo": {
  81. "esnext": true
  82. }
  83. }