{
  "_args": [
    [
      "ky@0.25.1",
      "C:\\dev\\git\\react-native-vc-js"
    ]
  ],
  "_from": "ky@0.25.1",
  "_id": "ky@0.25.1",
  "_inBundle": false,
  "_integrity": "sha512-PjpCEWlIU7VpiMVrTwssahkYXX1by6NCT0fhTUX34F3DTinARlgMpriuroolugFPcMgpPWrOW4mTb984Qm1RXA==",
  "_location": "/ky",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ky@0.25.1",
    "name": "ky",
    "escapedName": "ky",
    "rawSpec": "0.25.1",
    "saveSpec": null,
    "fetchSpec": "0.25.1"
  },
  "_requiredBy": [
    "/@digitalbazaar/http-client"
  ],
  "_resolved": "https://registry.npmjs.org/ky/-/ky-0.25.1.tgz",
  "_spec": "0.25.1",
  "_where": "C:\\dev\\git\\react-native-vc-js",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "require": [
      "esm",
      "./test/_require"
    ]
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ky/issues"
  },
  "description": "Tiny and elegant HTTP client based on the browser Fetch API",
  "devDependencies": {
    "abort-controller": "^3.0.0",
    "ava": "^3.2.0",
    "body": "^5.1.0",
    "busboy": "^0.3.1",
    "create-test-server": "2.1.1",
    "delay": "^4.1.0",
    "esm": "^3.2.22",
    "form-data": "^3.0.0",
    "node-fetch": "^2.5.0",
    "nyc": "^15.0.0",
    "puppeteer": "^5.1.0",
    "rollup": "^2.10.2",
    "tsd": "^0.13.1",
    "xo": "^0.25.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "umd.js",
    "umd.d.ts"
  ],
  "funding": "https://github.com/sindresorhus/ky?sponsor=1",
  "homepage": "https://github.com/sindresorhus/ky#readme",
  "keywords": [
    "fetch",
    "request",
    "requests",
    "http",
    "https",
    "fetching",
    "get",
    "url",
    "curl",
    "wget",
    "net",
    "network",
    "ajax",
    "api",
    "rest",
    "xhr",
    "browser",
    "got",
    "axios",
    "node-fetch"
  ],
  "license": "MIT",
  "name": "ky",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ky.git"
  },
  "scripts": {
    "build": "rollup index.js --format=umd --name=ky --file=umd.js",
    "prepare": "npm run build",
    "test": "xo && npm run build && nyc ava && tsd"
  },
  "sideEffects": false,
  "tsd": {
    "compilerOptions": {
      "lib": [
        "es2018",
        "dom"
      ]
    }
  },
  "version": "0.25.1",
  "xo": {
    "envs": [
      "browser"
    ],
    "globals": [
      "globalThis"
    ]
  }
}
