{
  "name": "@ro555/node-unrar",
  "version": "0.0.5",
  "private": false,
  "description": "Pure JavaScript RAR archive extractor by compile the official unrar lib by Emscripten.",
  "homepage": "https://github.com/YuJianrong/node-unrar.js",
  "bugs": {
    "url": "https://github.com/YuJianrong/node-unrar.js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YuJianrong/node-unrar.js.git"
  },
  "main": "./dist/index.js",
  "module": "./esm/index.esm.js",
  "scripts": {
    "prepare": "husky install",
    "downloadUnrarSrc": "wget https://www.rarlab.com/rar/unrarsrc-6.1.7.tar.gz && tar -xf unrarsrc-6.1.7.tar.gz -C src/cpp && rm -rf unrarsrc-6.1.7.tar.gz && husky install",
    "clean": "rm -rf dist coverage dist_map esm",
    "clean:test": "rm -rf dist/test dist/build esm/test esm/build dist/**/*.map esm/**/*.map",
    "commit": "cz",
    "lint": "eslint './src/**/*.ts' --max-warnings 0",
    "tsc": "tsc",
    "build:debug": "tsc && node ./dist/build/make.js",
    "prebuild:release": "npm run lint",
    "build:release": "npm run clean && tsc && tsc -p tsconfig-esm.json && node ./dist/build/make.js release esm",
    "test": "mocha dist/test/*.spec.js",
    "test:debug": "npm run test -- --inspect-brk"
  },
  "keywords": [
    "unrar"
  ],
  "author": "Jianrong Yu <yujianrong@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^19.2.1",
    "@commitlint/config-conventional": "^19.1.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/eslint": "^8.56.6",
    "@types/mocha": "^10.0.6",
    "@types/shelljs": "^0.8.15",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.2",
    "mocha": "^10.4.0",
    "prettier": "^3.2.5",
    "shelljs": "^0.8.5",
    "typescript": "^5.4.3"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "lint-staged": {
    "*.{json,md,less,yaml,yml}": [
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix --max-warnings 0"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "files": [
    "dist",
    "esm",
    "*.md"
  ],
  "dependencies": {
    "JSONStream": "^1.3.5",
    "acorn": "^8.11.2",
    "acorn-jsx": "^5.3.2",
    "agent-base": "^7.1.0",
    "aggregate-error": "^3.1.0",
    "ajv": "^6.12.6",
    "ansi-colors": "^4.1.1",
    "ansi-escapes": "^4.3.2",
    "ansi-regex": "^5.0.1",
    "ansi-styles": "^4.3.0",
    "ansicolors": "^0.3.2",
    "anymatch": "^3.1.2",
    "argparse": "^2.0.1",
    "argv-formatter": "^1.0.0",
    "array-ify": "^1.0.0",
    "array-union": "^2.1.0",
    "at-least-node": "^1.0.0",
    "balanced-match": "^1.0.0",
    "base64-js": "^1.5.1",
    "before-after-hook": "^2.2.3",
    "big-integer": "^1.6.52",
    "binary-extensions": "^2.2.0",
    "bl": "^4.1.0",
    "bottleneck": "^2.19.5",
    "bplist-parser": "^0.2.0",
    "brace-expansion": "^1.1.11",
    "braces": "^3.0.2",
    "browser-stdout": "^1.3.1",
    "buffer": "^5.7.1",
    "bundle-name": "^3.0.0",
    "cachedir": "^2.3.0",
    "callsites": "^3.1.0",
    "cardinal": "^2.1.1",
    "chalk": "^4.1.2",
    "char-regex": "^1.0.2",
    "chardet": "^0.7.0",
    "chokidar": "^3.5.3",
    "clean-stack": "^2.2.0",
    "cli-cursor": "^3.1.0",
    "cli-spinners": "^2.7.0",
    "cli-table3": "^0.6.3",
    "cli-truncate": "^4.0.0",
    "cli-width": "^3.0.0",
    "cliui": "^7.0.4",
    "clone": "^1.0.4",
    "color-convert": "^2.0.1",
    "color-name": "^1.1.4",
    "colorette": "^2.0.20",
    "commander": "^11.1.0",
    "compare-func": "^2.0.0",
    "concat-map": "^0.0.1",
    "config-chain": "^1.1.13",
    "conventional-changelog-angular": "^7.0.0",
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "conventional-changelog-writer": "^7.0.1",
    "conventional-commit-types": "^3.0.0",
    "conventional-commits-filter": "^4.0.0",
    "conventional-commits-parser": "^5.0.0",
    "core-util-is": "^1.0.3",
    "cosmiconfig": "^8.3.6",
    "cosmiconfig-typescript-loader": "^5.0.0",
    "cross-spawn": "^7.0.3",
    "crypto-random-string": "^4.0.0",
    "dargs": "^8.1.0",
    "debug": "^4.3.4",
    "dedent": "^0.7.0",
    "deep-extend": "^0.6.0",
    "deep-is": "^0.1.4",
    "default-browser": "^4.0.0",
    "default-browser-id": "^3.0.0",
    "defaults": "^1.0.4",
    "define-lazy-prop": "^3.0.0",
    "deprecation": "^2.3.1",
    "detect-file": "^1.0.0",
    "detect-indent": "^6.1.0",
    "diff": "^5.0.0",
    "dir-glob": "^3.0.1",
    "doctrine": "^3.0.0",
    "dot-prop": "^5.3.0",
    "duplexer2": "^0.1.4",
    "emoji-regex": "^10.3.0",
    "emojilib": "^2.4.0",
    "env-ci": "^10.0.0",
    "env-paths": "^2.2.1",
    "error-ex": "^1.3.2",
    "escalade": "^3.1.1",
    "escape-string-regexp": "^4.0.0",
    "eslint-scope": "^7.2.2",
    "eslint-visitor-keys": "^3.4.3",
    "espree": "^9.6.1",
    "esprima": "^4.0.1",
    "esquery": "^1.4.2",
    "esrecurse": "^4.3.0",
    "estraverse": "^5.3.0",
    "esutils": "^2.0.3",
    "eventemitter3": "^5.0.1",
    "execa": "^7.2.0",
    "expand-tilde": "^2.0.2",
    "external-editor": "^3.1.0",
    "fast-deep-equal": "^3.1.3",
    "fast-diff": "^1.2.0",
    "fast-glob": "^3.3.2",
    "fast-json-stable-stringify": "^2.1.0",
    "fast-levenshtein": "^2.0.6",
    "fastq": "^1.13.0",
    "figures": "^3.2.0",
    "file-entry-cache": "^6.0.1",
    "fill-range": "^7.0.1",
    "find-node-modules": "^2.1.3",
    "find-root": "^1.1.0",
    "find-up": "^5.0.0",
    "find-up-simple": "^1.0.0",
    "find-versions": "^5.1.0",
    "findup-sync": "^4.0.0",
    "flat": "^5.0.2",
    "flat-cache": "^3.0.4",
    "flatted": "^3.2.5",
    "from2": "^2.3.0",
    "fs-extra": "^11.1.1",
    "fs.realpath": "^1.0.0",
    "function-bind": "^1.1.1",
    "get-caller-file": "^2.0.5",
    "get-east-asian-width": "^1.2.0",
    "get-stream": "^6.0.1",
    "git-log-parser": "^1.2.0",
    "git-raw-commits": "^4.0.0",
    "glob": "^7.2.0",
    "glob-parent": "^6.0.2",
    "global-directory": "^4.0.1",
    "global-modules": "^1.0.0",
    "global-prefix": "^1.0.2",
    "globals": "^13.23.0",
    "globby": "^11.1.0",
    "graceful-fs": "^4.2.10",
    "graphemer": "^1.4.0",
    "handlebars": "^4.7.8",
    "has": "^1.0.3",
    "has-flag": "^4.0.0",
    "he": "^1.2.0",
    "homedir-polyfill": "^1.0.3",
    "hook-std": "^3.0.0",
    "http-proxy-agent": "^7.0.0",
    "https-proxy-agent": "^7.0.2",
    "human-signals": "^4.3.1",
    "iconv-lite": "^0.4.24",
    "ieee754": "^1.2.1",
    "ignore": "^5.2.4",
    "import-fresh": "^3.3.0",
    "import-from-esm": "^1.3.3",
    "import-meta-resolve": "^4.0.0",
    "imurmurhash": "^0.1.4",
    "indent-string": "^4.0.0",
    "index-to-position": "^0.1.2",
    "inflight": "^1.0.6",
    "inherits": "^2.0.4",
    "ini": "^1.3.8",
    "inquirer": "^8.2.5",
    "interpret": "^1.4.0",
    "into-stream": "^7.0.0",
    "is-arrayish": "^0.2.1",
    "is-binary-path": "^2.1.0",
    "is-core-module": "^2.10.0",
    "is-docker": "^3.0.0",
    "is-extglob": "^2.1.1",
    "is-fullwidth-code-point": "^4.0.0",
    "is-glob": "^4.0.3",
    "is-inside-container": "^1.0.0",
    "is-interactive": "^1.0.0",
    "is-number": "^7.0.0",
    "is-obj": "^2.0.0",
    "is-path-inside": "^3.0.3",
    "is-plain-obj": "^2.1.0",
    "is-plain-object": "^5.0.0",
    "is-stream": "^3.0.0",
    "is-text-path": "^2.0.0",
    "is-unicode-supported": "^0.1.0",
    "is-utf8": "^0.2.1",
    "is-windows": "^1.0.2",
    "is-wsl": "^2.2.0",
    "isarray": "^1.0.0",
    "isexe": "^2.0.0",
    "issue-parser": "^6.0.0",
    "java-properties": "^1.0.2",
    "jiti": "^1.21.0",
    "js-tokens": "^4.0.0",
    "js-yaml": "^4.1.0",
    "json-parse-better-errors": "^1.0.2",
    "json-parse-even-better-errors": "^2.3.1",
    "json-schema-traverse": "^0.4.1",
    "json-stable-stringify-without-jsonify": "^1.0.1",
    "json-stringify-safe": "^5.0.1",
    "jsonfile": "^6.1.0",
    "jsonparse": "^1.3.1",
    "levn": "^0.4.1",
    "lilconfig": "^3.0.0",
    "lines-and-columns": "^1.2.4",
    "listr2": "^8.0.1",
    "load-json-file": "^4.0.0",
    "locate-path": "^6.0.0",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "lodash.camelcase": "^4.3.0",
    "lodash.capitalize": "^4.2.1",
    "lodash.escaperegexp": "^4.1.2",
    "lodash.isplainobject": "^4.0.6",
    "lodash.isstring": "^4.0.1",
    "lodash.kebabcase": "^4.1.1",
    "lodash.map": "^4.6.0",
    "lodash.merge": "^4.6.2",
    "lodash.mergewith": "^4.6.2",
    "lodash.snakecase": "^4.1.1",
    "lodash.startcase": "^4.4.0",
    "lodash.uniq": "^4.5.0",
    "lodash.uniqby": "^4.7.0",
    "lodash.upperfirst": "^4.3.1",
    "log-symbols": "^4.1.0",
    "log-update": "^6.0.0",
    "longest": "^2.0.1",
    "lru-cache": "^6.0.0",
    "marked": "^9.1.6",
    "marked-terminal": "^6.1.0",
    "meow": "^12.1.1",
    "merge": "^2.1.1",
    "merge-stream": "^2.0.0",
    "merge2": "^1.4.1",
    "micromatch": "^4.0.5",
    "mime": "^3.0.0",
    "mimic-fn": "^4.0.0",
    "minimatch": "^3.1.2",
    "minimist": "^1.2.7",
    "ms": "^2.1.2",
    "mute-stream": "^0.0.8",
    "natural-compare": "^1.4.0",
    "neo-async": "^2.6.2",
    "nerf-dart": "^1.0.0",
    "node-emoji": "^2.1.3",
    "normalize-path": "^3.0.0",
    "normalize-url": "^8.0.0",
    "npm": "^10.2.4",
    "npm-run-path": "^5.1.0",
    "once": "^1.4.0",
    "onetime": "^6.0.0",
    "open": "^9.1.0",
    "optionator": "^0.9.3",
    "ora": "^5.4.1",
    "os-tmpdir": "^1.0.2",
    "p-each-series": "^3.0.0",
    "p-filter": "^3.0.0",
    "p-is-promise": "^3.0.0",
    "p-limit": "^3.1.0",
    "p-locate": "^5.0.0",
    "p-map": "^5.5.0",
    "p-reduce": "^2.1.0",
    "parent-module": "^1.0.1",
    "parse-json": "^5.2.0",
    "parse-passwd": "^1.0.0",
    "path-exists": "^4.0.0",
    "path-is-absolute": "^1.0.1",
    "path-key": "^3.1.1",
    "path-parse": "^1.0.6",
    "path-type": "^4.0.0",
    "picocolors": "^1.0.0",
    "picomatch": "^2.3.1",
    "pidtree": "^0.6.0",
    "pify": "^3.0.0",
    "pkg-conf": "^2.1.0",
    "prelude-ls": "^1.2.1",
    "prettier-linter-helpers": "^1.0.0",
    "process-nextick-args": "^2.0.1",
    "proto-list": "^1.2.4",
    "punycode": "^2.1.1",
    "queue-microtask": "^1.2.3",
    "randombytes": "^2.1.0",
    "rc": "^1.2.8",
    "readable-stream": "^3.6.0",
    "readdirp": "^3.6.0",
    "rechoir": "^0.6.2",
    "redeyed": "^2.1.1",
    "registry-auth-token": "^5.0.2",
    "require-directory": "^2.1.1",
    "require-from-string": "^2.0.2",
    "resolve": "^1.19.0",
    "resolve-dir": "^1.0.1",
    "resolve-from": "^4.0.0",
    "restore-cursor": "^3.1.0",
    "reusify": "^1.0.4",
    "rfdc": "^1.3.1",
    "rimraf": "^3.0.2",
    "run-applescript": "^5.0.0",
    "run-async": "^2.4.1",
    "run-parallel": "^1.2.0",
    "rxjs": "^7.8.0",
    "safe-buffer": "^5.2.1",
    "safer-buffer": "^2.1.2",
    "semantic-release": "^22.0.8",
    "semver": "^7.6.0",
    "semver-diff": "^4.0.0",
    "semver-regex": "^4.0.5",
    "serialize-javascript": "^6.0.0",
    "shebang-command": "^2.0.0",
    "shebang-regex": "^3.0.0",
    "signal-exit": "^3.0.7",
    "signale": "^1.4.0",
    "skin-tone": "^2.0.0",
    "slash": "^3.0.0",
    "slice-ansi": "^5.0.0",
    "source-map": "^0.6.1",
    "spawn-error-forwarder": "^1.0.0",
    "spdx-correct": "^3.2.0",
    "spdx-exceptions": "^2.3.0",
    "spdx-expression-parse": "^3.0.1",
    "spdx-license-ids": "^3.0.16",
    "split2": "^4.2.0",
    "stream-combiner2": "^1.1.1",
    "string-argv": "^0.3.2",
    "string-width": "^7.1.0",
    "string_decoder": "^1.3.0",
    "strip-ansi": "^6.0.1",
    "strip-bom": "^4.0.0",
    "strip-final-newline": "^3.0.0",
    "strip-json-comments": "^3.1.1",
    "supports-color": "^7.2.0",
    "supports-hyperlinks": "^3.0.0",
    "synckit": "^0.8.6",
    "temp-dir": "^3.0.0",
    "tempy": "^3.1.0",
    "text-extensions": "^2.4.0",
    "text-table": "^0.2.0",
    "through": "^2.3.8",
    "titleize": "^3.0.0",
    "tmp": "^0.0.33",
    "to-regex-range": "^5.0.1",
    "traverse": "^0.6.7",
    "ts-api-utils": "^1.0.1",
    "tslib": "^2.6.2",
    "type-check": "^0.4.0",
    "type-fest": "^0.20.2",
    "uglify-js": "^3.17.4",
    "unicode-emoji-modifier-base": "^1.0.0",
    "unicorn-magic": "^0.1.0",
    "unique-string": "^3.0.0",
    "universal-user-agent": "^6.0.1",
    "universalify": "^2.0.0",
    "untildify": "^4.0.0",
    "uri-js": "^4.4.1",
    "url-join": "^5.0.0",
    "util-deprecate": "^1.0.2",
    "validate-npm-package-license": "^3.0.4",
    "wcwidth": "^1.0.1",
    "which": "^2.0.2",
    "word-wrap": "^1.2.4",
    "wordwrap": "^1.0.0",
    "workerpool": "^6.2.1",
    "wrap-ansi": "^7.0.0",
    "wrappy": "^1.0.2",
    "xtend": "^4.0.2",
    "y18n": "^5.0.8",
    "yallist": "^4.0.0",
    "yaml": "^2.3.4",
    "yargs": "^16.2.0",
    "yargs-parser": "^20.2.4",
    "yargs-unparser": "^2.0.0",
    "yocto-queue": "^0.1.0"
  },
  "optionalDependencies": {
    "fsevents": "^2.3.2"
  },
  "types": "./dist/index.d.ts"
}
