{
	"name": "snyk-cpp-plugin",
	"versions": {
		"1.0.0": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.0.0",
			"gitHead": "603330dc149dcb7a1900fbd91b1c8d3ab5586b55",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.0.0",
			"_nodeVersion": "10.22.0",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-wKkQmy6ANNlSloznqaGT34OrCq1u8L09eq7i+GBW15DmG9+mQg7hhyibMBFO+Pj/AY48WoGL6aSSeud/wZBVOA==",
				"shasum": "80aac33a1677e0376d521e1860a8eb2c42ed8afa",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.0.0.tgz",
				"fileCount": 3,
				"unpackedSize": 2441,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfM9WMCRA9TVsSAnZWagAAg5sP/jfQF14nRD4S8rOynR10\n+SDLU9AkSvYkUDyjwBY4K/ogWXpePc4A/r6k8ACBMoGUqkpyo88kJ8S7rFY7\nMGHK3fwHHz8WOD0Hti4xzkbGkX4Y2ARNazAtDCxQM6QXyoF/CIsUrLMt9KHQ\neUaMeIfjj3RB6UvOs/1Hhd5slp2JfOIwXLiaaN/VtXps/dFCk067Iqg9vfD0\nuntCp0o2ugHWM6IVcdppH+TMc74E+Du3yQuRKTGb+/nibmeKDfVGhQoXg16q\nnBQe1TpFX/xFat+sNvRqS6ivRjjgQ0BSAw+DlMNkkqnXXc12NCuYVLWKNTag\n9ptt0yGfaSSxtG8v5zqF9jCJ10OQvpSPQPzvwiGuamJ/qIAAjfunLldWqI8I\n3TiNlTF+mIkyddP5hlFmBAmHTttwzqTL9zeu7/Me2kWEcddt875iVMDRLIom\nSc7ViFfFK6rY+w67Ia0NDg9CQSKFaSzPmpo9/zD3X74BaJXQrdme3u/SaCPk\n8OTd9EJ59ACRRDuj0dwtD6RfBYgrYveY6jeay8TJir7sI1oVUfGHWsFTuYgx\nl/S6+9qfdtC+2EArenpgRb56eDRBgAj2a7PkFBcVFsHM0380om9XhThE1qIF\nz3vvkZrz7aJqA2Cr7/WshwBeKjO1blfkMNtAO7D5AI54qy4wA6pPCqgE41MM\nW6DE\r\n=Hjf9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.0.0_1597232523948_0.07480125407928462"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.0.1",
			"gitHead": "0a72c862b6dee03b7fcbec1e3f7af6f9af995ea8",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.0.1",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-/sAf73PkKb/tFj0TGp+5bkqsH7OkzZBj6xzWG9LySVkrcWJWAnHnrXQG3/w81zfkypQwoqRMLjHapO/jckPQLg==",
				"shasum": "bbdfe2f19c6d3b4e7980f9a591ba1d41b71589cc",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.0.1.tgz",
				"fileCount": 15,
				"unpackedSize": 8651,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNnbpCRA9TVsSAnZWagAATZYP/jAX0qGanPBgev0P1wQh\nCbynX50jgkcMgCDmV8ez3nDTWpgSUyDGfLew1phy4NlKLMRh5/NK23UPXuqG\n3S4ypUap/X5XMzp8Il2kyprnvARQ1fqCvNDOieF6iESrNQevKLfrUpKaE0XC\npHCeGtI8hAwCMV2IfaNIjj7SZUQDdxDqqzxjN5/ihgOHcERsVEHNX0g+D/4n\nXJ4vjxXG126CIwGZhaahjLw1/sN4oxEzH2AJ17X2x9EKpQe2L5OmW/mu4SWB\nnSKb23bDSVCoigW0yXbzsZDg9ivSPkj7+mmMc2dEeeBW/3bPRnLQDqwa8QON\nCT3nelBfRZNHFYIGLp3PrklRZKr6/iIwhtRSobZBznYY1wRj6mAHlrSiFiiR\nKwRjbtWU9bZ9EDsPXVi+V/VRWNWu1xGMc4Vs3o4ue8+Nw0myzptv0OsyrOEk\nTiOIyZ/ZuBuHBj30rRiH99LqD7I4RPd8S4lo9SIeRZl9TB2OKgCsm7YwQuca\nyvOxuZH/qtuJeFgGtS0q0lC4O1SyNwriNSZ4FMrYYYcmc4OVwvZEphkieAlV\ntiGnnIlBSJ8SScg/L7Qp7yJh57ldFv/ZPRBL1HlW3e9t/1IQvMz4lWlO/JI+\nVNdDKBBWP/IIZvAbhoG3UaA6HrScUGon9Q0o8PlfThKsfZsMWxAKUqt0nExE\n7rMT\r\n=0M5S\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.0.1_1597404905130_0.6189752617473636"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.1.0",
			"gitHead": "83dda4617e914fae81de18e68621bdb9a1afbaeb",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.1.0",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-XoRuQP+RJoPMkUiIHjCgPFIHIQuSqkhgqAsu8+C1VkHlSm4TKFokO3GWxGGBkCempA3TVUpEjygowW3a9FcF1A==",
				"shasum": "2a23f7351ed4aa03bbd3930fa6b95aff5ef7e9a5",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.1.0.tgz",
				"fileCount": 21,
				"unpackedSize": 11335,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPBGpCRA9TVsSAnZWagAAnxUQAKJOxUyzueah5idqVc7V\nSiMvSOJQE/Tc97eJFv55MsHg7EeVHZuBEq9EjC0zz1HSnMhnnskxKqi5qGdy\nXIcTZIezQdecq/Q5+k87CT9ZUkZ1JKVdWKKGgQX7lpb6BgyIvdcxqh0CfApR\nxS0lwbHkILB4HfFfpN+68Qvg71OlgFF3pYBi9anNiJvNt/VNSx15oYErfPn4\ndqnd85plXoVaLO9WM2pVcDev0mlHTXfd4ikqIuctA2MGKL63dwM17Qe6CN6G\n8YNVDBP6Cg2Xw73PJuqEhYj0fVuedCUqkSEGRHTk/rxuVMqjsb5be0LH8PlD\naJxkGcM3gvqONrKIsbxWm+CNiVnhzZktzjiuPjb5ZZFD0IVaEuDDhuuzAjZs\nofMatSVIBi098PbTL0sSHpu31owPk6MxjYBwn3ZferxP5KTwSDUOV5KXAZ51\nWiVDZfuljPaneuWnjNhFEpRsaa08HKwfNv4EDBB/KJEWoBXkWfJREy15mVt6\nDnaGlUlrSqOkJAMsiDT1JT9x0uL73O+WfWIiZDac9X/sseq2oPil7Uh8Jypx\nO29Bbker+p1O1xkaurxPX1U8SeN79cSUn3rPQgqzVZ8CSkPcrf2TgyqTUwhl\nQcIWJaf4u0e9bfievQcYPbwJiOm3s5eC8+TDga85w2/BoAQDuQV6VHY2cOiz\nNhyY\r\n=AzzU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.1.0_1597772201109_0.4026403071639202"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.2.0",
			"gitHead": "f05f703463550ce055e8887420ef8d8ee3b0e2d4",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.2.0",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-zc2h0IAAjcxJwxWp4rauliwEUXZahmC3WoCgjTmRi36UhzwlxWJf8QpIeSOKJnc3t0NhlKzUc1YFkaQGJ2dXVQ==",
				"shasum": "1e554eece61d40288bbc745f040c2ca54ec7e08a",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.2.0.tgz",
				"fileCount": 21,
				"unpackedSize": 11192,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPS45CRA9TVsSAnZWagAAF5oP/2eKZhiZX88gWkLNsYEq\nLzvyG/g+Kae7ONJ9h1P18X603+s9asAWBEbGlSkOOuHkWp+bw41cYZfXrRNt\nzp+YPJ98+8vyqsotJ1UxOJ3INNfe+1wwWqsbbV45X4PWqzjG8PiMjFxPKg1V\nJkZYdhosEEBKgf2SK2DWjenP5vcDbvGYErYvwej7X39+TwCOO+JNbeN/Dc81\n0JqwTtPv+t2bWFa1E/7ACfbTTVfmBYqeyBmipDeXq6UeCBbzQ32YFO0vtFO8\ndg4aCJ56ZpiKzJSvnxun2h6lfxi6EabdrAhVBAXi0HtYL/wQaBexTM4T5lwt\n5O3qtlGOEvW9LtALSMqys/SHggSLz692AyV4O6obBj+4JRMMuZMXrgdO0Ukd\nhlIZT4x6jcPxR7pLG5k808CPU27ftJ4ya7Mj8xK8exXKzBHAa8NYUDviPCDE\nwrebx/T8QT4s52c8D9euBdlTuHisx9LIdG0HoBkspjHneAIAipGOL4e3l6wh\nxR97eCm+UpBSzk0hMlFeFL82zBym9ojUDKSHOneIJU6kv/QUOLbu5mf7hWqX\ncMbOeqd0JBHibUkUGoQH+3Js/3rxZrfAZHE7zKDnYzdpXy4lLrM5z9JpQLta\nIm5JCU838hfiKTg1McDpO9wC9QvXdQnuZ2cN8EV/ziRtB6HiEfH+LDvtpZfK\nGvEm\r\n=Gz/A\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.2.0_1597845048943_0.2646157596703034"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"@snyk/dep-graph": "^1.19.3",
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.3.0",
			"gitHead": "527f93924dc10dd5a9e2d004ec25f0bc09d17745",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.3.0",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-EgiWXJHw8f2crxkoNcDevJo1h3piGj1b9zbQkSEKQVYBK3ykDBD3QmRXtZ5yJKdBRPoKXWOVpTzcO0XhJOG2Og==",
				"shasum": "aa462b8045e67e64d52c8a226d953afa7e74bda4",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.3.0.tgz",
				"fileCount": 21,
				"unpackedSize": 15800,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQ5OeCRA9TVsSAnZWagAA1WQP/iqDvkUXQGIDwbZ3m/PT\nkBPA+f0R1ibh6meLCdarJ3eTPIPcUatsj71sDHO8sb0dctDFA281NWfN9lEA\nwN6WVWrYxSU7L8qgQazvhHbPlue7fqFw9GdSNTNgWCORvPOCIf+3SDV9Stgj\nLV7G0n9ErP8h4I4LSYDYkvgGXzd4hQAIkxpw+DMarilSjh63q8p6WAVhclFS\nt8prYIEVK9J2euAWKHXxOEJDfAZodsdcRKi++Xnvly/ylmjrtnWQM3fFGNnJ\nER4jiIFLbLzZCytuhSx0VbnDTAOACqaKajjkOUvzIBSVdVkR5BEcgxW4v/e+\n4UiP5T3pMZ37WsCTY64EwnYLyYX9fgM1ub6kRHbF4n7yzPulAjY4zIkoYahF\n+CV4/zrcqCZWGV+kjuD1Ez4D/EpKncT440x0BYjVNIk+m5cI+yNMGQ1GUJ0k\nG69Gg2TUw46IZ4z11maKMlP9GV8JPjBrHP+huQhXe2E9UgppEkw8t7KQrrsS\nGBgLFTBUp4fAPZc03zts2todiPCalIfGqUvyzKo1AmNTB9U9sM+/u2wx6nFF\n2yozy8s2fZdvRledMGSAgZNbFUeiIa/luJgnFBY6kFeePsCJLLBk6W646KlG\nYrlc86aFzcW/xCgFhfHR1WS+gLqJgl4nSSq6tiP6+t2zj19vfV0ipsb8Y+y/\nyORC\r\n=O/zk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.3.0_1598264221911_0.42398518482292613"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"@snyk/dep-graph": "^1.19.3",
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.4.0",
			"gitHead": "9283a6148402f73be85b14c91f13bf45a99fa37d",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.4.0",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-DaI2u42FRvASQpcu+p52nzDd3QPsrIHLN4JxnvcH32diPps9ynkx5CMNkarBgDo00GZfsWgz9RrDfDFCx3TSQQ==",
				"shasum": "011b04936ec60047fd3d62b93f4b87b4eefba538",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.0.tgz",
				"fileCount": 21,
				"unpackedSize": 17514,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRNDwCRA9TVsSAnZWagAAdE8QAJFsN2lgnrtgwSV05FFb\njWJQKQc74nIv0kzG8xYnJvYuEosaCdFQbgk7C2Gmo3ACZ3fsYmTTALFsCV29\n3KIL6J/hZhm9Aw9E7qDU81QqrFwAmbOMNxNscBfDrWPggP3zv4WjCFbs9Ak8\nEsly1fyEWXhs3i8kGBalrDoqv+tBFEy2LdTaCocdORvokCTgxkGki5A0MOLk\n4MecuY1QY7FOLyfUfwet5p5FUxRS5Z5oLv1B4qFh4kiKlPm58pRJZePQFfeK\nmudaubbkdq91/vbxOYofagMEcRn4cITQeIq1yzVTQY9EJ3/2yXrmJnHBC0+I\nOa1j2cle6EVhLs32EPKCnromnRhzuob7Yd9/xWPWdRJ27gJOS6qcgIhcZM2t\nEDioFANjMuHvlm8GwnGwDLHBbBmS2KE5zEHS5Yh8oNJOj//trDRrmL+XcEvt\n1aiBSfNhf7bBECsSlylkawqcWGub+xwko3EVMvK+BohNyZ4WP1R7+vp6HlV8\naDKhJhM2iM92f336BHS8U0Q+8Qbq6QKatQ9u7lRXi65ziUJVP3YGyGpNMYNY\nvLG2ZNSPcDfJKcRtvsDwUk7OMgHEu1e2DAlBDTvDDZPvuuJIYgGtuaNRJXTU\nMIe8z0tFoJHP1OWuJrHElQ7sROoNmqyDN6wfp6W7Borvrsbo7ZubMHoPZ/Aa\nbIjc\r\n=K4sz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.4.0_1598345456445_0.41797058170516643"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.1": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"@snyk/dep-graph": "^1.19.3",
				"debug": "^4.1.1",
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/debug": "^4.1.5",
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.4.1",
			"gitHead": "09c9c8458d7b53fd6781cf85955ac8ff5b74e0d0",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.4.1",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-akhVFsuGBD5yyQtTNoItzG8M6k7dd6A16cHBSoTsP8TgnQdm0QIJMrE2zj0Ak1wgyTCiZeGkI6NE9TDwvvfKLw==",
				"shasum": "f7f4b5a26c108b7f5bb70a463993ee440f1ed60c",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.1.tgz",
				"fileCount": 21,
				"unpackedSize": 18438,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSMQ7CRA9TVsSAnZWagAAsJQP/0bJL3oAlUvVaA1CuPcG\nJPy6wdEliEG0crIuBw55nfSytu45L5WlZPpmWBbsSMW2VvDGTWaYF2dIEH4+\ne1mRcUcuTJ7mBTbDvLNQ3lH/0wgod4g04zOUosjadqD7Lw4egAbAA9KFMPiv\nlJahk4I4TLKjx8JKXCPiJr57wkktHcGIWkPdiTq3MW8YwDquur4SPiVJIhNP\nCgF3a0imi8dCa527jRG+AuPvoUdfBXdtUeZWAuu5t/m/IP89nTdTmyG2/OxA\n/TG4l/fT99/FAYmZpqEPz/tFriBNuNe9jFJ37K61+eDfMOVCJu9pq3aT4lTk\nlDjS2a/Z3aRknhEp6D+Xksexnzx7uM75uKBGVBUXGucZMfNjJEBzVI9wcE0P\nBlTkTJMc4eH4VXxL+PxIzVZ/YBSZKWP1rbBiHXT42EOhGw3S3vGZ+Z83Xth1\nc1RzJ7haZg7V91gd28zKDIcYtp5Vb8rlfJfklTwTUdMNbd7QUUw7YqYLHlnS\nCdFS/WDiJvgDqTi/wsbEG2dNEQTuXr9gkB1rV1sz0C27Ot/fVP4frXHlm6xo\nSw37cTzvGQtPsU8SSoIBCB1IdT3K7IZ7QcrvAi8LVX7oGgbM+CWyUjZE2yph\n63rBPEB0idPOiDSDvOoW5H5tfJlNdL1LYKrEUcM5i///ukep9zXrSKzfa5Yx\nmmfm\r\n=ZQmY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.4.1_1598604347562_0.32385028262862114"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.2": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"@snyk/dep-graph": "^1.19.3",
				"chalk": "^4.1.0",
				"debug": "^4.1.1",
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/debug": "^4.1.5",
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.4.2",
			"gitHead": "5ca645e8b94eb3586134bbaa9e0347491498ea09",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.4.2",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-VC02ygLNzwc/g2KM65FcLmo/SCsbB9sev8My5XJ+W/H2L5BfFzExyAO8UZ3V/8rwBKsnCz9huq5gykTuvNUnjQ==",
				"shasum": "37a36af4895b9b5be318a48902b603735c167042",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.2.tgz",
				"fileCount": 21,
				"unpackedSize": 20172,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVkFyCRA9TVsSAnZWagAA9hoP/AitsVjz/qqRx1664IVx\n4t/HVUJ8glED8V5yHXYsRJmVCc43xa0ZGlAp2fQ8Kw5dBtnu1vNOr62U8O43\nkuknL7OnwBkAHET5VtTfoGfPDSPsUcNEl7kWmoi19yoqF3sEBq3ysW+VpaG4\nn10uqqkvq/pOCSZfGvwovbiKx1+O48vo/bsNqGjejiMJS90MVjDlSa65ah8/\n4/9OJa2ZwP2GqtrXTPOHegQbb7MHdreXaD4BFz0re8xcG2D3B1VqW8CMKsZq\n7xjtJ99nJLudO5soWaF00NOMdqHhDSL+goKrxwGv444kSG7YYtH/p5SwBWsi\nAi+TVcyDYWT9GrFk97ig87FRXrWlsFCZl3pe2FBArGK12uOxf7b1KtIzpAD7\nq3vdOr2CpBVh0F3rJ2glSjn0M/ZK81pJOgokY+ToAIyzjcc2mVMaza1ralMn\nzq1ksz1ovUtLaDoZB1KiyKDJI1JjZ5vaR18Ortl7rODcjYBZkkzJ2TFmJyAk\nktKuc+ZmBhcIyd2HDCJp/z3j5EO4sl3bePjsxV074qEj6g1jDXcgvM3bfNv5\n6wDSRmWeEtObkiUuV0WiFDutouwy8iWRBMezyJmWaeAsUrvH9C0UClp1NV18\nAweuzm/6rNeSK6P5L7sMH6rH0Qp38TNWO454/w0jKcD2/9ZRE/hb5N60gSd4\n0uZx\r\n=+YH6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.4.2_1599488370343_0.6995525718520461"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.3": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"@snyk/dep-graph": "^1.19.3",
				"chalk": "^4.1.0",
				"debug": "^4.1.1",
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/debug": "^4.1.5",
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.4.3",
			"gitHead": "0c2d4af775e14f6baca03e98271ff043ba1ce2ea",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.4.3",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-dHnYm6SVk+LGDqXaVwZqg6+0dMNjjPgJ3S3XUhjTWtGHqvokAdK5iGqSvwbQbJGOikEqt0rjnkorsgnGD/TbjQ==",
				"shasum": "ec90e1208cfe917d55646afc93da26a71d526c6f",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.3.tgz",
				"fileCount": 21,
				"unpackedSize": 20104,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV0UTCRA9TVsSAnZWagAAkPYP/3u2HUFrzyYIC+db0543\nf2cEbpsRGaCnRidq0SH4VVF9XBju1fj7hV755kfHGF0kP1QL/U2/29wU09sj\nWUYrB7tSaeX+BVcs2ToirDWf2f1mb7iZ6vTwBxEvL2GhtM6qgAhjZi1YgUtg\nlqBNnOmNIXQYV4ilk8QlsNds41KhTJ5rGO+zXJi2HqS4beRugUELGQ2ibkU3\nrnq6znkbS/YW1nRQ+atlhYISugXm06Wjy2bdIZ6tFI7fpvYJc+rEsWRnoZYB\nz3P4wcHiXz/YM8mIF25vFlQSFhgczLnyHYrCQz8F9lnOSpUMGnAicTsM8BvE\nCnK3T4Y3K+vFaWrVwZv4ZmXZHitvJRpTW89uzL7Ll75uKzA8ucNeISeh5wt9\n51wij9QIcUsGQ3dNAdDP2xuDrZRcz9kdVz1Q4p/SJeBXAeC4Q43ZvuaRAuTT\neRLRyNDYVMj3qZ2MaTDE691RHvhM3pmXFAR6iXqookg/bQue0hLy3EsavBIj\n/mcYg2/qSxGXMwA4cXaQllC62V+lfV1O/EqcRyiHxMHlYuyCwcc9SD5oqFXh\nqHiAUUBylNO9nj7reyP1VzzoAJhp3AUzUbv1Is5aGHwvW6All14upXNt2ZAJ\nZEHlXUVJTTDZ6tfyq0CRkSkkLJ/MzQqZZoaL7FmklTeAd+fCxqbsm8pw2G5o\nyFjI\r\n=Vk5R\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.4.3_1599554834436_0.5423309148649149"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.0": {
			"name": "snyk-cpp-plugin",
			"description": "Snyk CLI C/C++ plugin",
			"homepage": "https://github.com/snyk/snyk-cpp-plugin",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
			},
			"author": {
				"name": "snyk.io"
			},
			"license": "Apache-2.0",
			"engines": {
				"node": ">=8"
			},
			"main": "dist/index.js",
			"types": "dist/index.d.ts",
			"scripts": {
				"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
				"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
				"lint": "npm run format:check && npm run lint:eslint",
				"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
				"test": "npm run lint && npm run test:unit",
				"test:unit": "jest --coverage",
				"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
				"build": "tsc",
				"build-watch": "tsc -w",
				"prepare": "npm run build"
			},
			"dependencies": {
				"@snyk/dep-graph": "^1.19.3",
				"chalk": "^4.1.0",
				"debug": "^4.1.1",
				"tslib": "^2.0.0"
			},
			"devDependencies": {
				"@types/debug": "^4.1.5",
				"@types/jest": "^25.2.3",
				"@types/node": "^8.10.62",
				"@typescript-eslint/eslint-plugin": "^3.8.0",
				"@typescript-eslint/parser": "^3.8.0",
				"eslint": "^6.8.0",
				"eslint-config-prettier": "^6.11.0",
				"jest": "^25.5.4",
				"prettier": "^1.19.1",
				"ts-jest": "^25.5.1",
				"ts-node": "^8.10.2",
				"tsc-watch": "^4.2.9",
				"typescript": "^3.9.7"
			},
			"version": "1.5.0",
			"gitHead": "b87e4906cd44858a846dbd14b795b68fbb8d418b",
			"bugs": {
				"url": "https://github.com/snyk/snyk-cpp-plugin/issues"
			},
			"_id": "snyk-cpp-plugin@1.5.0",
			"_nodeVersion": "12.18.3",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-nBZ0cBmpT4RVJUFzYydQJOxwjcdXk7NtRJE1UIIOafQa2FcvIl3GBezfrCJ6pu61svOAf5r8Qi/likx6F15K1A==",
				"shasum": "2ec2068fdcf5e579eb7d9b9eed8bb984fd00a925",
				"tarball": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.5.0.tgz",
				"fileCount": 21,
				"unpackedSize": 20328,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX6O9CRA9TVsSAnZWagAAlrwQAJdgF5FIojcZdNzCOqib\nAd//EXyGDI6SxM6ArNlRKi8+inVDJO9bDvEPqzOlqXQSg5y7NdMMcTZDqsNK\nwtcCGiyOOF0bgCgDQlQkxerg4jwSEOHGLwsS5ApZXzzPUVhdqjw3ZqjOCsVy\nLBzyrs0VMnyByh4y6zhzMw1Q4TEyMcZZLWeptxm17BjWcB9/SYCeAyjxST3D\n6bTu6TTBT+8UAX3UPvv2oqlR5FH0Uq5JZHe7R4AEdEilgGyqYsNRQEAj2UxH\ncmifAshKiHteyz5N4y4DWPeVKq0RlfPjkqfA+dLcRVfDlx6OpLqhLBVd6tyM\ngkAYgIOPyQ0EFnKMLn/YYdIuI6Tc5rCiq+RB2Zg8b5TywB8yiljewGsWRRso\nwQpRJzHcYQ6QJgO6e6w+NXVRIhjTx7POG3vK1allzusSVvX8JwBQAX3icmka\nid2IJNtvn+m1wBuHCk1rVBO73wMUyATIXZbRCCAeivTI957e41IVffd/IjSH\nsiGa/fTCP+PmtCO8vV1y6lRbfhPnlwqm4imu/v1c6H/5KkQmmbndVbIIODNO\nuIobmqgDLkFmc1JySBtZTvRdi0h5ylZo3uS0VUHmEX7dOX8Dn1U+21Q/HoVy\n4KMP+RGYjS6MQCMK0A/oF8o+MDHrmAdwj8UGid7CDol3qQox4Sgq7ct5T94X\nerFO\r\n=+Nhj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "snyk-admin",
					"email": "npmjs+snyk-admin@snyk.io"
				}
			],
			"_npmUser": {
				"name": "snyk-admin",
				"email": "npmjs+snyk-admin@snyk.io"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/snyk-cpp-plugin_1.5.0_1600103357066_0.41297776984294043"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2020-08-12T11:42:03.948Z",
		"1.0.0": "2020-08-12T11:42:04.072Z",
		"modified": "2020-09-14T17:09:19.525Z",
		"1.0.1": "2020-08-14T11:35:05.316Z",
		"1.1.0": "2020-08-18T17:36:41.233Z",
		"1.2.0": "2020-08-19T13:50:49.044Z",
		"1.3.0": "2020-08-24T10:17:02.021Z",
		"1.4.0": "2020-08-25T08:50:56.541Z",
		"1.4.1": "2020-08-28T08:45:47.669Z",
		"1.4.2": "2020-09-07T14:19:30.505Z",
		"1.4.3": "2020-09-08T08:47:14.624Z",
		"1.5.0": "2020-09-14T17:09:17.244Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.5.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"bc352cbf53a8e6fea0919deb4bb3b15a\"",
			"fetched": 1600788246498
		}
	},
	"_distfiles": {
		"snyk-cpp-plugin-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.0.0.tgz",
			"sha": "80aac33a1677e0376d521e1860a8eb2c42ed8afa",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.0.1.tgz",
			"sha": "bbdfe2f19c6d3b4e7980f9a591ba1d41b71589cc",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.1.0.tgz",
			"sha": "2a23f7351ed4aa03bbd3930fa6b95aff5ef7e9a5",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.2.0.tgz",
			"sha": "1e554eece61d40288bbc745f040c2ca54ec7e08a",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.3.0.tgz",
			"sha": "aa462b8045e67e64d52c8a226d953afa7e74bda4",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.0.tgz",
			"sha": "011b04936ec60047fd3d62b93f4b87b4eefba538",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.1.tgz",
			"sha": "f7f4b5a26c108b7f5bb70a463993ee440f1ed60c",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.4.2.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.2.tgz",
			"sha": "37a36af4895b9b5be318a48902b603735c167042",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.4.3.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.4.3.tgz",
			"sha": "ec90e1208cfe917d55646afc93da26a71d526c6f",
			"registry": "npmjs"
		},
		"snyk-cpp-plugin-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-1.5.0.tgz",
			"sha": "2ec2068fdcf5e579eb7d9b9eed8bb984fd00a925",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"snyk-cpp-plugin-1.5.0.tgz": {
			"shasum": "2ec2068fdcf5e579eb7d9b9eed8bb984fd00a925"
		}
	},
	"_rev": "7-1ed1f664e35e7c80",
	"_id": "snyk-cpp-plugin",
	"readme": "![Snyk logo](https://snyk.io/style/asset/logo/snyk-print.svg)\n\n***\n\nSnyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.\n\n## Snyk C/C++ CLI Plugin\n\nA library used by the [Snyk CLI](https://github.com/snyk/snyk) to scan C/C++ projects.\n\n## Getting Started\n\nClone the repository and install dependencies:\n\n```\ngit clone https://github.com/snyk/snyk-cpp-plugin\ncd snyk-cpp-plugin\nnpm install\n```\n\n### Run tests\n\n```\nnpm test\n```"
}