{
  "_args": [
    [
      {
        "name": "spdy",
        "raw": "spdy@^3.3.3",
        "rawSpec": "^3.3.3",
        "scope": null,
        "spec": ">=3.3.3 <4.0.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\restify"
    ]
  ],
  "_from": "spdy@>=3.3.3 <4.0.0",
  "_id": "spdy@3.3.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/spdy",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/spdy-3.3.3.tgz_1463536844342_0.6056442076805979"
  },
  "_npmUser": {
    "email": "fedor@indutny.com",
    "name": "indutny"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "spdy",
    "raw": "spdy@^3.3.3",
    "rawSpec": "^3.3.3",
    "scope": null,
    "spec": ">=3.3.3 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/restify"
  ],
  "_resolved": "https://registry.npmjs.org/spdy/-/spdy-3.3.3.tgz",
  "_shasum": "e3df452152e23274075b0eb0f90c00676b6e5411",
  "_shrinkwrap": null,
  "_spec": "spdy@^3.3.3",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\restify",
  "author": {
    "email": "fedor.indutny@gmail.com",
    "name": "Fedor Indutny"
  },
  "bugs": {
    "email": "node-spdy+bugs@indutny.com",
    "url": "https://github.com/indutny/node-spdy/issues"
  },
  "contributors": [
    {
      "email": "github@eeecooks.com",
      "name": "Chris Storm"
    },
    {
      "email": "francois@2metz.fr",
      "name": "François de Metz"
    },
    {
      "email": "ilya@igvita.com",
      "name": "Ilya Grigorik"
    },
    {
      "name": "Roberto Peon"
    },
    {
      "name": "Tatsuhiro Tsujikawa"
    },
    {
      "email": "jesse.cravens@gmail.com",
      "name": "Jesse Cravens"
    }
  ],
  "dependencies": {
    "debug": "^2.2.0",
    "handle-thing": "^1.2.4",
    "http-deceiver": "^1.2.4",
    "select-hose": "^2.0.0",
    "spdy-transport": "^2.0.0"
  },
  "description": "Implementation of the SPDY protocol on node.js.",
  "devDependencies": {
    "jscs": "^1.13.1",
    "jshint": "^2.8.0",
    "mocha": "^2.2.x"
  },
  "directories": {},
  "dist": {
    "shasum": "e3df452152e23274075b0eb0f90c00676b6e5411",
    "tarball": "https://registry.npmjs.org/spdy/-/spdy-3.3.3.tgz"
  },
  "engines": [
    "node >= 0.7.0"
  ],
  "gitHead": "49dd7147f3feac423f223ab155f5b3379cc137c1",
  "homepage": "https://github.com/indutny/node-spdy",
  "keywords": [
    "spdy"
  ],
  "license": "MIT",
  "main": "./lib/spdy",
  "maintainers": [
    {
      "email": "fedor.indutny@gmail.com",
      "name": "fedor.indutny"
    },
    {
      "email": "fedor@indutny.com",
      "name": "indutny"
    },
    {
      "email": "rauchg@gmail.com",
      "name": "rauchg"
    }
  ],
  "name": "spdy",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/indutny/node-spdy.git"
  },
  "scripts": {
    "test": "jscs lib/**/*.js test/*.js && jshint lib/**/*.js && mocha --reporter=spec test/*-test.js"
  },
  "version": "3.3.3"
}
