aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/yauzl/package.json
blob: 7e3c44cc981ae912a8f3dbe6cede21634788a059 (plain)
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
{
  "_args": [
    [
      {
        "raw": "yauzl@2.4.1",
        "scope": null,
        "escapedName": "yauzl",
        "name": "yauzl",
        "rawSpec": "2.4.1",
        "spec": "2.4.1",
        "type": "version"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\extract-zip"
    ]
  ],
  "_from": "yauzl@2.4.1",
  "_id": "yauzl@2.4.1",
  "_inCache": true,
  "_location": "/yauzl",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "name": "thejoshwolfe",
    "email": "thejoshwolfe@gmail.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "yauzl@2.4.1",
    "scope": null,
    "escapedName": "yauzl",
    "name": "yauzl",
    "rawSpec": "2.4.1",
    "spec": "2.4.1",
    "type": "version"
  },
  "_requiredBy": [
    "/extract-zip"
  ],
  "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
  "_shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
  "_shrinkwrap": null,
  "_spec": "yauzl@2.4.1",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\extract-zip",
  "author": {
    "name": "Josh Wolfe",
    "email": "thejoshwolfe@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/thejoshwolfe/yauzl/issues"
  },
  "dependencies": {
    "fd-slicer": "~1.0.1"
  },
  "description": "yet another unzip library for node",
  "devDependencies": {
    "bl": "~1.0.0",
    "istanbul": "~0.3.4",
    "pend": "~1.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
    "tarball": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
  },
  "gitHead": "d528c3ad49efd27986ee661159fade32617cedb6",
  "homepage": "https://github.com/thejoshwolfe/yauzl",
  "keywords": [
    "unzip",
    "zip",
    "stream",
    "archive",
    "file"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "thejoshwolfe",
      "email": "thejoshwolfe@gmail.com"
    },
    {
      "name": "superjoe",
      "email": "superjoe30@gmail.com"
    }
  ],
  "name": "yauzl",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.4.1"
}