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
| {
| "_from": "yauzl@^2.10.0",
| "_id": "yauzl@2.10.0",
| "_inBundle": false,
| "_integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
| "_location": "/yauzl",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "yauzl@^2.10.0",
| "name": "yauzl",
| "escapedName": "yauzl",
| "rawSpec": "^2.10.0",
| "saveSpec": null,
| "fetchSpec": "^2.10.0"
| },
| "_requiredBy": [
| "/extract-zip"
| ],
| "_resolved": "https://registry.npmmirror.com/yauzl/-/yauzl-2.10.0.tgz",
| "_shasum": "c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9",
| "_spec": "yauzl@^2.10.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/extract-zip",
| "author": {
| "name": "Josh Wolfe",
| "email": "thejoshwolfe@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/thejoshwolfe/yauzl/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "buffer-crc32": "~0.2.3",
| "fd-slicer": "~1.1.0"
| },
| "deprecated": false,
| "description": "yet another unzip library for node",
| "devDependencies": {
| "bl": "~1.0.0",
| "istanbul": "~0.3.4",
| "pend": "~1.2.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/thejoshwolfe/yauzl",
| "keywords": [
| "unzip",
| "zip",
| "stream",
| "archive",
| "file"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "yauzl",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/thejoshwolfe/yauzl.git"
| },
| "scripts": {
| "test": "node test/test.js",
| "test-cov": "istanbul cover test/test.js",
| "test-travis": "istanbul cover --report lcovonly test/test.js"
| },
| "version": "2.10.0"
| }
|
|