UNPKG

1.46 kBJSONView Raw
1{
2 "name": "archiver",
3 "version": "0.14.3",
4 "description": "a streaming interface for archive generation",
5 "homepage": "https://github.com/archiverjs/node-archiver",
6 "author": {
7 "name": "Chris Talkington",
8 "url": "http://christalkington.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/archiverjs/node-archiver.git"
13 },
14 "bugs": {
15 "url": "https://github.com/archiverjs/node-archiver/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/archiverjs/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 "bencha": "node benchmark/simple/pack-zip.js",
34 "benchb": "mocha --reporter list test/optional/bench.js"
35 },
36 "dependencies": {
37 "async": "~0.9.0",
38 "buffer-crc32": "~0.2.1",
39 "glob": "~4.3.0",
40 "lazystream": "~0.1.0",
41 "lodash": "~3.2.0",
42 "readable-stream": "~1.0.26",
43 "tar-stream": "~1.1.0",
44 "zip-stream": "~0.5.0"
45 },
46 "devDependencies": {
47 "chai": "~2.0.0",
48 "mocha": "~2.1.0",
49 "rimraf": "~2.2.8",
50 "mkdirp": "~0.5.0",
51 "stream-bench": "~0.1.2",
52 "tar": "~1.0.3",
53 "yauzl": "~2.2.1"
54 },
55 "keywords": [
56 "archive",
57 "archiver",
58 "stream",
59 "zip",
60 "tar"
61 ]
62}
\No newline at end of file