aboutsummaryrefslogtreecommitdiff
path: root/node_modules/zip-stream/package.json
blob: 5e0ed976a9933b6489e47713bb3f970446aa6630 (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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
  "_args": [
    [
      {
        "raw": "zip-stream@^1.1.0",
        "scope": null,
        "escapedName": "zip-stream",
        "name": "zip-stream",
        "rawSpec": "^1.1.0",
        "spec": ">=1.1.0 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/archiver"
    ]
  ],
  "_from": "zip-stream@>=1.1.0 <2.0.0",
  "_id": "zip-stream@1.1.0",
  "_inCache": true,
  "_location": "/zip-stream",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/zip-stream-1.1.0.tgz_1472324082028_0.17289348132908344"
  },
  "_npmUser": {
    "name": "ctalkington",
    "email": "chris@talkingtontech.com"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {
    "buffer-shims": "1.0.0",
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "process-nextick-args": "1.0.7",
    "string_decoder": "0.10.31",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "raw": "zip-stream@^1.1.0",
    "scope": null,
    "escapedName": "zip-stream",
    "name": "zip-stream",
    "rawSpec": "^1.1.0",
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.1.0.tgz",
  "_shasum": "2ad479fffc168e05a888e8c348ff6813b3f13733",
  "_shrinkwrap": null,
  "_spec": "zip-stream@^1.1.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/archiver",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-zip-stream/issues"
  },
  "dependencies": {
    "archiver-utils": "^1.3.0",
    "compress-commons": "^1.1.0",
    "lodash": "^4.8.0",
    "readable-stream": "^2.0.0"
  },
  "description": "a streaming zip archive generator.",
  "devDependencies": {
    "chai": "^3.4.0",
    "jsdoc": "^3.4.0",
    "minami": "^1.1.0",
    "mkdirp": "^0.5.0",
    "mocha": "^2.3.3",
    "rimraf": "^2.4.3"
  },
  "directories": {},
  "dist": {
    "shasum": "2ad479fffc168e05a888e8c348ff6813b3f13733",
    "tarball": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.1.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "01200700dc465cff1980908f14e93d1455f7d771",
  "homepage": "https://github.com/archiverjs/node-zip-stream",
  "keywords": [
    "archive",
    "stream",
    "zip-stream",
    "zip"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ctalkington",
      "email": "chris@christalkington.com"
    }
  ],
  "name": "zip-stream",
  "optionalDependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-zip-stream.git"
  },
  "scripts": {
    "gendocs": "jsdoc -c jsdoc.json readme.md",
    "test": "mocha --reporter dot"
  },
  "version": "1.1.0"
}