{
  "_from": "pre-commit@^1.2.2",
  "_id": "pre-commit@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-qokTiqxD6GjODy5ETAIgzsRgnBWWQHQH2ghy86PU7mIn/wuWeTwF3otyNQZxWBwVn8XNr8Tdzj/QfUXpH+gRZA==",
  "_location": "/pre-commit",
  "_phantomChildren": {
    "isexe": "2.0.0",
    "pseudomap": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pre-commit@^1.2.2",
    "name": "pre-commit",
    "escapedName": "pre-commit",
    "rawSpec": "^1.2.2",
    "saveSpec": null,
    "fetchSpec": "^1.2.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/pre-commit/-/pre-commit-1.2.2.tgz",
  "_shasum": "dbcee0ee9de7235e57f79c56d7ce94641a69eec6",
  "_spec": "pre-commit@^1.2.2",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Arnout Kazemier",
    "email": "opensource@observe.it"
  },
  "bugs": {
    "url": "https://github.com/observing/pre-commit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cross-spawn": "^5.0.1",
    "spawn-sync": "^1.0.15",
    "which": "1.2.x"
  },
  "deprecated": false,
  "description": "Automatically install pre-commit hooks for your npm modules.",
  "devDependencies": {
    "assume": "1.4.x",
    "istanbul": "0.4.x",
    "mocha": "~3.2.0",
    "pre-commit": "git://github.com/observing/pre-commit.git"
  },
  "homepage": "https://github.com/observing/pre-commit",
  "keywords": [
    "git",
    "hooks",
    "npm",
    "pre-commit",
    "precommit",
    "run",
    "test",
    "development"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pre-commit",
  "repository": {
    "type": "git",
    "url": "git://github.com/observing/pre-commit.git"
  },
  "scripts": {
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
    "example-fail": "echo \"This is the example hook, I exit with 1\" && exit 1",
    "example-pass": "echo \"This is the example hook, I exit with 0\" && exit 0",
    "install": "node install.js",
    "test": "mocha test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
    "uninstall": "node uninstall.js"
  },
  "version": "1.2.2"
}
