File: /home/thehunarfound/public_html/DMS/node_modules/snyk-nuget-plugin/package.json
{
"_args": [
[
"snyk-nuget-plugin@1.6.2",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "snyk-nuget-plugin@1.6.2",
"_id": "snyk-nuget-plugin@1.6.2",
"_inBundle": false,
"_integrity": "sha512-8l8hS85esXyweTFgUFdwnGT94Ts42KcG5fdBX2wYosQkpUMePd+GTT9+64k/GvdH5hqcNt2OvtzW+Uf8JF+pbA==",
"_location": "/snyk-nuget-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-nuget-plugin@1.6.2",
"name": "snyk-nuget-plugin",
"escapedName": "snyk-nuget-plugin",
"rawSpec": "1.6.2",
"saveSpec": null,
"fetchSpec": "1.6.2"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-nuget-plugin/-/snyk-nuget-plugin-1.6.2.tgz",
"_spec": "1.6.2",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-nuget-plugin/issues"
},
"dependencies": {
"debug": "^3.1.0",
"es6-promise": "^4.1.1",
"lodash": "^4.17.10",
"xml2js": "^0.4.17",
"zip": "^1.2.0"
},
"description": " ## Snyk: NuGet Plugin ***",
"devDependencies": {
"jscs": "^3.0.7",
"nodemon": "^1.12.1",
"semantic-release": "^8.2.0",
"tap": "^10.7.0",
"tap-only": "0.0.5"
},
"homepage": "https://github.com/snyk/snyk-nuget-plugin#readme",
"keywords": [
"snyk",
"nuget"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "snyk-nuget-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-nuget-plugin.git"
},
"scripts": {
"dev": "nodemon -x 'npm run unit-test'",
"lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js'` -v",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "npm run unit-test",
"test-windows": "tap -R spec test/*.test.js --timeout=120",
"unit-test": "tap `ls ./test/*.test.js` -R=spec --timeout=120"
},
"version": "1.6.2"
}