File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/snyk-docker-plugin/package.json
{
"_args": [
[
"snyk-docker-plugin@1.29.1",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "snyk-docker-plugin@1.29.1",
"_id": "snyk-docker-plugin@1.29.1",
"_inBundle": false,
"_integrity": "sha512-Mucc1rZ7l0U8Dykr5m6HPjau8b2H8JVtVaXGbKSZD6e/47JDJhudkgrWjsS5Yt/Zdp1weE3+4SguftFiVR971A==",
"_location": "/snyk-docker-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-docker-plugin@1.29.1",
"name": "snyk-docker-plugin",
"escapedName": "snyk-docker-plugin",
"rawSpec": "1.29.1",
"saveSpec": null,
"fetchSpec": "1.29.1"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-1.29.1.tgz",
"_spec": "1.29.1",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-docker-plugin/issues"
},
"dependencies": {
"debug": "^4.1.1",
"dockerfile-ast": "0.0.16",
"semver": "^6.1.0",
"tslib": "^1"
},
"description": "Snyk CLI docker plugin",
"devDependencies": {
"@types/node": "^8.10.48",
"@types/sinon": "5.0.5",
"prettier": "^1.17.1",
"sinon": "^6",
"tap": "12.3.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5"
},
"homepage": "https://github.com/snyk/snyk-docker-plugin",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "snyk-docker-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-docker-plugin.git"
},
"scripts": {
"build": "tsc",
"build-watch": "tsc -w",
"format": "prettier --loglevel warn --write '**/*.ts' && tslint --fix --format stylish '**/*.ts' --exclude 'node_modules/**'",
"lint": "prettier --check '**/*.ts' && tslint --format stylish '**/*.ts' --exclude 'node_modules/**'",
"prepare": "npm run build",
"test": "npm run lint && npm run unit-test",
"unit-test": "tap test/system test/lib -R=spec --timeout=300"
},
"version": "1.29.1"
}