| Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-nuget-plugin/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-nuget-plugin/package.json |
{
"_from": "snyk-nuget-plugin@1.21.1",
"_id": "snyk-nuget-plugin@1.21.1",
"_inBundle": false,
"_integrity": "sha512-nRtedIvrow5ODqOKkQWolKrxn8ZoNL3iNJGuW0jNhwv+/9K0XE1UORM5F1ENAsd+nzCSO/kiYAXCc5CNK8HWEw==",
"_location": "/snyk-nuget-plugin",
"_phantomChildren": {
"lie": "3.3.0",
"readable-stream": "2.3.7",
"set-immediate-shim": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-nuget-plugin@1.21.1",
"name": "snyk-nuget-plugin",
"escapedName": "snyk-nuget-plugin",
"rawSpec": "1.21.1",
"saveSpec": null,
"fetchSpec": "1.21.1"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-nuget-plugin/-/snyk-nuget-plugin-1.21.1.tgz",
"_shasum": "a79bbc65456823a1148119873226afb0e4907ec8",
"_spec": "snyk-nuget-plugin@1.21.1",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-nuget-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"dotnet-deps-parser": "5.0.0",
"jszip": "3.4.0",
"snyk-paket-parser": "1.6.0",
"tslib": "^1.11.2",
"xml2js": "^0.4.17"
},
"deprecated": false,
"description": "Snyk CLI NuGet plugin",
"devDependencies": {
"@types/node": "^8.10.60",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"prettier": "^1.19.1",
"tap": "^14.10.7",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=8"
},
"files": [
"bin",
"dist"
],
"homepage": "https://github.com/snyk/snyk-nuget-plugin#readme",
"keywords": [
"snyk",
"nuget"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "snyk-nuget-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-nuget-plugin.git"
},
"scripts": {
"build": "tsc",
"build-watch": "tsc -w",
"lint": "prettier --check \"./lib/**/*.ts\" && eslint -c .eslintrc.js \"./lib/**/*\"",
"lint:fix": "prettier --write \"./lib/**/*.ts\" && eslint -c .eslintrc.js --fix \"./lib/**/*\"",
"prepare": "npm run build",
"test": "npm run lint && npm run unit-test",
"unit-test": "tap --no-coverage test/*.test.ts --timeout=300"
},
"types": "./dist/index.d.ts",
"version": "1.21.1"
}