{
  "_args": [
    [
      "fetch-blob@2.1.2",
      "C:\\dev\\git\\react-native-vc-js"
    ]
  ],
  "_from": "fetch-blob@2.1.2",
  "_id": "fetch-blob@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==",
  "_location": "/fetch-blob",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fetch-blob@2.1.2",
    "name": "fetch-blob",
    "escapedName": "fetch-blob",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/node-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "C:\\dev\\git\\react-native-vc-js",
  "author": {
    "name": "David Frank"
  },
  "bugs": {
    "url": "https://github.com/node-fetch/fetch-blob/issues"
  },
  "description": "A Blob implementation in Node.js, originally from node-fetch.",
  "devDependencies": {
    "ava": "^3.15.0",
    "c8": "^7.7.1",
    "codecov": "^3.8.1",
    "domexception": "^2.0.1",
    "get-stream": "^6.0.1",
    "node-fetch": "^2.6.1",
    "typescript": "^4.2.4",
    "xo": "^0.38.2"
  },
  "engines": {
    "node": "^10.17.0 || >=12.3.0"
  },
  "files": [
    "from.js",
    "index.js",
    "index.d.ts",
    "from.d.ts"
  ],
  "homepage": "https://github.com/node-fetch/fetch-blob#readme",
  "keywords": [
    "blob",
    "node-fetch"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fetch-blob",
  "peerDependenciesMeta": {
    "domexception": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-fetch/fetch-blob.git"
  },
  "scripts": {
    "coverage": "c8 --reporter json --reporter text ava && codecov -f coverage/coverage-final.json",
    "lint": "xo",
    "prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js",
    "report": "c8 --reporter json --reporter text ava",
    "test": "xo && ava"
  },
  "version": "2.1.2",
  "xo": {
    "rules": {
      "unicorn/import-index": "off",
      "import/extensions": [
        "error",
        "always",
        {
          "ignorePackages": true
        }
      ]
    },
    "overrides": [
      {
        "files": "test.js",
        "rules": {
          "node/no-unsupported-features/es-syntax": 0,
          "node/no-unsupported-features/node-builtins": 0
        }
      }
    ]
  }
}
