{
  "_args": [
    [
      "resolve-alpn@1.0.0",
      "/Users/kalyan/Downloads/aadoauth"
    ]
  ],
  "_from": "resolve-alpn@1.0.0",
  "_id": "resolve-alpn@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-rTuiIEqFmGxne4IovivKSDzld2lWW9QCjqv80SYjPgf+gS35eaCAjaP54CCwGAwBtnCsvNLYtqxe1Nw+i6JEmA==",
  "_location": "/resolve-alpn",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "resolve-alpn@1.0.0",
    "name": "resolve-alpn",
    "escapedName": "resolve-alpn",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/http2-wrapper"
  ],
  "_resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/kalyan/Downloads/aadoauth",
  "author": {
    "name": "Szymon Marczak"
  },
  "bugs": {
    "url": "https://github.com/szmarczak/resolve-alpn/issues"
  },
  "description": "Detects the ALPN protocol",
  "devDependencies": {
    "ava": "^1.0.1",
    "coveralls": "^3.0.2",
    "nyc": "^13.1.0",
    "pem": "^1.13.2",
    "xo": "^0.23.0"
  },
  "homepage": "https://github.com/szmarczak/resolve-alpn#readme",
  "keywords": [
    "alpn",
    "http2"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "resolve-alpn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szmarczak/resolve-alpn.git"
  },
  "scripts": {
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc ava"
  },
  "version": "1.0.0"
}
