{
  "_args": [
    [
      "unfetch@4.1.0",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "unfetch@4.1.0",
  "_id": "unfetch@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg==",
  "_location": "/unfetch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "unfetch@4.1.0",
    "name": "unfetch",
    "escapedName": "unfetch",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/@nuxt/vue-app"
  ],
  "_resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "authors": [
    "Jason Miller <jason@developit.ca>"
  ],
  "bugs": {
    "url": "https://github.com/developit/unfetch/issues"
  },
  "description": "Bare minimum fetch polyfill in 500 bytes",
  "devDependencies": {
    "babel-preset-env": "^1.7.0",
    "cross-var": "^1.1.0",
    "eslint": "^3.13.1",
    "eslint-config-developit": "^1.1.1",
    "jest": "^23.6.0",
    "microbundle": "^0.10.1"
  },
  "eslintConfig": {
    "extends": "developit"
  },
  "files": [
    "src",
    "dist",
    "polyfill"
  ],
  "homepage": "https://github.com/developit/unfetch",
  "jest": {
    "testURL": "http://localhost/",
    "testMatch": [
      "<rootDir>/test/**/*.?(m)js?(x)"
    ],
    "moduleFileExtensions": [
      "mjs",
      "js"
    ],
    "transform": {
      "^.+\\.m?jsx?$": "babel-jest"
    }
  },
  "jsnext:main": "dist/unfetch.mjs",
  "keywords": [
    "fetch",
    "polyfill",
    "xhr",
    "ajax"
  ],
  "license": "MIT",
  "main": "dist/unfetch.js",
  "module": "dist/unfetch.mjs",
  "name": "unfetch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/developit/unfetch.git"
  },
  "scripts": {
    "build": "microbundle src/index.mjs && microbundle -f cjs polyfill/polyfill.mjs -o polyfill/index.js --no-sourcemap && cp dist/unfetch.mjs dist/unfetch.es.js",
    "prepare": "npm run -s build",
    "release": "cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish",
    "test": "eslint src test && jest"
  },
  "types": "src/index.d.ts",
  "umd:main": "dist/unfetch.umd.js",
  "unpkg": "polyfill/index.js",
  "version": "4.1.0"
}
