{
  "name": "@webpack-cli/info",
  "version": "1.5.0",
  "description": "Outputs info about system and webpack config",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webpack/webpack-cli.git"
  },
  "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/info",
  "files": [
    "lib"
  ],
  "dependencies": {
    "envinfo": "^7.7.3"
  },
  "gitHead": "20882d463450d010bb76e0824fe555e9785e9561",
  "peerDependencies": {
    "webpack-cli": "4.x.x"
  },
  "devDependencies": {
    "@types/envinfo": "^7.8.1"
  }

,"_resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz"
,"_integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ=="
,"_from": "@webpack-cli/info@1.5.0"
}