{
  "_from": "snyk-module@1.8.2",
  "_id": "snyk-module@1.8.2",
  "_inBundle": false,
  "_integrity": "sha512-XqhdbZ/CUuJ5gSaYdYfapLqx9qm2Mp6nyRMBCLXe9tJSiohOJsc9fQuUDbdOiRCqpA4BD6WLl+qlwOJmJoszBg==",
  "_location": "/snyk-module",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "snyk-module@1.8.2",
    "name": "snyk-module",
    "escapedName": "snyk-module",
    "rawSpec": "1.8.2",
    "saveSpec": null,
    "fetchSpec": "1.8.2"
  },
  "_requiredBy": [
    "/snyk",
    "/snyk-policy",
    "/snyk-resolve-deps"
  ],
  "_resolved": "https://registry.npmjs.org/snyk-module/-/snyk-module-1.8.2.tgz",
  "_shasum": "bd3c11b46a90b8ccb0a04a18b387b1d0e5b10291",
  "_spec": "snyk-module@1.8.2",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "Remy Sharp"
  },
  "bugs": {
    "url": "https://github.com/Snyk/module/issues"
  },
  "bundleDependencies": false,
  "config": {
    "ghooks": {
      "commit-msg": "validate-commit-msg",
      "pre-push": "npm test"
    },
    "validate-commit-msg": {
      "types": [
        "feat",
        "fix",
        "docs",
        "style",
        "refactor",
        "perf",
        "test",
        "chore",
        "revert"
      ],
      "warnOnFail": false,
      "maxSubjectLength": 100
    }
  },
  "dependencies": {
    "debug": "^3.1.0",
    "hosted-git-info": "^2.1.4"
  },
  "deprecated": false,
  "description": "Snyk module helper",
  "devDependencies": {
    "ghooks": "^1.0.3",
    "jscs": "^2.8.0",
    "node-notifier": "^4.5.0",
    "semantic-release": "^4.3.5",
    "snyk": "^1.1.0",
    "tap": "^5.0.1",
    "validate-commit-msg": "^2.1.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/Snyk/module#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "snyk-module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Snyk/module.git"
  },
  "scripts": {
    "cover": "tap test/*.test.js --cov --coverage-report=lcov",
    "lint": "jscs lib/*.js -v",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run lint && tap test/*.test.js --cov --timeout=60"
  },
  "version": "1.8.2"
}
