{
  "_args": [
    [
      "@nestjs/cli@7.5.6",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_development": true,
  "_from": "@nestjs/cli@7.5.6",
  "_id": "@nestjs/cli@7.5.6",
  "_inBundle": false,
  "_integrity": "sha512-nJCoKFleVV6NCkezc+cokJCVnDQBJoxmBVggQ1XfJ6Lvjy9TFQfG2J/nDdVurxpm7mlJm/Yg/rbXxaiUZVcJAQ==",
  "_location": "/@nestjs/cli",
  "_phantomChildren": {
    "@types/eslint-scope": "3.7.0",
    "@types/json-schema": "7.0.7",
    "@webassemblyjs/helper-module-context": "1.9.1",
    "@webassemblyjs/wast-parser": "1.9.1",
    "@xtuc/ieee754": "1.2.0",
    "@xtuc/long": "4.2.2",
    "ajv": "6.12.6",
    "ajv-keywords": "3.5.2",
    "browserslist": "4.16.6",
    "chrome-trace-event": "1.0.2",
    "eslint-scope": "5.1.1",
    "glob-to-regexp": "0.4.1",
    "graceful-fs": "4.2.6",
    "json-parse-better-errors": "1.0.2",
    "loader-runner": "4.2.0",
    "mime-types": "2.1.29",
    "neo-async": "2.6.2",
    "path-exists": "4.0.0",
    "terser-webpack-plugin": "5.1.1",
    "watchpack": "2.1.1",
    "webpack-sources": "2.2.0",
    "yocto-queue": "0.1.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nestjs/cli@7.5.6",
    "name": "@nestjs/cli",
    "escapedName": "@nestjs%2fcli",
    "scope": "@nestjs",
    "rawSpec": "7.5.6",
    "saveSpec": null,
    "fetchSpec": "7.5.6"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-7.5.6.tgz",
  "_spec": "7.5.6",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "bin": {
    "nest": "bin/nest.js"
  },
  "bugs": {
    "url": "https://github.com/nestjs/nest-cli/issues"
  },
  "contributors": [
    {
      "name": "Kamil Mysliwiec",
      "email": "mail@kamilmysliwiec.com"
    },
    {
      "name": "Mark Pieszak",
      "email": "mark@trilon.io"
    },
    {
      "name": "ThomRick"
    }
  ],
  "dependencies": {
    "@angular-devkit/core": "11.2.0",
    "@angular-devkit/schematics": "11.2.0",
    "@angular-devkit/schematics-cli": "0.1102.0",
    "@nestjs/schematics": "^7.1.0",
    "@types/webpack": "4.41.26",
    "chalk": "3.0.0",
    "chokidar": "3.5.1",
    "cli-table3": "0.5.1",
    "commander": "4.1.1",
    "fork-ts-checker-webpack-plugin": "6.1.0",
    "inquirer": "7.3.3",
    "node-emoji": "1.10.0",
    "ora": "5.3.0",
    "os-name": "4.0.0",
    "rimraf": "3.0.2",
    "shelljs": "0.8.4",
    "tree-kill": "1.2.2",
    "tsconfig-paths": "3.9.0",
    "tsconfig-paths-webpack-plugin": "3.3.0",
    "typescript": "4.1.5",
    "webpack": "5.11.0",
    "webpack-node-externals": "2.5.2"
  },
  "description": "Nest - modern, fast, powerful node.js web framework (@cli)",
  "devDependencies": {
    "@commitlint/cli": "12.0.0",
    "@commitlint/config-angular": "12.0.0",
    "@types/copyfiles": "2.4.0",
    "@types/inquirer": "7.3.1",
    "@types/jest": "26.0.20",
    "@types/node": "12.20.4",
    "@types/node-emoji": "1.8.1",
    "@types/ora": "3.1.0",
    "@types/os-name": "2.0.0",
    "@types/rimraf": "3.0.0",
    "@types/shelljs": "0.8.8",
    "@types/webpack-node-externals": "2.5.0",
    "@typescript-eslint/eslint-plugin": "^2.19.0",
    "@typescript-eslint/parser": "^2.19.0",
    "delete-empty": "3.0.0",
    "eslint": "7.20.0",
    "eslint-config-prettier": "8.0.0",
    "eslint-plugin-import": "2.22.1",
    "gulp": "4.0.2",
    "gulp-clean": "0.4.0",
    "husky": "5.1.1",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "release-it": "14.4.1",
    "ts-jest": "26.5.2",
    "ts-loader": "8.0.17",
    "ts-node": "9.1.1"
  },
  "engines": {
    "node": ">= 10.13.0",
    "npm": ">= 6.11.0"
  },
  "homepage": "https://github.com/nestjs/nest-cli#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  },
  "license": "MIT",
  "name": "@nestjs/cli",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/nest-cli.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "gulp clean:bundle",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint '{lib,commands,actions}/**/*.ts' --fix",
    "prepack": "npm run build",
    "prepublish:next": "npm run build",
    "prepublish:npm": "npm run build",
    "prerelease": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "publish:npm": "npm publish --access public",
    "release": "release-it",
    "start": "node bin/nest.js",
    "test": "jest --config test/jest-config.json",
    "test:dev": "npm run clean && jest --config test/jest-config.json --watchAll"
  },
  "version": "7.5.6"
}
