11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "console-control-strings",
31cb0ef41Sopenharmony_ci  "version": "1.1.0",
41cb0ef41Sopenharmony_ci  "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning.  This is a subset of both ansi and vt100.  All control codes included work on both Windows & Unix-like OSes, except where noted.",
51cb0ef41Sopenharmony_ci  "main": "index.js",
61cb0ef41Sopenharmony_ci  "directories": {
71cb0ef41Sopenharmony_ci    "test": "test"
81cb0ef41Sopenharmony_ci  },
91cb0ef41Sopenharmony_ci  "scripts": {
101cb0ef41Sopenharmony_ci    "test": "standard && tap test/*.js"
111cb0ef41Sopenharmony_ci  },
121cb0ef41Sopenharmony_ci  "repository": {
131cb0ef41Sopenharmony_ci    "type": "git",
141cb0ef41Sopenharmony_ci    "url": "https://github.com/iarna/console-control-strings"
151cb0ef41Sopenharmony_ci  },
161cb0ef41Sopenharmony_ci  "keywords": [],
171cb0ef41Sopenharmony_ci  "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
181cb0ef41Sopenharmony_ci  "license": "ISC",
191cb0ef41Sopenharmony_ci  "files": [
201cb0ef41Sopenharmony_ci    "LICENSE",
211cb0ef41Sopenharmony_ci    "index.js"
221cb0ef41Sopenharmony_ci  ],
231cb0ef41Sopenharmony_ci  "devDependencies": {
241cb0ef41Sopenharmony_ci    "standard": "^7.1.2",
251cb0ef41Sopenharmony_ci    "tap": "^5.7.2"
261cb0ef41Sopenharmony_ci  }
271cb0ef41Sopenharmony_ci}
28