{
  "_args": [
    [
      "@web-std/blob@3.0.5",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@web-std/blob@3.0.5",
  "_id": "@web-std/blob@3.0.5",
  "_inBundle": false,
  "_integrity": "sha512-Lm03qr0eT3PoLBuhkvFBLf0EFkAsNz/G/AYCzpOdi483aFaVX86b4iQs0OHhzHJfN5C15q17UtDbyABjlzM96A==",
  "_location": "/@web-std/blob",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@web-std/blob@3.0.5",
    "name": "@web-std/blob",
    "escapedName": "@web-std%2fblob",
    "scope": "@web-std",
    "rawSpec": "3.0.5",
    "saveSpec": null,
    "fetchSpec": "3.0.5"
  },
  "_requiredBy": [
    "/@web-std/fetch",
    "/@web-std/file",
    "/ipfs-car",
    "/nft.storage"
  ],
  "_resolved": "https://registry.npmjs.org/@web-std/blob/-/blob-3.0.5.tgz",
  "_spec": "3.0.5",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Irakli Gozalishvili",
    "email": "dev@gozala.io",
    "url": "https://gozala.io"
  },
  "bugs": {
    "url": "https://github.com/web-std/io/issues"
  },
  "dependencies": {
    "@web-std/stream": "1.0.0",
    "web-encoding": "1.1.5"
  },
  "description": "Web API compatible Blob implementation",
  "devDependencies": {
    "@types/node": "15.0.2",
    "@web-std/fetch": "^3.0.0",
    "git-validate": "2.2.4",
    "husky": "^6.0.0",
    "lint-staged": "^11.0.0",
    "playwright-test": "^7.2.0",
    "prettier": "^2.3.0",
    "rimraf": "3.0.2",
    "rollup": "2.47.0",
    "rollup-plugin-multi-input": "1.2.0",
    "typescript": "^4.4.4",
    "uvu": "0.5.2"
  },
  "exports": {
    ".": {
      "types": "./dist/src/lib.d.ts",
      "browser": "./src/lib.js",
      "require": "./dist/src/lib.node.cjs",
      "import": "./src/lib.node.js"
    }
  },
  "files": [
    "src",
    "dist/src",
    "License.md",
    "Readme.md"
  ],
  "homepage": "https://github.com/web-std/io#readme",
  "keywords": [
    "blob",
    "typed"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --no-semi --write",
      "git add"
    ]
  },
  "main": "./dist/src/lib.node.cjs",
  "module": "./src/lib.js",
  "name": "@web-std/blob",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-std/io.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:types",
    "build:cjs": "rollup --config rollup.config.js",
    "build:types": "tsc --build",
    "check": "tsc --build",
    "precommit": "lint-staged",
    "prepare": "npm run build",
    "test": "npm run test:es && npm run test:web && npm run test:cjs",
    "test:cjs": "rimraf dist && npm run build && node dist/test/all.spec.cjs",
    "test:es": "uvu test all.spec.js",
    "test:web": "playwright-test -r uvu test/web.spec.js"
  },
  "type": "module",
  "types": "./dist/src/lib.d.ts",
  "version": "3.0.5"
}
