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-tarbz2/package.json
{
	"name": "@xhmikosr/decompress-tarbz2",
	"version": "8.0.2",
	"description": "decompress tar.bz2 plugin",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/XhmikosR/decompress-tarbz2.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": [
		"bz2",
		"decompress",
		"decompressplugin",
		"extract",
		"tar",
		"tar.bz2",
		"tarbz2"
	],
	"dependencies": {
		"@xhmikosr/decompress-tar": "^8.0.1",
		"file-type": "^19.6.0",
		"is-stream": "^2.0.1",
		"seek-bzip": "^2.0.0",
		"unbzip2-stream": "^1.4.3"
	},
	"devDependencies": {
		"ava": "^6.2.0",
		"is-jpg": "^3.0.0",
		"xo": "^0.60.0"
	},
	"xo": {
		"rules": {
			"unicorn/prevent-abbreviations": "off"
		}
	}
}