{
  "_args": [
    [
      "fast-text-encoding@1.0.4",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "fast-text-encoding@1.0.4",
  "_id": "fast-text-encoding@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-x6lDDm/tBAzX9kmsPcZsNbvDs3Zey3+scsxaZElS8xWLgUMAg/oFLeewfUz0mu1CblHhhsu15jGkraldkFh8KQ==",
  "_location": "/fast-text-encoding",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fast-text-encoding@1.0.4",
    "name": "fast-text-encoding",
    "escapedName": "fast-text-encoding",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/google-auth-library"
  ],
  "_resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Sam Thorogood",
    "email": "sam.thorogood@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/samthor/fast-text-encoding/issues"
  },
  "description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8",
  "devDependencies": {
    "google-closure-compiler": "^20220601.0.0"
  },
  "homepage": "https://github.com/samthor/fast-text-encoding#readme",
  "license": "Apache-2.0",
  "main": "text.min.js",
  "name": "fast-text-encoding",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samthor/fast-text-encoding.git"
  },
  "scripts": {
    "compile": "./compile.sh",
    "test": "node --test ./test.mjs"
  },
  "version": "1.0.4"
}
