package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "zip-stream@^4.1.0",
  3. "_id": "zip-stream@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
  6. "_location": "/zip-stream",
  7. "_phantomChildren": {
  8. "glob": "7.2.3",
  9. "graceful-fs": "4.2.11",
  10. "lazystream": "1.0.1",
  11. "lodash.defaults": "4.2.0",
  12. "lodash.difference": "4.5.0",
  13. "lodash.flatten": "4.4.0",
  14. "lodash.isplainobject": "4.0.6",
  15. "lodash.union": "4.6.0",
  16. "normalize-path": "3.0.0",
  17. "readable-stream": "3.6.2"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "zip-stream@^4.1.0",
  23. "name": "zip-stream",
  24. "escapedName": "zip-stream",
  25. "rawSpec": "^4.1.0",
  26. "saveSpec": null,
  27. "fetchSpec": "^4.1.0"
  28. },
  29. "_requiredBy": [
  30. "/archiver"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/zip-stream/-/zip-stream-4.1.1.tgz",
  33. "_shasum": "1337fe974dbaffd2fa9a1ba09662a66932bd7135",
  34. "_spec": "zip-stream@^4.1.0",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\archiver",
  36. "author": {
  37. "name": "Chris Talkington",
  38. "url": "http://christalkington.com/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/archiverjs/node-zip-stream/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "archiver-utils": "^3.0.4",
  46. "compress-commons": "^4.1.2",
  47. "readable-stream": "^3.6.0"
  48. },
  49. "deprecated": false,
  50. "description": "a streaming zip archive generator.",
  51. "devDependencies": {
  52. "archiver-jsdoc-theme": "1.1.3",
  53. "chai": "4.3.8",
  54. "jsdoc": "3.6.11",
  55. "minami": "1.2.3",
  56. "mkdirp": "2.1.6",
  57. "mocha": "9.2.2",
  58. "rimraf": "3.0.2"
  59. },
  60. "engines": {
  61. "node": ">= 10"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/archiverjs/node-zip-stream",
  67. "keywords": [
  68. "archive",
  69. "stream",
  70. "zip-stream",
  71. "zip"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "zip-stream",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/archiverjs/node-zip-stream.git"
  79. },
  80. "scripts": {
  81. "jsdoc": "jsdoc -c jsdoc.json README.md",
  82. "test": "mocha --reporter dot"
  83. },
  84. "version": "4.1.1"
  85. }