UNPKG

1.33 kBJSONView Raw
1{
2 "name": "archiver",
3 "version": "0.10.1",
4 "description": "a streaming interface for archive generation",
5 "homepage": "https://github.com/ctalkington/node-archiver",
6 "author": {
7 "name": "Chris Talkington",
8 "url": "http://christalkington.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/ctalkington/node-archiver.git"
13 },
14 "bugs": {
15 "url": "https://github.com/ctalkington/node-archiver/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "lib/archiver.js",
24 "files": [
25 "lib",
26 "LICENSE-MIT"
27 ],
28 "engines": {
29 "node": ">= 0.10.0"
30 },
31 "scripts": {
32 "test": "mocha --reporter dot",
33 "bench": "node benchmark/simple/pack-zip.js"
34 },
35 "dependencies": {
36 "buffer-crc32": "~0.2.1",
37 "readable-stream": "~1.0.26",
38 "tar-stream": "~0.4.0",
39 "zip-stream": "~0.3.0",
40 "lazystream": "~0.1.0",
41 "file-utils": "~0.2.0",
42 "lodash": "~2.4.1"
43 },
44 "devDependencies": {
45 "chai": "~1.9.1",
46 "mocha": "~1.18.2",
47 "rimraf": "~2.2.8",
48 "mkdirp": "~0.5.0",
49 "stream-bench": "~0.1.2"
50 },
51 "keywords": [
52 "archive",
53 "archiver",
54 "stream",
55 "zip",
56 "tar"
57 ]
58}
\No newline at end of file