| Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-mvn-plugin/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-mvn-plugin/package.json |
{
"_from": "snyk-mvn-plugin@2.26.1",
"_id": "snyk-mvn-plugin@2.26.1",
"_inBundle": false,
"_integrity": "sha512-DCs53aRT/uK2e1jXzeVG2d+Ll0bmY/YHL+jEYaWJko8XwGoVwqCrVOkRyzXd2KOZUk3gpD6MaxIrBWsc8RJzRA==",
"_location": "/snyk-mvn-plugin",
"_phantomChildren": {
"@snyk/graphlib": "2.1.9-patch.3",
"ci-info": "2.0.0",
"debug": "4.3.2",
"glob": "7.1.7",
"jszip": "3.6.0",
"needle": "2.6.0",
"progress": "2.0.3",
"rimraf": "3.0.2",
"snyk-config": "4.0.0",
"source-map-support": "0.5.19",
"temp-dir": "2.0.0",
"xml-js": "1.6.11"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-mvn-plugin@2.26.1",
"name": "snyk-mvn-plugin",
"escapedName": "snyk-mvn-plugin",
"rawSpec": "2.26.1",
"saveSpec": null,
"fetchSpec": "2.26.1"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.26.1.tgz",
"_shasum": "4ada6a20d4adf8db97d11ee9f7bd6f54d39fc06b",
"_spec": "snyk-mvn-plugin@2.26.1",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-mvn-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"@snyk/cli-interface": "2.11.0",
"@snyk/dep-graph": "^1.23.1",
"@snyk/java-call-graph-builder": "1.21.0",
"debug": "^4.1.1",
"glob": "^7.1.6",
"needle": "^2.5.0",
"tmp": "^0.1.0",
"tslib": "1.11.1"
},
"deprecated": false,
"description": "Snyk CLI Maven plugin",
"devDependencies": {
"@types/node": "11.13.8",
"@types/sinon": "^7.5.2",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.7.0",
"prettier": "^1.19.1",
"semantic-release": "^15",
"sinon": "^2.4.1",
"tap": "^12.0.1",
"tap-only": "0.0.5",
"ts-node": "^8.10.2"
},
"directories": {
"test": "test"
},
"files": [
"dist"
],
"homepage": "https://github.com/snyk/snyk-mvn-plugin",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "snyk-mvn-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-mvn-plugin.git"
},
"scripts": {
"build": "tsc",
"format": "prettier --write '{lib,tests}/**/*.ts'",
"lint": "prettier --check '{lib,tests}/**/*.ts'",
"prepare": "npm run build",
"semantic-release": "semantic-release",
"test": "npm run prepare && npm run test:functional && npm run test:system",
"test:functional": "tap -R spec ./tests/functional/*.test.ts",
"test:system": "tap -R spec --timeout=180 ./tests/system/*.test.ts"
},
"version": "2.26.1"
}