File: //var/dev/shahnamag/back-end/node_modules/@xhmikosr/decompress-tar/package.json
{
"name": "@xhmikosr/decompress-tar",
"version": "8.0.1",
"description": "decompress tar plugin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/XhmikosR/decompress-tar.git"
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "Kevin MÃ¥rtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=18"
},
"scripts": {
"ava": "ava",
"lint": "xo",
"xo": "xo",
"fix": "xo --fix",
"test": "npm run ava"
},
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js"
},
"files": [
"index.js"
],
"keywords": [
"decompress",
"decompressplugin",
"extract",
"tar"
],
"dependencies": {
"file-type": "^19.0.0",
"is-stream": "^2.0.1",
"tar-stream": "^3.1.7"
},
"devDependencies": {
"ava": "^6.1.2",
"is-jpg": "^3.0.0",
"xo": "^0.58.0"
},
"xo": {
"rules": {
"unicorn/prevent-abbreviations": "off"
}
}
}