{
  "_from": "@borewit/text-codec@^0.2.1",
  "_id": "@borewit/text-codec@0.2.1",
  "_inBundle": false,
  "_integrity": "sha512-k7vvKPbf7J2fZ5klGRD9AeKfUvojuZIQ3BT5u7Jfv+puwXkUBUT5PVyMDfJZpy30CBDXGMgw7fguK/lpOMBvgw==",
  "_location": "/@borewit/text-codec",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@borewit/text-codec@^0.2.1",
    "name": "@borewit/text-codec",
    "escapedName": "@borewit%2ftext-codec",
    "scope": "@borewit",
    "rawSpec": "^0.2.1",
    "saveSpec": null,
    "fetchSpec": "^0.2.1"
  },
  "_requiredBy": [
    "/token-types"
  ],
  "_resolved": "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.1.tgz",
  "_shasum": "5d171538907a8cb395fdc2eb5e8f7947d96c7f2f",
  "_spec": "@borewit/text-codec@^0.2.1",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/token-types",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "bugs": {
    "url": "https://github.com/Borewit/text-codec/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Text Decoder",
  "devDependencies": {
    "@biomejs/biome": "2.3.10",
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.10",
    "chai": "^5.2.1",
    "mocha": "^11.7.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "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/text-codec#readme",
  "keywords": [
    "TextDecoder",
    "TextEncoder",
    "decoder",
    "decoding",
    "encod",
    "encoding",
    "decode",
    "text",
    "ascii",
    "utf-8",
    "utf8",
    "utf-16le",
    "latin1",
    "iso-8859-1",
    "windows-1252",
    "charset",
    "encoding",
    "decoding",
    "polyfill",
    "character-set",
    "latin",
    "hermes",
    "react"
  ],
  "license": "MIT",
  "name": "@borewit/text-codec",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/text-codec.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": "biome check",
    "prepublishOnly": "npm run build",
    "test": "mocha",
    "update-biome": "npm install --save-dev --save-exact @biomejs/biome@latest && npx @biomejs/biome migrate --write"
  },
  "type": "module",
  "types": "lib/index.d.ts",
  "version": "0.2.1"
}
