{
  "_from": "strtok3@^10.2.0",
  "_id": "strtok3@10.3.4",
  "_inBundle": false,
  "_integrity": "sha512-KIy5nylvC5le1OdaaoCJ07L+8iQzJHGH6pWDuzS+d07Cu7n1MZ2x26P8ZKIWfbK02+XIL8Mp4RkWeqdUCrDMfg==",
  "_location": "/strtok3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strtok3@^10.2.0",
    "name": "strtok3",
    "escapedName": "strtok3",
    "rawSpec": "^10.2.0",
    "saveSpec": null,
    "fetchSpec": "^10.2.0"
  },
  "_requiredBy": [
    "/file-type"
  ],
  "_resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.4.tgz",
  "_shasum": "793ebd0d59df276a085586134b73a406e60be9c1",
  "_spec": "strtok3@^10.2.0",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/file-type",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "bugs": {
    "url": "https://github.com/Borewit/strtok3/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@tokenizer/token": "^0.3.0"
  },
  "deprecated": false,
  "description": "A promise based streaming tokenizer",
  "devDependencies": {
    "@biomejs/biome": "2.1.2",
    "@types/chai": "^5.2.2",
    "@types/chai-as-promised": "^8.0.2",
    "@types/debug": "^4.1.12",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.1.0",
    "c8": "^10.1.3",
    "chai": "^5.2.1",
    "chai-as-promised": "^8.0.1",
    "del-cli": "^6.0.0",
    "mocha": "^11.7.1",
    "node-readable-to-web-readable-stream": "^0.4.2",
    "remark-cli": "^12.0.1",
    "remark-preset-lint-recommended": "^7.0.1",
    "token-types": "^6.0.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "uint8array-extras": "^1.4.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "node": "./lib/index.js",
      "default": "./lib/core.js"
    },
    "./core": "./lib/core.js"
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Borewit"
  },
  "homepage": "https://github.com/Borewit/strtok3#readme",
  "keywords": [
    "tokenizer",
    "reader",
    "token",
    "async",
    "promise",
    "parser",
    "decoder",
    "binary",
    "endian",
    "uint",
    "stream",
    "streaming"
  ],
  "license": "MIT",
  "name": "strtok3",
  "packageManager": "yarn@4.9.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/strtok3.git"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "bun:test": "bun run --bun test",
    "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  --sourceMap false",
    "compile-test": "tsc -p test",
    "eslint": "eslint lib test",
    "fix": "yarn run biome lint --write",
    "lint": "yarn run lint:md && yarn run lint:ts",
    "lint:md": "remark -u preset-lint-recommended .",
    "lint:ts": "biome check",
    "prepublishOnly": "yarn run build",
    "send-codacy": "c8 report --reporter=text-lcov | codacy-coverage",
    "start": "yarn run compile && yarn run lint && yarn run cover-test",
    "test": "mocha",
    "test-coverage": "c8 yarn run test",
    "update-biome": "yarn add -D --exact @biomejs/biome && npx @biomejs/biome migrate --write"
  },
  "type": "module",
  "types": "lib/index.d.ts",
  "version": "10.3.4"
}
