| Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-gradle-plugin/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-gradle-plugin/package.json |
{
"_from": "snyk-gradle-plugin@3.16.0",
"_id": "snyk-gradle-plugin@3.16.0",
"_inBundle": false,
"_integrity": "sha512-PQegG8GOweJvUDSroysO1E0RK3MxphSUvNG5siRqGHJQ8s+dw9DddYN8kMn5+pTrfzo6zddgDPJxjqsfNR+NIw==",
"_location": "/snyk-gradle-plugin",
"_phantomChildren": {
"rimraf": "3.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-gradle-plugin@3.16.0",
"name": "snyk-gradle-plugin",
"escapedName": "snyk-gradle-plugin",
"rawSpec": "3.16.0",
"saveSpec": null,
"fetchSpec": "3.16.0"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.16.0.tgz",
"_shasum": "67faeb82d9e381e3c19b44f953b3d1f3a4750c71",
"_spec": "snyk-gradle-plugin@3.16.0",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-gradle-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"@snyk/cli-interface": "2.11.0",
"@snyk/dep-graph": "^1.28.0",
"@snyk/java-call-graph-builder": "1.23.0",
"@types/debug": "^4.1.4",
"chalk": "^3.0.0",
"debug": "^4.1.1",
"tmp": "0.2.1",
"tslib": "^2.0.0"
},
"deprecated": false,
"description": "Snyk CLI Gradle plugin",
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^4.9.1",
"@types/sinon": "^7.0.10",
"@types/tmp": "0.2.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^24.8.0",
"prettier": "^2.0.2",
"sinon": "^2.4.1",
"tap": "^12.6.1",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.9.2"
},
"directories": {
"test": "test"
},
"files": [
"dist",
"lib/init.gradle"
],
"homepage": "https://github.com/snyk/snyk-gradle-plugin",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "snyk-gradle-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-gradle-plugin.git"
},
"scripts": {
"build": "tsc",
"format": "prettier --write '{lib,test}/**/*.{js,ts}'",
"lint": "eslint --color --cache '{lib,test}/**/*.{js,ts}' && prettier --check '{lib,test}/**/*.{js,ts}'",
"prepare": "npm run build",
"test": "tsc -p tsconfig-test.json && npm run test-manual && npm run test-functional && npm run test-system",
"test-functional": "jest test/functional -b",
"test-manual": "jest test/manual -b",
"test-system": "tap --node-arg=-r --node-arg=ts-node/register -R spec --timeout=360 ./test/system/*.test.[tj]s"
},
"version": "3.16.0"
}