| Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-sbt-plugin/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-sbt-plugin/package.json |
{
"_from": "snyk-sbt-plugin@2.11.3",
"_id": "snyk-sbt-plugin@2.11.3",
"_inBundle": false,
"_integrity": "sha512-xcZAYENuEx+SG51AuLLL59jpN/qerJdSdznTANoyNM7bJjVhTvLTjEfoOxbeogZwKmFDKKUfc6Vw+EdEy8VZug==",
"_location": "/snyk-sbt-plugin",
"_phantomChildren": {
"glob": "7.1.7"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-sbt-plugin@2.11.3",
"name": "snyk-sbt-plugin",
"escapedName": "snyk-sbt-plugin",
"rawSpec": "2.11.3",
"saveSpec": null,
"fetchSpec": "2.11.3"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-sbt-plugin/-/snyk-sbt-plugin-2.11.3.tgz",
"_shasum": "5740a5d9edfea79b380040ad163683d45658f748",
"_spec": "snyk-sbt-plugin@2.11.3",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-sbt-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"semver": "^6.1.2",
"tmp": "^0.1.0",
"tree-kill": "^1.2.2",
"tslib": "^1.10.0"
},
"deprecated": false,
"description": "Snyk CLI SBT plugin",
"devDependencies": {
"@types/node": "6.14.6",
"@types/sinon": "7.0.11",
"sinon": "^2.4.1",
"tap": "12.6.1",
"tap-only": "0.0.5",
"tslint": "5.16.0",
"typescript": "3.4.5"
},
"directories": {
"test": "test"
},
"files": [
"dist",
"scala"
],
"homepage": "https://github.com/snyk/snyk-sbt-plugin",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "snyk-sbt-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-sbt-plugin.git"
},
"scripts": {
"build": "tsc",
"lint": "tslint --project tsconfig.json --format stylish",
"prepare": "npm run build",
"test": "npm run lint && npm run build && npm run test-functional",
"test-functional": "tap -Rspec ./test/functional/*.test.[tj]s",
"test-system": "tap -Rspec --timeout=1000 ./test/system/*.test.[tj]s",
"test-system-windows": "tap -Rspec --timeout=700 ./test/system-windows/*.test.[tj]s"
},
"version": "2.11.3"
}