{
  "_args": [
    [
      "hock@~0.2.5",
      "/usr/share/npm/node_modules/npm-registry-mock"
    ]
  ],
  "_from": "hock@>=0.2.5 <0.3.0",
  "_id": "hock@0.2.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/hock",
  "_npmUser": {
    "email": "me@mmalecki.com",
    "name": "mmalecki"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "hock",
    "raw": "hock@~0.2.5",
    "rawSpec": "~0.2.5",
    "scope": null,
    "spec": ">=0.2.5 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npm-registry-mock"
  ],
  "_resolved": "https://registry.npmjs.org/hock/-/hock-0.2.5.tgz",
  "_shasum": "164fb050544c46a336ed19916f2f06300858d3ff",
  "_shrinkwrap": null,
  "_spec": "hock@~0.2.5",
  "_where": "/usr/share/npm/node_modules/npm-registry-mock",
  "author": {
    "email": "me@mmalecki.com",
    "name": "Maciej Małecki"
  },
  "bugs": {
    "url": "https://github.com/mmalecki/hock/issues"
  },
  "contributors": [
    {
      "name": "Ken Perkins",
      "email": "ken.perkins@rackspace.com"
    }
  ],
  "dependencies": {
    "deep-equal": "0.2.1"
  },
  "description": "A mocking server for HTTP requests",
  "devDependencies": {
    "mocha": "1.9.x",
    "request": "2.20.x",
    "should": "1.2.x"
  },
  "directories": {},
  "dist": {
    "shasum": "164fb050544c46a336ed19916f2f06300858d3ff",
    "tarball": "https://registry.npmjs.org/hock/-/hock-0.2.5.tgz"
  },
  "engines": {
    "node": ">=0.8.x"
  },
  "homepage": "https://github.com/mmalecki/hock",
  "keywords": [
    "http",
    "mock",
    "test"
  ],
  "main": "./lib/hock",
  "maintainers": [
    {
      "name": "mmalecki",
      "email": "me@mmalecki.com"
    },
    {
      "name": "kperkins",
      "email": "ken.perkins@rackspace.com"
    }
  ],
  "name": "hock",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mmalecki/hock.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.2.5"
}
