{
  "name": "@loaders.gl/polyfills",
  "version": "4.4.1",
  "description": "Polyfills for TextEncoder/TextDecoder",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/loaders.gl"
  },
  "keywords": [
    "webgl",
    "loader",
    "polyfill",
    "TextEncoder",
    "TextDecoder"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "browser": {
    "./dist/index.js": "./dist/index.browser.js",
    "./dist/load-library/require-utils.node.js": false,
    "./src/index.ts": "./src/index.browser.ts",
    "./src/load-library/require-utils.node.ts": false,
    "fs": false,
    "path": false
  },
  "scripts": {
    "pre-build": "npm run build-bundle && npm run build-bundle-dev",
    "build-bundle": "# ocular-bundle ./bundle.ts --output=dist/dist.min.js",
    "build-bundle-dev": "# ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js"
  },
  "dependencies": {
    "@loaders.gl/crypto": "4.4.1",
    "@loaders.gl/loader-utils": "4.4.1",
    "buffer": "^6.0.3",
    "get-pixels": "^3.3.3",
    "ndarray": "^1.0.19",
    "save-pixels": "^2.3.6",
    "stream-to-async-iterator": "^1.0.0",
    "through": "^2.3.8",
    "web-streams-polyfill": "^4.0.0"
  },
  "peerDependencies": {
    "@loaders.gl/core": "~4.4.0"
  },
  "gitHead": "18d4fdf37667eaf6ec832473a8ae89907e391992"
}
