File: /home/frenchy/www/french-american.org/current/node_modules/snyk-gradle-plugin/package.json
{
"_args": [
[
"snyk-gradle-plugin@3.1.0",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "snyk-gradle-plugin@3.1.0",
"_id": "snyk-gradle-plugin@3.1.0",
"_inBundle": false,
"_integrity": "sha512-789Rqyhv1+WYbfy1Qilgsw0FMccedSaCO5n+54CXXGVUZWMsVvqJj3T8k7+vis+9Eq+Sgbdzti8vDtApz6rWWQ==",
"_location": "/snyk-gradle-plugin",
"_phantomChildren": {
"color-convert": "1.9.3",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0",
"os-tmpdir": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-gradle-plugin@3.1.0",
"name": "snyk-gradle-plugin",
"escapedName": "snyk-gradle-plugin",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-gradle-plugin/issues"
},
"dependencies": {
"@snyk/cli-interface": "^2.1.0",
"@types/debug": "^4.1.4",
"chalk": "^2.4.2",
"clone-deep": "^0.3.0",
"debug": "^4.1.1",
"tmp": "0.0.33",
"tslib": "^1.9.3"
},
"description": "Snyk CLI Gradle plugin",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/jest": "^24.0.13",
"@types/node": "^4.9.1",
"@types/sinon": "^7.0.10",
"@types/tmp": "0.0.34",
"jest": "^24.8.0",
"sinon": "^2.4.1",
"tap": "^12.6.1",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.14.0",
"typescript": "^3.4.5"
},
"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",
"lint": "tslint --project tsconfig.json --format stylish",
"prepare": "npm run build",
"test": "npm run lint && tsc -p tsconfig-test.json && npm run test-functional && npm run test-system",
"test-functional": "tap --node-arg=-r --node-arg=ts-node/register -R spec ./test/functional/*.test.[tj]s",
"test-manual": "jest test/manual -b",
"test-system": "tap --node-arg=-r --node-arg=ts-node/register -R spec --timeout=180 ./test/system/*.test.[tj]s"
},
"version": "3.1.0"
}