{
  "_args": [
    [
      {
        "name": "precond",
        "raw": "precond@0.2",
        "rawSpec": "0.2",
        "scope": null,
        "spec": ">=0.2.0 <0.3.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\backoff"
    ]
  ],
  "_from": "precond@>=0.2.0 <0.3.0",
  "_id": "precond@0.2.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/precond",
  "_npmUser": {
    "email": "turcotte.mat@gmail.com",
    "name": "mathieu"
  },
  "_npmVersion": "1.3.11",
  "_phantomChildren": {},
  "_requested": {
    "name": "precond",
    "raw": "precond@0.2",
    "rawSpec": "0.2",
    "scope": null,
    "spec": ">=0.2.0 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/backoff"
  ],
  "_resolved": "https://registry.npmjs.org/precond/-/precond-0.2.3.tgz",
  "_shasum": "aa9591bcaa24923f1e0f4849d240f47efc1075ac",
  "_shrinkwrap": null,
  "_spec": "precond@0.2",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\backoff",
  "author": {
    "email": "turcotte.mat@gmail.com",
    "name": "Mathieu Turcotte"
  },
  "bugs": {
    "url": "https://github.com/MathieuTurcotte/node-precond/issues"
  },
  "dependencies": {},
  "description": "Precondition checking utilities.",
  "devDependencies": {
    "jshint": "2.5",
    "nodeunit": "0.9"
  },
  "directories": {},
  "dist": {
    "shasum": "aa9591bcaa24923f1e0f4849d240f47efc1075ac",
    "tarball": "https://registry.npmjs.org/precond/-/precond-0.2.3.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/MathieuTurcotte/node-precond#readme",
  "keywords": [
    "precondition",
    "assert",
    "invariant",
    "contract",
    "condition"
  ],
  "maintainers": [
    {
      "email": "turcotte.mat@gmail.com",
      "name": "mathieu"
    }
  ],
  "name": "precond",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MathieuTurcotte/node-precond.git"
  },
  "scripts": {
    "pretest": "node_modules/.bin/jshint lib/ examples/ index.js",
    "test": "node_modules/.bin/nodeunit tests/"
  },
  "version": "0.2.3"
}
