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