| Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-config/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-config/package.json |
{
"_from": "snyk-config@4.0.0",
"_id": "snyk-config@4.0.0",
"_inBundle": false,
"_integrity": "sha512-E6jNe0oUjjzVASWBOAc/mA23DhbzABDF9MI6UZvl0gylh2NSXSXw2/LjlqMNOKL2c1qkbSkzLOdIX5XACoLCAQ==",
"_location": "/snyk-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-config@4.0.0",
"name": "snyk-config",
"escapedName": "snyk-config",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/@snyk/java-call-graph-builder",
"/snyk",
"/snyk-docker-plugin/snyk-nodejs-lockfile-parser",
"/snyk-mvn-plugin/@snyk/java-call-graph-builder",
"/snyk-nodejs-lockfile-parser"
],
"_resolved": "https://registry.npmjs.org/snyk-config/-/snyk-config-4.0.0.tgz",
"_shasum": "21d459f19087991246cc07a7ffb4501dce6f4159",
"_spec": "snyk-config@4.0.0",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
"author": {
"name": "Remy Sharp"
},
"bugs": {
"url": "https://github.com/snyk/config/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^3.2.0",
"debug": "^4.1.1",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.5"
},
"deprecated": false,
"description": "Config setup for snyk shared across projects",
"devDependencies": {
"@types/node": "^6.14.9",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"prettier": "^1.19.1",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"typescript": "^3.7.2"
},
"homepage": "https://github.com/snyk/config#readme",
"keywords": [
"config"
],
"license": "(Apache-2.0 AND MIT)",
"main": "dist/index.js",
"name": "snyk-config",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/config.git"
},
"scripts": {
"build": "tsc",
"format": "prettier --write '{lib,test}/**/*.?s'",
"lint": "eslint 'lib/**/*.?s'",
"prepare": "npm run build",
"test": "node test/*.test.js --afoo --azoo='true' | tap-spec",
"watch": "tsc -w"
},
"types": "dist/index.d.ts",
"version": "4.0.0"
}