blob: 8fce076b05c41fb05a50e8579887c3bb376cfc89 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "seek-bzip@^1.0.5",
3 "_id": "seek-bzip@1.0.6",
4 "_inBundle": false,
5 "_integrity": "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==",
6 "_location": "/seek-bzip",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "seek-bzip@^1.0.5",
12 "name": "seek-bzip",
13 "escapedName": "seek-bzip",
14 "rawSpec": "^1.0.5",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.5"
17 },
18 "_requiredBy": [
19 "/decompress-tarbz2"
20 ],
21 "_resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz",
22 "_shasum": "35c4171f55a680916b52a07859ecf3b5857f21c4",
23 "_spec": "seek-bzip@^1.0.5",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress-tarbz2",
25 "bin": {
26 "seek-bunzip": "bin/seek-bunzip",
27 "seek-table": "bin/seek-bzip-table"
28 },
29 "bugs": {
30 "url": "https://github.com/cscott/seek-bzip/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "C. Scott Ananian",
36 "url": "http://cscott.net"
37 },
38 {
39 "name": "Eli Skeggs"
40 },
41 {
42 "name": "Kevin Kwok"
43 },
44 {
45 "name": "Rob Landley",
46 "url": "http://landley.net"
47 }
48 ],
49 "dependencies": {
50 "commander": "^2.8.1"
51 },
52 "deprecated": false,
53 "description": "a pure-JavaScript Node.JS module for random-access decoding bzip2 data",
54 "devDependencies": {
55 "fibers": "~1.0.6",
56 "mocha": "~2.2.5"
57 },
58 "directories": {
59 "test": "test"
60 },
61 "homepage": "https://github.com/cscott/seek-bzip#readme",
62 "license": "MIT",
63 "main": "./lib/index.js",
64 "name": "seek-bzip",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/cscott/seek-bzip.git"
68 },
69 "scripts": {
70 "test": "mocha"
71 },
72 "version": "1.0.6"
73}