File: /home/thehunarfound/public_html/DMSold/node_modules/snyk-module/package.json
{
"_args": [
[
"snyk-module@1.8.2",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "snyk-module@1.8.2",
"_id": "snyk-module@1.8.2",
"_inBundle": false,
"_integrity": "sha512-XqhdbZ/CUuJ5gSaYdYfapLqx9qm2Mp6nyRMBCLXe9tJSiohOJsc9fQuUDbdOiRCqpA4BD6WLl+qlwOJmJoszBg==",
"_location": "/snyk-module",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-module@1.8.2",
"name": "snyk-module",
"escapedName": "snyk-module",
"rawSpec": "1.8.2",
"saveSpec": null,
"fetchSpec": "1.8.2"
},
"_requiredBy": [
"/snyk",
"/snyk-policy",
"/snyk-resolve-deps"
],
"_resolved": "https://registry.npmjs.org/snyk-module/-/snyk-module-1.8.2.tgz",
"_spec": "1.8.2",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "Remy Sharp"
},
"bugs": {
"url": "https://github.com/Snyk/module/issues"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg",
"pre-push": "npm test"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100
}
},
"dependencies": {
"debug": "^3.1.0",
"hosted-git-info": "^2.1.4"
},
"description": "Snyk module helper",
"devDependencies": {
"ghooks": "^1.0.3",
"jscs": "^2.8.0",
"node-notifier": "^4.5.0",
"semantic-release": "^4.3.5",
"snyk": "^1.1.0",
"tap": "^5.0.1",
"validate-commit-msg": "^2.1.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/Snyk/module#readme",
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "snyk-module",
"repository": {
"type": "git",
"url": "git+https://github.com/Snyk/module.git"
},
"scripts": {
"cover": "tap test/*.test.js --cov --coverage-report=lcov",
"lint": "jscs lib/*.js -v",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "npm run lint && tap test/*.test.js --cov --timeout=60"
},
"version": "1.8.2"
}