liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "zip-stream@^4.1.0",
  "_id": "zip-stream@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==",
  "_location": "/zip-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "zip-stream@^4.1.0",
    "name": "zip-stream",
    "escapedName": "zip-stream",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz",
  "_shasum": "51dd326571544e36aa3f756430b313576dc8fc79",
  "_spec": "zip-stream@^4.1.0",
  "_where": "/home/l/plc/node-red/node_modules/archiver",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-zip-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "archiver-utils": "^2.1.0",
    "compress-commons": "^4.1.0",
    "readable-stream": "^3.6.0"
  },
  "deprecated": false,
  "description": "a streaming zip archive generator.",
  "devDependencies": {
    "archiver-jsdoc-theme": "^1.1.3",
    "chai": "^4.2.0",
    "jsdoc": "^3.6.4",
    "minami": "^1.1.0",
    "mkdirp": "^1.0.4",
    "mocha": "^8.0.1",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/archiverjs/node-zip-stream",
  "keywords": [
    "archive",
    "stream",
    "zip-stream",
    "zip"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "zip-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-zip-stream.git"
  },
  "scripts": {
    "jsdoc": "jsdoc -c jsdoc.json README.md",
    "test": "mocha --reporter dot"
  },
  "version": "4.1.0"
}