{
  "_from": "text-decoder@^1.1.0",
  "_id": "text-decoder@1.2.3",
  "_inBundle": false,
  "_integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
  "_location": "/text-decoder",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "text-decoder@^1.1.0",
    "name": "text-decoder",
    "escapedName": "text-decoder",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/streamx"
  ],
  "_resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
  "_shasum": "b19da364d981b2326d5f43099c310cc80d770c65",
  "_spec": "text-decoder@^1.1.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\streamx",
  "author": {
    "name": "Holepunch"
  },
  "browser": {
    "./lib/pass-through-decoder.js": "./lib/browser-decoder.js",
    "./lib/utf8-decoder.js": "./lib/browser-decoder.js"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/text-decoder/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "b4a": "^1.6.4"
  },
  "deprecated": false,
  "description": "Streaming text decoder that preserves multibyte Unicode characters",
  "devDependencies": {
    "brittle": "^3.3.2",
    "standard": "^17.0.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/holepunchto/text-decoder#readme",
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "text-decoder",
  "react-native": {
    "./lib/pass-through-decoder.js": "./lib/pass-through-decoder.js",
    "./lib/utf8-decoder.js": "./lib/utf8-decoder.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/text-decoder.git"
  },
  "scripts": {
    "test": "standard && brittle test.js"
  },
  "version": "1.2.3"
}
