blob: 9a45cb73384e521755bd5a0eea0f7f12530f1782 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "yauzl@^2.4.2",
3 "_id": "yauzl@2.10.0",
4 "_inBundle": false,
5 "_integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
6 "_location": "/yauzl",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "yauzl@^2.4.2",
12 "name": "yauzl",
13 "escapedName": "yauzl",
14 "rawSpec": "^2.4.2",
15 "saveSpec": null,
16 "fetchSpec": "^2.4.2"
17 },
18 "_requiredBy": [
19 "/decompress-unzip"
20 ],
21 "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
22 "_shasum": "c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9",
23 "_spec": "yauzl@^2.4.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress-unzip",
25 "author": {
26 "name": "Josh Wolfe",
27 "email": "thejoshwolfe@gmail.com"
28 },
29 "bugs": {
30 "url": "https://github.com/thejoshwolfe/yauzl/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "buffer-crc32": "~0.2.3",
35 "fd-slicer": "~1.1.0"
36 },
37 "deprecated": false,
38 "description": "yet another unzip library for node",
39 "devDependencies": {
40 "bl": "~1.0.0",
41 "istanbul": "~0.3.4",
42 "pend": "~1.2.0"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/thejoshwolfe/yauzl",
48 "keywords": [
49 "unzip",
50 "zip",
51 "stream",
52 "archive",
53 "file"
54 ],
55 "license": "MIT",
56 "main": "index.js",
57 "name": "yauzl",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/thejoshwolfe/yauzl.git"
61 },
62 "scripts": {
63 "test": "node test/test.js",
64 "test-cov": "istanbul cover test/test.js",
65 "test-travis": "istanbul cover --report lcovonly test/test.js"
66 },
67 "version": "2.10.0"
68}