{
  "name": "jquery.terminal",
  "version": "2.47.0",
  "description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
  "main": "js/jquery.terminal.js",
  "typings": "js/jquery.terminal.d.ts",
  "keywords": [
    "terminal",
    "emulator",
    "prompt",
    "console",
    "keyboard",
    "linux",
    "unix",
    "bash",
    "typing",
    "type",
    "rpc",
    "input",
    "ui"
  ],
  "bin": {
    "from-ansi": "bin/convert.js"
  },
  "scripts": {
    "test": "make test"
  },
  "author": {
    "name": "Jakub T. Jankiewicz",
    "email": "jcubic@onet.pl",
    "url": "https://jcubic.pl/me"
  },
  "contributors": [
    {
      "name": "Jakub T. Jankiewicz",
      "url": "https://jakub.jankiewicz.org/"
    },
    {
      "name": "Riccardo Mura",
      "url": "https://github.com/cowuake"
    },
    {
      "name": "Jean-Michel Carrel",
      "url": "https://github.com/Neyxo"
    },
    {
      "name": "kid1412z",
      "url": "https://github.com/kid1412z"
    },
    {
      "name": "Marcel Link",
      "url": "https://github.com/ml1nk"
    },
    {
      "name": "Sébastien Warin",
      "url": "http://sebastien.warin.fr"
    },
    {
      "name": "Christopher John Ryan",
      "url": "https://github.com/ChrisJohnRyan"
    },
    {
      "name": "Johan",
      "url": "https://github.com/johanjordaan"
    },
    {
      "name": "Snyk bot",
      "url": "https://snyk.io"
    },
    {
      "name": "Florian Schäfer",
      "url": "https://github.com/fschaefer"
    },
    {
      "name": "Tomasz Ducin",
      "url": "ducin.dev"
    },
    {
      "name": "Qijia Liu",
      "url": "https://github.com/eagleoflqj"
    },
    {
      "name": "Ishan Ratnapala",
      "url": "https://github.com/IshanRatnapala"
    },
    {
      "name": "David Refoua",
      "url": "http://www.refoua.me"
    },
    {
      "name": "Antoine",
      "url": "https://github.com/antoineol"
    },
    {
      "name": "youurayy",
      "url": "https://github.com/youurayy"
    },
    {
      "name": "Steve Kirkegard",
      "url": "https://www.linkedin.com/in/steve-kirkegard"
    },
    {
      "name": "stereobooster",
      "url": "https://stereobooster.com"
    },
    {
      "name": "Dev Kumar Gupta",
      "url": "https://github.com/mrkaiser"
    },
    {
      "name": "dependabot[bot]",
      "url": "https://github.com/dependabot[bot]"
    },
    {
      "name": "coderaiser",
      "url": "http://coderaiser.github.io"
    },
    {
      "name": "Yutong Luo",
      "url": "https://yutongluo.com"
    },
    {
      "name": "Steve Phillips",
      "url": "https://tryingtobeawesome.com/"
    },
    {
      "name": "Robert W",
      "url": "https://github.com/rbw"
    },
    {
      "name": "exit1",
      "url": "https://github.com/exit1"
    },
    {
      "name": "Mateusz Paprocki",
      "url": "https://github.com/mattpap"
    },
    {
      "name": "Martin v. Löwis",
      "url": "https://github.com/loewis"
    },
    {
      "name": "Kushal",
      "url": "kushalsm.com"
    },
    {
      "name": "KiddoV",
      "url": "https://github.com/KiddoV"
    },
    {
      "name": "Jon Steinich",
      "url": "https://github.com/jsteinich"
    },
    {
      "name": "John Jarvis",
      "url": "http://www.jarv.org"
    },
    {
      "name": "Jarry Shaw",
      "url": "https://jarryshaw.me"
    },
    {
      "name": "jpaye",
      "url": "https://github.com/jpaye"
    },
    {
      "name": "Hraban",
      "url": "https://br0g.0brg.net"
    },
    {
      "name": "Hasan",
      "url": "https://github.com/JuanPotato"
    },
    {
      "name": "finlob",
      "url": "https://github.com/finlob"
    },
    {
      "name": "Ezinne Anne Emilia",
      "url": "https://ezinneanneemilia.netlify.app"
    },
    {
      "name": "Anton Vasilev",
      "url": "https://github.com/avdes"
    },
    {
      "name": "Abdelrahman Omran",
      "url": "https://omranic.com"
    },
    {
      "name": "7twin",
      "url": "https://github.com/7twin"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcubic/jquery.terminal.git"
  },
  "bugs": {
    "url": "https://github.com/jcubic/jquery.terminal/issues"
  },
  "homepage": "https://terminal.jcubic.pl",
  "dependencies": {
    "@jcubic/lily": "^0.3.0",
    "@types/jquery": "^4.0.1",
    "ansidec": "^0.3.4",
    "iconv-lite": "^0.6.3",
    "jquery": "^3.7.1",
    "node-fetch": "^3.3.2",
    "prismjs": "^1.30.0",
    "wcwidth": "^1.0.1"
  },
  "devDependencies": {
    "cssnano": "^7.1.9",
    "emoji-datasource-twitter": "^14.0.0",
    "eslint": "^9.39.5",
    "globals": "^17.11.0",
    "gm": "^1.23.1",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "jsonlint-mod": "^1.7.6",
    "postcss": "^8.4.12",
    "typescript": "^5.9.3",
    "uglify-js": "^3.15.3"
  },
  "optionalDependencies": {
    "fsevents": "^2.3.2"
  }
}
