aboutsummaryrefslogtreecommitdiff
path: root/node_modules/yazl/package.json
blob: 103948bf2b1ae648d79c686540ec55bbac6b21e2 (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
{
  "_args": [
    [
      {
        "raw": "yazl@^2.1.0",
        "scope": null,
        "escapedName": "yazl",
        "name": "yazl",
        "rawSpec": "^2.1.0",
        "spec": ">=2.1.0 <3.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/gulp-zip"
    ]
  ],
  "_from": "yazl@>=2.1.0 <3.0.0",
  "_id": "yazl@2.4.1",
  "_inCache": true,
  "_location": "/yazl",
  "_nodeVersion": "4.2.6",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/yazl-2.4.1.tgz_1467311328186_0.7062251013703644"
  },
  "_npmUser": {
    "name": "thejoshwolfe",
    "email": "thejoshwolfe@gmail.com"
  },
  "_npmVersion": "3.5.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "yazl@^2.1.0",
    "scope": null,
    "escapedName": "yazl",
    "name": "yazl",
    "rawSpec": "^2.1.0",
    "spec": ">=2.1.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-zip"
  ],
  "_resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.1.tgz",
  "_shasum": "2bc98ebdfeccf0c2b47cc36f82214bcb6d54484c",
  "_shrinkwrap": null,
  "_spec": "yazl@^2.1.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-zip",
  "author": {
    "name": "Josh Wolfe",
    "email": "thejoshwolfe@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/thejoshwolfe/yazl/issues"
  },
  "dependencies": {
    "buffer-crc32": "~0.2.3"
  },
  "description": "yet another zip library for node",
  "devDependencies": {
    "bl": "~0.9.3",
    "yauzl": "~2.3.1"
  },
  "directories": {},
  "dist": {
    "shasum": "2bc98ebdfeccf0c2b47cc36f82214bcb6d54484c",
    "tarball": "https://registry.npmjs.org/yazl/-/yazl-2.4.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "8d25332df007a514b0b0d5c94a640984991d93e7",
  "homepage": "https://github.com/thejoshwolfe/yazl",
  "keywords": [
    "zip",
    "stream",
    "archive",
    "file"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "thejoshwolfe",
      "email": "thejoshwolfe@gmail.com"
    }
  ],
  "name": "yazl",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thejoshwolfe/yazl.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "2.4.1"
}