blob: 326a6f00d04b45b8737aafd9703f37af3a18823a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "decompress-tarbz2@^4.0.0",
3 "_id": "decompress-tarbz2@4.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==",
6 "_location": "/decompress-tarbz2",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "decompress-tarbz2@^4.0.0",
12 "name": "decompress-tarbz2",
13 "escapedName": "decompress-tarbz2",
14 "rawSpec": "^4.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.0"
17 },
18 "_requiredBy": [
19 "/decompress"
20 ],
21 "_resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
22 "_shasum": "3082a5b880ea4043816349f378b56c516be1a39b",
23 "_spec": "decompress-tarbz2@^4.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress",
25 "author": {
26 "name": "Kevin MÃ¥rtensson",
27 "email": "kevinmartensson@gmail.com",
28 "url": "github.com/kevva"
29 },
30 "bugs": {
31 "url": "https://github.com/kevva/decompress-tarbz2/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "decompress-tar": "^4.1.0",
36 "file-type": "^6.1.0",
37 "is-stream": "^1.1.0",
38 "seek-bzip": "^1.0.5",
39 "unbzip2-stream": "^1.0.9"
40 },
41 "deprecated": false,
42 "description": "decompress tar.bz2 plugin",
43 "devDependencies": {
44 "ava": "*",
45 "is-jpg": "^1.0.0",
46 "xo": "*"
47 },
48 "engines": {
49 "node": ">=4"
50 },
51 "files": [
52 "index.js"
53 ],
54 "homepage": "https://github.com/kevva/decompress-tarbz2#readme",
55 "keywords": [
56 "bz2",
57 "decompress",
58 "decompressplugin",
59 "extract",
60 "tar",
61 "tar.bz2",
62 "tarbz2"
63 ],
64 "license": "MIT",
65 "name": "decompress-tarbz2",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/kevva/decompress-tarbz2.git"
69 },
70 "scripts": {
71 "test": "xo && ava"
72 },
73 "version": "4.1.1"
74}