{"name":"snyk","version":"1.564.0","description":"snyk library and cli utility","main":"dist/lib/index.js","directories":{"lib":"src","test":"test","man":"help/commands-man","doc":"help/commands-help"},"bin":{"snyk":"dist/cli/index.js"},"engines":{"node":">=10"},"workspaces":[".","packages/*"],"scripts":{"build":"tsc --build","build-watch":"tsc -w","find-circular":"npm run build && madge --circular ./dist","format":"prettier --write '{src,test,scripts}/**/*.{js,ts}'","format:changes":"./scripts/format/prettier-changes.sh","prepare":"npm run build","generate-help":"./help/generator/generate-docs.sh","test:common":"npm run check-tests && npm run lint","test:acceptance":"tap test/acceptance/**/*.test.* test/acceptance/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register","test:acceptance-windows":"tap test/acceptance/**/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register","test:system":"tap test/system/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register","test:jest":"jest --runInBand \"/test/[^/]+\\.spec\\.ts\"","test:jest-unit":"jest --runInBand \"/test/jest/unit/((.+)/)*[^/]+\\.spec\\.ts\"","test:jest-system":"jest --runInBand \"/test/jest/system/((.+)/)*[^/]+\\.spec\\.ts\"","test:jest-acceptance":"jest --runInBand \"/test/jest/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"","test:packages-unit":"jest \"/packages/(.+)/test/unit/((.+)/)*[^/]+\\.spec\\.ts\"","test:packages-acceptance":"jest \"/packages/(.+)/test/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"","test:test":"tap test/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register","test:smoke":"./scripts/run-smoke-tests-locally.sh","test":"npm run test:acceptance && npm run test:system && npm run test:test && npm run test:jest && test:packages-unit && test:packages-acceptance","test-windows":"npm run test:acceptance-windows && npm run test:system && npm run test:test && npm run test:jest","lint":"run-p --aggregate-output lint:*","lint:js":"eslint --color --cache 'src/**/*.{js,ts}'","lint:formatting":"prettier --check '{src,test,scripts}/**/*.{js,ts}'","check-tests":"! grep 'test\\.only' test/*.test.js -n","snyk-auth":"node --require ts-node/register src/cli auth $SNYK_API_KEY","snyk-auth-windows":"bash ./scripts/auth-snyk-win.sh"},"keywords":["security","vulnerabilities","advisories","audit","snyk","scan","docker","container","scanning"],"author":{"name":"snyk.io"},"license":"Apache-2.0","dependencies":{"@open-policy-agent/opa-wasm":"^1.2.0","@snyk/cli-interface":"2.11.0","@snyk/cloud-config-parser":"^1.9.2","@snyk/code-client":"3.4.1","@snyk/dep-graph":"^1.27.1","@snyk/fix":"1.554.0","@snyk/gemfile":"1.2.0","@snyk/graphlib":"^2.1.9-patch.3","@snyk/inquirer":"^7.3.3-patch","@snyk/snyk-cocoapods-plugin":"2.5.2","@snyk/snyk-hex-plugin":"1.1.4","abbrev":"^1.1.1","ansi-escapes":"3.2.0","chalk":"^2.4.2","cli-spinner":"0.2.10","configstore":"^5.0.1","debug":"^4.1.1","diff":"^4.0.1","global-agent":"^2.1.12","lodash.assign":"^4.2.0","lodash.camelcase":"^4.3.0","lodash.clonedeep":"^4.5.0","lodash.endswith":"^4.2.1","lodash.flatten":"^4.4.0","lodash.flattendeep":"^4.4.0","lodash.get":"^4.4.2","lodash.groupby":"^4.6.0","lodash.isempty":"^4.4.0","lodash.isobject":"^3.0.2","lodash.map":"^4.6.0","lodash.omit":"^4.5.0","lodash.orderby":"^4.6.0","lodash.sortby":"^4.7.0","lodash.uniq":"^4.5.0","lodash.upperfirst":"^4.3.1","lodash.values":"^4.3.0","micromatch":"4.0.2","needle":"2.6.0","open":"^7.0.3","ora":"5.3.0","os-name":"^3.0.0","promise-queue":"^2.2.5","proxy-from-env":"^1.0.0","rimraf":"^2.6.3","semver":"^6.0.0","snyk-config":"4.0.0","snyk-cpp-plugin":"2.2.1","snyk-docker-plugin":"4.19.3","snyk-go-plugin":"1.17.0","snyk-gradle-plugin":"3.14.2","snyk-module":"3.1.0","snyk-mvn-plugin":"2.25.3","snyk-nodejs-lockfile-parser":"1.32.0","snyk-nuget-plugin":"1.21.1","snyk-php-plugin":"1.9.2","snyk-policy":"1.19.0","snyk-python-plugin":"1.19.8","snyk-resolve":"1.1.0","snyk-resolve-deps":"4.7.2","snyk-sbt-plugin":"2.11.0","snyk-tree":"^1.0.0","snyk-try-require":"1.3.1","source-map-support":"^0.5.11","strip-ansi":"^5.2.0","tar":"^6.1.0","tempfile":"^2.0.0","update-notifier":"^4.1.0","uuid":"^3.3.2","wrap-ansi":"^5.1.0"},"devDependencies":{"@types/agent-base":"^4.2.1","@types/diff":"^3.5.2","@types/jest":"^26.0.20","@types/lodash":"^4.14.161","@types/needle":"^2.0.4","@types/node":"^10.0.0","@types/restify":"^8.4.2","@types/sarif":"^2.1.2","@types/sinon":"^7.5.0","@types/update-notifier":"^4.1.0","@typescript-eslint/eslint-plugin":"2.18.0","@typescript-eslint/parser":"^2.0.0","eslint":"6.8.0","eslint-config-prettier":"^6.1.0","jest":"^26.6.3","lodash":"^4.17.20","lodash.countby":"^4.6.0","lodash.every":"^4.6.0","madge":"^3.4.4","mock-fs":"^4.13.0","nock":"^10.0.6","npm-run-all":"^4.1.5","prettier":"^1.18.2","proxyquire":"^1.7.4","restify":"^8.5.1","sinon":"^4.0.0","tap":"^12.6.1","tape":"^4.0.0","ts-jest":"^26.5.2","ts-node":"^8.0.0","tslint":"^5.14.0","typescript":"^3.4.1"},"repository":{"type":"git","url":"git+https://github.com/snyk/snyk.git"},"pkg":{"scripts":["dist/**/*.js"],"assets":["config.default.json","test-unpublished.json","help/**/*.txt","dist/STANDALONE","node_modules/@deepcode/dcignore"]},"publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"gitHead":"42bb463e6b7d1657b0caa446513841314d1bcfa4","man":["/home/circleci/snyk/help/commands-man/snyk-auth.1","/home/circleci/snyk/help/commands-man/snyk-config.1","/home/circleci/snyk/help/commands-man/snyk-container.1","/home/circleci/snyk/help/commands-man/snyk-help.1","/home/circleci/snyk/help/commands-man/snyk-iac.1","/home/circleci/snyk/help/commands-man/snyk-ignore.1","/home/circleci/snyk/help/commands-man/snyk-monitor.1","/home/circleci/snyk/help/commands-man/snyk-policy.1","/home/circleci/snyk/help/commands-man/snyk-protect.1","/home/circleci/snyk/help/commands-man/snyk-test.1","/home/circleci/snyk/help/commands-man/snyk-wizard.1","/home/circleci/snyk/help/commands-man/snyk-woof.1","/home/circleci/snyk/help/commands-man/snyk.1"],"bugs":{"url":"https://github.com/snyk/snyk/issues"},"homepage":"https://github.com/snyk/snyk#readme","_id":"snyk@1.564.0","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (linux)","dist":{"shasum":"c8c511128351f8b8fe239b010b6799f40bb659c5","size":1615755,"noattachment":false,"key":"/snyk/-/snyk-1.564.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/snyk/download/snyk-1.564.0.tgz"},"_npmUser":{"name":"snyk-admin","email":"npmjs+snyk-admin@snyk.io"},"maintainers":[{"name":"snyk-admin","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/snyk_1.564.0_1619348437727_0.9416081159319403"},"_hasShrinkwrap":false,"publish_time":1619348437940,"_cnpm_publish_time":1619348437940,"deprecated":"A medium severity vulnerability was found in the Snyk CLI version you are using. We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. More details here: https://snyk.co/ue1NS","dist-tags":{"beta-gradle":"1.175.0-beta.0","latest":"1.1304.0","next":"1.230.6-rc4","testing-patch":"0.0.5-testing-patch"}}