{
  "_from": "@tokenizer/inflate@^0.2.6",
  "_id": "@tokenizer/inflate@0.2.7",
  "_inBundle": false,
  "_integrity": "sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==",
  "_location": "/@tokenizer/inflate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@tokenizer/inflate@^0.2.6",
    "name": "@tokenizer/inflate",
    "escapedName": "@tokenizer%2finflate",
    "scope": "@tokenizer",
    "rawSpec": "^0.2.6",
    "saveSpec": null,
    "fetchSpec": "^0.2.6"
  },
  "_requiredBy": [
    "/file-type"
  ],
  "_resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.2.7.tgz",
  "_shasum": "32dd9dfc9abe457c89b3d9b760fc0690c85a103b",
  "_spec": "@tokenizer/inflate@^0.2.6",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/file-type",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "bugs": {
    "url": "hhttps://github.com/Borewit/tokenizer-inflate/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^4.4.0",
    "fflate": "^0.8.2",
    "token-types": "^6.0.0"
  },
  "deprecated": false,
  "description": "Tokenized zip support",
  "devDependencies": {
    "@aws-sdk/client-s3": "^3.750.0",
    "@biomejs/biome": "=1.9.4",
    "@tokenizer/s3": "^1.0.1",
    "@types/chai": "^5.0.1",
    "@types/debug": "^4",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.13.5",
    "chai": "^5.2.0",
    "del-cli": "^6.0.0",
    "file-type": "^20.1.0",
    "mocha": "^11.1.0",
    "strtok3": "^10.2.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": "./lib/index.js",
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Borewit"
  },
  "homepage": "https://github.com/Borewit/tokenizer-inflate#readme",
  "keywords": [
    "zip",
    "unzip",
    "decompress",
    "inflate",
    "strtok3",
    "tokenizer",
    "stream",
    "S3"
  ],
  "license": "MIT",
  "name": "@tokenizer/inflate",
  "packageManager": "yarn@4.3.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/tokenizer-inflate.git"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map'",
    "compile": "yarn run compile-src && yarn run compile-test",
    "compile-src": "tsc -p lib",
    "compile-test": "tsc -p test",
    "eslint": "eslint lib test",
    "fix": "yarn run biome lint --write",
    "lint-md": "remark -u preset-lint-recommended .",
    "lint-ts": "biome check",
    "start": "yarn run compile && yarn run lint && yarn run cover-test",
    "test": "mocha"
  },
  "type": "module",
  "version": "0.2.7"
}
