{
  "_from": "b4a@^1.6.4",
  "_id": "b4a@1.8.1",
  "_inBundle": false,
  "_integrity": "sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==",
  "_location": "/b4a",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "b4a@^1.6.4",
    "name": "b4a",
    "escapedName": "b4a",
    "rawSpec": "^1.6.4",
    "saveSpec": null,
    "fetchSpec": "^1.6.4"
  },
  "_requiredBy": [
    "/tar-stream",
    "/text-decoder"
  ],
  "_resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.1.tgz",
  "_shasum": "7f16334ca80127aeb26064a28841acbf174840a4",
  "_spec": "b4a@^1.6.4",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/tar-stream",
  "author": {
    "name": "Holepunch"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/b4a/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Bridging the gap between buffers and typed arrays",
  "devDependencies": {
    "brittle": "^3.5.2",
    "lunte": "^1.7.0",
    "nanobench": "^3.0.0",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0"
  },
  "exports": {
    "./package": "./package.json",
    ".": {
      "react-native": "./react-native.js",
      "browser": "./browser.js",
      "default": "./index.js"
    }
  },
  "files": [
    "browser.js",
    "index.js",
    "react-native.js",
    "lib"
  ],
  "homepage": "https://github.com/holepunchto/b4a#readme",
  "license": "Apache-2.0",
  "name": "b4a",
  "peerDependencies": {
    "react-native-b4a": "*"
  },
  "peerDependenciesMeta": {
    "react-native-b4a": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/b4a.git"
  },
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "npm run test:bare && npm run test:node",
    "test:bare": "brittle-bare --coverage test.mjs",
    "test:node": "brittle-node --coverage test.mjs"
  },
  "version": "1.8.1"
}
