package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "zip-stream@2.1.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "zip-stream@2.1.3",
  10. "_id": "zip-stream@2.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-EkXc2JGcKhO5N5aZ7TmuNo45budRaFGHOmz24wtJR7znbNqDPmdZtUauKX6et8KAVseAMBOyWJqEpXcHTBsh7Q==",
  13. "_location": "/zip-stream",
  14. "_phantomChildren": {
  15. "inherits": "2.0.4",
  16. "string_decoder": "1.1.1",
  17. "util-deprecate": "1.0.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "zip-stream@2.1.3",
  23. "name": "zip-stream",
  24. "escapedName": "zip-stream",
  25. "rawSpec": "2.1.3",
  26. "saveSpec": null,
  27. "fetchSpec": "2.1.3"
  28. },
  29. "_requiredBy": [
  30. "/archiver"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-2.1.3.tgz",
  33. "_spec": "2.1.3",
  34. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  35. "author": {
  36. "name": "Chris Talkington",
  37. "url": "http://christalkington.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/archiverjs/node-zip-stream/issues"
  41. },
  42. "dependencies": {
  43. "archiver-utils": "^2.1.0",
  44. "compress-commons": "^2.1.1",
  45. "readable-stream": "^3.4.0"
  46. },
  47. "description": "a streaming zip archive generator.",
  48. "devDependencies": {
  49. "archiver-jsdoc-theme": "^1.1.1",
  50. "chai": "^4.2.0",
  51. "jsdoc": "^3.6.3",
  52. "minami": "^1.1.0",
  53. "mkdirp": "^0.5.0",
  54. "mocha": "^6.2.0",
  55. "rimraf": "^2.6.3"
  56. },
  57. "engines": {
  58. "node": ">= 6"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/archiverjs/node-zip-stream",
  64. "keywords": [
  65. "archive",
  66. "stream",
  67. "zip-stream",
  68. "zip"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "zip-stream",
  73. "publishConfig": {
  74. "registry": "https://registry.npmjs.org/"
  75. },
  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": "2.1.3"
  85. }