{
  "_args": [
    [
      "electron-fetch@1.9.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "electron-fetch@1.9.1",
  "_id": "electron-fetch@1.9.1",
  "_inBundle": false,
  "_integrity": "sha512-M9qw6oUILGVrcENMSRRefE1MbHPIz0h79EKIeJWK9v563aT9Qkh8aEHPO1H5vi970wPirNY+jO9OpFoLiMsMGA==",
  "_location": "/electron-fetch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "electron-fetch@1.9.1",
    "name": "electron-fetch",
    "escapedName": "electron-fetch",
    "rawSpec": "1.9.1",
    "saveSpec": null,
    "fetchSpec": "1.9.1"
  },
  "_requiredBy": [
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/electron-fetch/-/electron-fetch-1.9.1.tgz",
  "_spec": "1.9.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Mehdi Kouhen"
  },
  "bugs": {
    "url": "https://github.com/arantes555/electron-fetch/issues"
  },
  "dependencies": {
    "encoding": "^0.1.13"
  },
  "description": "A light-weight module that brings window.fetch to electron's background process",
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.3",
    "@babel/register": "^7.18.9",
    "abortcontroller-polyfill": "^1.7.3",
    "babel-eslint": "^10.1.0",
    "babel-plugin-istanbul": "^6.1.1",
    "basic-auth-parser": "0.0.2",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "codecov": "^3.8.3",
    "cross-env": "^7.0.3",
    "electron": "^21.0.0",
    "electron-mocha": "^11.0.2",
    "form-data": "^4.0.0",
    "is-builtin-module": "^3.2.0",
    "istanbul-api": "^3.0.0",
    "istanbul-lib-coverage": "^3.2.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "parted": "^0.1.1",
    "promise": "^8.2.0",
    "proxy": "^1.0.2",
    "resumer": "0.0.0",
    "rollup": "^2.79.1",
    "rollup-plugin-babel": "^4.4.0",
    "standard": "^17.0.0",
    "stoppable": "^1.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4",
    "whatwg-url": "^11.0.0",
    "xvfb-maybe": "^0.2.1"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib/index.js",
    "lib/index.es.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/arantes555/electron-fetch",
  "keywords": [
    "fetch",
    "http",
    "promise",
    "electron"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.es.js",
  "name": "electron-fetch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arantes555/electron-fetch.git"
  },
  "scripts": {
    "build": "cross-env BABEL_ENV=rollup rollup -c",
    "coverage": "xvfb-maybe cross-env BABEL_ENV=coverage electron-mocha --require @babel/register test/test.js --reporter test/coverage-reporter.js",
    "lint": "standard",
    "prepublishOnly": "npm run build",
    "pretest:typings": "npm run build",
    "report": "npm run coverage && codecov -f coverage/coverage-final.json",
    "test": "npm run test:electron && npm run test:node && npm run test:typings && standard",
    "test:electron": "xvfb-maybe cross-env BABEL_ENV=test electron-mocha --require @babel/register test/test.js",
    "test:node": "cross-env BABEL_ENV=test mocha --require @babel/register test/test.js",
    "test:typings": "ts-node test/test-typescript.ts"
  },
  "types": "index.d.ts",
  "version": "1.9.1"
}
