{
  "_args": [
    [
      "browserify-istanbul@2.0.0",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "browserify-istanbul@2.0.0",
  "_id": "browserify-istanbul@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-haS0JdoffAngK6MqO0T2U104wlc=",
  "_location": "/browserify-istanbul",
  "_phantomChildren": {
    "brace-expansion": "1.1.11"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserify-istanbul@2.0.0",
    "name": "browserify-istanbul",
    "escapedName": "browserify-istanbul",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/browserify-istanbul/-/browserify-istanbul-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/devongovett/browserify-istanbul/issues"
  },
  "dependencies": {
    "minimatch": "^3.0.0",
    "through": "^2.3.8"
  },
  "description": "A browserify transform for the istanbul code coverage tool",
  "devDependencies": {
    "browserify": "^13.0.0",
    "coveralls": "^2.11.8",
    "eslint": "^2.2.0",
    "eslint-plugin-mocha": "^2.0.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "pre-commit": "^1.1.2"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/devongovett/browserify-istanbul",
  "keywords": [
    "browserify",
    "coverage",
    "istanbul"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "browserify-istanbul",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/devongovett/browserify-istanbul.git"
  },
  "scripts": {
    "lint": "eslint index.js test/*.js",
    "test": "istanbul cover _mocha"
  },
  "version": "2.0.0"
}
