File: /home/thehunarfound/public_html/DMSold/node_modules/snyk-sbt-plugin/package.json
{
"_args": [
[
"snyk-sbt-plugin@1.3.0",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "snyk-sbt-plugin@1.3.0",
"_id": "snyk-sbt-plugin@1.3.0",
"_inBundle": false,
"_integrity": "sha512-SRxPB16392dvN3Qv2RfUcHe0XETLWx2kNIOuoNXvc2Gl6DuPW+X+meDJY7xC/yQhU7bSPPKoM2B7awYaj9i2Bg==",
"_location": "/snyk-sbt-plugin",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "snyk-sbt-plugin@1.3.0",
"name": "snyk-sbt-plugin",
"escapedName": "snyk-sbt-plugin",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/snyk"
],
"_resolved": "https://registry.npmjs.org/snyk-sbt-plugin/-/snyk-sbt-plugin-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "snyk.io"
},
"bugs": {
"url": "https://github.com/snyk/snyk-sbt-plugin/issues"
},
"dependencies": {
"debug": "^2.2.0"
},
"description": "Snyk CLI SBT plugin",
"devDependencies": {
"jscs": "^3.0.7",
"semantic-release": "^6.3.6",
"sinon": "^2.4.1",
"tap": "^10.7.0",
"tap-only": "0.0.5"
},
"homepage": "https://github.com/snyk/snyk-sbt-plugin",
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "snyk-sbt-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/snyk/snyk-sbt-plugin.git"
},
"scripts": {
"lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js'` -v",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "npm run lint && npm run test-functional",
"test-functional": "tap `find ./test/functional -name '*.test.js'`",
"test-system": "tap --timeout=300 `find ./test/system -name '*.test.js'`"
},
"version": "1.3.0"
}