{
  "_from": "snyk@^1.88.2",
  "_id": "snyk@1.90.2",
  "_inBundle": false,
  "_integrity": "sha512-SbV6dlDRbXx6q0I2m176NH3LER1wTibuwctcthphsywl1zjoPAdJlMmAOK3BQ61XtjV4xQmzk4OYYf6TUr9ZEw==",
  "_location": "/snyk",
  "_phantomChildren": {
    "ansi-escapes": "3.1.0",
    "chalk": "2.4.1",
    "cli-cursor": "2.1.0",
    "cli-width": "2.2.0",
    "figures": "2.0.0",
    "iconv-lite": "0.4.23",
    "lodash": "4.17.10",
    "mute-stream": "0.0.7",
    "run-async": "2.3.0",
    "rx-lite-aggregates": "4.0.8",
    "string-width": "2.1.1",
    "strip-ansi": "4.0.0",
    "through": "2.3.8",
    "tmp": "0.0.33"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "snyk@^1.88.2",
    "name": "snyk",
    "escapedName": "snyk",
    "rawSpec": "^1.88.2",
    "saveSpec": null,
    "fetchSpec": "^1.88.2"
  },
  "_requiredBy": [
    "/addons-linter"
  ],
  "_resolved": "https://registry.npmjs.org/snyk/-/snyk-1.90.2.tgz",
  "_shasum": "eb5a3b588959420365bd8448872f2caae454e9b6",
  "_spec": "snyk@^1.88.2",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/addons-linter",
  "author": {
    "name": "snyk.io"
  },
  "bin": {
    "snyk": "./cli/index.js"
  },
  "bugs": {
    "url": "https://github.com/snyk/snyk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "abbrev": "^1.1.1",
    "ansi-escapes": "^3.1.0",
    "chalk": "^2.4.1",
    "configstore": "^3.1.2",
    "debug": "^3.1.0",
    "hasbin": "^1.2.3",
    "inquirer": "^3.0.0",
    "lodash": "^4.17.5",
    "needle": "^2.0.1",
    "opn": "^5.2.0",
    "os-name": "^2.0.1",
    "proxy-agent": "^2.0.0",
    "proxy-from-env": "^1.0.0",
    "recursive-readdir": "^2.2.2",
    "semver": "^5.5.0",
    "snyk-config": "2.2.0",
    "snyk-docker-plugin": "1.10.3",
    "snyk-go-plugin": "1.5.2",
    "snyk-gradle-plugin": "1.3.0",
    "snyk-module": "1.8.2",
    "snyk-mvn-plugin": "1.2.0",
    "snyk-nuget-plugin": "1.6.4",
    "snyk-php-plugin": "1.5.1",
    "snyk-policy": "1.12.0",
    "snyk-python-plugin": "1.8.1",
    "snyk-resolve": "1.0.1",
    "snyk-resolve-deps": "3.1.0",
    "snyk-sbt-plugin": "1.3.1",
    "snyk-tree": "^1.0.0",
    "snyk-try-require": "1.3.1",
    "tempfile": "^2.0.0",
    "then-fs": "^2.0.0",
    "undefsafe": "^2.0.0",
    "uuid": "^3.2.1"
  },
  "deprecated": false,
  "description": "snyk library and cli utility",
  "devDependencies": {
    "eslint": "^4.11.0",
    "nock": "^9.2.5",
    "proxyquire": "^1.7.4",
    "restify": "^4.1.1",
    "sinon": "^1.17.2",
    "strip-ansi": "^4.0.0",
    "tap": "^5.7.1",
    "tap-only": "0.0.5",
    "tape": "^4.0.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/snyk/snyk#readme",
  "keywords": [
    "security",
    "snyk"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "snyk",
  "pkg": {
    "scripts": [
      "cli/**/*.js",
      "lib/**/*.js"
    ],
    "assets": [
      "config.default.json",
      "help/**/*.txt"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snyk/snyk.git"
  },
  "scripts": {
    "check-tests": "! grep 'test\\.only' test/*.test.js -n",
    "lint": "eslint -c .eslintrc cli lib",
    "snyk-auth": "node cli auth $SNYK_API_KEY",
    "snyk-auth-windows": "node cli auth %SNYK_API_KEY%",
    "tap": "tap test/*.test.js -R spec --timeout=180",
    "test": "npm run test-common && npm run tap",
    "test-common": "npm run check-tests && npm run lint && node cli/index.js test --org=snyk"
  },
  "snyk": true,
  "version": "1.90.2"
}
