package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "archiver@3.1.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "archiver@3.1.1",
  10. "_id": "archiver@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5Hxxcig7gw5Jod/8Gq0OneVgLYET+oNHcxgWItq4TbhOzRLKNAFUb9edAftiMKXvXfCB0vbGrJdZDNq0dWMsxg==",
  13. "_location": "/archiver",
  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": "archiver@3.1.1",
  23. "name": "archiver",
  24. "escapedName": "archiver",
  25. "rawSpec": "3.1.1",
  26. "saveSpec": null,
  27. "fetchSpec": "3.1.1"
  28. },
  29. "_requiredBy": [
  30. "/filemanager-webpack-plugin"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/archiver/-/archiver-3.1.1.tgz",
  33. "_spec": "3.1.1",
  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-archiver/issues"
  41. },
  42. "dependencies": {
  43. "archiver-utils": "^2.1.0",
  44. "async": "^2.6.3",
  45. "buffer-crc32": "^0.2.1",
  46. "glob": "^7.1.4",
  47. "readable-stream": "^3.4.0",
  48. "tar-stream": "^2.1.0",
  49. "zip-stream": "^2.1.2"
  50. },
  51. "description": "a streaming interface for archive generation",
  52. "devDependencies": {
  53. "archiver-jsdoc-theme": "^1.1.1",
  54. "chai": "^4.2.0",
  55. "jsdoc": "^3.6.3",
  56. "mkdirp": "^0.5.0",
  57. "mocha": "^6.2.0",
  58. "rimraf": "^2.6.3",
  59. "stream-bench": "^0.1.2",
  60. "tar": "^4.4.10",
  61. "yauzl": "^2.9.0"
  62. },
  63. "engines": {
  64. "node": ">= 6"
  65. },
  66. "files": [
  67. "index.js",
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/archiverjs/node-archiver",
  71. "keywords": [
  72. "archive",
  73. "archiver",
  74. "stream",
  75. "zip",
  76. "tar"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "archiver",
  81. "publishConfig": {
  82. "registry": "https://registry.npmjs.org/"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/archiverjs/node-archiver.git"
  87. },
  88. "scripts": {
  89. "bench": "node benchmark/simple/pack-zip.js",
  90. "jsdoc": "jsdoc -c jsdoc.json README.md",
  91. "test": "mocha --reporter dot"
  92. },
  93. "version": "3.1.1"
  94. }