Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/snyk-cpp-plugin/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/snyk-cpp-plugin/package.json

{
  "_from": "snyk-cpp-plugin@2.2.1",
  "_id": "snyk-cpp-plugin@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-NFwVLMCqKTocY66gcim0ukF6e31VRDJqDapg5sy3vCHqlD1OCNUXSK/aI4VQEEndDrsnFmQepsL5KpEU0dDRIQ==",
  "_location": "/snyk-cpp-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "snyk-cpp-plugin@2.2.1",
    "name": "snyk-cpp-plugin",
    "escapedName": "snyk-cpp-plugin",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/snyk"
  ],
  "_resolved": "https://registry.npmjs.org/snyk-cpp-plugin/-/snyk-cpp-plugin-2.2.1.tgz",
  "_shasum": "55891511a43a6448e5a7c836a94f66f70fa705eb",
  "_spec": "snyk-cpp-plugin@2.2.1",
  "_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk",
  "author": {
    "name": "snyk.io"
  },
  "bugs": {
    "url": "https://github.com/snyk/snyk-cpp-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@snyk/dep-graph": "^1.19.3",
    "chalk": "^4.1.0",
    "debug": "^4.1.1",
    "hosted-git-info": "^3.0.7",
    "tslib": "^2.0.0"
  },
  "deprecated": false,
  "description": "Snyk CLI C/C++ plugin",
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/hosted-git-info": "^3.0.1",
    "@types/jest": "^25.2.3",
    "@types/node": "^8.10.62",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "jest": "^25.5.4",
    "prettier": "^1.19.1",
    "ts-jest": "^25.5.1",
    "ts-node": "^8.10.2",
    "tsc-watch": "^4.2.9",
    "typescript": "^3.9.7"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/snyk/snyk-cpp-plugin",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "name": "snyk-cpp-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snyk/snyk-cpp-plugin.git"
  },
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc -w",
    "format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
    "format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
    "lint": "npm run format:check && npm run lint:eslint",
    "lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
    "prepare": "npm run build",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "jest --coverage",
    "test:watch": "tsc-watch --onSuccess 'npm run test:unit'"
  },
  "types": "dist/index.d.ts",
  "version": "2.2.1"
}