{
  "_from": "snyk-nuget-plugin@1.6.4",
  "_id": "snyk-nuget-plugin@1.6.4",
  "_inBundle": false,
  "_integrity": "sha512-D7cwfPC1U/HABAs4Tc9jviajoblMggWOYvWpjf1F4InG6gTfp5lDeeonFp/Xoj6wcju/j88w2gAveWrJWXNj6w==",
  "_location": "/snyk-nuget-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "snyk-nuget-plugin@1.6.4",
    "name": "snyk-nuget-plugin",
    "escapedName": "snyk-nuget-plugin",
    "rawSpec": "1.6.4",
    "saveSpec": null,
    "fetchSpec": "1.6.4"
  },
  "_requiredBy": [
    "/snyk"
  ],
  "_resolved": "https://registry.npmjs.org/snyk-nuget-plugin/-/snyk-nuget-plugin-1.6.4.tgz",
  "_shasum": "83cb3e699667ea808803d4020aa0e053e6f3bab4",
  "_spec": "snyk-nuget-plugin@1.6.4",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "snyk.io"
  },
  "bugs": {
    "url": "https://github.com/snyk/snyk-nuget-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^3.1.0",
    "lodash": "^4.17.10",
    "xml2js": "^0.4.17",
    "zip": "^1.2.0"
  },
  "deprecated": false,
  "description": "Snyk CLI NuGet plugin",
  "devDependencies": {
    "eslint": "^4.11.0",
    "nodemon": "^1.12.1",
    "semantic-release": "^15",
    "tap": "^12.0.1",
    "tap-only": "0.0.5"
  },
  "homepage": "https://github.com/snyk/snyk-nuget-plugin#readme",
  "keywords": [
    "snyk",
    "nuget"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "snyk-nuget-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snyk/snyk-nuget-plugin.git"
  },
  "scripts": {
    "dev": "nodemon -x 'npm run unit-test'",
    "lint": "eslint -c .eslintrc lib test",
    "semantic-release": "semantic-release",
    "test": "npm run unit-test",
    "test-windows": "tap -R spec test/*.test.js --timeout=120",
    "unit-test": "tap `ls ./test/*.test.js` -R=spec --timeout=120"
  },
  "version": "1.6.4"
}
