{
  "_from": "snyk-mvn-plugin@1.2.0",
  "_id": "snyk-mvn-plugin@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ieTWhn1MB88gEQ6nUtGCeUKQ6Xoxm+u+QmD9u3zfP1QS5ep9fWt3YYDUQjgUiDTJJy7QyVQdZ/fsz3RECnOA7w==",
  "_location": "/snyk-mvn-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "snyk-mvn-plugin@1.2.0",
    "name": "snyk-mvn-plugin",
    "escapedName": "snyk-mvn-plugin",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/snyk"
  ],
  "_resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-1.2.0.tgz",
  "_shasum": "e23c60e35457ce5a26fd4252ddf120dbd7e9ef2a",
  "_spec": "snyk-mvn-plugin@1.2.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "snyk.io"
  },
  "bugs": {
    "url": "https://github.com/snyk/snyk-mvn-plugin/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Snyk CLI Maven plugin",
  "devDependencies": {
    "jscs": "^3.0.7",
    "semantic-release": "^6.3.6",
    "tap": "^10.3.2",
    "tap-only": "0.0.5"
  },
  "homepage": "https://github.com/snyk/snyk-mvn-plugin",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "snyk-mvn-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snyk/snyk-mvn-plugin.git"
  },
  "scripts": {
    "lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js'` -v",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run lint && npm run test-functional",
    "test-functional": "tap `find ./test/functional -name '*.test.js'`",
    "test-system": "tap `find ./test/system -name '*.test.js'`"
  },
  "version": "1.2.0"
}
