{
  "name": "node-unar",
  "version": "1.0.8",
  "description": "ESM front-end to unar and lsar a command line tool. The universal un-archiver/unpacker to a lot of formats: .zip, zipx, rar, 7z, tar, gzip, bzip2, lzma, cab, msi, cpio, xar, exe, etc...",
  "keywords": [
    "un-archiver",
    "unpacker",
    "unpack",
    "unar",
    "lsar",
    "zip",
    "zipx",
    "rar",
    "7z",
    "tar",
    "gzip",
    "bzip2",
    "cpio",
    "lzma",
    "xz",
    "xar",
    "macOS",
    "windows",
    "linux"
  ],
  "author": {
    "name": "L. Stubbs",
    "email": "technoexpressnet@gmail.com"
  },
  "contributors": [
    "Marc Kronberg <krocon@gmail.com>"
  ],
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive test/ --timeout=0",
    "coverage": "npx c8 --reporter json --reporter text npm test && npx codecov -f coverage/coverage-final.json",
    "install": "node installer.js"
  },
  "files": [
    "*.js",
    "*.md"
  ],
  "dependencies": {
    "node-sys": "^1.1.7",
    "when": "^3.7.8"
  },
  "optionalDependencies": {
    "node-wget-fetch": "^1.1.2",
    "node-stream-zip": "^1.12.0",
    "fs-extra": "^9.0.1"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/techno-express/node-unar/issues"
  },
  "homepage": "https://github.com/techno-express/node-unar.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/techno-express/node-unar"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "mocha": "^8.4.0"
  }
}
