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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
| {
| "_from": "extract-zip@^2.0.1",
| "_id": "extract-zip@2.0.1",
| "_inBundle": false,
| "_integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
| "_location": "/extract-zip",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "extract-zip@^2.0.1",
| "name": "extract-zip",
| "escapedName": "extract-zip",
| "rawSpec": "^2.0.1",
| "saveSpec": null,
| "fetchSpec": "^2.0.1"
| },
| "_requiredBy": [
| "/electron"
| ],
| "_resolved": "https://registry.npmmirror.com/extract-zip/-/extract-zip-2.0.1.tgz",
| "_shasum": "663dca56fe46df890d5f131ef4a06d22bb8ba13a",
| "_spec": "extract-zip@^2.0.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/electron",
| "author": {
| "name": "max ogden"
| },
| "bin": {
| "extract-zip": "cli.js"
| },
| "bugs": {
| "url": "https://github.com/maxogden/extract-zip/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@types/yauzl": "^2.9.1",
| "debug": "^4.1.1",
| "get-stream": "^5.1.0",
| "yauzl": "^2.10.0"
| },
| "deprecated": false,
| "description": "unzip a zip file into a directory using 100% javascript",
| "devDependencies": {
| "@typescript-eslint/eslint-plugin": "^3.2.0",
| "@typescript-eslint/parser": "^3.2.0",
| "ava": "^3.5.1",
| "eslint": "^7.2.0",
| "eslint-config-standard": "^14.1.1",
| "eslint-plugin-ava": "^10.2.0",
| "eslint-plugin-import": "^2.20.1",
| "eslint-plugin-node": "^11.0.0",
| "eslint-plugin-promise": "^4.2.1",
| "eslint-plugin-standard": "^4.0.1",
| "fs-extra": "^9.0.0",
| "husky": "^4.2.3",
| "lint-staged": "^10.0.9",
| "nyc": "^15.0.0",
| "tsd": "^0.11.0",
| "typescript": "^3.8.3"
| },
| "engines": {
| "node": ">= 10.17.0"
| },
| "eslintConfig": {
| "extends": [
| "eslint:recommended",
| "plugin:ava/recommended",
| "plugin:import/errors",
| "plugin:import/warnings",
| "plugin:node/recommended",
| "plugin:promise/recommended",
| "standard"
| ]
| },
| "files": [
| "cli.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/maxogden/extract-zip#readme",
| "husky": {
| "hooks": {
| "pre-commit": "lint-staged"
| }
| },
| "keywords": [
| "unzip",
| "zip",
| "extract"
| ],
| "license": "BSD-2-Clause",
| "lint-staged": {
| "*.js": "yarn lint:js --fix",
| "*.ts": "yarn lint:ts --fix"
| },
| "main": "index.js",
| "name": "extract-zip",
| "optionalDependencies": {
| "@types/yauzl": "^2.9.1"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/maxogden/extract-zip.git"
| },
| "scripts": {
| "ava": "ava",
| "coverage": "nyc ava",
| "lint": "yarn lint:js && yarn lint:ts && yarn tsd",
| "lint:js": "eslint .",
| "lint:ts": "eslint --config .eslintrc.typescript.js --ext .ts .",
| "test": "yarn lint && ava",
| "tsd": "tsd"
| },
| "types": "index.d.ts",
| "version": "2.0.1"
| }
|
|