aboutsummaryrefslogtreecommitdiff
path: root/node_modules/compress-commons/package.json
blob: 193a20e867580490ed73bf94b0e7e522672a5737 (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
{
  "_args": [
    [
      {
        "raw": "compress-commons@^1.1.0",
        "scope": null,
        "escapedName": "compress-commons",
        "name": "compress-commons",
        "rawSpec": "^1.1.0",
        "spec": ">=1.1.0 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/zip-stream"
    ]
  ],
  "_from": "compress-commons@>=1.1.0 <2.0.0",
  "_id": "compress-commons@1.1.0",
  "_inCache": true,
  "_location": "/compress-commons",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/compress-commons-1.1.0.tgz_1472322432534_0.46580693405121565"
  },
  "_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": "compress-commons@^1.1.0",
    "scope": null,
    "escapedName": "compress-commons",
    "name": "compress-commons",
    "rawSpec": "^1.1.0",
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/zip-stream"
  ],
  "_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.1.0.tgz",
  "_shasum": "9f4460bb1288564c7473916e0298aa3c320dcadb",
  "_shrinkwrap": null,
  "_spec": "compress-commons@^1.1.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/zip-stream",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-compress-commons/issues"
  },
  "dependencies": {
    "buffer-crc32": "^0.2.1",
    "crc32-stream": "^1.0.0",
    "normalize-path": "^2.0.0",
    "readable-stream": "^2.0.0"
  },
  "description": "a library that defines a common interface for working with archive formats within node",
  "devDependencies": {
    "chai": "^3.4.0",
    "mkdirp": "^0.5.0",
    "mocha": "^2.3.3",
    "rimraf": "^2.4.3"
  },
  "directories": {},
  "dist": {
    "shasum": "9f4460bb1288564c7473916e0298aa3c320dcadb",
    "tarball": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.1.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "lib"
  ],
  "gitHead": "448041945474a3e543578f8548f9c4cba471225e",
  "homepage": "https://github.com/archiverjs/node-compress-commons",
  "keywords": [
    "compress",
    "commons",
    "archive"
  ],
  "license": "MIT",
  "main": "lib/compress-commons.js",
  "maintainers": [
    {
      "name": "ctalkington",
      "email": "chris@christalkington.com"
    }
  ],
  "name": "compress-commons",
  "optionalDependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  },
  "scripts": {
    "test": "mocha --reporter dot"
  },
  "version": "1.1.0"
}