{
  "name": "ansidec",
  "version": "0.3.5",
  "description": "Limited Unix ANSI escape sequences transformer for use in Browsers",
  "main": "index.js",
  "unpkg": "dist/ascidec.min.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcubic/ansidec.git"
  },
  "keywords": [
    "ansi",
    "ascii",
    "unix",
    "linux",
    "dos",
    "art",
    "gnu"
  ],
  "author": "Jakub Jankiewicz <jcubic@onet.pl> (https://jcubic.pl/jakub-jankiewicz/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcubic/ansidec/issues"
  },
  "homepage": "https://github.com/jcubic/ansidec#readme",
  "devDependencies": {
    "eslint": "^10.2.0",
    "globals": "^17.4.0",
    "iconv-lite": "^0.7.2",
    "jest": "^30.3.0",
    "uglify-js": "^3.19.3"
  }
}
