Front end of the Slack clone application.

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "archiver@^2.0.0",
  3. "_id": "archiver@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/2YrSnggFJSj7lRNOjP+dJZQnrw=",
  6. "_location": "/archiver",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "archiver@^2.0.0",
  12. "name": "archiver",
  13. "escapedName": "archiver",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/archiver/-/archiver-2.1.1.tgz",
  22. "_shasum": "ff662b4a78201494a3ee544d3a33fe7496509ebc",
  23. "_spec": "archiver@^2.0.0",
  24. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/@ionic/cli-utils",
  25. "author": {
  26. "name": "Chris Talkington",
  27. "url": "http://christalkington.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/archiverjs/node-archiver/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "archiver-utils": "^1.3.0",
  35. "async": "^2.0.0",
  36. "buffer-crc32": "^0.2.1",
  37. "glob": "^7.0.0",
  38. "lodash": "^4.8.0",
  39. "readable-stream": "^2.0.0",
  40. "tar-stream": "^1.5.0",
  41. "zip-stream": "^1.2.0"
  42. },
  43. "deprecated": false,
  44. "description": "a streaming interface for archive generation",
  45. "devDependencies": {
  46. "archiver-jsdoc-theme": "^1.0.0",
  47. "chai": "^4.0.0",
  48. "jsdoc": "~3.4.0",
  49. "mkdirp": "^0.5.0",
  50. "mocha": "^3.1.1",
  51. "rimraf": "^2.4.2",
  52. "stream-bench": "^0.1.2",
  53. "tar": "^3.1.0",
  54. "yauzl": "^2.3.1"
  55. },
  56. "engines": {
  57. "node": ">= 4"
  58. },
  59. "files": [
  60. "index.js",
  61. "lib"
  62. ],
  63. "homepage": "https://github.com/archiverjs/node-archiver",
  64. "keywords": [
  65. "archive",
  66. "archiver",
  67. "stream",
  68. "zip",
  69. "tar"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "archiver",
  74. "publishConfig": {
  75. "registry": "https://registry.npmjs.org/"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/archiverjs/node-archiver.git"
  80. },
  81. "scripts": {
  82. "bench": "node benchmark/simple/pack-zip.js",
  83. "jsdoc": "jsdoc -c jsdoc.json README.md",
  84. "test": "mocha --reporter dot"
  85. },
  86. "version": "2.1.1"
  87. }