{
  "_from": "token-types@^6.0.0",
  "_id": "token-types@6.1.2",
  "_inBundle": false,
  "_integrity": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==",
  "_location": "/token-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "token-types@^6.0.0",
    "name": "token-types",
    "escapedName": "token-types",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/@tokenizer/inflate",
    "/file-type"
  ],
  "_resolved": "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz",
  "_shasum": "18d0fd59b996d421f9f83914d6101c201bd08129",
  "_spec": "token-types@^6.0.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/token-types/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@borewit/text-codec": "^0.2.1",
    "@tokenizer/token": "^0.3.0",
    "ieee754": "^1.2.1"
  },
  "deprecated": false,
  "description": "Common token types for decoding and encoding numeric and string values",
  "devDependencies": {
    "@biomejs/biome": "2.3.10",
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.0.3",
    "c8": "^10.1.3",
    "chai": "^6.2.2",
    "del-cli": "^6.0.0",
    "mocha": "^11.7.5",
    "remark-cli": "^12.0.1",
    "remark-preset-lint-recommended": "^7.0.0",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=14.16"
  },
  "exports": "./lib/index.js",
  "files": [
    "lib/index.js",
    "lib/index.d.ts"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Borewit"
  },
  "homepage": "https://github.com/Borewit/token-types#readme",
  "keywords": [
    "token",
    "integer",
    "unsigned",
    "numeric",
    "float",
    "IEEE",
    "754",
    "strtok3"
  ],
  "license": "MIT",
  "name": "token-types",
  "packageManager": "yarn@4.9.2",
  "remarkConfig": {
    "plugins": [
      "preset-lint-recommended"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/token-types.git"
  },
  "scripts": {
    "build": "npm run compile",
    "clean": "del-cli 'lib/**/*.js' 'lib/***.js.map' 'test/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map'",
    "compile": "npm run compile-src && npm run compile-test",
    "compile-src": "tsc --p lib --sourceMap false",
    "compile-test": "tsc --p test",
    "lint": "npm run lint:md && npm run lint:ts",
    "lint:md": "remark -u preset-lint-recommended .",
    "lint:ts": "biome check",
    "send-codacy": "c8 report --reports-dir=./.coverage --reporter=text-lcov | codacy-coverage",
    "test": "mocha",
    "test-coverage": "c8 npm run test",
    "update-biome": "yarn add -D --exact @biomejs/biome && npx @biomejs/biome migrate --write"
  },
  "type": "module",
  "types": "lib/index.d.ts",
  "version": "6.1.2"
}
