{
  "_args": [
    [
      "react-native-fetch-api@3.0.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "react-native-fetch-api@3.0.0",
  "_id": "react-native-fetch-api@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-g2rtqPjdroaboDKTsJCTlcmtw54E25OjyaunUP0anOZn4Fuo2IKs8BVfe02zVggA/UysbmfSnRJIqtNkAgggNA==",
  "_location": "/react-native-fetch-api",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-native-fetch-api@3.0.0",
    "name": "react-native-fetch-api",
    "escapedName": "react-native-fetch-api",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/react-native-fetch-api/-/react-native-fetch-api-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "André Costa Lima",
    "email": "andreclima.pt@gmail.com",
    "url": "https://github.com/acostalima/"
  },
  "bugs": {
    "url": "https://github.com/react-native-community/fetch/issues"
  },
  "dependencies": {
    "p-defer": "^3.0.0"
  },
  "description": "A fetch API polyfill for React Native with text streaming support.",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/eslint-parser": "^7.12.1",
    "@babel/eslint-plugin": "^7.12.1",
    "@babel/plugin-syntax-class-properties": "^7.12.1",
    "@babel/preset-flow": "^7.12.1",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "conventional-github-releaser": "^3.1.5",
    "delay": "^4.4.0",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "execa": "^5.0.0",
    "flow-bin": "^0.136.0",
    "husky": "^4.3.7",
    "lint-staged": "^10.5.3",
    "querystring": "^0.2.0",
    "react-native-polyfill-globals": "^2.0.0",
    "react-native-test-runner": "^5.0.0",
    "react-native-url-polyfill": "^1.2.0",
    "standard-version": "^9.1.0",
    "text-encoding": "^0.7.0",
    "web-streams-polyfill": "^3.0.1",
    "zora": "^4.0.2"
  },
  "files": [
    "src",
    "fetch.js",
    "fetch.js.flow"
  ],
  "homepage": "https://github.com/react-native-community/fetch#readme",
  "keywords": [
    "react-native",
    "fetch",
    "stream"
  ],
  "license": "MIT",
  "main": "fetch.js",
  "name": "react-native-fetch-api",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-community/fetch.git"
  },
  "scripts": {
    "flow": "flow",
    "lint": "eslint --cache --ignore-path .gitignore .",
    "postrelease": "git push --follow-tags origin HEAD && conventional-github-releaser -p angular",
    "release": "standard-version",
    "test:android": "./run-tests.js --platform android test/index.js",
    "test:ios": "./run-tests.js --platform ios test/index.js"
  },
  "version": "3.0.0"
}
