{
  "_args": [
    [
      "mocha@1.21.5",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "mocha@1.21.5",
  "_id": "mocha@1.21.5",
  "_inBundle": false,
  "_integrity": "sha1-fFiwkXTfl25DSiOx6NY5hz/FKek=",
  "_location": "/mocha",
  "_phantomChildren": {
    "inherits": "2.0.3",
    "minimatch": "0.2.14"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mocha@1.21.5",
    "name": "mocha",
    "escapedName": "mocha",
    "rawSpec": "1.21.5",
    "saveSpec": null,
    "fetchSpec": "1.21.5"
  },
  "_requiredBy": [
    "/grunt-mocha"
  ],
  "_resolved": "https://registry.npmjs.org/mocha/-/mocha-1.21.5.tgz",
  "_spec": "1.21.5",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bin": {
    "mocha": "bin/mocha",
    "_mocha": "bin/_mocha"
  },
  "browser": "./mocha.js",
  "bugs": {
    "url": "https://github.com/visionmedia/mocha/issues"
  },
  "contributors": [
    {
      "name": "Joshua Appelman",
      "email": "joshua@jbna.nl"
    },
    {
      "name": "Oleg Gaidarenko",
      "email": "markelog@gmail.com"
    },
    {
      "name": "Christoffer Hallas",
      "email": "christoffer.hallas@gmail.com"
    },
    {
      "name": "Christopher Hiller",
      "email": "chiller@badwing.com"
    },
    {
      "name": "Travis Jeffery",
      "email": "tj@travisjeffery.com"
    },
    {
      "name": "Johnathan Ong",
      "email": "me@jongleberry.com"
    },
    {
      "name": "Guillermo Rauch",
      "email": "rauchg@gmail.com"
    }
  ],
  "dependencies": {
    "commander": "2.3.0",
    "debug": "2.0.0",
    "diff": "1.0.8",
    "escape-string-regexp": "1.0.2",
    "glob": "3.2.3",
    "growl": "1.8.1",
    "jade": "0.26.3",
    "mkdirp": "0.5.0"
  },
  "description": "simple, flexible, fun test framework",
  "devDependencies": {
    "coffee-script": "~1.8.0",
    "should": "~4.0.0"
  },
  "engines": {
    "node": ">= 0.4.x"
  },
  "files": [
    "bin",
    "images",
    "lib",
    "index.js",
    "mocha.css",
    "mocha.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/visionmedia/mocha#readme",
  "keywords": [
    "mocha",
    "test",
    "bdd",
    "tdd",
    "tap"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/visionmedia/mocha/master/LICENSE"
    }
  ],
  "main": "./index",
  "name": "mocha",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/mocha.git"
  },
  "scripts": {
    "test": "make test-all"
  },
  "version": "1.21.5"
}
