{
  "name": "@kui-shell/plugin-bash-like",
  "version": "5.1.0",
  "description": "Kui plugin that offers local bash-like shell integrations",
  "license": "Apache-2.0",
  "author": "Nick Mitchell",
  "homepage": "https://github.com/IBM/kui#readme",
  "bugs": {
    "url": "https://github.com/IBM/kui/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IBM/kui.git"
  },
  "keywords": [
    "kui",
    "plugin"
  ],
  "contributors": [
    "Mengting Yan"
  ],
  "main": "dist/index.js",
  "dependencies": {
    "@types/cookie": "0.3.3",
    "@types/marked": "0.6.5",
    "@types/shelljs": "0.8.5",
    "cookie": "0.4.0",
    "debug": "4.1.1",
    "marked": "0.7.0",
    "node-pty-prebuilt-multiarch": "^0.9.0-beta21.legacy",
    "shelljs": "0.8.3",
    "strip-ansi": "5.2.0",
    "ws": "7.1.2",
    "xterm": "3.14.5"
  },
  "kui": {
    "exclude": {
      "headless": [
        "asciidoctor.js",
        "marked",
        "xterm",
        "ws",
        "node-pty-prebuilt-multiarch"
      ],
      "proxy": [
        "asciidoctor.js",
        "marked",
        "xterm"
      ],
      "webpack": [
        "ws",
        "node-pty-prebuilt-multiarch"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}
