Files: 4f27567900a7b5b821bccc74e95bfc96c8233159 / node_modules / tar-stream / package.json
2080 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "tar-stream@2.0.1", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "tar-stream@2.0.1", |
9 | "_id": "tar-stream@2.0.1", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-vl/gEfGo3Z4bhYiHqE8WxrAr3E53zYHTd6fiAnSni94=", |
12 | "_location": "/tar-stream", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "tar-stream@2.0.1", |
18 | "name": "tar-stream", |
19 | "escapedName": "tar-stream", |
20 | "rawSpec": "2.0.1", |
21 | "saveSpec": null, |
22 | "fetchSpec": "2.0.1" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&vl/gEfGo3Z4bhYiHqE8WxrAr3E53zYHTd6fiAnSni94=.sha256", |
28 | "_spec": "2.0.1", |
29 | "_where": "/home/cel/src/ssb-npm-registry", |
30 | "author": { |
31 | "name": "Mathias Buus", |
32 | "email": "mathiasbuus@gmail.com" |
33 | }, |
34 | "bugs": { |
35 | "url": "https://github.com/mafintosh/tar-stream/issues" |
36 | }, |
37 | "dependencies": { |
38 | "bl": "^3.0.0", |
39 | "end-of-stream": "^1.4.1", |
40 | "fs-constants": "^1.0.0", |
41 | "inherits": "^2.0.3", |
42 | "readable-stream": "^3.1.1" |
43 | }, |
44 | "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", |
45 | "devDependencies": { |
46 | "concat-stream": "^2.0.0", |
47 | "standard": "^12.0.1", |
48 | "tape": "^4.9.2" |
49 | }, |
50 | "directories": { |
51 | "test": "test" |
52 | }, |
53 | "files": [ |
54 | "*.js", |
55 | "LICENSE" |
56 | ], |
57 | "homepage": "https://github.com/mafintosh/tar-stream", |
58 | "keywords": [ |
59 | "tar", |
60 | "tarball", |
61 | "parse", |
62 | "parser", |
63 | "generate", |
64 | "generator", |
65 | "stream", |
66 | "stream2", |
67 | "streams", |
68 | "streams2", |
69 | "streaming", |
70 | "pack", |
71 | "extract", |
72 | "modify" |
73 | ], |
74 | "license": "MIT", |
75 | "main": "index.js", |
76 | "name": "tar-stream", |
77 | "repository": { |
78 | "type": "git", |
79 | "url": "git+https://github.com/mafintosh/tar-stream.git" |
80 | }, |
81 | "scripts": { |
82 | "test": "standard && tape test/extract.js test/pack.js", |
83 | "test-all": "standard && tape test/*.js" |
84 | }, |
85 | "version": "2.0.1" |
86 | } |
87 |
Built with git-ssb-web