{
  "_from": "@hawkeyesec/scanner-cli@1.7.1",
  "_id": "@hawkeyesec/scanner-cli@1.7.1",
  "_inBundle": false,
  "_integrity": "sha512-qRUlDrQ4ecfzQsRI/f5kEcdC5VMOgDAMr28OIApCMeMrvc+J/TNJW5a/MeLnaP6G3nHKGpGrb4S8VWOVrXwq+Q==",
  "_location": "/@hawkeyesec/scanner-cli",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@hawkeyesec/scanner-cli@1.7.1",
    "name": "@hawkeyesec/scanner-cli",
    "escapedName": "@hawkeyesec%2fscanner-cli",
    "scope": "@hawkeyesec",
    "rawSpec": "1.7.1",
    "saveSpec": null,
    "fetchSpec": "1.7.1"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/@hawkeyesec/scanner-cli/-/scanner-cli-1.7.1.tgz",
  "_shasum": "c45c27a10bbb8f34b8833c7d66a7c7c55d10f063",
  "_spec": "@hawkeyesec/scanner-cli@1.7.1",
  "_where": "/usr/local/cpanel/base",
  "author": {
    "name": "Karl Stoney",
    "email": "me@karlstoney.com",
    "url": "https://karlstoney.com"
  },
  "bin": {
    "hawkeye": "bin/hawkeye"
  },
  "bugs": {
    "url": "https://github.com/Stono/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Felix Hammerl",
      "email": "felix.hammerl@gmail.com",
      "url": "https://felixhammerl.com"
    }
  ],
  "dependencies": {
    "colors": "^1.3.3",
    "command-exists": "^1.2.8",
    "commander": "^3.0.1",
    "console.table": "^0.10.0",
    "glob": "^7.1.4",
    "is-valid-path": "^0.1.1",
    "istextorbinary": "^2.5.1",
    "lodash": "^4.17.15",
    "semver": "^6.3.0",
    "superagent": "^5.1.0",
    "tmp": "^0.1.0",
    "xml2js": "^0.4.22"
  },
  "deprecated": false,
  "description": "A project security, vulnerability and general risk highlighting tool",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^6.2.0",
    "nock": "^11.3.4",
    "nodemon": "^1.19.2",
    "npm-run-all": "^4.1.5",
    "pre-commit": "^1.2.2",
    "sinon": "^7.4.2",
    "sinon-chai": "^3.3.0",
    "standard": "^14.3.0"
  },
  "engines": {
    "node": ">= 8.9.0"
  },
  "homepage": "https://github.com/Stono/hawkeye",
  "keywords": [],
  "license": "Apache-2.0",
  "main": "index",
  "name": "@hawkeyesec/scanner-cli",
  "pre-commit": [
    "test"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Stono/hawkeye.git"
  },
  "scripts": {
    "example": "node ./bin/hawkeye-scan -t test/samples/nodejs",
    "postversion": "git push && git push --tags",
    "preversion": "npm test",
    "start": "node ./bin/hawkeye",
    "test": "npx npm-run-all test:lint test:unit",
    "test:lint": "npx standard",
    "test:lint:fix": "npx standard --fix",
    "test:unit": "NODE_ENV=testing npx mocha 'lib/**/*-unit.js' -R 'spec' testutils.js",
    "watch": "nodemon --watch . --exec 'npm test'"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "beforeEach",
      "afterEach",
      "after",
      "expect",
      "sinon"
    ]
  },
  "version": "1.7.1"
}
