File: /home/thehunarfound/public_html/DMS/node_modules/snyk-policy/package.json
{
"_args": [
[
"snyk-policy@1.12.0",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "snyk-policy@1.12.0",
"_id": "snyk-policy@1.12.0",
"_inBundle": false,
"_integrity": "sha512-CEioNnDzccHyid7UIVl3bJ1dnG4co4ofI+KxuC1mo0IUXy64gxnBTeVoZF5gVLWbAyxGxSeW8f0+8GmWMHVb7w==",
"_location": "/snyk-policy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-policy@1.12.0",
"name": "snyk-policy",
"escapedName": "snyk-policy",
"rawSpec": "1.12.0",
"saveSpec": null,
"fetchSpec": "1.12.0"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-policy/-/snyk-policy-1.12.0.tgz",
"_spec": "1.12.0",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "Remy Sharp"
},
"bugs": {
"url": "https://github.com/Snyk/policy/issues"
},
"dependencies": {
"debug": "^3.1.0",
"email-validator": "^2.0.3",
"js-yaml": "^3.5.3",
"lodash.clonedeep": "^4.3.1",
"semver": "^5.5.0",
"snyk-module": "^1.8.2",
"snyk-resolve": "^1.0.1",
"snyk-try-require": "^1.1.1",
"then-fs": "^2.0.0"
},
"description": "Snyk's policy parser and matching logic",
"devDependencies": {
"jscs": "^2.11.0",
"proxyquire": "^1.7.4",
"semantic-release": "^4.3.5",
"sinon": "^1.17.3",
"tap": "^5.7.0",
"tap-only": "0.0.5"
},
"homepage": "https://github.com/Snyk/policy#readme",
"keywords": [
"snyk"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "snyk-policy",
"repository": {
"type": "git",
"url": "git+https://github.com/Snyk/policy.git"
},
"scripts": {
"check-tests": "! grep 'test.only' test/**/*.test.js -n",
"cover": "tap test/**/*.test.js --cov --coverage-report=lcov",
"env": "node -e 'console.log(process.env, process.versions)'",
"lint": "jscs lib/**/*.js -v",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"tap": "tap test/**/*.test.js --cov --timeout=60",
"test": "npm run check-tests && npm run lint && npm run tap"
},
"version": "1.12.0"
}