{
  "_from": "@tokenizer/inflate@0.4.1",
  "_id": "@tokenizer/inflate@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==",
  "_location": "/@tokenizer/inflate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tokenizer/inflate@0.4.1",
    "name": "@tokenizer/inflate",
    "escapedName": "@tokenizer%2finflate",
    "scope": "@tokenizer",
    "rawSpec": "0.4.1",
    "saveSpec": null,
    "fetchSpec": "0.4.1"
  },
  "_requiredBy": [
    "/file-type"
  ],
  "_resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz",
  "_shasum": "fa6cdb8366151b3cc8426bf9755c1ea03a2fba08",
  "_spec": "@tokenizer/inflate@0.4.1",
  "_where": "/home/nasijstore/api.nasijstore.com/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.3",
    "token-types": "^6.1.1"
  },
  "deprecated": false,
  "description": "Tokenized zip support",
  "devDependencies": {
    "@aws-sdk/client-s3": "^3.934.0",
    "@biomejs/biome": "2.3.6",
    "@tokenizer/s3": "^1.0.1",
    "@types/chai": "^5.2.3",
    "@types/debug": "^4",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.10.1",
    "chai": "^6.2.1",
    "del-cli": "^7.0.0",
    "file-type": "^21.1.0",
    "mocha": "^11.7.5",
    "strtok3": "^10.3.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.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.9.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",
    "prepublishOnly": "yarn run build",
    "start": "yarn run compile && yarn run lint && yarn run cover-test",
    "test": "mocha",
    "update-biome": "yarn add -D --exact @biomejs/biome && npx @biomejs/biome migrate --write"
  },
  "type": "module",
  "version": "0.4.1"
}
