{
  "_args": [
    [
      {
        "raw": "http2@^3.3.4",
        "scope": null,
        "escapedName": "http2",
        "name": "http2",
        "rawSpec": "^3.3.4",
        "spec": ">=3.3.4 <4.0.0",
        "type": "range"
      },
      "/Users/tsnorri/bower_components/bootstrap/node_modules/grunt-contrib-connect"
    ]
  ],
  "_from": "http2@>=3.3.4 <4.0.0",
  "_id": "http2@3.3.6",
  "_inCache": true,
  "_location": "/http2",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/http2-3.3.6.tgz_1474040963665_0.7532585200387985"
  },
  "_npmUser": {
    "name": "todesschaf",
    "email": "hurley@todesschaf.org"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "http2@^3.3.4",
    "scope": null,
    "escapedName": "http2",
    "name": "http2",
    "rawSpec": "^3.3.4",
    "spec": ">=3.3.4 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/grunt-contrib-connect"
  ],
  "_resolved": "https://registry.npmjs.org/http2/-/http2-3.3.6.tgz",
  "_shasum": "7df06227e02b5b5a5841deea08239b3198d04bec",
  "_shrinkwrap": null,
  "_spec": "http2@^3.3.4",
  "_where": "/Users/tsnorri/bower_components/bootstrap/node_modules/grunt-contrib-connect",
  "author": {
    "name": "Gábor Molnár",
    "email": "gabor@molnar.es",
    "url": "http://gabor.molnar.es"
  },
  "bugs": {
    "url": "https://github.com/molnarg/node-http2/issues"
  },
  "contributors": [
    {
      "name": "Nick Hurley"
    },
    {
      "name": "Mike Belshe"
    },
    {
      "name": "Yoshihiro Iwanaga"
    },
    {
      "name": "Igor Novikov"
    },
    {
      "name": "James Willcox"
    },
    {
      "name": "David Björklund"
    },
    {
      "name": "Patrick McManus"
    }
  ],
  "dependencies": {},
  "description": "An HTTP/2 client and server implementation",
  "devDependencies": {
    "bunyan": "*",
    "chai": "*",
    "docco": "*",
    "istanbul": "*",
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "7df06227e02b5b5a5841deea08239b3198d04bec",
    "tarball": "https://registry.npmjs.org/http2/-/http2-3.3.6.tgz"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "gitHead": "2c4c310f414d3249421340c0e2618873b07c17cb",
  "homepage": "https://github.com/molnarg/node-http2",
  "keywords": [
    "http",
    "http2",
    "client",
    "server"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "molnarg",
      "email": "gabor.molnar@sch.bme.hu"
    },
    {
      "name": "todesschaf",
      "email": "hurley@todesschaf.org"
    }
  ],
  "name": "http2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/molnarg/node-http2.git"
  },
  "scripts": {
    "doc": "docco lib/* --output doc --layout parallel --template root.jst --css doc/docco.css && docco lib/protocol/* --output doc/protocol --layout parallel --template protocol.jst --css doc/docco.css",
    "test": "istanbul test _mocha -- --reporter spec --slow 500 --timeout 15000"
  },
  "version": "3.3.6"
}
