333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "_args": [
    [
      "archiver@4.0.1",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "archiver@4.0.1",
  "_id": "archiver@4.0.1",
  "_inBundle": false,
  "_integrity": "sha1-P3IrEhd342HKn603Ts2jjnfmPH8=",
  "_location": "/archiver",
  "_phantomChildren": {
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "archiver@4.0.1",
    "name": "archiver",
    "escapedName": "archiver",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npm.taobao.org/archiver/download/archiver-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-archiver/issues"
  },
  "dependencies": {
    "archiver-utils": "^2.1.0",
    "async": "^2.6.3",
    "buffer-crc32": "^0.2.1",
    "glob": "^7.1.6",
    "readable-stream": "^3.6.0",
    "tar-stream": "^2.1.2",
    "zip-stream": "^3.0.1"
  },
  "description": "a streaming interface for archive generation",
  "devDependencies": {
    "archiver-jsdoc-theme": "^1.1.1",
    "chai": "^4.2.0",
    "jsdoc": "^3.6.4",
    "mkdirp": "^1.0.4",
    "mocha": "^6.2.3",
    "rimraf": "^2.7.1",
    "stream-bench": "^0.1.2",
    "tar": "^4.4.13",
    "yauzl": "^2.9.0"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/archiverjs/node-archiver",
  "keywords": [
    "archive",
    "archiver",
    "stream",
    "zip",
    "tar"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "archiver",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-archiver.git"
  },
  "scripts": {
    "bench": "node benchmark/simple/pack-zip.js",
    "jsdoc": "jsdoc -c jsdoc.json README.md",
    "test": "mocha --reporter dot"
  },
  "version": "4.0.1"
}