File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/snyk-python-plugin/package.json
{
"_args": [
[
"snyk-python-plugin@1.13.3",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "snyk-python-plugin@1.13.3",
"_id": "snyk-python-plugin@1.13.3",
"_inBundle": false,
"_integrity": "sha512-Ud7mHmpMG4uCChvYLx5jA8HwOV/FNpT65xTxSt+6wsOjIUTuLiqM86mbvgzgk3pir8vMP9yQEsCi1i0zYLBArw==",
"_location": "/snyk-python-plugin",
"_phantomChildren": {
"os-tmpdir": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-python-plugin@1.13.3",
"name": "snyk-python-plugin",
"escapedName": "snyk-python-plugin",
"rawSpec": "1.13.3",
"saveSpec": null,
"fetchSpec": "1.13.3"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.13.3.tgz",
"_spec": "1.13.3",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-python-plugin/issues"
},
"dependencies": {
"@snyk/cli-interface": "^2.0.3",
"tmp": "0.0.33"
},
"description": "Snyk CLI Python plugin",
"devDependencies": {
"@snyk/types-tap": "^1.1.0",
"@types/node": "^6.14.6",
"@types/tmp": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.0.0",
"prettier": "^1.18.2",
"sinon": "^2.3.2",
"tap": "^12.6.1",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
},
"homepage": "https://github.com/snyk/snyk-python-plugin",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "snyk-python-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-python-plugin.git"
},
"scripts": {
"build": "tsc",
"build-tests": "tsc -p tsconfig-test.json",
"format": "prettier --write '{lib,test}/**/*.{js,ts}'",
"format:check": "prettier --check '{lib,test}/**/*.{js,ts}'",
"lint": "npm run build-tests && npm run format:check && eslint --cache '{lib,test}/**/*.{js,ts}'",
"prepare": "npm run build",
"semantic-release": "semantic-release",
"test": "npm run test:pysrc && npm run test:js",
"test:js": "cross-env TS_NODE_PROJECT=tsconfig-test.json tap --node-arg=-r --node-arg=ts-node/register ./test/*.test.{js,ts} -R spec --timeout=900",
"test:pysrc": "python -m unittest discover pysrc",
"watch": "tsc -w"
},
"version": "1.13.3"
}