{
  "_from": "http2-wrapper@^2.1.10",
  "_id": "http2-wrapper@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
  "_location": "/http2-wrapper",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "http2-wrapper@^2.1.10",
    "name": "http2-wrapper",
    "escapedName": "http2-wrapper",
    "rawSpec": "^2.1.10",
    "saveSpec": null,
    "fetchSpec": "^2.1.10"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
  "_shasum": "310968153dcdedb160d8b72114363ef5fce1f64a",
  "_spec": "http2-wrapper@^2.1.10",
  "_where": "/home/nasijstore/api.nasijstore.com/node_modules/got",
  "author": {
    "name": "Szymon Marczak"
  },
  "ava": {
    "timeout": "10s"
  },
  "bugs": {
    "url": "https://github.com/szmarczak/http2-wrapper/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "quick-lru": "^5.1.1",
    "resolve-alpn": "^1.2.0"
  },
  "deprecated": false,
  "description": "HTTP2 client, just with the familiar `https` API",
  "devDependencies": {
    "@sindresorhus/is": "^4.0.1",
    "ava": "^3.15.0",
    "benchmark": "^2.1.4",
    "get-stream": "^6.0.1",
    "got": "^11.8.2",
    "http2-proxy": "^5.0.53",
    "https-proxy-agent": "^5.0.0",
    "lolex": "^6.0.0",
    "many-keys-map": "^1.0.3",
    "nyc": "^15.1.0",
    "p-event": "^4.2.0",
    "tempy": "^1.0.1",
    "to-readable-stream": "^2.1.0",
    "tsd": "^0.17.0",
    "websocket-stream": "^5.5.2",
    "ws": "^7.5.3",
    "xo": "0.39.1"
  },
  "engines": {
    "node": ">=10.19.0"
  },
  "files": [
    "source",
    "index.d.ts"
  ],
  "homepage": "https://github.com/szmarczak/http2-wrapper#readme",
  "keywords": [
    "http2",
    "https",
    "http",
    "request"
  ],
  "license": "MIT",
  "main": "source",
  "name": "http2-wrapper",
  "nyc": {
    "include": [
      "source"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szmarczak/http2-wrapper.git"
  },
  "scripts": {
    "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava && tsd"
  },
  "types": "index.d.ts",
  "version": "2.2.1",
  "xo": {
    "rules": {
      "unicorn/no-for-loop": "off",
      "unicorn/prefer-module": "off",
      "comma-dangle": "off",
      "@typescript-eslint/comma-dangle": "off",
      "quotes": [
        "error",
        "single",
        {
          "avoidEscape": true,
          "allowTemplateLiterals": true
        }
      ],
      "operator-linebreak": [
        "error",
        "before"
      ]
    }
  }
}
