File: /home/thehunarfound/public_html/DMS/node_modules/snyk-go-plugin/package.json
{
"_args": [
[
"snyk-go-plugin@1.5.1",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "snyk-go-plugin@1.5.1",
"_id": "snyk-go-plugin@1.5.1",
"_inBundle": false,
"_integrity": "sha512-8OPJOT05Z/UL5fFSXV6b/A6KjlS1Ahr2gpup1bhXtAGXlUUPyWidqkCIER9fexDXqYWgAoDAdn9YHIvmL/5bfw==",
"_location": "/snyk-go-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-go-plugin@1.5.1",
"name": "snyk-go-plugin",
"escapedName": "snyk-go-plugin",
"rawSpec": "1.5.1",
"saveSpec": null,
"fetchSpec": "1.5.1"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-go-plugin/-/snyk-go-plugin-1.5.1.tgz",
"_spec": "1.5.1",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-go-plugin/issues"
},
"dependencies": {
"graphlib": "^2.1.1",
"tmp": "0.0.33",
"toml": "^2.3.2"
},
"description": "Snyk CLI Golang plugin",
"devDependencies": {
"jscs": "^3.0.7",
"semantic-release": "^8.2.3",
"tap": "^10.7.0",
"tap-only": "0.0.5"
},
"homepage": "https://github.com/snyk/snyk-go-plugin",
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "snyk-go-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-go-plugin.git"
},
"scripts": {
"lint": "jscs ./lib ./test/*.js ./test/system/*.js -v",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "npm run test-functional && npm run test-system",
"test-functional": "tap ./test/*.test.js",
"test-system": "tap --timeout=300 ./test/system/*.test.js",
"test-system-windows": "tap --timeout=300 ./test/system/*.test.js -g \"^(?!.*prometheus)\"",
"test-windows": "npm run test-functional && npm run test-system-windows",
"watch": "nodemon -e 'js go' -x 'npm run test-functional'"
},
"version": "1.5.1"
}