UNPKG

@test-runner/web

Version:
42 lines (41 loc) 960 B
{ "name": "ansi-escape-sequences", "author": "Lloyd Brookes <75pound@gmail.com>", "version": "6.1.0", "description": "A simple library containing all known terminal ansi escape codes and sequences.", "repository": "https://github.com/75lb/ansi-escape-sequences", "exports": { "import": "./index.mjs", "require": "./dist/index.cjs" }, "license": "MIT", "keywords": [ "ansi", "terminal", "colour", "color", "command line", "cursor" ], "engines": { "node": ">=14" }, "scripts": { "test": "npm run dist && test-runner test.mjs", "docs": "jsdoc2md -c jsdoc.conf -d 1 -t README.hbs index.mjs > README.md", "dist": "rollup -c" }, "dependencies": { "array-back": "^6.1.2" }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.0", "jsdoc-to-markdown": "^7.0.1", "rollup": "^2.52.7", "test-runner": "^0.9.6" }, "files": [ "index.mjs", "dist" ] }