{
  "_args": [
    [
      "precond@0.2.3",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "precond@0.2.3",
  "_id": "precond@0.2.3",
  "_inBundle": false,
  "_integrity": "sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw=",
  "_location": "/precond",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "precond@0.2.3",
    "name": "precond",
    "escapedName": "precond",
    "rawSpec": "0.2.3",
    "saveSpec": null,
    "fetchSpec": "0.2.3"
  },
  "_requiredBy": [
    "/backoff"
  ],
  "_resolved": "https://registry.npmjs.org/precond/-/precond-0.2.3.tgz",
  "_spec": "0.2.3",
  "_where": "/var/www/html/ingfaq/backend",
  "author": {
    "name": "Mathieu Turcotte",
    "email": "turcotte.mat@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/MathieuTurcotte/node-precond/issues"
  },
  "description": "Precondition checking utilities.",
  "devDependencies": {
    "jshint": "2.5",
    "nodeunit": "0.9"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/MathieuTurcotte/node-precond#readme",
  "keywords": [
    "precondition",
    "assert",
    "invariant",
    "contract",
    "condition"
  ],
  "name": "precond",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MathieuTurcotte/node-precond.git"
  },
  "scripts": {
    "pretest": "jshint lib/ examples/ index.js",
    "test": "nodeunit tests/"
  },
  "version": "0.2.3"
}
