| Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-module/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-module/package.json |
{
"_from": "snyk-module@3.1.0",
"_id": "snyk-module@3.1.0",
"_inBundle": false,
"_integrity": "sha512-HHuOYEAACpUpkFgU8HT57mmxmonaJ4O3YADoSkVhnhkmJ+AowqZyJOau703dYHNrq2DvQ7qYw81H7yyxS1Nfjw==",
"_location": "/snyk-module",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-module@3.1.0",
"name": "snyk-module",
"escapedName": "snyk-module",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/snyk",
"/snyk-policy",
"/snyk-resolve-deps"
],
"_resolved": "https://registry.npmjs.org/snyk-module/-/snyk-module-3.1.0.tgz",
"_shasum": "3e088ff473ddf0d4e253a46ea6749d76d8e6e7ba",
"_spec": "snyk-module@3.1.0",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
"author": {
"name": "Remy Sharp"
},
"bugs": {
"url": "https://github.com/snyk/module/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"hosted-git-info": "^3.0.4"
},
"deprecated": false,
"description": "Snyk module helper",
"devDependencies": {
"@types/hosted-git-info": "^3.0.0",
"@types/node": "^8.10.61",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"benny": "^3.6.14",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"prettier": "^1.19.1",
"tap": "^14.10.7",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/snyk/module#readme",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "snyk-module",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/module.git"
},
"scripts": {
"build": "tsc",
"format": "prettier --write '{lib,test}/**/*.{js,ts}'",
"format:check": "prettier --check '{lib,test}/**/*.{js,ts}'",
"lint": "npm run format:check && eslint --cache '{lib,test}/**/*.{js,ts}'",
"prepare": "npm run build",
"test": "npm run lint && tap --node-arg=-r --node-arg=ts-node/register test/*.test.js -R spec --timeout=60"
},
"types": "dist/index.d.ts",
"version": "3.1.0"
}