{
  "_args": [
    [
      "@digitalbazaar/http-client@1.2.0",
      "C:\\dev\\git\\react-native-vc-js"
    ]
  ],
  "_from": "@digitalbazaar/http-client@1.2.0",
  "_id": "@digitalbazaar/http-client@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-W9KQQ5pUJcaR0I4c2HPJC0a7kRbZApIorZgPnEDwMBgj16iQzutGLrCXYaZOmxqVLVNqqlQ4aUJh+HBQZy4W6Q==",
  "_location": "/@digitalbazaar/http-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@digitalbazaar/http-client@1.2.0",
    "name": "@digitalbazaar/http-client",
    "escapedName": "@digitalbazaar%2fhttp-client",
    "scope": "@digitalbazaar",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/jsonld"
  ],
  "_resolved": "https://registry.npmjs.org/@digitalbazaar/http-client/-/http-client-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "C:\\dev\\git\\react-native-vc-js",
  "author": {
    "name": "Digital Bazaar, Inc.",
    "email": "support@digitalbazaar.com",
    "url": "https://digitalbazaar.com/"
  },
  "bugs": {
    "url": "https://github.com/digitalbazaar/http-client/issues"
  },
  "dependencies": {
    "esm": "^3.2.22",
    "ky": "^0.25.1",
    "ky-universal": "^0.8.2"
  },
  "description": "An opinionated, isomorphic HTTP client.",
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-transform-modules-commonjs": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/runtime": "^7.10.2",
    "chai": "^4.2.0",
    "cross-env": "^7.0.2",
    "detect-node": "^2.0.4",
    "eslint": "^7.2.0",
    "eslint-config-digitalbazaar": "^2.5.0",
    "karma": "^6.3.4",
    "karma-babel-preprocessor": "^8.0.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^5.0.0",
    "mocha": "^8.3.2",
    "nyc": "^15.1.0",
    "webpack": "^5.41.1"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "index.js",
    "main.js"
  ],
  "homepage": "https://github.com/digitalbazaar/http-client",
  "keywords": [
    "http",
    "isomorphic",
    "http client"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "module": "main.js",
  "name": "@digitalbazaar/http-client",
  "nyc": {
    "exclude": [
      "tests"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digitalbazaar/http-client.git"
  },
  "scripts": {
    "coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm run test-node",
    "coverage-ci": "cross-env NODE_ENV=test nyc --reporter=lcovonly npm run test-node",
    "coverage-report": "nyc report",
    "lint": "eslint .",
    "test": "npm run test-node",
    "test-karma": "karma start karma.conf.js",
    "test-node": "cross-env NODE_ENV=test mocha -r esm --preserve-symlinks -t 30000 -A -R ${REPORTER:-spec} --require tests/test-mocha.js tests/*.spec.js",
    "test-watch": "cross-env NODE_ENV=test mocha -r esm --watch --preserve-symlinks -t 30000 -A -R ${REPORTER:-spec} --require tests/test-mocha.js tests/*.spec.js"
  },
  "version": "1.2.0"
}
