{
  "name": "ansi-escape-sequences",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "4.1.0",
  "description": "A simple library containing all known terminal ansi escape codes and sequences.",
  "repository": "https://github.com/75lb/ansi-escape-sequences.git",
  "main": "dist/index.js",
  "license": "MIT",
  "keywords": [
    "ansi",
    "terminal",
    "colour",
    "color",
    "command line",
    "cursor"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "test": "test-runner test.js",
    "docs": "jsdoc2md -c jsdoc.conf -d 1 -t README.hbs index.mjs > README.md; echo",
    "dist": "rollup index.mjs -f umd -n ansi -o dist/index.js && rollup index.mjs -f esm -o dist/index.mjs"
  },
  "dependencies": {
    "array-back": "^3.0.1"
  },
  "devDependencies": {
    "jsdoc-to-markdown": "^4.0.1",
    "rollup": "^1.4.1",
    "test-runner": "^0.5.1"
  }
}
