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
| {
| "_from": "archiver@^5.1.0",
| "_id": "archiver@5.3.1",
| "_inBundle": false,
| "_integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==",
| "_location": "/archiver",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "archiver@^5.1.0",
| "name": "archiver",
| "escapedName": "archiver",
| "rawSpec": "^5.1.0",
| "saveSpec": null,
| "fetchSpec": "^5.1.0"
| },
| "_requiredBy": [
| "/grunt-contrib-compress"
| ],
| "_resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz",
| "_shasum": "21e92811d6f09ecfce649fbefefe8c79e57cbbb6",
| "_spec": "archiver@^5.1.0",
| "_where": "/home/l/plc/node-red/node_modules/grunt-contrib-compress",
| "author": {
| "name": "Chris Talkington",
| "url": "http://christalkington.com/"
| },
| "bugs": {
| "url": "https://github.com/archiverjs/node-archiver/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "archiver-utils": "^2.1.0",
| "async": "^3.2.3",
| "buffer-crc32": "^0.2.1",
| "readable-stream": "^3.6.0",
| "readdir-glob": "^1.0.0",
| "tar-stream": "^2.2.0",
| "zip-stream": "^4.1.0"
| },
| "deprecated": false,
| "description": "a streaming interface for archive generation",
| "devDependencies": {
| "archiver-jsdoc-theme": "^1.1.3",
| "chai": "^4.2.0",
| "jsdoc": "^3.6.4",
| "mkdirp": "^1.0.4",
| "mocha": "^9.0.2",
| "rimraf": "^3.0.2",
| "stream-bench": "^0.1.2",
| "tar": "^6.1.11",
| "yauzl": "^2.9.0"
| },
| "engines": {
| "node": ">= 10"
| },
| "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",
| "test": "mocha --reporter dot"
| },
| "version": "5.3.1"
| }
|
|