HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
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"
		}
	}
}