{
  "_from": "snyk-go-plugin@1.5.2",
  "_id": "snyk-go-plugin@1.5.2",
  "_inBundle": false,
  "_integrity": "sha512-XWajcSh6Ld+I+WdcyU3DGDuE2ydThQd8ORkESy0nQ2LwekygLYVYN66OBy0uxpqYfd4qoqeg+J8lb4oGzCmyGA==",
  "_location": "/snyk-go-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "snyk-go-plugin@1.5.2",
    "name": "snyk-go-plugin",
    "escapedName": "snyk-go-plugin",
    "rawSpec": "1.5.2",
    "saveSpec": null,
    "fetchSpec": "1.5.2"
  },
  "_requiredBy": [
    "/snyk"
  ],
  "_resolved": "https://registry.npmjs.org/snyk-go-plugin/-/snyk-go-plugin-1.5.2.tgz",
  "_shasum": "c45273a2a05ca621553b3a0c60511757f8d24e1b",
  "_spec": "snyk-go-plugin@1.5.2",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "snyk.io"
  },
  "bugs": {
    "url": "https://github.com/snyk/snyk-go-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graphlib": "^2.1.1",
    "tmp": "0.0.33",
    "toml": "^2.3.2"
  },
  "deprecated": false,
  "description": "Snyk CLI Golang plugin",
  "devDependencies": {
    "eslint": "^4.11.0",
    "semantic-release": "^15",
    "tap": "^12.0.1",
    "tap-only": "0.0.5"
  },
  "homepage": "https://github.com/snyk/snyk-go-plugin",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "snyk-go-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snyk/snyk-go-plugin.git"
  },
  "scripts": {
    "lint": "eslint -c .eslintrc lib test/*.js test/system/*.js",
    "semantic-release": "semantic-release",
    "test": "npm run test-functional && npm run test-system",
    "test-functional": "tap ./test/*.test.js -R spec",
    "test-system": "tap -R spec --timeout=300 ./test/system/*.test.js",
    "test-system-windows": "tap -R spec --timeout=300 ./test/system/*.test.js -g \"^(?!.*prometheus)\"",
    "test-windows": "npm run test-functional && npm run test-system-windows",
    "watch": "nodemon -e 'js go'  -x 'npm run test-functional'"
  },
  "version": "1.5.2"
}
