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
| {
| "_args": [
| [
| "archiver-utils@2.1.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "archiver-utils@2.1.0",
| "_id": "archiver-utils@2.1.0",
| "_inBundle": false,
| "_integrity": "sha1-6KRg6UtpPD49oYKgmMpihbqSSeI=",
| "_location": "/archiver-utils",
| "_phantomChildren": {
| "core-util-is": "1.0.2",
| "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",
| "process-nextick-args": "2.0.0",
| "safe-buffer": "5.1.2",
| "util-deprecate": "1.0.2"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "archiver-utils@2.1.0",
| "name": "archiver-utils",
| "escapedName": "archiver-utils",
| "rawSpec": "2.1.0",
| "saveSpec": null,
| "fetchSpec": "2.1.0"
| },
| "_requiredBy": [
| "/archiver",
| "/zip-stream"
| ],
| "_resolved": "https://registry.npm.taobao.org/archiver-utils/download/archiver-utils-2.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Farchiver-utils%2Fdownload%2Farchiver-utils-2.1.0.tgz",
| "_spec": "2.1.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Chris Talkington",
| "url": "http://christalkington.com/"
| },
| "bugs": {
| "url": "https://github.com/archiverjs/archiver-utils/issues"
| },
| "dependencies": {
| "glob": "^7.1.4",
| "graceful-fs": "^4.2.0",
| "lazystream": "^1.0.0",
| "lodash.defaults": "^4.2.0",
| "lodash.difference": "^4.5.0",
| "lodash.flatten": "^4.4.0",
| "lodash.isplainobject": "^4.0.6",
| "lodash.union": "^4.6.0",
| "normalize-path": "^3.0.0",
| "readable-stream": "^2.0.0"
| },
| "description": "utility functions for archiver",
| "devDependencies": {
| "chai": "^4.2.0",
| "mkdirp": "^0.5.0",
| "mocha": "^5.0.0",
| "rimraf": "^2.6.3"
| },
| "engines": {
| "node": ">= 6"
| },
| "files": [
| "index.js",
| "file.js"
| ],
| "homepage": "https://github.com/archiverjs/archiver-utils#readme",
| "keywords": [
| "archiver",
| "utils"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "archiver-utils",
| "publishConfig": {
| "registry": "https://registry.npmjs.org/"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/archiverjs/archiver-utils.git"
| },
| "scripts": {
| "test": "mocha --reporter dot"
| },
| "version": "2.1.0"
| }
|
|