{"_attachments":{},"_id":"terminal-kit","_rev":"275764-61f1b85e863cab988fbc2aaa","author":{"name":"Cédric Ronvel"},"description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","dist-tags":{"latest":"3.1.2"},"license":"MIT","maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"name":"terminal-kit","readme":"\n[![★](https://img.shields.io/github/stars/cronvel/terminal-kit.svg?label=❤)](https://github.com/cronvel/terminal-kit/stargazers)\n[![License](https://img.shields.io/github/license/cronvel/terminal-kit.svg)](https://github.com/cronvel/terminal-kit)\n[![Downloads](https://img.shields.io/npm/dm/terminal-kit.svg)](https://www.npmjs.com/package/terminal-kit)\n[![Version](https://img.shields.io/npm/v/terminal-kit.svg)](https://www.npmjs.com/package/terminal-kit)\n[![Run on repl.it](http://repl.it/badge/github/cronvel/terminal-kit)](https://repl.it/github/cronvel/terminal-kit)\n\n[![Stats](https://nodei.co/npm/terminal-kit.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/terminal-kit)\n\n\n\n# Terminal Kit\n\nA full-blown terminal lib featuring: 256 colors, styles, keys & mouse handling, input field, progress bars, \nscreen buffer (including **32-bit composition** and **image loading**), text buffer, and many more...\n\nWhether you just need colors & styles, build a simple interactive command line tool or a complexe terminal application:\nthis is the absolute terminal lib for Node.js!\n\nIt does **NOT** depend on ncurses.\n\nSome tutorials are available at [blog.soulserv.net/tag/terminal](http://blog.soulserv.net/tag/terminal/).\n\n\n\n## Screenshot, PleaZe!\n\nThis is a fraction of what Terminal-Kit can do, with only few lines of code.\nClick any image to see the documentation related to the feature!\n\n[![Styles output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/style-doc1.png)](doc/low-level.md)\n\n[![Word-wrapping](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/wordwrap-doc1.png)](doc/high-level.md#ref.wrapColumn)\n← Word-wrapping\n\n[![Table](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/table-doc1.png)](doc/high-level.md#ref.table)\n← Table with automatic column computing, cell fitting and word-wrapping\n\n[![Input field output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/input-field-doc1.gif)](doc/high-level.md#ref.inputField)\n\n[![File input output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/file-input-doc1.gif)](doc/high-level.md#ref.fileInput)\n\n[![Input field output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/input-field-doc4.gif)](doc/high-level.md#ref.inputField)\n\n[![Single line menu output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/single-line-menu-doc1.gif)](doc/high-level.md#ref.singleLineMenu)\n\n[![Single column menu output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/single-column-menu-doc1.gif)](doc/high-level.md#ref.singleColumnMenu)\n\n[![Grid menu output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/grid-menu-doc1.gif)](doc/high-level.md#ref.gridMenu)\n\n[![Progress bar output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/progress-bar-doc1.gif)](doc/high-level.md#ref.progressBar)\n\n[![Progress bar output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/progress-bar-doc2.gif)](doc/high-level.md#ref.progressBar)\n\n[![Slow typing output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/slow-typing-doc1.gif)](doc/high-level.md#ref.slowTyping)\n\n[![Yes or no output](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/yes-no-doc1.gif)](doc/high-level.md#ref.yesOrNo)\n\n[![Spaceship](https://raw.githubusercontent.com/cronvel/terminal-kit/master/demo/record.gif)](doc/ScreenBuffer.md)\n← Surfaces and Sprites\n\n[![Draw an image inside the terminal](https://raw.githubusercontent.com/cronvel/terminal-kit/master/sample/image-loading.png)](doc/high-level.md#ref.drawImage)\n← Load and draw an image inside the terminal\n\n\n\n## Key features\n\n*New:* [Document model](doc/document-model.md#top) for building rich app GUI\n\n*New:* [Spinner](doc/high-level.md#ref.spinner)\n\n*New:* [Table](doc/high-level.md#ref.table) with automatic column computing, cell fitting and word-wrapping\n\n*New:* Promises can be used instead of callback everywhere\n\n*New:* [Word-wrapping](doc/high-level.md#ref.wrapColumn) along full terminal width or a pre-defined column-width\n\n*New:* [ScreenBuffer HD](doc/ScreenBufferHD.md#top) 32-bit (RGBA) surfaces with composition and image loading\n\n* [colors, 256 colors or even 24-bit colors](doc/low-level.md#ref.colors), if the terminal supports it\n* [styles (bold, underline, italic, and many more)](doc/low-level.md#ref.styles)\n* [style mixing](doc/low-level.md#ref.chainable)\n* [chainable](doc/low-level.md#ref.chainable)\n* [string formatting](doc/low-level.md#ref.string-formatting)\n* [short style markup](doc/low-level.md#ref.style-markup)\n* [terminal window title](doc/low-level.md#ref.misc)\n* [cursor positioning](doc/low-level.md#ref.movingCursor)\n* [keyboard input](doc/high-level.md#ref.grabInput)\n* [mouse support (GPM is supported for the Linux Console)](doc/high-level.md#ref.grabInput)\n* [input field](doc/high-level.md#ref.inputField)\n* [single line menu](doc/high-level.md#ref.singleLineMenu)\n* [single column menu](doc/high-level.md#ref.singleColumnMenu)\n* [grid/table menu](doc/high-level.md#ref.gridMenu)\n* [progress bar](doc/high-level.md#ref.progressBar)\n* [interactive 'yes or no'](doc/high-level.md#ref.yesOrNo)\n* [screen & off-screen buffers (a concept similar to SDL's *Surface*)](doc/ScreenBuffer.md#top)\n* [text buffers](doc/TextBuffer.md#top)\n* [change the terminal color palette](doc/high-level.md#ref.setPalette)\n* [draw an image file (PNG, JPEG, GIF) directly inside the terminal](doc/high-level.md#ref.drawImage)\n* [event-driven](doc/events.md#top)\n\n\n\n## Quick examples\n\n```js\n// Require the lib, get a working terminal\nvar term = require( 'terminal-kit' ).terminal ;\n\n// The term() function simply output a string to stdout, using current style\n// output \"Hello world!\" in default terminal's colors\nterm( 'Hello world!\\n' ) ;\n\n// This output 'red' in red\nterm.red( 'red' ) ;\n\n// This output 'bold' in bold\nterm.bold( 'bold' ) ;\n\n// output 'mixed' using bold, underlined & red, exposing the style-mixing syntax\nterm.bold.underline.red( 'mixed' ) ;\n\n// printf() style formatting everywhere:\n// this will output 'My name is Jack, I'm 32.' in green\nterm.green( \"My name is %s, I'm %d.\\n\" , 'Jack' , 32 ) ;\n\n// Since v0.16.x, style markup are supported as a shorthand.\n// Those two lines produce the same result.\nterm( \"My name is \" ).red( \"Jack\" )( \" and I'm \" ).green( \"32\\n\" ) ;\nterm( \"My name is ^rJack^ and I'm ^g32\\n\" ) ;\n\n// Width and height of the terminal\nterm( 'The terminal size is %dx%d' , term.width , term.height ) ;\n\n// Move the cursor at the upper-left corner\nterm.moveTo( 1 , 1 ) ;\n\n// We can always pass additional arguments that will be displayed...\nterm.moveTo( 1 , 1 , 'Upper-left corner' ) ;\n\n// ... and formated\nterm.moveTo( 1 , 1 , \"My name is %s, I'm %d.\\n\" , 'Jack' , 32 ) ;\n\n// ... or even combined with other styles\nterm.moveTo.cyan( 1 , 1 , \"My name is %s, I'm %d.\\n\" , 'Jack' , 32  ) ;\n\n// Get some user input\nterm.magenta( \"Enter your name: \" ) ;\nterm.inputField(\n\tfunction( error , input ) {\n\t\tterm.green( \"\\nYour name is '%s'\\n\" , input ) ;\n\t}\n) ;\n```\n\n\n### ♥♥ [I want to READ THE DOC NOW!](doc/documentation.md#ref.TOC) ♥♥\n\n\n#### License: MIT\n\n","time":{"created":"2022-01-26T21:08:46.604Z","modified":"2025-01-11T20:05:19.292Z","2.3.0":"2021-12-09T13:52:28.851Z","2.2.4":"2021-12-05T18:05:46.412Z","2.2.3":"2021-11-22T14:36:02.161Z","2.2.2":"2021-11-21T09:38:18.128Z","2.2.1":"2021-11-20T18:10:32.214Z","2.2.0":"2021-11-20T15:30:23.097Z","2.1.8":"2021-10-12T09:55:21.162Z","2.1.7":"2021-10-12T09:31:51.667Z","1.49.4":"2021-07-24T08:49:13.565Z","2.1.6":"2021-07-14T09:28:22.835Z","2.1.5":"2021-05-31T09:21:43.786Z","2.1.4":"2021-05-28T09:12:05.765Z","2.1.3":"2021-05-24T07:38:08.917Z","2.1.2":"2021-05-08T12:52:03.510Z","2.1.1":"2021-05-08T08:44:12.510Z","2.1.0":"2021-04-30T15:50:12.670Z","2.0.7":"2021-03-21T13:18:16.961Z","2.0.6":"2021-03-20T17:45:13.972Z","2.0.5":"2021-03-02T17:50:34.365Z","2.0.4":"2021-03-01T08:34:51.467Z","2.0.3":"2021-02-22T10:14:57.835Z","2.0.2":"2021-02-20T14:45:25.668Z","2.0.1":"2021-02-20T14:21:56.479Z","2.0.0":"2021-02-20T09:56:53.821Z","1.49.3":"2021-02-20T09:48:06.313Z","1.49.2":"2021-02-18T20:35:24.828Z","1.49.1":"2021-02-18T20:19:03.067Z","1.49.0":"2021-02-18T20:15:29.127Z","1.48.1":"2021-02-18T09:52:37.047Z","1.48.0":"2021-02-17T17:51:57.926Z","1.47.2":"2021-02-17T11:11:18.532Z","1.47.1":"2021-02-17T10:09:56.575Z","1.47.0":"2021-02-03T09:35:51.935Z","1.46.1":"2021-02-02T19:03:38.238Z","1.46.0":"2021-02-02T17:34:30.041Z","1.45.9":"2021-01-26T11:46:14.836Z","1.45.8":"2021-01-25T23:13:18.888Z","1.45.7":"2021-01-25T23:04:37.836Z","1.45.5":"2021-01-21T13:04:53.183Z","1.45.4":"2021-01-14T10:11:31.101Z","1.45.3":"2021-01-12T09:00:18.049Z","1.45.2":"2021-01-11T17:55:41.412Z","1.45.1":"2021-01-11T17:33:03.436Z","1.45.0":"2021-01-11T16:43:58.311Z","1.44.3":"2020-12-28T19:35:17.082Z","1.44.1":"2020-12-28T12:48:21.520Z","1.44.0":"2020-10-17T20:41:25.351Z","1.43.0":"2020-08-25T14:01:16.896Z","1.42.0":"2020-07-28T09:05:09.766Z","1.41.0":"2020-07-22T17:06:23.228Z","1.40.0":"2020-07-21T17:03:06.870Z","1.39.0":"2020-07-20T17:35:05.291Z","1.38.0":"2020-07-20T11:04:25.185Z","1.37.0":"2020-07-19T13:02:25.426Z","1.36.0":"2020-07-09T17:19:31.514Z","1.35.13":"2020-07-08T09:21:32.834Z","1.35.12":"2020-07-07T10:40:44.259Z","1.35.11":"2020-07-06T07:44:02.382Z","1.35.10":"2020-07-05T14:47:00.410Z","1.35.9":"2020-07-05T07:23:43.613Z","1.35.8":"2020-06-24T10:17:32.353Z","1.35.7":"2020-06-19T09:15:00.923Z","1.35.6":"2020-06-18T14:53:05.381Z","1.35.5":"2020-06-18T09:42:56.594Z","1.35.4":"2020-06-18T08:56:37.044Z","1.35.3":"2020-06-04T14:16:43.532Z","1.35.2":"2020-03-19T15:42:00.113Z","1.35.1":"2020-03-13T13:16:53.649Z","1.35.0":"2020-03-11T21:22:46.811Z","1.34.5":"2020-03-08T09:14:20.304Z","1.34.4":"2020-03-08T08:54:22.999Z","1.34.3":"2020-03-07T15:34:04.742Z","1.34.2":"2020-03-06T17:28:03.882Z","1.34.1":"2020-03-04T13:54:56.778Z","1.34.0":"2020-03-03T13:43:01.785Z","1.33.15":"2020-02-18T16:32:06.514Z","1.33.14":"2020-02-18T16:28:55.366Z","1.33.13":"2020-02-18T14:00:14.526Z","1.33.12":"2020-02-18T13:39:36.702Z","1.33.11":"2020-02-18T11:12:09.414Z","1.33.10":"2020-02-17T10:15:07.387Z","1.33.9":"2020-02-17T09:36:36.902Z","1.33.8":"2020-02-17T09:19:31.932Z","1.33.7":"2020-02-16T14:27:11.079Z","1.33.6":"2020-02-16T10:59:15.696Z","1.33.5":"2020-02-16T10:53:24.010Z","1.33.4":"2020-02-16T10:36:37.738Z","1.33.3":"2020-02-15T15:51:23.510Z","1.33.2":"2020-02-13T17:15:15.377Z","1.33.1":"2020-02-13T16:29:30.800Z","1.33.0":"2020-02-13T15:04:07.513Z","1.32.3":"2020-01-09T13:43:03.426Z","1.32.2":"2019-12-13T16:32:21.801Z","1.32.1":"2019-12-04T16:55:30.984Z","1.32.0":"2019-12-04T14:05:37.523Z","1.31.10":"2019-12-03T18:26:23.846Z","1.31.9":"2019-12-03T18:20:17.216Z","1.31.8":"2019-12-03T18:00:52.931Z","1.31.7":"2019-11-10T13:37:38.659Z","1.31.6":"2019-11-06T15:11:44.131Z","1.31.5":"2019-11-06T15:02:51.950Z","1.31.4":"2019-09-27T10:23:17.294Z","1.31.3":"2019-09-13T08:54:52.018Z","1.31.2":"2019-09-01T10:04:20.193Z","1.31.1":"2019-08-15T14:02:53.077Z","1.31.0":"2019-08-12T09:46:21.776Z","1.30.0":"2019-08-07T10:24:47.349Z","1.29.3":"2019-08-03T15:10:38.739Z","1.29.2":"2019-08-01T14:44:23.996Z","1.29.1":"2019-07-31T10:01:24.330Z","1.29.0":"2019-07-30T21:15:08.861Z","1.28.42":"2019-07-27T16:14:16.285Z","1.28.41":"2019-07-27T13:55:27.713Z","1.28.40":"2019-07-27T12:32:37.042Z","1.28.39":"2019-07-26T12:09:05.006Z","1.28.38":"2019-07-26T11:57:10.250Z","1.28.37":"2019-07-26T09:13:35.298Z","1.28.36":"2019-07-25T17:10:57.196Z","1.28.35":"2019-07-25T16:17:18.337Z","1.28.34":"2019-07-25T15:31:38.259Z","1.28.33":"2019-07-25T13:48:16.806Z","1.28.32":"2019-07-25T09:36:33.304Z","1.28.31":"2019-07-25T09:02:25.657Z","1.28.30":"2019-07-24T18:32:27.881Z","1.28.29":"2019-07-24T18:23:12.699Z","1.28.28":"2019-07-24T14:48:40.317Z","1.28.27":"2019-07-24T14:08:17.317Z","1.28.26":"2019-07-23T16:00:16.689Z","1.28.25":"2019-07-22T15:10:14.018Z","1.28.24":"2019-07-22T11:55:36.744Z","1.28.23":"2019-07-22T10:15:47.597Z","1.28.22":"2019-07-22T09:47:16.744Z","1.28.21":"2019-07-22T09:03:27.655Z","1.28.20":"2019-07-22T07:43:20.946Z","1.28.19":"2019-07-20T13:42:38.513Z","1.28.18":"2019-07-19T10:23:16.946Z","1.28.17":"2019-07-19T10:10:44.718Z","1.28.16":"2019-07-17T16:56:45.741Z","1.28.15":"2019-07-17T15:32:07.709Z","1.28.14":"2019-07-16T12:43:40.597Z","1.28.13":"2019-07-16T12:30:29.034Z","1.28.12":"2019-07-16T10:22:02.626Z","1.28.11":"2019-07-16T06:29:50.607Z","1.28.10":"2019-07-15T20:35:46.781Z","1.28.9":"2019-07-15T14:05:20.810Z","1.28.8":"2019-07-15T12:54:25.630Z","1.28.7":"2019-07-12T17:32:53.454Z","1.28.6":"2019-07-12T15:59:00.639Z","1.28.5":"2019-07-12T15:03:03.372Z","1.28.4":"2019-07-12T14:19:20.773Z","1.28.3":"2019-07-04T07:59:09.477Z","1.28.2":"2019-06-23T14:19:50.858Z","1.28.1":"2019-06-13T08:58:55.149Z","1.28.0":"2019-04-13T08:34:36.604Z","1.27.3":"2019-04-10T16:00:16.325Z","1.27.2":"2019-03-29T10:19:06.100Z","1.27.1":"2019-03-29T10:18:34.699Z","1.27.0":"2019-02-19T15:44:46.252Z","1.26.11":"2019-01-31T10:15:43.109Z","1.26.10":"2019-01-07T12:27:32.234Z","1.26.9":"2019-01-07T11:55:15.144Z","1.26.8":"2018-12-07T09:50:07.586Z","1.26.7":"2018-12-06T09:40:44.740Z","1.26.6":"2018-11-30T09:04:36.728Z","1.26.5":"2018-11-13T21:53:55.691Z","1.26.4":"2018-10-18T10:00:49.942Z","1.26.3":"2018-10-08T08:03:21.617Z","1.26.2":"2018-08-17T10:24:57.596Z","1.26.1":"2018-08-09T17:29:41.947Z","1.26.0":"2018-08-06T17:11:32.241Z","1.25.0":"2018-08-06T12:01:11.366Z","1.24.1":"2018-08-05T16:31:45.820Z","1.24.0":"2018-08-05T16:10:20.460Z","1.23.0":"2018-08-05T16:06:50.292Z","1.22.1":"2018-08-02T17:22:43.125Z","1.22.0":"2018-08-02T16:17:46.992Z","1.21.0":"2018-08-02T12:47:03.733Z","1.20.0":"2018-08-01T17:13:22.225Z","1.19.2":"2018-07-25T16:53:10.950Z","1.19.1":"2018-07-25T15:13:46.513Z","1.19.0":"2018-07-25T14:06:42.003Z","1.18.0":"2018-07-24T16:07:31.000Z","1.17.13":"2018-07-20T09:00:06.482Z","1.17.12":"2018-07-11T09:42:41.255Z","1.17.11":"2018-06-09T10:03:29.448Z","1.17.10":"2018-06-08T16:42:53.281Z","1.17.9":"2018-06-08T12:44:52.545Z","1.17.8":"2018-06-08T10:52:16.351Z","1.17.7":"2018-06-03T13:23:52.617Z","1.17.6":"2018-05-29T12:27:25.715Z","1.17.5":"2018-05-21T10:00:09.656Z","1.17.4":"2018-05-21T09:58:06.702Z","1.17.3":"2018-05-21T08:30:40.144Z","1.17.2":"2018-05-20T14:12:59.586Z","1.17.1":"2018-05-20T13:28:41.165Z","1.17.0":"2018-05-19T17:20:04.141Z","1.16.1":"2018-05-15T10:03:44.699Z","1.16.0":"2018-05-15T09:57:18.789Z","1.15.6":"2018-05-14T17:45:04.044Z","1.15.5":"2018-05-12T13:46:46.473Z","1.15.4":"2018-05-12T13:23:14.937Z","1.15.3":"2018-05-11T09:34:00.495Z","1.15.2":"2018-05-11T09:31:54.510Z","1.15.1":"2018-03-26T10:16:26.989Z","1.15.0":"2018-03-07T11:17:59.690Z","1.14.3":"2017-11-16T09:05:03.675Z","1.14.2":"2017-11-16T09:00:34.491Z","1.14.1":"2017-11-11T09:26:31.975Z","1.14.0":"2017-10-24T08:48:15.288Z","1.13.13":"2017-10-06T07:12:36.778Z","1.13.12":"2017-10-02T08:04:24.227Z","1.13.11":"2017-09-08T12:06:23.896Z","1.13.10":"2017-08-30T09:09:41.810Z","1.13.9":"2017-08-28T15:57:37.630Z","1.13.8":"2017-08-28T15:21:19.590Z","1.13.7":"2017-08-16T15:21:45.098Z","1.13.6":"2017-08-16T15:13:56.252Z","1.13.5":"2017-08-16T15:01:37.019Z","1.13.4":"2017-08-16T12:47:09.548Z","1.13.3":"2017-08-16T12:12:10.488Z","1.13.2":"2017-08-15T16:36:54.462Z","1.13.1":"2017-08-15T16:08:20.731Z","1.13.0":"2017-08-15T12:57:59.125Z","1.12.3":"2017-08-15T10:09:51.687Z","1.12.2":"2017-08-14T09:33:07.599Z","1.12.1":"2017-08-14T09:08:49.415Z","1.12.0":"2017-08-14T08:55:05.160Z","1.11.2":"2017-07-24T09:30:41.671Z","1.11.1":"2017-07-05T08:02:47.592Z","1.11.0":"2017-06-18T14:50:14.555Z","1.10.2":"2017-06-05T10:17:37.100Z","1.10.1":"2017-06-05T07:45:32.480Z","1.10.0":"2017-06-04T16:38:47.705Z","1.9.0":"2017-06-04T13:52:09.136Z","1.8.13":"2017-06-02T19:52:31.713Z","1.8.12":"2017-05-19T19:46:14.455Z","1.8.11":"2017-05-18T08:32:13.989Z","1.8.10":"2017-05-13T15:58:54.120Z","1.8.8":"2017-05-13T09:41:44.043Z","1.8.9":"2017-05-13T09:41:14.807Z","1.8.7":"2017-05-12T19:50:47.747Z","1.8.6":"2017-05-12T09:44:17.206Z","1.8.5":"2017-05-11T13:36:08.920Z","1.8.4":"2017-05-10T19:48:13.831Z","1.8.3":"2017-05-10T17:08:27.714Z","1.8.2":"2017-05-10T09:03:18.512Z","1.8.1":"2017-05-09T13:31:41.546Z","1.8.0":"2017-05-08T15:56:20.818Z","1.7.2":"2017-05-06T15:06:51.663Z","1.7.1":"2017-05-05T17:07:10.849Z","1.7.0":"2017-05-05T16:26:51.532Z","1.6.8":"2017-05-05T13:00:48.514Z","1.6.7":"2017-05-05T11:31:45.342Z","1.6.6":"2017-05-04T15:48:43.402Z","1.6.5":"2017-05-04T10:25:15.972Z","1.6.4":"2017-05-04T09:23:16.030Z","1.6.3":"2017-05-03T22:01:22.315Z","1.6.2":"2017-05-03T21:41:43.612Z","1.6.1":"2017-05-03T15:54:46.215Z","1.6.0":"2017-05-03T13:38:10.669Z","1.5.4":"2017-05-03T10:43:02.977Z","1.5.3":"2017-05-03T10:27:11.329Z","1.5.2":"2017-05-03T10:14:22.700Z","1.5.1":"2017-05-02T17:38:11.996Z","1.5.0":"2017-05-02T13:36:50.582Z","1.4.4":"2017-04-22T23:00:28.893Z","1.4.3":"2017-04-22T13:58:43.254Z","1.4.2":"2017-04-20T08:41:01.910Z","1.4.1":"2017-04-17T12:09:58.189Z","1.4.0":"2017-04-17T09:13:26.545Z","1.3.0":"2017-04-14T12:36:24.449Z","1.2.12":"2017-04-14T11:32:51.794Z","1.2.11":"2017-04-14T11:28:18.052Z","1.2.10":"2017-04-14T08:08:40.102Z","1.2.9":"2017-04-14T08:03:37.647Z","1.2.8":"2017-04-14T06:56:23.231Z","1.2.7":"2017-04-13T19:40:46.826Z","1.2.6":"2017-04-13T12:25:25.547Z","1.2.5":"2017-04-11T15:39:47.685Z","1.2.4":"2017-04-11T09:38:53.139Z","1.2.3":"2017-04-10T14:08:25.938Z","1.2.2":"2017-04-10T14:06:36.673Z","1.2.1":"2017-04-10T14:01:27.896Z","1.2.0":"2017-04-10T12:01:13.332Z","1.1.5":"2017-04-08T09:37:35.473Z","1.1.4":"2017-04-07T15:42:05.915Z","1.1.3":"2017-04-07T15:06:41.244Z","1.1.2":"2017-04-06T15:32:54.696Z","1.1.1":"2017-04-06T15:01:22.553Z","1.1.0":"2017-04-06T14:21:41.420Z","1.0.5":"2017-04-05T12:01:11.154Z","1.0.4":"2017-04-03T11:33:26.468Z","1.0.3":"2017-03-20T10:54:19.746Z","1.0.2":"2017-03-20T10:02:36.781Z","1.0.1":"2017-03-19T08:49:42.600Z","1.0.0":"2017-03-18T20:44:13.485Z","0.30.7":"2017-03-18T19:39:24.496Z","0.30.6":"2017-03-18T18:56:58.903Z","0.30.5":"2017-03-18T18:55:37.414Z","0.30.4":"2017-03-18T14:59:31.748Z","0.30.3":"2017-03-18T14:37:39.408Z","0.30.2":"2017-03-18T11:42:31.977Z","0.30.1":"2017-03-18T11:36:56.664Z","0.30.0":"2017-03-18T10:45:40.978Z","0.29.0":"2017-03-18T10:03:01.343Z","0.28.4":"2017-03-17T20:59:48.076Z","0.28.3":"2017-03-17T18:34:55.683Z","0.28.2":"2017-03-08T15:18:32.936Z","0.28.1":"2017-03-08T12:51:07.106Z","0.28.0":"2017-03-08T12:47:31.586Z","0.27.4":"2017-03-06T14:38:05.235Z","0.27.3":"2017-03-05T14:53:29.124Z","0.27.2":"2017-03-04T17:24:05.710Z","0.27.1":"2017-03-04T17:16:36.700Z","0.27.0":"2017-03-04T16:54:28.634Z","0.26.2":"2017-03-01T16:27:37.264Z","0.26.1":"2016-12-28T13:56:55.064Z","0.26.0":"2016-12-21T18:57:59.915Z","0.25.6":"2016-12-13T20:56:57.415Z","0.25.5":"2016-12-12T09:15:35.201Z","0.25.4":"2016-11-30T20:21:08.281Z","0.25.3":"2016-11-27T09:01:50.612Z","0.25.2":"2016-11-17T10:17:37.179Z","0.25.1":"2016-11-15T08:42:48.467Z","0.25.0":"2016-11-01T14:20:27.185Z","0.24.30":"2016-10-05T09:03:41.894Z","0.24.29":"2016-09-15T08:07:01.185Z","0.24.28":"2016-09-15T08:05:58.666Z","0.24.27":"2016-09-14T14:30:09.707Z","0.24.26":"2016-08-22T11:52:44.893Z","0.24.25":"2016-08-13T15:05:41.440Z","0.24.24":"2016-08-13T14:25:59.190Z","0.24.23":"2016-08-13T09:40:07.261Z","0.24.22":"2016-08-12T15:38:50.851Z","0.24.21":"2016-07-31T13:49:57.278Z","0.24.20":"2016-07-30T08:21:13.544Z","0.24.19":"2016-07-29T09:49:03.764Z","0.24.18":"2016-07-27T16:56:51.497Z","0.24.17":"2016-07-27T16:53:50.959Z","0.24.16":"2016-07-23T10:22:17.140Z","0.24.15":"2016-07-23T09:59:45.700Z","0.24.14":"2016-07-22T09:34:51.387Z","0.24.13":"2016-07-20T16:02:25.938Z","0.24.12":"2016-07-09T12:14:21.053Z","0.24.11":"2016-06-29T09:40:40.665Z","0.24.10":"2016-06-29T09:38:03.474Z","0.24.9":"2016-06-15T08:15:34.307Z","0.24.8":"2016-05-31T10:21:41.539Z","0.24.7":"2016-05-30T12:54:58.401Z","0.24.6":"2016-05-30T09:41:54.524Z","0.24.5":"2016-05-26T14:54:14.704Z","0.24.4":"2016-05-26T13:31:35.796Z","0.24.3":"2016-05-25T13:54:13.757Z","0.24.2":"2016-04-23T15:14:02.552Z","0.24.1":"2016-03-31T08:26:46.027Z","0.24.0":"2016-02-22T10:12:49.578Z","0.23.1":"2016-02-14T14:40:53.808Z","0.23.0":"2016-02-14T14:23:41.578Z","0.22.7":"2016-01-14T14:56:19.105Z","0.22.6":"2016-01-13T16:01:34.946Z","0.22.5":"2016-01-11T15:32:09.799Z","0.22.4":"2016-01-11T12:36:25.722Z","0.22.3":"2016-01-05T17:50:40.198Z","0.22.2":"2016-01-05T17:44:37.254Z","0.22.1":"2016-01-05T17:08:36.063Z","0.22.0":"2016-01-04T13:43:18.382Z","0.21.8":"2016-01-02T14:16:32.147Z","0.21.7":"2016-01-02T13:39:47.559Z","0.21.6":"2015-12-31T16:38:15.146Z","0.21.5":"2015-12-29T16:40:15.127Z","0.21.4":"2015-12-28T09:07:22.599Z","0.21.3":"2015-12-27T18:41:31.127Z","0.21.2":"2015-12-26T13:29:07.910Z","0.21.1":"2015-12-26T09:56:33.329Z","0.21.0":"2015-12-26T09:09:31.561Z","0.20.32":"2015-12-24T12:41:10.064Z","0.20.30":"2015-12-22T15:43:33.217Z","0.20.31":"2015-12-22T15:42:43.266Z","0.20.29":"2015-12-22T13:58:43.004Z","0.20.28":"2015-12-22T09:48:22.544Z","0.20.27":"2015-12-21T16:31:11.258Z","0.20.26":"2015-12-21T14:03:37.773Z","0.20.25":"2015-12-21T13:39:33.401Z","0.20.23":"2015-12-21T13:00:43.755Z","0.20.24":"2015-12-21T12:59:53.107Z","0.20.22":"2015-12-21T12:14:59.677Z","0.20.21":"2015-12-21T10:56:17.228Z","0.20.20":"2015-12-21T10:20:06.481Z","0.20.19":"2015-12-20T17:39:01.261Z","0.20.18":"2015-12-20T14:57:41.115Z","0.20.17":"2015-12-20T13:10:57.356Z","0.20.16":"2015-12-20T11:01:48.429Z","0.20.14":"2015-12-20T08:18:18.093Z","0.20.13":"2015-12-19T21:08:34.335Z","0.20.12":"2015-12-19T16:53:26.327Z","0.20.11":"2015-12-19T15:19:22.669Z","0.20.10":"2015-12-19T14:57:02.566Z","0.20.9":"2015-12-19T13:40:47.493Z","0.20.8":"2015-12-18T21:22:28.616Z","0.20.7":"2015-12-18T17:01:20.053Z","0.20.6":"2015-12-18T16:00:22.506Z","0.20.5":"2015-12-18T14:38:05.458Z","0.20.4":"2015-12-16T18:19:15.659Z","0.20.3":"2015-12-16T15:39:54.210Z","0.20.2":"2015-12-15T21:00:00.920Z","0.20.1":"2015-12-15T17:31:23.361Z","0.20.0":"2015-12-15T17:05:49.325Z","0.19.4":"2015-12-15T00:34:23.276Z","0.19.3":"2015-12-14T23:02:56.208Z","0.19.2":"2015-12-14T22:18:57.579Z","0.19.1":"2015-12-14T16:42:30.842Z","0.19.0":"2015-12-14T13:29:46.884Z","0.18.0":"2015-12-13T15:36:34.982Z","0.17.0":"2015-12-11T14:03:59.725Z","0.16.14":"2015-12-10T17:04:31.776Z","0.16.13":"2015-12-10T16:50:15.340Z","0.16.12":"2015-12-10T15:14:40.335Z","0.16.11":"2015-12-10T14:41:22.949Z","0.16.10":"2015-12-10T08:37:12.671Z","0.16.9":"2015-12-09T18:20:15.016Z","0.16.8":"2015-12-07T15:35:50.770Z","0.16.7":"2015-12-04T11:03:47.620Z","0.16.6":"2015-12-04T10:54:49.285Z","0.16.5":"2015-12-04T09:19:24.923Z","0.16.4":"2015-11-25T13:57:12.939Z","0.16.3":"2015-11-25T11:51:23.904Z","0.16.2":"2015-11-24T16:59:43.575Z","0.16.1":"2015-11-24T16:24:58.561Z","0.16.0":"2015-11-24T14:39:23.281Z","0.15.12":"2015-11-21T13:23:00.520Z","0.15.11":"2015-11-11T12:28:08.444Z","0.15.10":"2015-09-08T15:41:34.645Z","0.15.9":"2015-09-08T13:22:34.190Z","0.15.8":"2015-09-08T09:12:20.139Z","0.15.7":"2015-09-07T21:48:21.999Z","0.15.6":"2015-09-07T13:22:49.370Z","0.15.5":"2015-09-07T09:57:53.669Z","0.15.4":"2015-09-07T09:02:23.786Z","0.15.3":"2015-09-06T14:04:01.654Z","0.15.2":"2015-09-06T13:47:44.094Z","0.15.1":"2015-09-05T15:11:50.999Z","0.15.0":"2015-09-03T17:22:47.881Z","0.14.10":"2015-09-03T14:44:58.774Z","0.14.9":"2015-09-02T17:01:13.565Z","0.14.8":"2015-09-02T16:51:38.641Z","0.14.7":"2015-09-02T15:13:24.430Z","0.14.6":"2015-09-02T13:10:50.941Z","0.14.5":"2015-08-31T12:04:59.570Z","0.14.4":"2015-08-28T12:53:57.419Z","0.14.3":"2015-08-13T12:41:24.404Z","0.14.2":"2015-08-13T11:55:56.106Z","0.14.1":"2015-06-30T15:50:37.568Z","0.14.0":"2015-06-18T16:45:11.837Z","0.13.16":"2015-06-02T13:28:32.283Z","0.13.15":"2015-06-02T13:03:03.722Z","0.13.14":"2015-06-01T15:15:18.811Z","0.13.13":"2015-06-01T13:24:34.988Z","0.13.12":"2015-06-01T13:20:05.268Z","0.13.11":"2015-06-01T13:12:43.415Z","0.13.10":"2015-05-31T15:29:00.404Z","0.13.9":"2015-05-31T14:29:05.666Z","0.13.8":"2015-05-31T13:09:50.287Z","0.13.7":"2015-05-30T14:15:35.029Z","0.13.6":"2015-05-29T13:47:25.405Z","0.13.5":"2015-05-29T12:03:52.304Z","0.13.4":"2015-05-28T16:50:50.931Z","0.13.3":"2015-05-28T16:21:13.833Z","0.13.2":"2015-05-28T15:51:06.144Z","0.13.1":"2015-05-27T16:46:58.404Z","0.12.8":"2015-05-25T12:58:58.909Z","0.12.7":"2015-05-25T11:46:17.035Z","0.12.6":"2015-05-24T13:34:11.233Z","0.12.5":"2015-05-23T13:38:01.878Z","0.12.4":"2015-05-23T10:08:23.060Z","0.12.3":"2015-05-15T14:16:14.670Z","0.12.2":"2015-05-13T14:49:19.238Z","0.12.1":"2015-05-06T09:04:58.178Z","0.12.0":"2015-05-06T08:42:10.748Z","0.11.3":"2015-05-05T16:10:29.485Z","0.11.2":"2015-05-05T14:13:51.824Z","0.11.1":"2015-05-05T13:32:26.874Z","0.11.0":"2015-05-05T12:24:05.736Z","0.10.9":"2015-05-04T15:01:24.767Z","0.10.8":"2015-05-04T13:57:14.830Z","0.10.7":"2015-04-29T13:43:26.505Z","0.10.6":"2015-04-28T12:46:14.460Z","0.10.5":"2015-04-28T09:25:08.652Z","0.10.4":"2015-04-20T14:44:05.859Z","0.10.3":"2015-04-19T12:16:12.430Z","0.10.2":"2015-04-18T14:45:41.334Z","0.10.1":"2015-04-18T13:12:43.571Z","0.10.0":"2015-04-17T14:48:12.485Z","0.9.14":"2015-04-04T13:28:24.568Z","0.9.13":"2015-03-26T15:01:30.201Z","0.9.12":"2015-03-13T14:05:11.933Z","0.9.11":"2015-03-13T14:03:07.728Z","0.9.10":"2015-03-12T17:08:29.816Z","0.9.9":"2015-02-03T14:52:34.316Z","0.9.8":"2015-01-20T14:27:00.914Z","0.9.7":"2014-12-13T14:50:41.626Z","0.9.6":"2014-12-13T14:46:32.529Z","0.9.5":"2014-12-13T14:43:17.956Z","0.9.4":"2014-12-13T14:37:48.285Z","0.9.3":"2014-12-13T14:33:57.362Z","0.9.2":"2014-12-13T14:07:40.508Z","0.9.1":"2014-12-13T13:37:46.302Z","0.9.0":"2014-12-07T17:44:22.935Z","0.8.0":"2014-12-07T14:36:38.557Z","0.7.1":"2014-12-04T15:11:50.712Z","0.7.0":"2014-12-04T14:55:14.438Z","0.6.14":"2014-12-03T15:52:46.861Z","0.6.13":"2014-12-03T15:43:03.247Z","0.6.12":"2014-12-02T17:41:14.379Z","0.6.11":"2014-12-02T15:18:14.104Z","0.6.10":"2014-12-02T14:03:55.121Z","0.6.9":"2014-12-01T15:26:11.710Z","0.6.8":"2014-11-29T18:07:57.028Z","0.6.7":"2014-11-29T15:35:09.498Z","0.6.6":"2014-11-28T18:26:49.242Z","0.6.5":"2014-11-28T17:42:17.470Z","0.6.4":"2014-11-27T18:15:17.135Z","0.6.3":"2014-11-27T16:58:15.656Z","0.6.2":"2014-11-27T11:01:26.141Z","0.6.1":"2014-11-26T18:23:13.062Z","0.6.0":"2014-11-26T13:32:17.738Z","0.5.17":"2014-11-25T18:23:48.497Z","0.5.16":"2014-11-24T16:12:32.827Z","0.5.15":"2014-11-24T16:00:14.061Z","0.5.14":"2014-11-21T11:22:16.894Z","0.5.13":"2014-11-19T12:41:11.860Z","0.5.12":"2014-11-17T15:02:09.418Z","0.5.11":"2014-11-17T14:49:39.219Z","0.5.10":"2014-11-17T14:46:23.823Z","0.5.9":"2014-11-17T14:41:46.721Z","0.5.8":"2014-11-17T13:47:11.648Z","0.5.7":"2014-11-17T12:37:49.931Z","0.5.6":"2014-11-16T15:54:56.555Z","0.5.5":"2014-11-16T13:57:12.485Z","0.5.4":"2014-11-15T18:14:28.858Z","0.5.3":"2014-11-15T16:56:51.642Z","0.5.2":"2014-11-15T16:41:59.855Z","0.5.1":"2014-11-15T15:29:14.234Z","0.4.5":"2014-11-13T17:18:45.338Z","0.4.4":"2014-11-13T17:11:41.515Z","0.4.3":"2014-11-13T11:44:57.229Z","0.4.2":"2014-11-10T13:34:11.276Z","0.4.1":"2014-11-09T11:39:42.316Z","0.3.9":"2014-11-09T11:06:08.197Z","0.4.0":"2014-11-09T11:07:33.495Z","0.3.8":"2014-11-07T22:15:58.006Z","0.3.7":"2014-11-05T13:28:49.043Z","0.3.5":"2014-11-05T12:51:40.374Z","0.3.4":"2014-11-04T13:41:37.139Z","0.3.3":"2014-11-04T13:04:23.134Z","0.3.2":"2014-11-02T18:37:43.924Z","0.3.1":"2014-11-02T17:20:46.709Z","0.2.4":"2014-11-01T18:28:02.809Z","0.2.3":"2014-11-01T17:23:52.778Z","0.2.2":"2014-11-01T17:17:34.900Z","0.2.1":"2014-11-01T16:39:38.656Z","0.1.28":"2014-09-25T16:01:26.656Z","0.1.27":"2014-09-25T13:14:24.658Z","0.1.25":"2014-09-25T13:04:52.845Z","0.1.24":"2014-09-09T17:10:56.090Z","0.1.23":"2014-09-03T01:01:19.763Z","0.1.22":"2014-08-30T13:43:45.046Z","0.1.21":"2014-08-29T21:11:06.884Z","0.1.20":"2014-08-24T08:33:58.981Z","0.1.19":"2014-08-23T15:13:36.309Z","0.1.18":"2014-08-23T14:55:22.052Z","0.1.17":"2014-08-23T14:25:51.966Z","0.1.16":"2014-08-22T12:46:08.939Z","0.1.15":"2014-08-22T11:27:33.140Z","0.1.14":"2014-08-21T13:24:41.118Z","0.1.13":"2014-08-20T15:35:13.492Z","0.1.12":"2014-08-20T12:15:09.702Z","0.1.11":"2014-08-20T11:04:35.343Z","0.1.10":"2014-08-19T13:22:40.196Z","0.1.9":"2014-08-18T16:42:18.019Z","0.1.8":"2014-08-18T16:38:52.368Z","0.1.7":"2014-08-18T16:11:08.560Z","0.1.6":"2014-08-18T16:08:30.176Z","0.1.5":"2014-08-18T15:28:29.561Z","0.1.4":"2014-08-18T15:25:44.018Z","0.1.3":"2014-08-18T15:01:24.922Z","0.1.2":"2014-08-18T13:54:53.121Z","0.1.1":"2014-08-18T13:18:07.145Z","0.0.8":"2014-08-10T14:38:19.667Z","0.0.7":"2014-08-06T17:44:47.043Z","0.0.6":"2014-08-06T10:52:42.815Z","0.0.5":"2014-08-06T10:50:55.330Z","2.4.0":"2022-01-19T11:17:01.208Z","2.5.0":"2022-08-03T10:13:16.652Z","2.5.1":"2022-08-03T10:37:54.256Z","2.6.0":"2022-08-22T19:15:38.751Z","2.7.0":"2022-08-23T09:01:57.973Z","2.8.0":"2022-08-23T14:30:30.869Z","2.8.1":"2022-08-23T17:34:24.113Z","2.8.2":"2022-08-23T22:05:50.346Z","2.8.3":"2022-08-23T23:46:54.777Z","2.8.4":"2022-08-24T08:26:29.709Z","2.8.5":"2022-08-24T16:20:24.439Z","2.8.6":"2022-08-24T16:31:37.464Z","2.8.7":"2022-08-24T16:38:47.659Z","2.8.8":"2022-08-31T10:03:19.907Z","2.8.9":"2022-08-31T14:40:08.769Z","2.8.10":"2022-09-01T17:04:02.596Z","2.8.11":"2022-09-03T12:10:53.039Z","2.8.12":"2022-09-03T15:41:56.471Z","2.9.0":"2022-09-04T00:28:00.191Z","2.9.1":"2022-09-04T08:51:24.564Z","2.9.2":"2022-09-04T10:09:55.565Z","2.9.3":"2022-09-04T13:11:08.077Z","2.9.4":"2022-09-05T10:34:35.541Z","2.9.5":"2022-09-05T14:57:25.162Z","2.9.6":"2022-09-05T15:34:54.359Z","2.9.7":"2022-09-05T17:31:03.500Z","2.9.8":"2022-09-05T21:28:14.199Z","2.10.0":"2022-09-06T17:25:09.867Z","2.10.1":"2022-09-06T23:16:02.995Z","2.10.2":"2022-09-07T10:37:17.284Z","2.10.3":"2022-09-07T11:04:06.147Z","2.10.4":"2022-09-07T12:40:47.874Z","2.10.5":"2022-09-07T14:29:08.309Z","2.10.6":"2022-09-08T15:36:16.696Z","2.11.0":"2022-09-08T16:47:46.123Z","2.11.1":"2022-09-08T17:23:53.001Z","2.11.2":"2022-09-09T10:38:03.897Z","2.11.3":"2022-09-09T16:52:46.380Z","2.11.4":"2022-09-12T12:40:54.080Z","2.11.5":"2022-09-14T14:18:08.797Z","2.11.6":"2022-09-16T13:17:35.517Z","2.11.7":"2022-09-22T12:56:32.795Z","3.0.0":"2022-09-22T16:01:58.731Z","3.0.1":"2023-10-10T09:33:24.922Z","3.0.2":"2024-02-23T18:02:20.024Z","3.1.0":"2024-03-08T11:18:30.392Z","3.1.1":"2024-03-08T13:06:58.186Z","3.1.2":"2025-01-11T20:04:33.578Z"},"versions":{"2.3.0":{"name":"terminal-kit","version":"2.3.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.16.0","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"6bc774d64c563e20d881e2b920ed53f6373d3df2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.3.0","_nodeVersion":"14.15.4","_npmVersion":"8.1.1","dist":{"integrity":"sha512-Jyz6zm9r/h6brAv8205zhCcN+sUlMPjXqUSLPhcK4yFXWJ6maYvL8SykBWTjOg3YZ+kNU/MhNGIsWJja1rX7Ag==","shasum":"ed8d7a7f1eee5efdcf994b67f712e4c2352f7387","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.3.0.tgz","fileCount":300,"unpackedSize":4648933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsgocCRA9TVsSAnZWagAAaAEP/RG3yEq0DRk6TKuaZMzy\n0ZWWxKSG1ut6g9LDRCIQcFOrT8fHxuRz+r8WXGML4xNScVQB5+bCj/BhAFBU\nPfX1hsI5iWtkiEPNKI/xFcV+ou2X9AuDFzE3DX7JS513c2Zom6xmcZeYBvd2\n0SIB1F/fl0Q+1vBqvAQofr2N35vLMdJQYrz2WWGiHfF2dBzE9J2Rdlf0BtB7\nL/cPnXFMeG7hmOmCmXv1u64ZagYSZ1RdiXftscPJr0vhfSvu/rY9+9WISQEB\nM8GBLrmQTOiuriOQah+wgdb3JVBMiLlgxzltzPnEocvE2oO/ZS8NF64FHNR8\n7nvPkieOmSFHPFXbWm9oY4zTN1kT3BtzEnv66F0FXWv5u6PF/BygK7cgcL49\nn2MZ+zqCc6eHecog3p+A4KbcWHtPY4eLdk2obWLBax/rCiYubjPQjLt1s/Jx\ng9CdT/yXRUwhPTnIlMjzUn7vgQ9wTOHndrlFFybCe79ojSBfG/ZWLqsfuC8g\nG2scM8C37+T9JwUhoInYl+EqGF0/1bdUHWeiCJ/nH0DET9EGCtQhf+NbaH4m\naJdWPIrYJSi0ed/qeDCXWIeEAtz0FsUzVUu/gwBtFIz/eSk8GBqcMvk8faDO\n7bQIWYq44S5hSVNDKPJrcg+9Jnd8TgGmnXwE2Vcj/0Vdd4tiGPuzJyJ4Se66\nO/UL\r\n=4p4Y\r\n-----END PGP SIGNATURE-----\r\n","size":1194585,"noattachment":false},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.3.0_1639057948650_0.7970725865522381"},"_hasShrinkwrap":false,"publish_time":1639057948851,"_cnpm_publish_time":1639057948851,"_cnpmcore_publish_time":"2021-12-16T18:20:34.412Z"},"2.2.4":{"name":"terminal-kit","version":"2.2.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.14.1","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"75bfbab5c87a879f4ee40f204bda2d06fdc5f59d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.2.4","_nodeVersion":"14.15.4","_npmVersion":"8.1.1","dist":{"integrity":"sha512-/zMk3L5NYuetexqZpoaloSfxWzUsItnmP2iBdIFBs+6SBFyqNLDN0I1cnAKlhrHrCZA6gc23Rkr0K0oQk/olsA==","shasum":"134e3915dab559b716281bc2a33a9038587f349e","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.2.4.tgz","fileCount":300,"unpackedSize":4642129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrP96CRA9TVsSAnZWagAAKLIQAKAcrSaJMYLVBkwwZtJ+\nuizs6YAH3Owbk/ThMoaMaiAmBZvm6Suzh7dQ9BUD4s4EdoRjA+4CXmZXMrSw\nOirgSuAWeS33iFWM6pjc5+AhA97UdLqvHjl6CqZrLx10BueBL2+fVC0FvE1d\nuOLlk/qTJEhA+I9NBkdoJKbPdYeRq6mDGg0NhWK6WbeObzV/1haixbyvshZn\nV8HMS3BySeutWvRgByYHqBHFdKs8PLc6t/lB4bvNSlR8nXXnt0CAOnr65fNi\nfrovgEzPsed2LyzQib6FV95Jk9mFLMcRp62lp9HtuzsOhna3WYwxKiiV2NkE\njoOxTB6nJKYj+10KdugjK+YPfwTmix8FWnogMiPbfkA2Q61zN4QMSqclKauT\nfIeUVvY6I0nc5B5pFYRoh0hRZoKJ7z0q9pLrc7LiP0R3vMtjNooTWmwI8tTR\ngUMwk1ftDHVrkMNHKFYjfeVdp13k9Blp64tK9MPZ1y/afcXKwr2GCklADF4S\naWtnHzQG5t1ueCQXNucOBjnPUiz3eKYl8vS1wddjd0iN6w+ZAuYYTnaObDm3\nYybo9YlHZkahEZB+/NDEiwGiH6CexmXKcxWmJSlLnaI796AtuBx/00dqEPq3\nP/HvtvZa4vGPqh92O6yN7YVDGR2NkdS/SqChj/gCAvkNh1Qtu9Z6xAafMBKP\nPTty\r\n=QvYX\r\n-----END PGP SIGNATURE-----\r\n","size":1192777,"noattachment":false},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.2.4_1638727546134_0.4300524357320352"},"_hasShrinkwrap":false,"publish_time":1638727546412,"_cnpm_publish_time":1638727546412,"_cnpmcore_publish_time":"2021-12-16T18:20:36.754Z"},"2.2.3":{"name":"terminal-kit","version":"2.2.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.14.1","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"8d1cb9a60ee6786b2af48c36d958e4d37cc5691b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.2.3","_nodeVersion":"14.15.4","_npmVersion":"8.1.1","dist":{"integrity":"sha512-WEO7LpqxxPudvZ7WfQbTmCN6v1G4Q3YBntWHB3JAXbaRjz9SL6TO+KArJvURUVp/d/N4R4Fr3RrilhLP18vQOg==","shasum":"90aa5776fb01098ca6fc280d1e08c7ab75b54f8a","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.2.3.tgz","fileCount":300,"unpackedSize":4642380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm6rSCRA9TVsSAnZWagAA+TUP/RzhwqYCrqMzvTkTWZHE\njGwqi/7fpJ8ivvWUD2JHfSQ4qpnJwXJu0QeU85izbMIOOaohxQhuXZYexFDq\npfHK8fLpvhqN9dmhSeHZ1x7+Cc+SctCgm4hzQ1dB3WpQNuQHhGMep1zYlGgu\nsH+84GJpmEl8cV9bpgd5HN01Fd6TxKAPIflYcK9H/OEgLLYFSBlnJELy7fMj\nIgTLc0+aw0MR8webX/v3pEiYCRkMRm6DxwyXGmFt0pX+mqW/ynQc77sSYNFl\neIMRkj3BygiPIOvJNX5DAKjz8xNHCOOsZ5pc1S2/GgZKHo14R0Mc9zKt6SQY\nzlu6fhEDIY29nq4XevOJH6H7VvaSvMeODVNXZCfIzHNUM65JblCqpDDMreP/\nbmBuGpGlbZemxefFA9uyiZ+d8/5vywlQQxxJzT//1xRovYow9hB9w7Tz6Oaa\nkLLaDk1Luoel0uUnOXM2+firY59wRGpt9JVMqf40eWuEKjWKoq/ptf4v/jmn\no2VogQyIH1PTOiuPgGA0YnxwRU+9YDX3QFSllNFsW/7aOx8TfIqiCiHfXasy\nL3uQhz5SgoOX806ccGkyRnpfwUacJC17Sb0zvquW/Iiu0y12Xq8sWeXzMMeD\nJ/ty4DPgPCmYotPTOS+oWb8CmdoIIhx7TRXqNB2GxnpqE9QzW1y1GrfYhYHa\n58X7\r\n=aUTm\r\n-----END PGP SIGNATURE-----\r\n","size":1192729,"noattachment":false},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.2.3_1637591761903_0.27821760570432597"},"_hasShrinkwrap":false,"publish_time":1637591762161,"_cnpm_publish_time":1637591762161,"_cnpmcore_publish_time":"2021-12-16T18:20:38.410Z"},"2.2.2":{"name":"terminal-kit","version":"2.2.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.14.1","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"767e23679e8002c719471ffe42fdc8196c0e74f8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.2.2","_nodeVersion":"14.15.4","_npmVersion":"8.1.1","dist":{"integrity":"sha512-TndfwAzfQKAOCEN3GMiJWNqqacgu6En8Gpf/cLVfrEg75sp1ib/fdbhr/6pArW5SPaK5yJvMZq3B4/AGoRCx0Q==","shasum":"f55c7b18f11cf2bbf3eb39c87177eb8cdf1d99f0","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.2.2.tgz","fileCount":300,"unpackedSize":4634026,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmhOKCRA9TVsSAnZWagAAIMMP/0S3mLPgIeDPzuwfkeo8\nedKJVutNjH0nSLolFRROnGGdyj2hqlWEQGOtUgr0BOUxArJfe8zlsFj3llt5\nvslaaVhh0/QkCIsvCOkGhOaQy8vNPLw5IJWgUfoEKMePUIcV7z/NaGF9G2aS\ndXHo4NdU8JGlQi7uf8QBHhdveJGQduTvjS8shatZgk1YfKYzeSqaY6obtui9\nE5u7PdpWuTlyTp4CFC/TdB2rzkaho2XgNRgCfFk4ePSV7OOwl6GTsuyWBrYm\ncNcGCxgYZo7qjqaKP8Gp27nwwqwmDPn9CoPC6N4Gsvhh1pBbTUf1+wRO5le2\nKo+CKrS6mvvlPsdNbcnLvO+P//QpoVQ7tz3LO+S2YrXqcbGRw9ltFpe9BdgQ\nqA7J9KrkfQH2yrv2khxxT1ndmWAy56bSUv+bG0SEv77XY4AT6jHCJOPzlCYt\nnduocWi3g44M7LrvbeNu7syaOK9vaiR6b9ODbK+YuRzRoEfHSMTj1Kv3QxNq\nxLEzs0xwSMkYextelym9TdMyPVBoG2sWSjHCpu0b+b+baOAoYFQfcUBqux5L\n4QCMcPL2iLCDOFqiCeztgKWlLmp+h2V2ePa5gpQhaQv4tRJBzb5ElcYjB238\nif31WhjnCckzx2DuTPBg1JqopTXywhRGLddPzxHn18uAD6O4l8hJFP6kUw3P\nosMJ\r\n=bu3D\r\n-----END PGP SIGNATURE-----\r\n","size":1190907,"noattachment":false},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.2.2_1637487497918_0.46769527028206737"},"_hasShrinkwrap":false,"publish_time":1637487498128,"_cnpm_publish_time":1637487498128,"_cnpmcore_publish_time":"2021-12-16T18:20:40.720Z"},"2.2.1":{"name":"terminal-kit","version":"2.2.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.14.1","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"a97a1aab28c98fe23e5a9cfc7ad0c0e3c92f440f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.2.1","_nodeVersion":"14.15.4","_npmVersion":"8.1.1","dist":{"integrity":"sha512-ukTXGsms47cGVss4umAveH/CAAbcOtlmDDaC4S2XMAYOsycg0UTbaZXlvZDaN3yH8fFOSL7doGUHB0hjnANUeQ==","shasum":"a1b41d35c77322fdb7cf6006ec4605a74e877294","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.2.1.tgz","fileCount":300,"unpackedSize":4632318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmToYCRA9TVsSAnZWagAAI18P/3nFUG9ySbBvUDZV7in9\nHnBvEJnsoIJQT1hXOrhxL5sBbhcccua12p5StdoOlla8roqb4xJsL9SNhEcE\nPt0eH6Rq0etr/dI83tAH8MI/FIFsSy6Unb+Mj+w4LXqwwZdWA9Zh2d4BRaIB\n+La2brNgtRtA11QsprpY6+dr+hLprJVOQlucBKq0zMSHsDxxU8TYukZqjOdo\nboGVVtfzDzxGrQ68lgn62yygenfAmCfP4EaLL8N+lVgC1OmxWj+WIP9WBt9c\nd9scr8ECK0LjfHNkwh+IsiyTFrpUpc5j5urwVMw4FKgoZOlqxfJ4Gv1AAjYD\n/9vGfYjoF6P/tUbum/bEi0LtfnWf2PdleC6R3OLWg8g4kIvbUCSiqE6qh6xb\nHulbDc27R0Y35j0H350/4fSDJl9xDZAreeocyemhJRmMOFEDD88Vmj0l7Pjl\nzBEDaBnEqhFBSoS6rCmY/0biK1lQYM70bDZT6eQ81TXomQe+0z+2jykSaRKq\n7j/SakzZsBXlplHo3VgXDqp04thbbV4vtCssOeQmCOB/nwpwUI0M/JNKk79w\nFzKUr5Z+5PivxUm+852Zh9dBvYL7ybpDHiDNdTkL+2+esvsYmc4+fGjFjlVU\nqCuh8sDlqI+2ZtPLXM6//iph4cxo0x03RUayB9uwxd9CPx2+XXGq3bJiRbVK\njpxV\r\n=66DW\r\n-----END PGP SIGNATURE-----\r\n","size":1190403,"noattachment":false},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.2.1_1637431832027_0.8025108204850611"},"_hasShrinkwrap":false,"publish_time":1637431832214,"_cnpm_publish_time":1637431832214,"_cnpmcore_publish_time":"2021-12-16T18:20:42.586Z"},"2.2.0":{"name":"terminal-kit","version":"2.2.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.14.1","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"82382e93b3473e8ef3a8e65d22286e341225711a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.2.0","_nodeVersion":"14.15.4","_npmVersion":"8.1.1","dist":{"integrity":"sha512-p/0IngJK0XEefzZs3N1kiuWCI78P5ihT2X0xqrF3KqIvfQDQZU7+gyr/Ydk9rm2XLlkE3zDXfHgicCyAunCvUA==","shasum":"2a4a71796c5d20bac175878332ca5f8caccc1d4d","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.2.0.tgz","fileCount":299,"unpackedSize":4626830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmRSPCRA9TVsSAnZWagAA2bsP/R2abVZcSAwkGip8ndUs\nT2eRkQq5SDgXSkO6ILlKHx1bqp+kB8nJ9cSQJ06JwpL6mf9CpD4C+JmvW1Pz\n+HSkluHcGwlfUz8YGeA/ekIfecOqVvNaxPWqOn3vbxzKcehXnG7rvSrtFhIe\nvdXMNRhkV/ZwFsYOjByG16MMQxnjcOSlYjWF7F36JGgSU08b4Zk0cugcNGeB\nGAK8vAzAvIVqnSnWWLBRydSEECMSVbb9vaAdZ/tRI6EiHAuIk3qWqbY17Niq\nns87wVJitwmYwbiyNsuzcT6CJFxpV2q5SRIJOblOWu9HZNnA+5nWTcsEOXfS\n/ZMd0rKNHxf18nGPgVf/5g1Yo1V2yC1mdKTlp7LXu4Gqqe8ND/58cIakvS9H\nkkPiD8Yu9i4YRQyDTMinHksdbBod1CmezmYyOMgyF63QvE+xgAcn8szMHxpV\nwsfFDmOF7nf/WU/nGaUsqRbWXJ52aYWKN5r5NS6ZlZUYt7CaJbk+8vDHomTU\nivgVVUImPahV77Td8kDbB3F2AFUqaEFGzUXotz5C9/iMsaYUOPOAQ1NDABTN\nbhHaKkSXQwwqX7c9GlROfhuD2tvza6o4OIy7rzZV6iBi7pSkea7AUmVIXcSv\n4iPyKlFbp/cT7Xccl3EmhyO6LEsf6D65LraAEIuStWCUM8+pE9vp2Oix7ip4\n0zGv\r\n=qv2Y\r\n-----END PGP SIGNATURE-----\r\n","size":1189468,"noattachment":false},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.2.0_1637422222856_0.6869887879914343"},"_hasShrinkwrap":false,"publish_time":1637422223097,"_cnpm_publish_time":1637422223097,"_cnpmcore_publish_time":"2021-12-16T18:20:44.574Z"},"2.1.8":{"name":"terminal-kit","version":"2.1.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.12.8","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"a2e446cc3927b559d0281683feb9b821e83b758c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.8","_nodeVersion":"14.15.4","_npmVersion":"8.0.0","dist":{"shasum":"d1a50613aa74ef67592e8b5accfd2e89879f7745","size":1189371,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.8.tgz","integrity":"sha512-0mj+C3iuawIwUAV/WBOw1GZ50kgEUefS1Ew0KoaD8mVfkr1nuI1kceTafDHoT7Vi3Gg2U+5DIeVjlts2lSyLzg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.8_1634032520984_0.683687162733428"},"_hasShrinkwrap":false,"publish_time":1634032521162,"_cnpm_publish_time":1634032521162,"_cnpmcore_publish_time":"2021-12-16T18:20:45.995Z"},"2.1.7":{"name":"terminal-kit","version":"2.1.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.12.8","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"6e529a532eec31860845c25749dc00bbdfee2ecd","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.7","_nodeVersion":"14.15.4","_npmVersion":"8.0.0","dist":{"shasum":"ff734ba66449e95aece99a6b18602480482c607d","size":1188829,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.7.tgz","integrity":"sha512-iyj/1Bj//X5oFbBhvw6H0zaZP/VYNNLXSscJZKkHNwM2eteOnRVuYPAxMequsFoXE6ttAxZPIPMFyqSX6C8HoQ=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.7_1634031111416_0.16088116204611347"},"_hasShrinkwrap":false,"publish_time":1634031111667,"_cnpm_publish_time":1634031111667,"_cnpmcore_publish_time":"2021-12-16T18:20:47.501Z"},"1.49.4":{"name":"terminal-kit","version":"1.49.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"028fbd3061cf672cc7226c58eb55773d6e2b061f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.49.4","_nodeVersion":"14.15.4","_npmVersion":"7.20.1","dist":{"shasum":"11493f51032af6036ebe15ede19617f5d7e2f7ef","size":575195,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.49.4.tgz","integrity":"sha512-ehoNOk7xB/QBVX38P2kpoLip+s4Tlb6qYDBAoLg/rdRrrtRlDgs97a9MG0xU1IGq/Qpn47n1rwb5fWbM/Bprag=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.49.4_1627116553352_0.8273771671883472"},"_hasShrinkwrap":false,"publish_time":1627116553565,"_cnpm_publish_time":1627116553565,"_cnpmcore_publish_time":"2021-12-16T18:20:48.448Z"},"2.1.6":{"name":"terminal-kit","version":"2.1.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.4.0","seventh":"^0.7.40","string-kit":"^0.12.5","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"88b3d838dd456b837fb884bee1f92d2a4b21c85e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.6","_nodeVersion":"14.15.4","_npmVersion":"7.19.0","dist":{"shasum":"4fc12bd44fcf637183b66f6770299f6b17fb3b1d","size":1187835,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.6.tgz","integrity":"sha512-BX8flJ97GG5s0g0rtLkqBYwg8LT9RhJ6DFpUAf3oZYmUPOO3aj5xktT+ys5Mg5Ot1/efvDbf9hcNfRz1ioEFvA=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.6_1626254902645_0.7351912973243322"},"_hasShrinkwrap":false,"publish_time":1626254902835,"_cnpm_publish_time":1626254902835,"_cnpmcore_publish_time":"2021-12-16T18:20:49.798Z"},"2.1.5":{"name":"terminal-kit","version":"2.1.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.4.0","seventh":"^0.7.40","string-kit":"^0.12.5","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"a34beb33d250957e23c30cdc10529912ecb4cfe7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.5","_nodeVersion":"14.15.4","_npmVersion":"7.15.0","dist":{"shasum":"c0c36bd2c72081c0ecb6c9f4889c3e52c479671f","size":1187522,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.5.tgz","integrity":"sha512-oENN2ICTE/8gu/Vkdg+pHtuhQeylKb0LFNKk+vx2k/8gz/dpFfIMbBm28x/V9Gq2DKN7pWUThhAixf4VKYcsxw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.5_1622452903514_0.562245924975179"},"_hasShrinkwrap":false,"publish_time":1622452903786,"_cnpm_publish_time":1622452903786,"_cnpmcore_publish_time":"2021-12-16T18:20:51.553Z"},"2.1.4":{"name":"terminal-kit","version":"2.1.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.4.0","seventh":"^0.7.40","string-kit":"^0.12.5","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"d32f77aa872b5a98ad03a346fdfca5c74f1e40ad","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.4","_nodeVersion":"14.15.4","_npmVersion":"7.15.0","dist":{"shasum":"b68192027e98751414b320b568fbeb7a1533a4f8","size":1187235,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.4.tgz","integrity":"sha512-/EQhcZ2zt2OrXN3KXn9xV1ry32i9JDwEsIA2WFh5IA2EzhlqTQRJrU8lnWWUiHKbLLN60SNcHMC3c0mhHel2Tw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.4_1622193125520_0.31858011311699186"},"_hasShrinkwrap":false,"publish_time":1622193125765,"_cnpm_publish_time":1622193125765,"_cnpmcore_publish_time":"2021-12-16T18:20:53.529Z"},"2.1.3":{"name":"terminal-kit","version":"2.1.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.1","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.12.5","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"786a2816ddc95aa372f15e927a49dbb605951078","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.3","_nodeVersion":"14.15.4","_npmVersion":"7.9.0","dist":{"shasum":"e6189b6f415cfaa038ffd782120fab35818aae97","size":577164,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.3.tgz","integrity":"sha512-o5lDCgRDJLfSf/tOS+4+sAMAC4KD4HaaFhmr5NMvt5sjNCzbidEP3KebYyL+76c8VjIUbyf8lbaxK1LsyNvIAg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.3_1621841888641_0.5884794794424104"},"_hasShrinkwrap":false,"publish_time":1621841888917,"_cnpm_publish_time":1621841888917,"_cnpmcore_publish_time":"2021-12-16T18:20:55.012Z"},"2.1.2":{"name":"terminal-kit","version":"2.1.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.1","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.12.5","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"fe37289f4b8e8fe097724a30aeea1e6eba07c839","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.2","_nodeVersion":"14.15.4","_npmVersion":"7.11.2","dist":{"shasum":"08689ff9f8efc6614d34d4cc7be916a91742b896","size":576769,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.2.tgz","integrity":"sha512-1eG7CrQfE1dd5ZHPG5WrTk/DTeskFPqSLEl+QYmvwvI41dRCN2j1qVyxA4FwE0/x24AbjhSA3FJSIgWqQD610Q=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.2_1620478323256_0.21201896752501725"},"_hasShrinkwrap":false,"publish_time":1620478323510,"_cnpm_publish_time":1620478323510,"_cnpmcore_publish_time":"2021-12-16T18:20:55.956Z"},"2.1.1":{"name":"terminal-kit","version":"2.1.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.12.0","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"ac1b3dad935b01375752c9bc73e5638ddb5a35ca","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.1","_nodeVersion":"14.15.4","_npmVersion":"7.9.0","dist":{"shasum":"82e3dd2bdeee4013785a799ea68d9fc6590eedec","size":576785,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.1.tgz","integrity":"sha512-i2K3Y68KRBuGiVPpj9op3dRBH6pbVe1eTtEdiH8y0C5QMzcM7nzyhjsU5qLExJnC2KSO3eqBw9SsnH7PuWTePw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.1_1620463452291_0.057585572113173944"},"_hasShrinkwrap":false,"publish_time":1620463452510,"_cnpm_publish_time":1620463452510,"_cnpmcore_publish_time":"2021-12-16T18:20:57.033Z"},"2.1.0":{"name":"terminal-kit","version":"2.1.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.12.0","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"b38ff367dda48aaed6be9c3838dd23020eafbfee","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.1.0","_nodeVersion":"14.15.4","_npmVersion":"7.9.0","dist":{"shasum":"d9906a555daeca448951d2983fe079fa979bf07a","size":576661,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.1.0.tgz","integrity":"sha512-a/VVJ0FTrm02lwcjBRab7eoG8PGt7E74M21zhaciygVr3FTrrKYfFUtKyknFkeY8YpnRUPvO+MJxQTqL0fzO9Q=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.1.0_1619797812408_0.11353202568244058"},"_hasShrinkwrap":false,"publish_time":1619797812670,"_cnpm_publish_time":1619797812670,"_cnpmcore_publish_time":"2021-12-16T18:20:57.835Z"},"2.0.7":{"name":"terminal-kit","version":"2.0.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.12.0","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"21607fb51749853dd9193c6aaf205b14c63b2768","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.7","_nodeVersion":"14.15.4","_npmVersion":"7.6.3","dist":{"shasum":"7076707fb9ae31b4cdb1ec0f4e21d9feb027c718","size":578604,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.7.tgz","integrity":"sha512-+MpGlu/QsL8Vc8+rHm1JkNuVskaJMUNfzqxqsOhmsS3hG4lnYu3g1zNpXMX7GNkcj2RTyxuggeYXwTxVv28DoA=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.7_1616332696655_0.4093623976094978"},"_hasShrinkwrap":false,"publish_time":1616332696961,"_cnpm_publish_time":1616332696961,"_cnpmcore_publish_time":"2021-12-16T18:20:58.878Z"},"2.0.6":{"name":"terminal-kit","version":"2.0.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.12.0","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"e36cb4016da930011e5ff992c0b7d768f8c5b518","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.6","_nodeVersion":"14.15.4","_npmVersion":"7.6.3","dist":{"shasum":"ae2d293b77b68658ff506c10943801c32d8133a7","size":578563,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.6.tgz","integrity":"sha512-Lr78dWW1YQ+KgZsjn+GgojzbanpEgB5S3xbOpBuni+83Kj+Cs5zCffllqm7cxY9fuAbWIag6R4S0ZJlKHccSqw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.6_1616262313701_0.46703367014982633"},"_hasShrinkwrap":false,"publish_time":1616262313972,"_cnpm_publish_time":1616262313972,"_cnpmcore_publish_time":"2021-12-16T18:20:59.759Z"},"2.0.5":{"name":"terminal-kit","version":"2.0.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.12.0","tree-kit":"^0.7.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"7dcb953460868916490dcc18eab7bbee815c47ad","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.5","_nodeVersion":"14.15.4","_npmVersion":"7.5.4","dist":{"shasum":"1d9a68d8c6918a1e8c652c28ddfe7ac73225449e","size":578535,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.5.tgz","integrity":"sha512-180DfVQDI97m2EhqQ9zg29rUvDmttkbYYABk5DT0otcSV+NoiDuzAXuz2UQtrpCY6QIvIonmMuBzl01HII8JWA=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.5_1614707434139_0.055978611505952625"},"_hasShrinkwrap":false,"publish_time":1614707434365,"_cnpm_publish_time":1614707434365,"_cnpmcore_publish_time":"2021-12-16T18:21:01.429Z"},"2.0.4":{"name":"terminal-kit","version":"2.0.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"5a7c99ac400ac43baf76e09b82f51aec01708235","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.4","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"e77b53602f011d286d7a18a6f3f81fc863bfdfb5","size":578545,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.4.tgz","integrity":"sha512-L1gWNcTsEmHCZKutk/8Dad6gzPlHIEQ/59DUYlUc8CElTQRBdRFbU7KX4eAy9Ru4CegZnnbn1c6PTJmEW7uxnQ=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.4_1614587691282_0.26489157101214955"},"_hasShrinkwrap":false,"publish_time":1614587691467,"_cnpm_publish_time":1614587691467,"_cnpmcore_publish_time":"2021-12-16T18:21:02.182Z"},"2.0.3":{"name":"terminal-kit","version":"2.0.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"0b8d246804e9aa3e763da059cb25cd1fb44a8edd","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.3","_nodeVersion":"14.15.4","_npmVersion":"7.5.4","dist":{"shasum":"01d3e6ea92ace18979a8d68af81b17cd29c0879c","size":578509,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.3.tgz","integrity":"sha512-1XHXnP6BvLJewZcVGemRkNfceQKLfGQutruxx7WDSaD7pXKc6MzL/0tUYFg1YPzaYzryDjvUD+E15jmWGgJqjw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.3_1613988897648_0.7244967781797504"},"_hasShrinkwrap":false,"publish_time":1613988897835,"_cnpm_publish_time":1613988897835,"_cnpmcore_publish_time":"2021-12-16T18:21:03.426Z"},"2.0.2":{"name":"terminal-kit","version":"2.0.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"6cff6b5d1ed4290a11018d5ba4940d705adc1c8f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.2","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"8ffffe5f36fb539826ff6b65d0bd199ffa2db121","size":578401,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.2.tgz","integrity":"sha512-On+t3teW24+cRRFp5zxu4i5wUWZQ/xCQqM5yfQkTbkI++kiRsZRXapMuT6EbhxkWcQEUuGJ/W+AYabeoUdlj6Q=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.2_1613832325438_0.9211975723554904"},"_hasShrinkwrap":false,"publish_time":1613832325668,"_cnpm_publish_time":1613832325668,"_cnpmcore_publish_time":"2021-12-16T18:21:04.624Z"},"2.0.1":{"name":"terminal-kit","version":"2.0.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"55665156fe0347fa13accf689accec467ff779bd","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.1","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"d99b1101c8c1fd5013771aadcae76fd021252a32","size":578356,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.1.tgz","integrity":"sha512-WNuKm47Kwmvgx7cmGmV4wqA5F5qQGyrYedG0S9CU/pD8i0AAYUn4Dgc8UW5bNjK0iIDrX956erjJ0E2tfnIxJA=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.1_1613830916229_0.2522436685581615"},"_hasShrinkwrap":false,"publish_time":1613830916479,"_cnpm_publish_time":1613830916479,"_cnpmcore_publish_time":"2021-12-16T18:21:05.497Z"},"2.0.0":{"name":"terminal-kit","version":"2.0.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"8e979e52943b9af3efa4708773d3a2b16dccebd7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.0.0","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"5ccacc34d834b477db17cac1d1a2d0f77a65a217","size":578077,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.0.0.tgz","integrity":"sha512-J+8l5pbLYgdvumzInd1q6vZp8DT89cyjjkHnFM2i/RnUkdhi3kCJ1tbus8jDGyeUhDLuD2beXzBp4EOcfb63pg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.0.0_1613815013543_0.47655670117595683"},"_hasShrinkwrap":false,"publish_time":1613815013821,"_cnpm_publish_time":1613815013821,"_cnpmcore_publish_time":"2021-12-16T18:21:06.701Z"},"1.49.3":{"name":"terminal-kit","version":"1.49.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"ab6f00fa947bd619dbec19433e1bdecfb4de3d3f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.49.3","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"cd7c931338a7af9e1f702d0d35401c1cc245aaba","size":578075,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.49.3.tgz","integrity":"sha512-7GovmExYxwGWOGfTh9LlH9uRt5braMj0bi6HmrhdhGi78Xi3S8hfJhTnio/h4iaN4pKtbAn3ugdGF2ypviZvMA=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.49.3_1613814486083_0.9331745554328077"},"_hasShrinkwrap":false,"publish_time":1613814486313,"_cnpm_publish_time":1613814486313,"_cnpmcore_publish_time":"2021-12-16T18:21:08.031Z"},"1.49.2":{"name":"terminal-kit","version":"1.49.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"773d52b42693d78ec5a39c32af3fd0351ef75e2e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.49.2","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"cc4567684746e8d29283df9ffb3068ee3a5e709e","size":578044,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.49.2.tgz","integrity":"sha512-U0BYARsi0Hz7+MYcW08CBwz6E6Y9CHyD4EZzaUDPLpHdAVe7d7ZyIA9fcnhzRRE1n9yE39yEOrkyS97LaUv/2w=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.49.2_1613680524490_0.8812617420237796"},"_hasShrinkwrap":false,"publish_time":1613680524828,"_cnpm_publish_time":1613680524828,"_cnpmcore_publish_time":"2021-12-16T18:21:08.742Z"},"1.49.1":{"name":"terminal-kit","version":"1.49.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"52d4d8509379e7672a5252511d2fb5f39b944c6d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.49.1","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"c5459d9721f56d0302c9b4e34f9c2533ce33e780","size":577982,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.49.1.tgz","integrity":"sha512-1IfhW4rsmFapdyUCtYhzkjdcHm+qWd5X7r7hf7eP8Fr/4vYMz2olOHANpeJbtnLxoFwKNrvACsRCHMjHuGbTXQ=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.49.1_1613679542853_0.009237879214236244"},"_hasShrinkwrap":false,"publish_time":1613679543067,"_cnpm_publish_time":1613679543067,"_cnpmcore_publish_time":"2021-12-16T18:21:09.812Z"},"1.49.0":{"name":"terminal-kit","version":"1.49.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"c0a03234753dbcace3021d0a19d5ea11bdefba49","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.49.0","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"a785f31748a0635553d7cd2e1fc7335a4fa1b2e9","size":577971,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.49.0.tgz","integrity":"sha512-5RK23Ka/4KCV/l/ImUAQNrp/T1QOWxfW6+2xhenDXMG5eDj+ZSxAqgLmQGjz2symPemD0hNI4asMFxblcm9+hg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.49.0_1613679328964_0.3281444945111063"},"_hasShrinkwrap":false,"publish_time":1613679329127,"_cnpm_publish_time":1613679329127,"_cnpmcore_publish_time":"2021-12-16T18:21:10.768Z"},"1.48.1":{"name":"terminal-kit","version":"1.48.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"d5aeb3a6fdfccf0d1070a02137168b117a790478","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.48.1","_nodeVersion":"14.15.4","_npmVersion":"7.5.2","dist":{"shasum":"b6213914f845759f99f89d827a46e807fac0fa41","size":576610,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.48.1.tgz","integrity":"sha512-rUdKfN3gv2osW+M+PrWHSDQ6jOcCdSzunsFz78NmdOelQolUFkoAfM6AJUlzWENp4+jIRV89wLp4/viyRhZ5Kw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.48.1_1613641956777_0.8230469667220075"},"_hasShrinkwrap":false,"publish_time":1613641957047,"_cnpm_publish_time":1613641957047,"_cnpmcore_publish_time":"2021-12-16T18:21:11.770Z"},"1.48.0":{"name":"terminal-kit","version":"1.48.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"bd4990e30a7e6f5c5de9ddb3d9747d1697e10e2d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.48.0","_nodeVersion":"14.15.4","_npmVersion":"7.5.4","dist":{"shasum":"169d8699af25852867bba56cc32ce2d17ab1cf3a","size":575992,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.48.0.tgz","integrity":"sha512-cJWRYGDDDMRHjO12IVbYolS+tYIlVurDkODTkUwCcw7egmwBWgdbJOr4LqSWkjv9FX/iL4f/RjMiqFUvd1vv/w=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.48.0_1613584317702_0.16883683675480232"},"_hasShrinkwrap":false,"publish_time":1613584317926,"_cnpm_publish_time":1613584317926,"_cnpmcore_publish_time":"2021-12-16T18:21:12.710Z"},"1.47.2":{"name":"terminal-kit","version":"1.47.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"a18a2100eba7d185b354449fca93a68df401ecb6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.47.2","_nodeVersion":"14.15.4","_npmVersion":"7.5.4","dist":{"shasum":"e4964de5c69803584ddc718eedf6bcc91eca6506","size":575761,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.47.2.tgz","integrity":"sha512-0gpQPxOY/8I4ItUcpj3NYGLMyOHFvPDG8AWrnP37bl65AmjW0NWKvHJ3YRMRgRI+Bd5YP/odReJmMvWkFV7zaw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.47.2_1613560278278_0.7795517470852091"},"_hasShrinkwrap":false,"publish_time":1613560278532,"_cnpm_publish_time":1613560278532,"_cnpmcore_publish_time":"2021-12-16T18:21:13.795Z"},"1.47.1":{"name":"terminal-kit","version":"1.47.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"188a87526d763aaa7cd50779a50745f0cd0c8d04","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.47.1","_nodeVersion":"14.15.4","_npmVersion":"7.5.4","dist":{"shasum":"6e953022da2c0b34716b49fbcf666218e81aec52","size":575336,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.47.1.tgz","integrity":"sha512-7ZvI+2BJHz3vdtbMs2tIJorbUEh90/EawJ2apLEsXYMOy1B1Wqn2P69f0uc6l6EZz6OiF3WiGjV2ngBdse0Uuw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.47.1_1613556596340_0.03829751663709935"},"_hasShrinkwrap":false,"publish_time":1613556596575,"_cnpm_publish_time":1613556596575,"_cnpmcore_publish_time":"2021-12-16T18:21:14.850Z"},"1.47.0":{"name":"terminal-kit","version":"1.47.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"7efe12d8da1e150e3c973ba1cfdf86cee5081331","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.47.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.11","dist":{"shasum":"98b5680a0d059139b3d96903b7f18596816fc4ff","size":575367,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.47.0.tgz","integrity":"sha512-wyfslVEOJrB2kmZyUEkTKtd4jlNTVR9G1ogkrs7a1VMk55t83+m8sMDJTNuEqfwYXvWbRyGD8pyhv9vyl9xc5w=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.47.0_1612344951727_0.00971492248213246"},"_hasShrinkwrap":false,"publish_time":1612344951935,"_cnpm_publish_time":1612344951935,"_cnpmcore_publish_time":"2021-12-16T18:21:15.669Z"},"1.46.1":{"name":"terminal-kit","version":"1.46.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"a69704d9e1cdfaafb552962cd4b175f8ec63d483","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.46.1","_nodeVersion":"12.14.0","_npmVersion":"6.14.11","dist":{"shasum":"70c4bea7167a497ea191bb95d159c5b9ed682769","size":575176,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.46.1.tgz","integrity":"sha512-S3LGRq08lrn6epltpqsUYxnvyXnffObkEV91ndMzeoCJ+xi+pzxORn1HqPomIr6NcfAlbFoglEXXTQi8CcqRQg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.46.1_1612292617866_0.5999749287896761"},"_hasShrinkwrap":false,"publish_time":1612292618238,"_cnpm_publish_time":1612292618238,"_cnpmcore_publish_time":"2021-12-16T18:21:16.385Z"},"1.46.0":{"name":"terminal-kit","version":"1.46.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"7d656ebf5d61fd2350b509ec8f77e6df4aaee781","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.46.0","_nodeVersion":"12.14.0","_npmVersion":"6.14.11","dist":{"shasum":"1c795fc4c23dc863fadf8a1271099d149ffe58d1","size":575018,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.46.0.tgz","integrity":"sha512-k7huV4tg4nzOBefP5AFEkMba+3LIDp7pvhFo849GDdnNXjPypvMmtIA1bIfkNrobOsazXvo7Xn8PTOLxpX8+gQ=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.46.0_1612287269854_0.8545177887190449"},"_hasShrinkwrap":false,"publish_time":1612287270041,"_cnpm_publish_time":1612287270041,"_cnpmcore_publish_time":"2021-12-16T18:21:17.341Z"},"1.45.9":{"name":"terminal-kit","version":"1.45.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"cbbca24d6841e5244858052831976307a6a1e05d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.9","_nodeVersion":"12.14.0","_npmVersion":"6.14.9","dist":{"shasum":"0a7adec6d5d9bafc68eae542417d77d90161df3d","size":574854,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.9.tgz","integrity":"sha512-uf648u2bfWz3lX9iBVgdTebIMVc78OE0cgEGuuNQWWKU8soaf+R09fYQWTpMRiz59nKxn78s8wZptGmt/hAyfQ=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.9_1611661574392_0.40867337054424"},"_hasShrinkwrap":false,"publish_time":1611661574836,"_cnpm_publish_time":1611661574836,"_cnpmcore_publish_time":"2021-12-16T18:21:18.158Z"},"1.45.8":{"name":"terminal-kit","version":"1.45.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"0a7be4e88ed06eee4709495df94b8ac48b4f117f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.8","_nodeVersion":"12.14.1","_npmVersion":"6.14.9","dist":{"shasum":"7959c1e603ee6e3fd4d256f56059b59af3a2db16","size":574741,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.8.tgz","integrity":"sha512-i6OXF4wF2O9DuPFEQ2O9ubHivQemNZbB5zfEZyPU6X5YnzLCIq9FKO89zK9wPvFhwTWE5Nq4ovjigaPD6nvlFg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.8_1611616398698_0.3644517660558093"},"_hasShrinkwrap":false,"publish_time":1611616398888,"_cnpm_publish_time":1611616398888,"_cnpmcore_publish_time":"2021-12-16T18:21:18.966Z"},"1.45.7":{"name":"terminal-kit","version":"1.45.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"998bcee979f883aa2d66155c139cdb34b05a5c45","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.7","_nodeVersion":"12.14.1","_npmVersion":"6.14.9","dist":{"shasum":"de1ff2af5db1e2817ae697dfb2ce8aefeaf2e6f4","size":574735,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.7.tgz","integrity":"sha512-IW6//l3NkrWUGSjKiGEFo1tHEi0bS7RuSDvTEZrqMgZ0Gt+ocepDABgeFqiQoyd9V6uNexrM86+speTZVcNrwQ=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.7_1611615877604_0.8517227609635665"},"_hasShrinkwrap":false,"publish_time":1611615877836,"_cnpm_publish_time":1611615877836,"_cnpmcore_publish_time":"2021-12-16T18:21:20.133Z"},"1.45.5":{"name":"terminal-kit","version":"1.45.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"32c50f3fd9b23a14b0a57c2b52dd6c4071308aa1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.5","_nodeVersion":"12.14.0","_npmVersion":"6.14.9","dist":{"shasum":"e44c9160a6f241ac8c50f97b211a8d97b62ce53a","size":574477,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.5.tgz","integrity":"sha512-QWujGLA6xY0gSokQKWNR7A2pMfq7ZvkoZ5k5AschrAGkF1pFQuYalwoDRGOT+QFbme55CxEkzlaxRpWZE0qcyg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.5_1611234293011_0.9059562722299035"},"_hasShrinkwrap":false,"publish_time":1611234293183,"_cnpm_publish_time":1611234293183,"_cnpmcore_publish_time":"2021-12-16T18:21:21.042Z"},"1.45.4":{"name":"terminal-kit","version":"1.45.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.9","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"d909f6e9cc61e5dad2c2a9fa0c29bb606aca5101","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.4","_nodeVersion":"12.14.0","_npmVersion":"6.14.9","dist":{"shasum":"7f6f597870e58d14b2455acb8e2559a87a25ac95","size":573658,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.4.tgz","integrity":"sha512-3PUhzFPQhUVuc9i7GtlFgT4hVlc6RHqg5ahblF75He7Emu0841V6yd++Us4prrGXcQpzsWZ2/cPGK9CcQPgA4g=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.4_1610619090866_0.7812335660328618"},"_hasShrinkwrap":false,"publish_time":1610619091101,"_cnpm_publish_time":1610619091101,"_cnpmcore_publish_time":"2021-12-16T18:21:21.992Z"},"1.45.3":{"name":"terminal-kit","version":"1.45.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"0dc916baf6f461e4635d7268d2da99a7bd1e6725","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.3","_nodeVersion":"12.14.1","_npmVersion":"6.14.9","dist":{"shasum":"17fd3711031de9f3ff250004209369aaaf3c95ca","size":567349,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.3.tgz","integrity":"sha512-5bBjnYuQ1oLAB1qEMNbs6ngBtt6fLhOM326fQ584wcVn+4XAcjiBJHu21rq77iBq3+eUdxsVGkN4Uxtehiz/Eg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.3_1610442017798_0.5632831349310263"},"_hasShrinkwrap":false,"publish_time":1610442018049,"_cnpm_publish_time":1610442018049,"_cnpmcore_publish_time":"2021-12-16T18:21:23.145Z"},"1.45.2":{"name":"terminal-kit","version":"1.45.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"47881bc51d0daa81c3a57af3f71ddae8612c3381","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.2","_nodeVersion":"12.14.0","_npmVersion":"6.14.9","dist":{"shasum":"2fae0ccb932ef0eef426991f5946fdba5a1dfb9a","size":567153,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.2.tgz","integrity":"sha512-G9w8/XkcLSIUEeAiHHOyNru4Reeg2V6KswKKfRd1mSR93Ny+1uk3+x7BtOAvc9oHTloqILjPF3qn0eK5iiGLpg=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.2_1610387741206_0.731284650330736"},"_hasShrinkwrap":false,"publish_time":1610387741412,"_cnpm_publish_time":1610387741412,"_cnpmcore_publish_time":"2021-12-16T18:21:24.352Z"},"1.45.1":{"name":"terminal-kit","version":"1.45.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"80447556c61e240dd2f82fb4aab5a9770fc8e993","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.1","_nodeVersion":"12.14.0","_npmVersion":"6.14.9","dist":{"shasum":"7023be5e85fd26807743103eed3775f19f0a99b1","size":566984,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.1.tgz","integrity":"sha512-E4uQBpYBHx9uy6X/MKKrDCAR+3i8vaF5/42j59SNxJp5tKRRGFm+UcNcn55U4PFZQr4YRUdLhD3Lk50coJCDXA=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.1_1610386383139_0.09008449082379166"},"_hasShrinkwrap":false,"publish_time":1610386383436,"_cnpm_publish_time":1610386383436,"_cnpmcore_publish_time":"2021-12-16T18:21:25.272Z"},"1.45.0":{"name":"terminal-kit","version":"1.45.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"12a0776887a83e972fcf32a8a167b64976dcb0de","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.45.0","_nodeVersion":"12.14.0","_npmVersion":"6.14.9","dist":{"shasum":"c2fe6a0dc479970875be18d19b380eb64daf5504","size":566796,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.45.0.tgz","integrity":"sha512-ohYvZYgUVqnRMK+HsKyIfKwB5/SJj063koXUDnJMdNepsYF6y3O2+d38use6O035E0UIOcz5qM23TJX6xl7d0A=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.45.0_1610383438076_0.1431398690477219"},"_hasShrinkwrap":false,"publish_time":1610383438311,"_cnpm_publish_time":1610383438311,"_cnpmcore_publish_time":"2021-12-16T18:21:26.048Z"},"1.44.3":{"name":"terminal-kit","version":"1.44.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.4","seventh":"^0.7.40","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"48ff6d0215440c93aa40f221bb4bbd081b8c5049","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.44.3","_nodeVersion":"12.14.1","_npmVersion":"6.14.9","dist":{"shasum":"50ad6942ed0761b95c04b9a92fde716b66d4fcd2","size":566387,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.44.3.tgz","integrity":"sha512-G7V7l2pqJqa5llfn/ORDgKlUMGG27n1nxuxwWmZ4/1hCURz+yldKrknirIeu/kyK5M3UdtgPJ0wGAAXw+0aVfw=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.44.3_1609184116825_0.03901479159670318"},"_hasShrinkwrap":false,"publish_time":1609184117082,"_cnpm_publish_time":1609184117082,"_cnpmcore_publish_time":"2021-12-16T18:21:27.172Z"},"1.44.1":{"name":"terminal-kit","version":"1.44.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.3","seventh":"^0.7.40","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"3c4ffcfa8974d086a49cc6fd11e92e385d3d0182","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.44.1","_nodeVersion":"12.14.1","_npmVersion":"6.14.9","dist":{"shasum":"396f57eb09fa3c5e612e99676acce706d80a4d85","size":566729,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.44.1.tgz","integrity":"sha512-FOxbg0kAXaNOcPiFdTzDpj3PGN0xD1XGTSTgUrAqMe2taP9V62/WnvhakrauFw7Vqnr5ZwgjxUy8R+0aQJcD7w=="},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.44.1_1609159701249_0.728870357914869"},"_hasShrinkwrap":false,"publish_time":1609159701520,"_cnpm_publish_time":1609159701520,"_cnpmcore_publish_time":"2021-12-16T18:21:28.696Z"},"1.44.0":{"name":"terminal-kit","version":"1.44.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"b0f8a14ee6f4b29c87014aa12320d0fd95d731b1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.44.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.8","dist":{"shasum":"6320a599318e64d90f9b96bf352df87e607f2938","size":565805,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.44.0.tgz","integrity":"sha512-f9RLSA1a1ahx/40NwQ1FoGWz/el7no9RiGX4wMUirmqxJZjwZ09pMZWFWzlHb1yIfk9SnfRD9esGfofu5fF35A=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.44.0_1602967285152_0.762950218808101"},"_hasShrinkwrap":false,"publish_time":1602967285351,"_cnpm_publish_time":1602967285351,"_cnpmcore_publish_time":"2021-12-16T18:21:30.192Z"},"1.43.0":{"name":"terminal-kit","version":"1.43.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"0fa21118d7c230f53ee401da545262dbf5bb2568","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.43.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.7","dist":{"shasum":"6ff42fba60a51d0211c330a60398e46fbfc405f3","size":562410,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.43.0.tgz","integrity":"sha512-OuPvQzx6oxr3oE2Y78NgRy0TetmurGa/vshYV02Kd6XDWctHO/sHpjnLe3Jhi8FrUkL0XAZMGlxjLeDtRFL4wg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.43.0_1598364076668_0.46023604937538387"},"_hasShrinkwrap":false,"publish_time":1598364076896,"_cnpm_publish_time":1598364076896,"_cnpmcore_publish_time":"2021-12-16T18:21:31.432Z"},"1.42.0":{"name":"terminal-kit","version":"1.42.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=10.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"c1c74019762afab65d1290eaa537473fa7c947af","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.42.0","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"1743e483a3007c1f34b150f292586adf08cbdd50","size":561566,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.42.0.tgz","integrity":"sha512-l9GCV47Gm+A+nshoOhvEpcUSQE27k0gRRSxowQodI2nc6uOw/RVr0U3zgj61zLQStCLDqQ6JVfV1vAdlF0lFjA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.42.0_1595927109550_0.7616699926765773"},"_hasShrinkwrap":false,"publish_time":1595927109766,"_cnpm_publish_time":1595927109766,"_cnpmcore_publish_time":"2021-12-16T18:21:32.544Z"},"1.41.0":{"name":"terminal-kit","version":"1.41.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"8ae24bf653df6116dadd9cb00640ee23fd9bc9d5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.41.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.6","dist":{"shasum":"96c800ad094b2576db2ed94d894eb94efab7ddd8","size":561541,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.41.0.tgz","integrity":"sha512-BMP/2gyUCIRAB3Y07jX8fwQeSx5FKD3EAyoSHShbuudeov+nVOSd3/x6QEA3320iDZboQf/HWjqYgTdIxA1pKA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.41.0_1595437582876_0.31742749282422866"},"_hasShrinkwrap":false,"publish_time":1595437583228,"_cnpm_publish_time":1595437583228,"_cnpmcore_publish_time":"2021-12-16T18:21:34.012Z"},"1.40.0":{"name":"terminal-kit","version":"1.40.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"258cdd954a70e9509f7de0ea72cfc3328bf02c6d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.40.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.6","dist":{"shasum":"fd9bd57153a93660e17299b54726b822a1b1a733","size":559661,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.40.0.tgz","integrity":"sha512-E5SNak9B7ljBkresDTqZGeALwrZG+f4fVqHLZgZ6hhqYmgTYe8qtKorySB/duJCjDfZAD8v4IQs6ImfJBvJDWw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.40.0_1595350986637_0.9858613554783777"},"_hasShrinkwrap":false,"publish_time":1595350986870,"_cnpm_publish_time":1595350986870,"_cnpmcore_publish_time":"2021-12-16T18:21:35.106Z"},"1.39.0":{"name":"terminal-kit","version":"1.39.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"353fc5917e1a66a26c250281ac5643995ba4855e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.39.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.6","dist":{"shasum":"32f6216faf2601a5cdefcbb278b0e58fa8f00b24","size":557594,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.39.0.tgz","integrity":"sha512-m6DUZ676b0No+YoFSlvrUlRnc7Qdm2x3X+fb0E9gZiVqafO9eOhKQKf85ENbGsKuAfoACcWieBcP+y1UmYpdiw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.39.0_1595266505072_0.4016906852238251"},"_hasShrinkwrap":false,"publish_time":1595266505291,"_cnpm_publish_time":1595266505291,"_cnpmcore_publish_time":"2021-12-16T18:21:36.026Z"},"1.38.0":{"name":"terminal-kit","version":"1.38.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.8","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"4a05271b202f5e2568d3a31b5876b6e9968ee0ba","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.38.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.5","dist":{"shasum":"79057771de48509ee63cfb49248a4a8249aa7c97","size":556939,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.38.0.tgz","integrity":"sha512-Wg//ZpORNwa+2uX2DF0lryy6iEQ3bzK24uvh0Eol5T6NA/8TaYKyxeJ5GE9Ia2oRQev6w67y82tR0Ub0ab6esg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.38.0_1595243064890_0.4775210507228669"},"_hasShrinkwrap":false,"publish_time":1595243065185,"_cnpm_publish_time":1595243065185,"_cnpmcore_publish_time":"2021-12-16T18:21:37.221Z"},"1.37.0":{"name":"terminal-kit","version":"1.37.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"31ff77ad35994b13d33e0c8d2e51cc04227c747d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.37.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.5","dist":{"shasum":"10d911df3ca87dc083d8cacb5c68c16c912b07cc","size":555020,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.37.0.tgz","integrity":"sha512-/lb76HOwjVKHIbv+1897c2F/7Rv94QmVIEMKjFZDHPhZhpmCM4wsJ1VNWDdIGcWYRtr+eotob2BvjLQE5BlgMw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.37.0_1595163745180_0.6113588613299861"},"_hasShrinkwrap":false,"publish_time":1595163745426,"_cnpm_publish_time":1595163745426,"_cnpmcore_publish_time":"2021-12-16T18:21:38.452Z"},"1.36.0":{"name":"terminal-kit","version":"1.36.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"09caaffc42b7dac0af9921ae661c72c545c48dd6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.36.0","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"bb2314abb14ee537f99b2851fa65b9e50fbea40f","size":517449,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.36.0.tgz","integrity":"sha512-RZqiGd9Ykh+CDcXuVWt3jwSr5WNjo9jKdIajWxdLS+PknnfwZebois0Qd5kY7H/d/mal1S51ILaNX3nBOM/xog=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.36.0_1594315171299_0.8872654513748821"},"_hasShrinkwrap":false,"publish_time":1594315171514,"_cnpm_publish_time":1594315171514,"_cnpmcore_publish_time":"2021-12-16T18:21:40.067Z"},"1.35.13":{"name":"terminal-kit","version":"1.35.13","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"280cb98f7670661f8968be5e90fb6e0af3d42265","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.13","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"12f1edc2664b364f35c6841b8913b62a737cbd3e","size":516564,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.13.tgz","integrity":"sha512-xqi07MuA9nUEpXUyH/uOB70A6a3Rqn0Cz1uVG18ArSG6ekH1yagfVm57yz+ym40u7q0MqeJYrySWNVMGMKLhmQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.13_1594200092663_0.5047248488704563"},"_hasShrinkwrap":false,"publish_time":1594200092834,"_cnpm_publish_time":1594200092834,"_cnpmcore_publish_time":"2021-12-16T18:21:41.282Z"},"1.35.12":{"name":"terminal-kit","version":"1.35.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"de3bafcc5788489b61eca514a8ae86ea197f43a5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.12","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"74fdc8c1a550be1baf3b760b83f1c6dce0c3447a","size":516318,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.12.tgz","integrity":"sha512-Ikiytwz99gHmUNfJEPuAeuEdGhaqss5A9+UHf4nHLCJtDp5XBqLZxUv3jNN/uMm2/M42mhXjojkdQS0NGCMj0g=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.12_1594118443956_0.9403722122162324"},"_hasShrinkwrap":false,"publish_time":1594118444259,"_cnpm_publish_time":1594118444259,"_cnpmcore_publish_time":"2021-12-16T18:21:42.553Z"},"1.35.11":{"name":"terminal-kit","version":"1.35.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"56ca337b90d4b72317ad31573ed12cb0700ff7b7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.11","_nodeVersion":"12.14.1","_npmVersion":"6.14.5","dist":{"shasum":"bc914d3131f1ec263b3f2f6c994760f43e50d661","size":513783,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.11.tgz","integrity":"sha512-v5HT+CLdgtEFIK67j7A1Db9TeZwf6usufr5bwCDveMO7hrWt75F3/4m7nvLoB3FflUcQhqpGWyjCPkUhj9fT5A=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.11_1594021442043_0.10981837170691944"},"_hasShrinkwrap":false,"publish_time":1594021442382,"_cnpm_publish_time":1594021442382,"_cnpmcore_publish_time":"2021-12-16T18:21:43.844Z"},"1.35.10":{"name":"terminal-kit","version":"1.35.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"1fd057249b174038a991ad0d12a32711b280c347","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.10","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"06b2a979fc5236dc72fa67daa56d7bf7b9b8a8ee","size":511963,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.10.tgz","integrity":"sha512-02KN7AXsu1dsVexaCz0YBi8O1S4PC3ZYfneWIyMfIFeBmWySd/UeY07pvetlp+z0u5LVzs8znIYHoPgv53Nqzg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.10_1593960420219_0.02447024873729342"},"_hasShrinkwrap":false,"publish_time":1593960420410,"_cnpm_publish_time":1593960420410,"_cnpmcore_publish_time":"2021-12-16T18:21:44.627Z"},"1.35.9":{"name":"terminal-kit","version":"1.35.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"0c1ae8844802ea481fd40ff76bc9d7f3ed82e40d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.9","_nodeVersion":"12.14.1","_npmVersion":"6.14.5","dist":{"shasum":"11ecb81c2924a1f0c88eeeb12b0ac4064d46cc27","size":511413,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.9.tgz","integrity":"sha512-goxpKPoY0m3IOLTZqtqYkHpfIudbshiLDImtTctpN4eBV9a79OcDHq/tZ53Z0qhKA/jv09fq5amvYi/OPitFmA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.9_1593933823317_0.22788819209996203"},"_hasShrinkwrap":false,"publish_time":1593933823613,"_cnpm_publish_time":1593933823613,"_cnpmcore_publish_time":"2021-12-16T18:21:46.529Z"},"1.35.8":{"name":"terminal-kit","version":"1.35.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"15d1375ac113803a692df6cb0c9d046dfe6c1d87","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.8","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"c89054a248740d69cde0056d35a42bf79ab430bb","size":508923,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.8.tgz","integrity":"sha512-/IGjDgbStqJWgbYhNwgmollwYqGNkDmamYLVnoWwaFYnpyEg3tKHRt3XMKuOAJy5k82q9r18dqngsQqL3g/zRw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.8_1592993852174_0.09553415872099458"},"_hasShrinkwrap":false,"publish_time":1592993852353,"_cnpm_publish_time":1592993852353,"_cnpmcore_publish_time":"2021-12-16T18:21:47.675Z"},"1.35.7":{"name":"terminal-kit","version":"1.35.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"cb8b1b2a412db7a716b316ab6ef16007cb7dc933","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.7","_nodeVersion":"12.14.1","_npmVersion":"6.14.5","dist":{"shasum":"490f1fec269646080657cb23688b99397ba4d95c","size":508015,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.7.tgz","integrity":"sha512-VrDIbdOb7eXjYoNd9UAm4Q2xKpQcbdi8DbQnCardR4EtcxbptonvVrnBrWKuQUKvV7IvfUgZhekT+kYzbQ3C+Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.7_1592558100761_0.5505540340918098"},"_hasShrinkwrap":false,"publish_time":1592558100923,"_cnpm_publish_time":1592558100923,"_cnpmcore_publish_time":"2021-12-16T18:21:49.271Z"},"1.35.6":{"name":"terminal-kit","version":"1.35.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"2ee7625246a4cd93cf4ff31c2df75791a852dca8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.6","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"a24e7c0f5182704b54ab141b0550e7b84ebfcb04","size":507934,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.6.tgz","integrity":"sha512-qLWm4EJu7GC+TiODcdhydbmIBjku3L4cJHwqKhlaB0VkEeY2S8Co/9vSmbMT/d7dAnUWJAuLB9fTbnDYO0bmIw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.6_1592491985157_0.9709426250099253"},"_hasShrinkwrap":false,"publish_time":1592491985381,"_cnpm_publish_time":1592491985381,"_cnpmcore_publish_time":"2021-12-16T18:21:50.283Z"},"1.35.5":{"name":"terminal-kit","version":"1.35.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"9daf954495d1e31029a7ee5ab016d0b5e210e15b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.5","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"2c7b5318530df3cc6e5ae7f7c29b8cea7e3debb1","size":507516,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.5.tgz","integrity":"sha512-jRcxISUuTW8BdROAXignqc1lc71NMI8pN5Y/f6HT+INeczjBqYwjE9tTAJoLtx6kwcRbmgNjb8ZhfxtwYP+FIw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.5_1592473376394_0.9245233724256889"},"_hasShrinkwrap":false,"publish_time":1592473376594,"_cnpm_publish_time":1592473376594,"_cnpmcore_publish_time":"2021-12-16T18:21:51.789Z"},"1.35.4":{"name":"terminal-kit","version":"1.35.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.7","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"dad3b29441f0b116dbce66c4879f30f38e3c1f47","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.4","_nodeVersion":"12.14.0","_npmVersion":"6.14.5","dist":{"shasum":"6803a490b5c2042626faf286e9f7a0a71da730ee","size":506668,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.4.tgz","integrity":"sha512-hiRLMmCHNPoqjcmCbuSIoHE17bI3qwhW/7sC06URqPrtQNRdV4bx3pv9I2ymDKye+VsekyUN53DCcs6M9VeNqw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.4_1592470596875_0.6006070944839799"},"_hasShrinkwrap":false,"publish_time":1592470597044,"_cnpm_publish_time":1592470597044,"_cnpmcore_publish_time":"2021-12-16T18:21:53.069Z"},"1.35.3":{"name":"terminal-kit","version":"1.35.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"3ea809ae336400a04b973b8f7ddaa247d5c76556","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.3","_nodeVersion":"12.14.1","_npmVersion":"6.14.5","dist":{"shasum":"29e777c8adb4d3fcd0b2efb9579e39931e886fb5","size":506249,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.3.tgz","integrity":"sha512-6YIpTh/q9qMPAmCYNyNhQ8cC5sxsu2PG/+r5T61jEnXoK3W+LTskG3EmcxUNK4Qo17qT9oWqNbRzXwQTnR1xpw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.3_1591280203240_0.9910817628243997"},"_hasShrinkwrap":false,"publish_time":1591280203532,"_cnpm_publish_time":1591280203532,"_cnpmcore_publish_time":"2021-12-16T18:21:54.048Z"},"1.35.2":{"name":"terminal-kit","version":"1.35.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"b1c1890ed69da0a6f1181c9bb5cb7ec9c785f85b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.2","_nodeVersion":"12.14.0","_npmVersion":"6.14.3","dist":{"shasum":"62f9f4ac2e89a2c7e22c99a87d855410420553d9","size":506215,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.2.tgz","integrity":"sha512-PCNmMKjlcGQN/OlQ+nzdgPmrS0kmPcOqPCmHPrxCfOuvz0fQ1fZLiyivRIcwzY9bnm624VVsywUis+iPA3Hq5A=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.2_1584632519873_0.04825906540184599"},"_hasShrinkwrap":false,"publish_time":1584632520113,"_cnpm_publish_time":1584632520113,"_cnpmcore_publish_time":"2021-12-16T18:21:55.457Z"},"1.35.1":{"name":"terminal-kit","version":"1.35.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"d8b6a433903c82f52740bc74cd00572023c93783","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.1","_nodeVersion":"12.14.1","_npmVersion":"6.14.2","dist":{"shasum":"c2203690f0b232638c5f45221776b70431d5078b","size":506006,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.1.tgz","integrity":"sha512-36q0frqenTb1kWuq+vJU+xbGB8KPX1+05kxnbVZxeu9cXDL68qR5w2NzsliogHweplRI7XP0Zc/FITMMA8/BHA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.1_1584105413506_0.18295674102090453"},"_hasShrinkwrap":false,"publish_time":1584105413649,"_cnpm_publish_time":1584105413649,"_cnpmcore_publish_time":"2021-12-16T18:21:56.710Z"},"1.35.0":{"name":"terminal-kit","version":"1.35.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.35","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"f6fa58187b3249b2ca6aadeb58166e8c28aedb4e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.35.0","_nodeVersion":"12.14.1","_npmVersion":"6.14.2","dist":{"shasum":"b6b54739a7d6a7d779009e7879fc38c52c5da186","size":504947,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.35.0.tgz","integrity":"sha512-rfCZN+vtXTnRjbGB9uOH4wC2fqtecc6XtsafW72EjlZn9a88VXi64VGIFNdGEfZt9YY8nWpCBf546Lg675lmbw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.35.0_1583961766688_0.1709273881654021"},"_hasShrinkwrap":false,"publish_time":1583961766811,"_cnpm_publish_time":1583961766811,"_cnpmcore_publish_time":"2021-12-16T18:21:57.910Z"},"1.34.5":{"name":"terminal-kit","version":"1.34.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.34","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"3845ad6bf147d5da6e7e8ca6c762c54cd8ceca5d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.34.5","_nodeVersion":"12.14.1","_npmVersion":"6.14.2","dist":{"shasum":"c75757b93ba33ba83b950b7f74992e17df8bdaa3","size":499415,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.34.5.tgz","integrity":"sha512-zqAvowmYxNd0qrm6su8nBLg7aDvBsuzyEUfbWXNQA+4p5QHWrQYP3aNxvegsem0yMFARdowdEi6zHPwi/udPzQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.34.5_1583658860047_0.6334954022466455"},"_hasShrinkwrap":false,"publish_time":1583658860304,"_cnpm_publish_time":1583658860304,"_cnpmcore_publish_time":"2021-12-16T18:21:59.244Z"},"1.34.4":{"name":"terminal-kit","version":"1.34.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.34","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"c934c5bbc64484d55cda4523f416c53fad235ce5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.34.4","_nodeVersion":"12.14.1","_npmVersion":"6.14.2","dist":{"shasum":"4d99939835d96e17d6be3ec229b6aef727af3c38","size":499341,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.34.4.tgz","integrity":"sha512-VkeM9uMaUw4gouoy3ekR2kXMoVfhwNmWy56BkGvn2Lhpqb3E7/q3fPXXrQQbOD/Fa0sjvWCbYrBcWNz29bBzog=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.34.4_1583657662801_0.3619321724699778"},"_hasShrinkwrap":false,"publish_time":1583657662999,"_cnpm_publish_time":1583657662999,"_cnpmcore_publish_time":"2021-12-16T18:22:00.328Z"},"1.34.3":{"name":"terminal-kit","version":"1.34.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.34","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"8ddcf4e0b6c6a8dc0c922c962b29de27e7d264ce","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.34.3","_nodeVersion":"12.14.1","_npmVersion":"6.14.2","dist":{"shasum":"b87ef65623b4b0a6d53702ed8f87e7f216479b08","size":498803,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.34.3.tgz","integrity":"sha512-QGQEENRAwN9OBvkJak9NYE8QUMhRx7kZAwbrAi+lp+XW6fpNpTdgMn6b7zBVhB0NisoKldQunyV0jroZU1oTjg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.34.3_1583595244458_0.22313622591898974"},"_hasShrinkwrap":false,"publish_time":1583595244742,"_cnpm_publish_time":1583595244742,"_cnpmcore_publish_time":"2021-12-16T18:22:01.553Z"},"1.34.2":{"name":"terminal-kit","version":"1.34.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.34","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"0b5227fe412f1bab80bac3c6f3b4385e8e1e51f1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.34.2","_nodeVersion":"12.14.0","_npmVersion":"6.14.2","dist":{"shasum":"18db6d59f34269a959cd5a1571c6a055b0c676e9","size":498553,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.34.2.tgz","integrity":"sha512-4+U7k6Bf8tqQO5fsbj0/mgxNMYWVeQQ/qo2ENprdo+NAJ1tYUNwHUbqA4EO/aQN6zmTJh0U56PKlXt0KEu9p+Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.34.2_1583515683665_0.5190131556405964"},"_hasShrinkwrap":false,"publish_time":1583515683882,"_cnpm_publish_time":1583515683882,"_cnpmcore_publish_time":"2021-12-16T18:22:03.627Z"},"1.34.1":{"name":"terminal-kit","version":"1.34.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.34","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"11feaaddcff172b5958a86f886b2e0fbbccc9f4d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.34.1","_nodeVersion":"12.14.0","_npmVersion":"6.14.1","dist":{"shasum":"37eba8e7b2e51d35725d6099e3e877d672b8f191","size":498418,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.34.1.tgz","integrity":"sha512-BaUO8211iRXMha3XcaM29BWaDJocRzPCtT/xm5lB7XL6ZIr/dS0pq1Hc/2mV5edF53NdPGJ7FN2auqV10FPOEg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.34.1_1583330096602_0.321820143110765"},"_hasShrinkwrap":false,"publish_time":1583330096778,"_cnpm_publish_time":1583330096778,"_cnpmcore_publish_time":"2021-12-16T18:22:04.955Z"},"1.34.0":{"name":"terminal-kit","version":"1.34.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.34","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"646c212ebe79bbb39116a41bf3d6a137957d041b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.34.0","_nodeVersion":"12.14.0","_npmVersion":"6.14.1","dist":{"shasum":"0596f05a09dae0c889ad3a499aeffd3cb61c11a9","size":497552,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.34.0.tgz","integrity":"sha512-sZTuk1nhz1+Biu0jM/O7VYPZv8wwHPvmJ0Y7bf8DCluH56MSbjTt5Rc3A8tPCQFhsiUp94u3xr6tcs4JwX9yZg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.34.0_1583242981574_0.5488242773237371"},"_hasShrinkwrap":false,"publish_time":1583242981785,"_cnpm_publish_time":1583242981785,"_cnpmcore_publish_time":"2021-12-16T18:22:06.553Z"},"1.33.15":{"name":"terminal-kit","version":"1.33.15","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.34","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"5c0cb22384d1cc18c14d1ebcac65f5e1af2ce0df","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.15","_nodeVersion":"12.14.0","_npmVersion":"6.13.7","dist":{"shasum":"0fc843ad7f8db1b63376efbe796e60ee8ff5e369","size":492967,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.15.tgz","integrity":"sha512-zGZpZRXXAKJw/fyWxY7k8rOzo56OBzzhfPQGloPBP4irhQs6cv4VWMOoVFHze8o7L4YzwtijBotfI479xA4QxQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.15_1582043526361_0.8290360984542815"},"_hasShrinkwrap":false,"publish_time":1582043526514,"_cnpm_publish_time":1582043526514,"_cnpmcore_publish_time":"2021-12-16T18:22:07.618Z"},"1.33.14":{"name":"terminal-kit","version":"1.33.14","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"489ae32f709eaa6bae73377f64e5f3f8d94769ed","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.14","_nodeVersion":"12.14.0","_npmVersion":"6.13.7","dist":{"shasum":"121e7e9db173432a3c81488d133cbe0dbf330906","size":492960,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.14.tgz","integrity":"sha512-KJusumchRJZiRL7VyZOKipgIhmCo3vXqXWq6Xym9kVyCnVAsgNq276BC+RWPdqt1Y3U74CQDcNIhxJAn5CGGuA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.14_1582043335141_0.7372787608500182"},"_hasShrinkwrap":false,"publish_time":1582043335366,"_cnpm_publish_time":1582043335366,"_cnpmcore_publish_time":"2021-12-16T18:22:09.109Z"},"1.33.13":{"name":"terminal-kit","version":"1.33.13","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"640ce51aba92c526fbd51f1b3dd81c9a2a3711a3","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.13","_nodeVersion":"12.14.0","_npmVersion":"6.13.7","dist":{"shasum":"99c228f7624fb1f0d2eb8c966e93782b23b0fa20","size":492729,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.13.tgz","integrity":"sha512-2g0mNRseQbCVwIbJZ3DBg6R8eu+mAX4hdt5GB2wbz7FDsguRhGW9E5ygjNJmiZwBdpTOWwJQDfHvcCG3VvZbNA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.13_1582034414347_0.47262606064610346"},"_hasShrinkwrap":false,"publish_time":1582034414526,"_cnpm_publish_time":1582034414526,"_cnpmcore_publish_time":"2021-12-16T18:22:10.436Z"},"1.33.12":{"name":"terminal-kit","version":"1.33.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"97468c8d7b6e529b62a9544f9e6036479afbbaf2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.12","_nodeVersion":"12.14.0","_npmVersion":"6.13.7","dist":{"shasum":"c05c07fc278e80e746ff8ba92b400354f0a73a7b","size":492730,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.12.tgz","integrity":"sha512-Q1oz++/iS6Wp0zURVtHT2KAGuSyHDU52yVSMpNVTcBx8qmUxrlbxkips7Pw/JzAaUp+gWY4lKEvyiNFbzzbU2Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.12_1582033176377_0.5124874145520011"},"_hasShrinkwrap":false,"publish_time":1582033176702,"_cnpm_publish_time":1582033176702,"_cnpmcore_publish_time":"2021-12-16T18:22:11.572Z"},"1.33.11":{"name":"terminal-kit","version":"1.33.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"461beb71da96fb52fef41f419d258b4eba2b64cb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.11","_nodeVersion":"12.14.0","_npmVersion":"6.13.7","dist":{"shasum":"b788661c7e009d5dbc69e341e939db332619650c","size":492269,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.11.tgz","integrity":"sha512-yaSKyhKBI5Ksm5cruXAwmPx6URfRbTo1M5BcSALkwyfbUCJA2qL6wIKjARdJQ858agtuStj78vguUu1oRbQM8Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.11_1582024329242_0.1757388213303237"},"_hasShrinkwrap":false,"publish_time":1582024329414,"_cnpm_publish_time":1582024329414,"_cnpmcore_publish_time":"2021-12-16T18:22:12.618Z"},"1.33.10":{"name":"terminal-kit","version":"1.33.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"ec423282df2e3da9b2e9d0d4678a00944d5069ef","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.10","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"900f19c7b3a57647569544f3442ae694caaa7e03","size":490579,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.10.tgz","integrity":"sha512-xKJAeyfm9EIkHWWz0C/GXbYW5LytAMzuVT9xZdI9kgLnm9Z7lNkly0WdBCH8WOPD4inZpKjNzBKr0StEOJXBNA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.10_1581934507225_0.2515491408324322"},"_hasShrinkwrap":false,"publish_time":1581934507387,"_cnpm_publish_time":1581934507387,"_cnpmcore_publish_time":"2021-12-16T18:22:14.235Z"},"1.33.9":{"name":"terminal-kit","version":"1.33.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"3427d1c81ae27a03ed62675a4aa90f01f1d89e5f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.9","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"ec69419f2b0120d1d979ec3ab1bfe9b232c3fdac","size":490305,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.9.tgz","integrity":"sha512-PvpSw4hdlnjEUSyXBGGJt2f6SK6YD47XO5Y40XqNLkhXFiM/8jb8wsNJMuprJy5GDUSVOrFxxTt1AQ/8TJU1rg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.9_1581932196734_0.8809685289144773"},"_hasShrinkwrap":false,"publish_time":1581932196902,"_cnpm_publish_time":1581932196902,"_cnpmcore_publish_time":"2021-12-16T18:22:15.469Z"},"1.33.8":{"name":"terminal-kit","version":"1.33.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"61d7e83a14ba1114cdaff30f5322f9e27b9bb792","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.8","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"2ffb1768fbf09bf64b4952431687efaf638daf89","size":490241,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.8.tgz","integrity":"sha512-W0Vyuaa7UdLXqilp4wYB3qr53E2XWYurbZJq8poeDoPUPh7M/XlJha8gf4vNmkakFFYVkrd8IQ95Q6L1/kZFLw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.8_1581931171560_0.39173161581754434"},"_hasShrinkwrap":false,"publish_time":1581931171932,"_cnpm_publish_time":1581931171932,"_cnpmcore_publish_time":"2021-12-16T18:22:16.593Z"},"1.33.7":{"name":"terminal-kit","version":"1.33.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"b054988880e78006c51aac93e58d6ea41e1ea906","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.7","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"688cb76b5436adb89192905c2a5592b380e21990","size":487913,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.7.tgz","integrity":"sha512-CfdwCKokxImNgXdOTiMFdHb3RIWgvLRaLvzT8SNgldd6EmSbJ+kyHEVZN6Rz2paOoK9Tz9QURg8aCILBgqRPGg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.7_1581863230899_0.7918773177241087"},"_hasShrinkwrap":false,"publish_time":1581863231079,"_cnpm_publish_time":1581863231079,"_cnpmcore_publish_time":"2021-12-16T18:22:17.950Z"},"1.33.6":{"name":"terminal-kit","version":"1.33.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"23575d6ed8f8ba8c54147426a8668c65ac5760cf","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.6","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"5d0cdbf7ec0d9dcfa74c1779e605a418ef61ffb2","size":487411,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.6.tgz","integrity":"sha512-CviVluou5/Vvr0IyG7uAce40ldDcOhzDDoPALFjSpr7pNR8ekO+EFSHP/JTiL7/G3pmD8653OWnPArpcsIXc7A=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.6_1581850755428_0.43228827641916645"},"_hasShrinkwrap":false,"publish_time":1581850755696,"_cnpm_publish_time":1581850755696,"_cnpmcore_publish_time":"2021-12-16T18:22:20.153Z"},"1.33.5":{"name":"terminal-kit","version":"1.33.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"5e4d6bc0707a5592739a3abecbb8f5253c30de2b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.5","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"017e6bd29551aa115f5f786cfd039db124cab2de","size":487381,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.5.tgz","integrity":"sha512-G42RXNxf5QrBOeTAlzjtzmKNd00Qw8pU/milPsg6pncf80REGw2rnpjsNk2P5VAfWXzy5sYIk8Z9OJI8CakbvA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.5_1581850403855_0.22429725079492413"},"_hasShrinkwrap":false,"publish_time":1581850404010,"_cnpm_publish_time":1581850404010,"_cnpmcore_publish_time":"2021-12-16T18:22:21.246Z"},"1.33.4":{"name":"terminal-kit","version":"1.33.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"e414627a9b08e2534b445226b2dcfc6a8ec28f05","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.4","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"e569fec875aca2b3121db7cd7012d7216118368b","size":487310,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.4.tgz","integrity":"sha512-CKWoW5u7nv5knNHmJez3s/LpkG5rMH260VCaAKESOTkCzEVmqMhb/9bcH/QsXJ2tYcYjeXrCs2OblmBO4/FxPQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.4_1581849397517_0.4021004370076591"},"_hasShrinkwrap":false,"publish_time":1581849397738,"_cnpm_publish_time":1581849397738,"_cnpmcore_publish_time":"2021-12-16T18:22:23.124Z"},"1.33.3":{"name":"terminal-kit","version":"1.33.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"219faaef370c3bd6525ba01daee47e7450aa4631","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.3","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"9b007bed353dfae7eb70ce0fe0ee2e02e6a56346","size":486719,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.3.tgz","integrity":"sha512-ANF4LPt1rS+4edwsH1xUTkyZXv8gF5ZIz9Q4KFstnXfk4JUE9l93nVuDQNNuJbIpcDcCN6VSyjaiOEprGBLNSw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.3_1581781883303_0.33397226475422714"},"_hasShrinkwrap":false,"publish_time":1581781883510,"_cnpm_publish_time":1581781883510,"_cnpmcore_publish_time":"2021-12-16T18:22:24.611Z"},"1.33.2":{"name":"terminal-kit","version":"1.33.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"c2d6506cc9153b61f6306c20d6ebb14d736a308d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.2","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"37cacc1a808a6ca2a2de56b44949664480f09f4e","size":486585,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.2.tgz","integrity":"sha512-fWjPvOcB66L7h/+AmPpgO5p2VMaUd5znPvFlxWYFoSrOlDaQz3pJQOVQ7viDPx1JBCMdoAW9lCfBWU7Gab8WnA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.2_1581614115191_0.23130087186028714"},"_hasShrinkwrap":false,"publish_time":1581614115377,"_cnpm_publish_time":1581614115377,"_cnpmcore_publish_time":"2021-12-16T18:22:25.793Z"},"1.33.1":{"name":"terminal-kit","version":"1.33.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2020],"owner":"Cédric Ronvel"},"gitHead":"67941f82c7d759d6203159c29a93bd8a730ac260","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"7291513b9e209b881f2f8430cd7964455ec912f1","size":486415,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.1.tgz","integrity":"sha512-7CJ6hhHdRstZ/GNRVNdrPlbsAKMcNGyFJxA0X56xCmJeFe6mFwICPhByd/20cEdjMZwxk80lri1rLb3ilWFEAg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.1_1581611370614_0.9006604890656569"},"_hasShrinkwrap":false,"publish_time":1581611370800,"_cnpm_publish_time":1581611370800,"_cnpmcore_publish_time":"2021-12-16T18:22:27.976Z"},"1.33.0":{"name":"terminal-kit","version":"1.33.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.31","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"633db8495dbb871942d727db3c555a98889fc343","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.33.0","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"7b242137020bb2baea4b9552c79f9c4a7209482f","size":486217,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.33.0.tgz","integrity":"sha512-Yw2q1Qx2vIwqPnJCNe5yuXEGk1vBbRUPnDgJT4qxSK2p0u2tzRQh9OuhbPitWUD9H+Que+pRKsk0C8075ovFHw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.33.0_1581606247310_0.6969925837663133"},"_hasShrinkwrap":false,"publish_time":1581606247513,"_cnpm_publish_time":1581606247513,"_cnpmcore_publish_time":"2021-12-16T18:22:29.294Z"},"1.32.3":{"name":"terminal-kit","version":"1.32.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.1.0","lazyness":"^1.1.1","ndarray":"^1.0.19","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.11.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"01310c34ad28a8a49409d5e6ad151631d171fc2e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.32.3","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"e3031407bfc203fbdf00b4bc7fb243a1a84d266d","size":483143,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.32.3.tgz","integrity":"sha512-9iRH+8HbY6KSjOUVF7Ja9s8SyYEJ2eMNI9vfsNvMnDOG9iXly2bLyK1WIwZF7mSZZCZshUiNkuM25BDN3Nj81Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.32.3_1578577383032_0.35838969042136126"},"_hasShrinkwrap":false,"publish_time":1578577383426,"_cnpm_publish_time":1578577383426,"_cnpmcore_publish_time":"2021-12-16T18:22:30.336Z"},"1.32.2":{"name":"terminal-kit","version":"1.32.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.11.2","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"c8c5fb09ccc24d84d002157af220ebff0dfac860","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.32.2","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"7c472f9e5bf894a0d1dbd5773d63c5bb6ed8715f","size":482414,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.32.2.tgz","integrity":"sha512-OjN7FQ1n3rhJblI1LNUt9sP+t8kkJVQi96sJoFcnRECE59nKK5B1mfS6OCvOeDzH89mUABZYcoPE9rj4LTmhGQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.32.2_1576254741615_0.12758276671002156"},"_hasShrinkwrap":false,"publish_time":1576254741801,"_cnpm_publish_time":1576254741801,"_cnpmcore_publish_time":"2021-12-16T18:22:31.192Z"},"1.32.1":{"name":"terminal-kit","version":"1.32.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.11.1","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"02f9ac3b11f70d1a35ab45fd2ab29c46e6e5a6d0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.32.1","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"679fae8db0b796fbbc66a9921ff809b97ff9f4e8","size":482426,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.32.1.tgz","integrity":"sha512-0dvICuCiLEjxAA+c7UT/Yc66mdDn2KqsZKUR02OSzZrOcRa4FeTPPDYphn+6hxL8u91qaJRzH1FnCu0Rppguuw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.32.1_1575478530832_0.21618343677517005"},"_hasShrinkwrap":false,"publish_time":1575478530984,"_cnpm_publish_time":1575478530984,"_cnpmcore_publish_time":"2021-12-16T18:22:32.075Z"},"1.32.0":{"name":"terminal-kit","version":"1.32.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.11.0","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"a96fa66966f500bd911118656987c13cbe6d51d1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.32.0","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"bd21782d791479fb7d3eeddde4bcb327131d9924","size":482425,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.32.0.tgz","integrity":"sha512-S3Xa9v4iyNxUCD33QFEH5528b/WxjibduyBVAN95a3kHC3YXaS2yXKvObnXxXHN2AFzPwoxnvF1f3Q8AlklZxw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.32.0_1575468337364_0.5734904314366709"},"_hasShrinkwrap":false,"publish_time":1575468337523,"_cnpm_publish_time":1575468337523,"_cnpmcore_publish_time":"2021-12-16T18:22:33.000Z"},"1.31.10":{"name":"terminal-kit","version":"1.31.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.10.6","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"0bb21538021f34ba94bf17375fec68ebee437705","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.10","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"ce6b228f5c8db183f02cb7a7e13add306f0093ec","size":482406,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.10.tgz","integrity":"sha512-z0LcyDNMlsf+pkwqZLFp9lOFmePxRHcNT4jUtIm1O6X8bSW6n2xMI9Z1u2cUlvOFcqMdKMSOe3aTk2FxHXOMUg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.10_1575397583589_0.9629430978690168"},"_hasShrinkwrap":false,"publish_time":1575397583846,"_cnpm_publish_time":1575397583846,"_cnpmcore_publish_time":"2021-12-16T18:22:34.072Z"},"1.31.9":{"name":"terminal-kit","version":"1.31.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.10.5","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"1576deedc15dd7e1adabf66a19de6e92bfe2548b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.9","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"1c6b381f189525ed0110823751f62b9e6f6111fa","size":482401,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.9.tgz","integrity":"sha512-nNqkX1VHrMBMzYBxsn78ARnhuzgk8JH9sznBVTaCU//QWAxrpDYuQq+aNmS9CByDn4XRrCfawNYt/nK3fsHi0Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.9_1575397217013_0.35395471511197885"},"_hasShrinkwrap":false,"publish_time":1575397217216,"_cnpm_publish_time":1575397217216,"_cnpmcore_publish_time":"2021-12-16T18:22:35.593Z"},"1.31.8":{"name":"terminal-kit","version":"1.31.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.10.4","tree-kit":"^0.6.2"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"d78e5f531ba5d54f461439c4a242d4da51537e02","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.8","_nodeVersion":"12.13.0","_npmVersion":"6.13.1","dist":{"shasum":"342f57367cb5332c18f99a7a5e7a38ae092b494b","size":482379,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.8.tgz","integrity":"sha512-et8Wd9v06SHmVyL4mFSggm6WWsbF3jJkJoPmeroKaxjBiZ+ouRrG5cbdWFrNoSjI6+m6JTi7acHNu2RaDyTltA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.8_1575396052753_0.8605216147720673"},"_hasShrinkwrap":false,"publish_time":1575396052931,"_cnpm_publish_time":1575396052931,"_cnpmcore_publish_time":"2021-12-16T18:22:36.604Z"},"1.31.7":{"name":"terminal-kit","version":"1.31.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.30","string-kit":"^0.10.2","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"fa19193088c29c872e529b76f8cd80ec647536f4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.7","_nodeVersion":"12.13.0","_npmVersion":"6.13.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"26096c25b267bb41001895747bedc5face6533ab","size":480158,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.7.tgz","integrity":"sha512-n5WkVXaPnJC7CfqC424lwPt2/ILWks7yFZi24fjiyaT+L23E1urRdjvALHtX1F3Iyjxso54vp86VHvdbXnf84A=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.7_1573393058488_0.855616946447656"},"_hasShrinkwrap":false,"publish_time":1573393058659,"_cnpm_publish_time":1573393058659,"_cnpmcore_publish_time":"2021-12-16T18:22:37.782Z"},"1.31.6":{"name":"terminal-kit","version":"1.31.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.28","string-kit":"^0.10.0","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"2b4b44fe1287d1b633f27b89d7190b57e2d9cd5d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.6","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"7dffd5b7c62a6ce7074535ce38a7cf295822fed8","size":480152,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.6.tgz","integrity":"sha512-gd4mcx/bNIhZsBYcvZliAmzYDTfRwQhzXhao06BuwY47ZC99ykDkVudf/EVbJTto+JL1aMfckdgU8WdLphdgAg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.6_1573053103928_0.3823981335743012"},"_hasShrinkwrap":false,"publish_time":1573053104131,"_cnpm_publish_time":1573053104131,"_cnpmcore_publish_time":"2021-12-16T18:22:39.110Z"},"1.31.5":{"name":"terminal-kit","version":"1.31.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.28","string-kit":"^0.10.0","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"9d692f2360e283884200d411ad27c9f8f2b0b6f7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.5","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"06bb3f56d231b00a57fbfbf9832881f91fcfcc70","size":480004,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.5.tgz","integrity":"sha512-Yq0D33d8h4q/UUSDShkkJyZoj5V4OYgC4XnPhGbh/MFGgRBVZP1U7TVWL5B9XyJAoSmqtoNwf+L5QCVQ2y1q3w=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.5_1573052571739_0.8768922710076412"},"_hasShrinkwrap":false,"publish_time":1573052571950,"_cnpm_publish_time":1573052571950,"_cnpmcore_publish_time":"2021-12-16T18:22:40.261Z"},"1.31.4":{"name":"terminal-kit","version":"1.31.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.28","string-kit":"^0.10.0","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"c00d1220b541938d216700a2b5a80a5c5604a35b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.4","_nodeVersion":"10.13.0","_npmVersion":"6.11.3","dist":{"shasum":"74cb09596bcb896c113dd3f29233e197c9f2ef22","size":479813,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.4.tgz","integrity":"sha512-alrT1vDcKamNxdU8HrN25hTsHBuSWb++HVPVy98xbbUJBTw5l+NiF+ILAO56fl0XQLPOMqVUs0lhqf0B20Lucg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.4_1569579797071_0.10884567724578575"},"_hasShrinkwrap":false,"publish_time":1569579797294,"_cnpm_publish_time":1569579797294,"_cnpmcore_publish_time":"2021-12-16T18:22:41.363Z"},"1.31.3":{"name":"terminal-kit","version":"1.31.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.6","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.3.0","seventh":"^0.7.28","string-kit":"^0.9.12","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"d80bfbb5b0acdba44b4f43045454c116dbd33808","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.3","_nodeVersion":"10.13.0","_npmVersion":"6.11.3","dist":{"shasum":"9545b3d3f4731d0c2435973e826ba0c95aac062e","size":479052,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.3.tgz","integrity":"sha512-nFNMB70bnvvlCazD2GLhJNmL8uaYxtCd5NarsNFI98oDtn7VJr2TCkfKGX2NxIK42wFWE9ieCUEA93kDvPcBWw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.3_1568364891801_0.23071620436897922"},"_hasShrinkwrap":false,"publish_time":1568364892018,"_cnpm_publish_time":1568364892018,"_cnpmcore_publish_time":"2021-12-16T18:22:42.316Z"},"1.31.2":{"name":"terminal-kit","version":"1.31.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.28","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"ca15c51ab7504d2b048f4138bcc58f97cc4edaa7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.2","_nodeVersion":"10.13.0","_npmVersion":"6.11.2","dist":{"shasum":"f50b18cbff56d46f82fcb665828615cc1c9f7e27","size":479043,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.2.tgz","integrity":"sha512-qbzHgHONdyJ5SQsjMWvoV5Jivw2VGbV8uw6U8WMgEgkbjX5AZ6Irhs183z459+b6u++36+6WIFeYddIDoXKNeQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.2_1567332260038_0.21690712890515385"},"_hasShrinkwrap":false,"publish_time":1567332260193,"_cnpm_publish_time":1567332260193,"_cnpmcore_publish_time":"2021-12-16T18:22:43.477Z"},"1.31.1":{"name":"terminal-kit","version":"1.31.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.28","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"0a02ab36b8523b6ea5cd85c4a4c6af819f660510","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.1","_nodeVersion":"10.13.0","_npmVersion":"6.10.3","dist":{"shasum":"82535fe3eb7370884bc35b8732e3d439aadeb150","size":478874,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.1.tgz","integrity":"sha512-mKPPkvRgUAuerK/bcZze6GLl8Y8C/agPncFsgR9zwIcz/2xPydcng9hbB48tYz6jrY3IXumi6WkaEYYYyzYtWQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.1_1565877772897_0.84520092246625"},"_hasShrinkwrap":false,"publish_time":1565877773077,"_cnpm_publish_time":1565877773077,"_cnpmcore_publish_time":"2021-12-16T18:22:44.488Z"},"1.31.0":{"name":"terminal-kit","version":"1.31.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.28","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"2e3cec9e350a77a88474b1a1de1f3609aa91dd19","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.31.0","_nodeVersion":"10.13.0","_npmVersion":"6.10.3","dist":{"shasum":"c1c00ed642135d8459ba563d9d64d2d6c9f691e0","size":472907,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.31.0.tgz","integrity":"sha512-lC+/T2n65rBdVwCB+75lK2Zfmxr4xwqt5Q2S3HP+b1RvHW7/T1BNdVU/JXH8hqIFqyQtQOO+PkLVfLLa+xeOUQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.31.0_1565603181475_0.8021248940418342"},"_hasShrinkwrap":false,"publish_time":1565603181776,"_cnpm_publish_time":1565603181776,"_cnpmcore_publish_time":"2021-12-16T18:22:45.746Z"},"1.30.0":{"name":"terminal-kit","version":"1.30.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"279ece796aab2662978ade7e1b5377ba5c1fff82","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.30.0","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"c7fb1061575cb86ae608dc34f93f9203af8f6dd0","size":449209,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.30.0.tgz","integrity":"sha512-quwyovYvmUJl3ZJQ5f9s3hhXwrSrUeenEMGp8y3m3MckjVy5+hXvJkfXNTkcAsMcNi9jBS9AEz3B3/f48NzwRQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.30.0_1565173487129_0.29680022646504356"},"_hasShrinkwrap":false,"publish_time":1565173487349,"_cnpm_publish_time":1565173487349,"_cnpmcore_publish_time":"2021-12-16T18:22:46.831Z"},"1.29.3":{"name":"terminal-kit","version":"1.29.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"f025ac42a26a5229ca943ac26b774c94b2ff1413","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.29.3","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"72ffb1e3aec85e3a55c17ec9f326c54e1dbe3cec","size":446576,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.29.3.tgz","integrity":"sha512-RngmihiCinQ0CT3Q7l2R4aiV50czaB0gmGZ2rOZXhX5vWAkUAsnRVcv4JG068KQP1FbQNhm88CU/nBCZQmMPUQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.29.3_1564845038563_0.8593865036344961"},"_hasShrinkwrap":false,"publish_time":1564845038739,"_cnpm_publish_time":1564845038739,"_cnpmcore_publish_time":"2021-12-16T18:22:48.130Z"},"1.29.2":{"name":"terminal-kit","version":"1.29.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"b2bbcf4d224c558e0bb8a6c97e8fc4ed76a8599b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.29.2","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"c08c22191cbd7856bcd8319e8f92130d707b2b40","size":446562,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.29.2.tgz","integrity":"sha512-Ky4kxKivTqdH7OXZEOh1oaUx9OZSf707nW3OHN97UpLAfU/U75lzUlQhDxoKsG0T9qejC7b8qCbX3Ps+kX14SQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.29.2_1564670663698_0.3834093829643028"},"_hasShrinkwrap":false,"publish_time":1564670663996,"_cnpm_publish_time":1564670663996,"_cnpmcore_publish_time":"2021-12-16T18:22:49.240Z"},"1.29.1":{"name":"terminal-kit","version":"1.29.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"13d2991dc8bd7f604f4225954482a4359caeb7cf","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.29.1","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"5ba8c907293eef7ec6dca7117f835e17a09ace37","size":446533,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.29.1.tgz","integrity":"sha512-7Qv1OnNriQYf88JJPP9q483q1p7wGzcHfftd6sHFbnRs9/MSRRSJlxvOkIaa4MJZz/HH7yf12xtiNttu5FhAWA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.29.1_1564567284040_0.03928953710425098"},"_hasShrinkwrap":false,"publish_time":1564567284330,"_cnpm_publish_time":1564567284330,"_cnpmcore_publish_time":"2021-12-16T18:22:50.149Z"},"1.29.0":{"name":"terminal-kit","version":"1.29.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","chroma-js":"^2.0.4","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.10","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"3f50035f7e0fb34a04d11222301ee0696f72cb39","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.29.0","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"79b4e42729d74dd3b0c1fd24c2a8858c43f6b398","size":445950,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.29.0.tgz","integrity":"sha512-6hsbOBpP1iWS93mbnt1vDC8ZjN5lVK32XIw/4EMIt48LDrY0Wgyybud1WHIggtlCQnxBtTqTTiM2hg7pig2KdA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.29.0_1564521308554_0.8337154989837354"},"_hasShrinkwrap":false,"publish_time":1564521308861,"_cnpm_publish_time":1564521308861,"_cnpmcore_publish_time":"2021-12-16T18:22:51.397Z"},"1.28.42":{"name":"terminal-kit","version":"1.28.42","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"ac2a19591b21735b79734744c384e29695f84978","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.42","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"4a47eaea012d1750fe35d44eed34497257cd8af0","size":442379,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.42.tgz","integrity":"sha512-vLfJj7fpF5OTP3qX1KjdR8bCA9mynYUVuRIswt9YKhqzElsrZhWVZ1qGXXmd6cExh81Op92gbyTSJYJphUNknQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.42_1564244056150_0.5479413607220565"},"_hasShrinkwrap":false,"publish_time":1564244056285,"_cnpm_publish_time":1564244056285,"_cnpmcore_publish_time":"2021-12-16T18:22:52.402Z"},"1.28.41":{"name":"terminal-kit","version":"1.28.41","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"1628638a24c0998584476e8422fc4a377befcc32","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.41","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"2c89f1935840b04c34e579cd2c382adac4aee45f","size":442357,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.41.tgz","integrity":"sha512-95RABDLXCTihR+BqVWprfZdS9wgPM+900BuRuUbHp/PXlya1YZ2lMvdzcWNWhR4NNHSrCOOcz2iJqZ21DJxzkg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.41_1564235727526_0.6710218816507172"},"_hasShrinkwrap":false,"publish_time":1564235727713,"_cnpm_publish_time":1564235727713,"_cnpmcore_publish_time":"2021-12-16T18:22:53.400Z"},"1.28.40":{"name":"terminal-kit","version":"1.28.40","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"95116bd0337c08343edbb3b5b0478e61a2b6b5b3","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.40","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"197652c23b6d37eb69d864f12d00bebd95b07fbd","size":442210,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.40.tgz","integrity":"sha512-k36JxfJrdYHAWD3xYneKqRl6kBxEH7TfTTetaX/IS0aMP6/21qPVALJ2yvXwR7xy5s55uachPAZ8KZdvmf3nLQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.40_1564230756832_0.19317346925983525"},"_hasShrinkwrap":false,"publish_time":1564230757042,"_cnpm_publish_time":1564230757042,"_cnpmcore_publish_time":"2021-12-16T18:22:54.406Z"},"1.28.39":{"name":"terminal-kit","version":"1.28.39","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"16de68722237a3968b5e1b505712bedffca40e82","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.39","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"58f72facb1673760b6ec5c31396929d50ed7f76d","size":442042,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.39.tgz","integrity":"sha512-GlUlyi61hxnzRzB5DKfthCC0AzE99uStY5KUJ+QX7nx933Gi851mbFxGFFz9YeSdBkYo+4iPp+1cOkhOxcvHAQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.39_1564142944728_0.9888669277761868"},"_hasShrinkwrap":false,"publish_time":1564142945006,"_cnpm_publish_time":1564142945006,"_cnpmcore_publish_time":"2021-12-16T18:22:55.195Z"},"1.28.38":{"name":"terminal-kit","version":"1.28.38","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"a7256a8caf5d4c670277d7e8ec6d98289ac6ac2a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.38","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"dddab90e13f0dc099bf1a1ba5439c85d9df95dc1","size":441983,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.38.tgz","integrity":"sha512-zMk7CDRIkw/PooR6DTgTp9Pcn/BxyJ1AcvYb4Q/2F1k92XMFMp/5GwQ/jWzJtVG/lO3K0Wp+WHd+lyZHK3NgYQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.38_1564142229870_0.10886017797101943"},"_hasShrinkwrap":false,"publish_time":1564142230250,"_cnpm_publish_time":1564142230250,"_cnpmcore_publish_time":"2021-12-16T18:22:56.884Z"},"1.28.37":{"name":"terminal-kit","version":"1.28.37","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"4f555fafe4a96f12e771819e387a9030f96c5087","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.37","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"bbb3823d028a5533b1923db6f957d78945d692b5","size":441935,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.37.tgz","integrity":"sha512-R1+HoVzfVxkvTTBGqv6wZAhRO1oin8GWIvXss2W12g4r5Ti6dT7NfKhNH4pdjR3X3CHEKFl1gtteZ6soPjeRJw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.37_1564132415078_0.11322310324496154"},"_hasShrinkwrap":false,"publish_time":1564132415298,"_cnpm_publish_time":1564132415298,"_cnpmcore_publish_time":"2021-12-16T18:22:58.225Z"},"1.28.36":{"name":"terminal-kit","version":"1.28.36","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"f6e8e80b019ab6a28d4ce91b04b725215e425f90","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.36","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"d0b3a9b939f42ca00e84981b7d80dcf8a9c26089","size":440692,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.36.tgz","integrity":"sha512-mCwiFNFlpU5oBkbtQfaWfFG7OjdoLoyCZOZ6NgRJSpHTEpdYNpiXkn15yWdNJVI8qj/CBUTmn7eQ3SHjas5Cgw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.36_1564074656990_0.011137700177902499"},"_hasShrinkwrap":false,"publish_time":1564074657196,"_cnpm_publish_time":1564074657196,"_cnpmcore_publish_time":"2021-12-16T18:22:59.629Z"},"1.28.35":{"name":"terminal-kit","version":"1.28.35","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"a364103df4d8e4091aa9c9125274e49ddec273b8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.35","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"0ceaf37d0fc6b4a357320a7df08dd7bbb24524f7","size":440459,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.35.tgz","integrity":"sha512-x9JkJ0Y5sQSRTHUQLpyCbnrMPCbXYKhtkWRY/thoMAwX1VnXpIlDbWN6CY5ZYuJg2qkL22N8lQ6dRcRPjPxl7w=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.35_1564071438097_0.31700247398685133"},"_hasShrinkwrap":false,"publish_time":1564071438337,"_cnpm_publish_time":1564071438337,"_cnpmcore_publish_time":"2021-12-16T18:23:01.105Z"},"1.28.34":{"name":"terminal-kit","version":"1.28.34","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"17ca9fda735ffaeed9ee01ad7662778f0d0d7c17","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.34","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"1cc70e6ee15402c9718dd70327513262ccd0aa91","size":440151,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.34.tgz","integrity":"sha512-hK0VD8D39QvwYmepCHZoRc2w6diM4SJszzR4iBsRQS3moBYC7/ffKg6jKmYNcKexq4sq8o39JCz0vcCTkinC1w=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.34_1564068698060_0.44061835121370674"},"_hasShrinkwrap":false,"publish_time":1564068698259,"_cnpm_publish_time":1564068698259,"_cnpmcore_publish_time":"2021-12-16T18:23:02.128Z"},"1.28.33":{"name":"terminal-kit","version":"1.28.33","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"7c77c3ef5189d2b833c856cbab576400838a75f8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.33","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"89e61fc37b59afe215ce10a7354e8fce9607a1da","size":439973,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.33.tgz","integrity":"sha512-EGg/duSx1lXrfWPdFm42hYjiUM46WHTJnAJhZQiEGqUgZ0UI5L8jcO781pihOWZYz1c/cMp9h4ocmqWMTJo7wQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.33_1564062496577_0.6197116271068928"},"_hasShrinkwrap":false,"publish_time":1564062496806,"_cnpm_publish_time":1564062496806,"_cnpmcore_publish_time":"2021-12-16T18:23:03.182Z"},"1.28.32":{"name":"terminal-kit","version":"1.28.32","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"56b603294ec71dfd51238ade1ba5612740cc0f71","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.32","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"82babfd7ef65495dfc681cbbb9359139be569ce9","size":438554,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.32.tgz","integrity":"sha512-efJLM+D62Gtrj0SKpIK3aj7tejtoOsowV011mmjNMHiyO+Z/96yEp/wPRrlRmVdblXuKLRiHG6XQvmHP6w/qNQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.32_1564047393055_0.27283181451498173"},"_hasShrinkwrap":false,"publish_time":1564047393304,"_cnpm_publish_time":1564047393304,"_cnpmcore_publish_time":"2021-12-16T18:23:04.064Z"},"1.28.31":{"name":"terminal-kit","version":"1.28.31","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"8d5f17d2b25fcabd02b8d8fee90eb9f28fc6cfa5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.31","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"af7b9b3edecddb943c0cadbda28adaaa2ff64eb7","size":438321,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.31.tgz","integrity":"sha512-RMOL3SXj7pjTc/jUgiTbbTwwjvURqgE5edVepHQpTYVxnuteamwUUBuNCOkqTdgXMDTDtO2vlgktVDBAfdLDAA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.31_1564045345459_0.7039348475545697"},"_hasShrinkwrap":false,"publish_time":1564045345657,"_cnpm_publish_time":1564045345657,"_cnpmcore_publish_time":"2021-12-16T18:23:04.920Z"},"1.28.30":{"name":"terminal-kit","version":"1.28.30","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"64ab09c7e07c15f3d74d814f1aeecbdc917dbbef","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.30","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"a940aa0ba2dac1174070c08d4e0b4661e36212cf","size":438223,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.30.tgz","integrity":"sha512-AmETZzRtjzP5DQregSGSM3h2c3Yi2ZsthsyXafR6+hNFj48iEB6Oxf/9AFQ90pUIJEhwReh+7S25nPmQcLMCNA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.30_1563993147723_0.37299353059187634"},"_hasShrinkwrap":false,"publish_time":1563993147881,"_cnpm_publish_time":1563993147881,"_cnpmcore_publish_time":"2021-12-16T18:23:06.047Z"},"1.28.29":{"name":"terminal-kit","version":"1.28.29","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"db6981a3ebda8dab17fa4bf227a3432155433368","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.29","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"ffc55d616852eba89438fc3dc6533ec0f47b9cc4","size":438164,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.29.tgz","integrity":"sha512-qiedjKxPN0LHrTLaPMd8Wkeq1ywaBueouxpIQlW5lrFZOm5btijXgifoRXPudGxijUhjmubennW6GU9yez3lGA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.29_1563992592453_0.8141240824176026"},"_hasShrinkwrap":false,"publish_time":1563992592699,"_cnpm_publish_time":1563992592699,"_cnpmcore_publish_time":"2021-12-16T18:23:07.031Z"},"1.28.28":{"name":"terminal-kit","version":"1.28.28","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"ffceac1c693eb822d9fa32f57b3c4bec087912b2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.28","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"56368dee44bbe0cd85726354741dcacdb2ccac35","size":438112,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.28.tgz","integrity":"sha512-71+e6JVxGly/zQaK35iFxrG84QZa+VixdwEeSY6XphevYnBRCDQ9SIYdd+Y7GddI9xPo3TiiFzNKfoMKu46GsA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.28_1563979720143_0.4289468043076776"},"_hasShrinkwrap":false,"publish_time":1563979720317,"_cnpm_publish_time":1563979720317,"_cnpmcore_publish_time":"2021-12-16T18:23:08.406Z"},"1.28.27":{"name":"terminal-kit","version":"1.28.27","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"d77e6724f30433ebd56550cb93006c7d8d97ae66","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.27","_nodeVersion":"10.13.0","_npmVersion":"6.10.2","dist":{"shasum":"382b04c82dccdfbe3a63e613ff8fd1931250bfc9","size":437804,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.27.tgz","integrity":"sha512-MvdWv9E9Jl6nt5Aj27avTHEaronQ4MxRbvwwd08inIaDmSavxbAYXCKOaxNHYfgxBczvNIID6BrHKN8skgL5Fg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.27_1563977297121_0.9099227882240051"},"_hasShrinkwrap":false,"publish_time":1563977297317,"_cnpm_publish_time":1563977297317,"_cnpmcore_publish_time":"2021-12-16T18:23:09.493Z"},"1.28.26":{"name":"terminal-kit","version":"1.28.26","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"98dcad3d7be62480524866b1cedfee326d336a60","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.26","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"f38e6cb6c07308ac3762d3039cce90190f0e41b8","size":437425,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.26.tgz","integrity":"sha512-lGmhB0pLGdTghLsvjjHPwoReug92ZaeRWU8K9EjS6rEbLqBEIhP2fyk4v5+pPP8rjjpxQcoGjEUdFcYr5mA3NQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.26_1563897616498_0.24603602201814878"},"_hasShrinkwrap":false,"publish_time":1563897616689,"_cnpm_publish_time":1563897616689,"_cnpmcore_publish_time":"2021-12-16T18:23:10.513Z"},"1.28.25":{"name":"terminal-kit","version":"1.28.25","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"359b9317f557d2b8a4293f0cbd90fba9cfe990d4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.25","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"947b488d19dde98ffd8d6c404faedb7022ec62e3","size":438940,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.25.tgz","integrity":"sha512-6E/vLiMg7uUZI7T1GLVLITx3Hw22VVPL3O8+s4Lh9q/wuzJ0s1fDD0L9F/u+tHMFH2lHIRa0n7QPCzHOv/AYGA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.25_1563808213800_0.16641915765601079"},"_hasShrinkwrap":false,"publish_time":1563808214018,"_cnpm_publish_time":1563808214018,"_cnpmcore_publish_time":"2021-12-16T18:23:11.516Z"},"1.28.24":{"name":"terminal-kit","version":"1.28.24","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"d4c98c84a4109127ec6441cc1a7c19a43f5bb213","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.24","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"31fba57aea0c96df9a887ed2679368dea7b9274c","size":438539,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.24.tgz","integrity":"sha512-unN8V4GSJAeyx69mulEwcxiNYUY4Kkgz0fHqKNaPDA4UfpGMLoO6K/as5KeOOHDSeJQjfBQI88iT+7hgQavkSw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.24_1563796536535_0.9135241350104484"},"_hasShrinkwrap":false,"publish_time":1563796536744,"_cnpm_publish_time":1563796536744,"_cnpmcore_publish_time":"2021-12-16T18:23:12.459Z"},"1.28.23":{"name":"terminal-kit","version":"1.28.23","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"2174a474a3a9e7df1c63c7f42485aa78c051e24c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.23","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"51656bb3e646e1e612883ffb2e6b0d6eb5b732dc","size":438208,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.23.tgz","integrity":"sha512-xdJB8DX8IhHgkM7tBzLrSP2dYM7wy0sp3j+v9rCjgr71/3SDGNttsEwpK4AMjEW/dymiUxNej395G+wPNXg3gg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.23_1563790547422_0.8404704607744438"},"_hasShrinkwrap":false,"publish_time":1563790547597,"_cnpm_publish_time":1563790547597,"_cnpmcore_publish_time":"2021-12-16T18:23:13.179Z"},"1.28.22":{"name":"terminal-kit","version":"1.28.22","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"ef073a20788068d5522f3faf48c03e9c1021b9b1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.22","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"b62d451445dea8f798b3873eed515af523c1f9d7","size":438184,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.22.tgz","integrity":"sha512-CbTZvC3gA38PCnvSlqtSJA2qaA3AWMSIEYVAVVa96rGKkWNjw3Xk0Nw9yZsI+QYFAE0rhIc0Rmr0lR6im6tdSA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.22_1563788836605_0.33114087101161926"},"_hasShrinkwrap":false,"publish_time":1563788836744,"_cnpm_publish_time":1563788836744,"_cnpmcore_publish_time":"2021-12-16T18:23:14.160Z"},"1.28.21":{"name":"terminal-kit","version":"1.28.21","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"ae389ee8737984e8b8d957eced9c0a414eb5e2d0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.21","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"b878b4df8daed775829f38d4ce461417c9ee655c","size":437852,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.21.tgz","integrity":"sha512-4PDw2wSv+0+/cuo4efRdbW42Gl0QWUob8WWl6fnsgdUd7FZZla/yB3+uvYDUR8b0khxBLyjC6c3IUfemf5DtVg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.21_1563786207468_0.5310560914942382"},"_hasShrinkwrap":false,"publish_time":1563786207655,"_cnpm_publish_time":1563786207655,"_cnpmcore_publish_time":"2021-12-16T18:23:14.981Z"},"1.28.20":{"name":"terminal-kit","version":"1.28.20","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"b2097989c56a8570d0bcd43fb271009ca59c066c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.20","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"20edf3c9ce4f803a0fda18c637415d29b278b5bd","size":437324,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.20.tgz","integrity":"sha512-aRgzRuIRIsp7VLfCFw2CglG0nADJne/QcDhyoGbUCoqvp5eUpTxc6+2tgqjebwaM4za4JRkrWZ2omQT1Yrb/KQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.20_1563781400723_0.6532611189431661"},"_hasShrinkwrap":false,"publish_time":1563781400946,"_cnpm_publish_time":1563781400946,"_cnpmcore_publish_time":"2021-12-16T18:23:16.627Z"},"1.28.19":{"name":"terminal-kit","version":"1.28.19","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"2381c77c9dd40103ac47a46e78e2e05e4b9705b9","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.19","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"0b0a53089e5c7f804733a8c301ab76252ed1bd91","size":436155,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.19.tgz","integrity":"sha512-lcQgNFfjb+VKCtmXG8K6VCryUMURLKTM3xumY4Y1eXV4ikpjAZ/SFdnb44bnL5iJTEr20xw2m20rJyTsDUeFSw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.19_1563630158335_0.779796132331599"},"_hasShrinkwrap":false,"publish_time":1563630158513,"_cnpm_publish_time":1563630158513,"_cnpmcore_publish_time":"2021-12-16T18:23:17.925Z"},"1.28.18":{"name":"terminal-kit","version":"1.28.18","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"a4c4daa4e60a2e9ea0b8d42a0b6e708177417687","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.18","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"29505b18efd9d9e410c17ef6e7bf07ba1b96c144","size":435581,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.18.tgz","integrity":"sha512-6uDfAUjD0HfLpCq2mXEgVGSCcGQakzkB9udAxNqydzs/4JN8cxpogm2LR45+IdE88st4bMsdV0Dgjp97r8xbXQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.18_1563531796752_0.05558179611284264"},"_hasShrinkwrap":false,"publish_time":1563531796946,"_cnpm_publish_time":1563531796946,"_cnpmcore_publish_time":"2021-12-16T18:23:19.293Z"},"1.28.17":{"name":"terminal-kit","version":"1.28.17","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"92395b347bd715a3ce1b31456265a3ce7ccafc19","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.17","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"ff139cc19f69197f8895b52369f828555f861744","size":434548,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.17.tgz","integrity":"sha512-WCt4u+kDf0psIOtchiP1BdN6nI2kVMLjiohA64O1D8kbe49Sl0yArqcLWzSXjIc3JlLIJ6RKkW80StoHFr7yhA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.17_1563531044499_0.2957130105486636"},"_hasShrinkwrap":false,"publish_time":1563531044718,"_cnpm_publish_time":1563531044718,"_cnpmcore_publish_time":"2021-12-16T18:23:20.313Z"},"1.28.16":{"name":"terminal-kit","version":"1.28.16","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"e46f32de5f1027dc40f6bbab04e3c7bb7bb89925","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.16","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"9792392d5b60ab81d175e068c6358713ba28a923","size":432978,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.16.tgz","integrity":"sha512-pkVSKo71z/zRnFR65gfJrcOz73n9Lk8EQ2mvQs3huzu6dp2NGInY00UyUAEQGLH15GqBTugk3YCTrILnxMqTAA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.16_1563382605538_0.1775786433757307"},"_hasShrinkwrap":false,"publish_time":1563382605741,"_cnpm_publish_time":1563382605741,"_cnpmcore_publish_time":"2021-12-16T18:23:21.044Z"},"1.28.15":{"name":"terminal-kit","version":"1.28.15","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.24","string-kit":"^0.9.9","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"9f6e2ef54a89b784c075c6aab592433c69c19944","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.15","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"492c07971a8e5c44f03bd8c12c6ee1dd3e28ced2","size":432767,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.15.tgz","integrity":"sha512-xNKSqaE8IxJPeMmHZgCxMcCPF3+X0K4W16JIqs461UdSFbgRw9JGxN85GDTjprQfyV35u1aYdZPecBACzXoD1A=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.15_1563377527517_0.6798844290466404"},"_hasShrinkwrap":false,"publish_time":1563377527709,"_cnpm_publish_time":1563377527709,"_cnpmcore_publish_time":"2021-12-16T18:23:21.899Z"},"1.28.14":{"name":"terminal-kit","version":"1.28.14","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"13a512cd0911bff2078e4f4dda4e486b4514aef0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.14","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"fa89afa602282ff15a6a0c7bb305d9e73e45f5c2","size":432813,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.14.tgz","integrity":"sha512-Xd7xQTBLpDhQwjp6ALmLJlAHAsX2amYpCCi3MCvLVE0ZvK1RjY3okestHx9+JdH2AzJocBXtYPOl4w4/BAohKg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.14_1563281020453_0.8609348157049632"},"_hasShrinkwrap":false,"publish_time":1563281020597,"_cnpm_publish_time":1563281020597,"_cnpmcore_publish_time":"2021-12-16T18:23:23.353Z"},"1.28.13":{"name":"terminal-kit","version":"1.28.13","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"a31fb496958834d6a0d345b168730a01a6930626","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.13","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"634ee8a4513740935e42159ec22c4ee4056345d3","size":432792,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.13.tgz","integrity":"sha512-UgN/nGWVuLDDS9YebG3tnm2dx6Usqna56K4Rbsodqpbbs5QUGTrjJGQrlXd1NzaF6rwQ/RM5/kyz7p21t4DDzQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.13_1563280228808_0.018308383951437746"},"_hasShrinkwrap":false,"publish_time":1563280229034,"_cnpm_publish_time":1563280229034,"_cnpmcore_publish_time":"2021-12-16T18:23:24.221Z"},"1.28.12":{"name":"terminal-kit","version":"1.28.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"3fc300e3cb45becced9d06e21e83d2c98861bb03","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.12","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"1d8e9c01dfdc75b53cc46301f948b235d0e55509","size":432462,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.12.tgz","integrity":"sha512-qftiOCWgtelz0Q0jir7fDrh7ljapqGRu4w4T9Wal/0iDVoYxi1lcaWjYwQcd70okmxqzimnfYyPgv5+p2DU2eA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.12_1563272522168_0.5831231063084805"},"_hasShrinkwrap":false,"publish_time":1563272522626,"_cnpm_publish_time":1563272522626,"_cnpmcore_publish_time":"2021-12-16T18:23:25.558Z"},"1.28.11":{"name":"terminal-kit","version":"1.28.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"4833e39c33b023a42bea2cda41f7295c6253b052","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.11","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"6d38fe37a06139e8b9eb16bd66831b9fb6baee9b","size":431994,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.11.tgz","integrity":"sha512-OuzRedY5FuEtFTrefkZ2HnU2+vbcbjP0oXLT4g8F0hf6vktoya2sw0Yi976JmV5HC7/Zef6Q9z0XawIaJMkGLg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.11_1563258590278_0.6847864796000032"},"_hasShrinkwrap":false,"publish_time":1563258590607,"_cnpm_publish_time":1563258590607,"_cnpmcore_publish_time":"2021-12-16T18:23:26.898Z"},"1.28.10":{"name":"terminal-kit","version":"1.28.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"c351ab8331fcfe274a2b74f8546b28cf4919ff10","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.10","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"e9edd3916a3eac6e98198b3bb7af3adf36ed13cc","size":431669,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.10.tgz","integrity":"sha512-+hEA20du4NOcwKjOiMV8qe6DqIW8Oxc6teIFPLKflPZy6qPcWBCx5EDVeiY74VU1DJTHtih44tvT6QU12klaJA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.10_1563222946651_0.16508161133575028"},"_hasShrinkwrap":false,"publish_time":1563222946781,"_cnpm_publish_time":1563222946781,"_cnpmcore_publish_time":"2021-12-16T18:23:28.206Z"},"1.28.9":{"name":"terminal-kit","version":"1.28.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"9f6ac6f7acf22ce6737bd5f106008803fb6a8325","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.9","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"0b3af8168b869428a4a3615d5725e9d2bda54b6a","size":431662,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.9.tgz","integrity":"sha512-lezAkvpHvNYXSULsqk8GlOHvuAbF8itDPv7i6zoEP6sZ9Kgt6jOBwi74x6O1R9n5uhBvJJtG84f/dElT5tVopQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.9_1563199520671_0.7602792504569167"},"_hasShrinkwrap":false,"publish_time":1563199520810,"_cnpm_publish_time":1563199520810,"_cnpmcore_publish_time":"2021-12-16T18:23:29.036Z"},"1.28.8":{"name":"terminal-kit","version":"1.28.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"b835b2f140562431b7455b12d7044125220a9acc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.8","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"08d94a1a7d845e9b594bea502e404cbcfc2a9fed","size":431635,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.8.tgz","integrity":"sha512-LNFAzUeWaPpt1ETQO33zA2Z/lJsGeeNAcNFnwtvtl5UXVMDzoD+ExMr51G/kuhepbhtzTzqOA5Rrn5sXIWmsNg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.8_1563195265492_0.24903737734356413"},"_hasShrinkwrap":false,"publish_time":1563195265630,"_cnpm_publish_time":1563195265630,"_cnpmcore_publish_time":"2021-12-16T18:23:30.897Z"},"1.28.7":{"name":"terminal-kit","version":"1.28.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"1bf443f0f578bc1bb5174081aa3599e237311076","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.7","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"64e88ce4fc17f5ddf9188cd8e6765bbb057c3989","size":431500,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.7.tgz","integrity":"sha512-ouEiquaNQyiwvS2WBMji17rFZAzEr+0L0N7TkloeywAb04sJ7NSFo8af7qSVJj+9rqhs9WBlO3AjD41+FGMoPg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.7_1562952773261_0.6115760393149843"},"_hasShrinkwrap":false,"publish_time":1562952773454,"_cnpm_publish_time":1562952773454,"_cnpmcore_publish_time":"2021-12-16T18:23:31.856Z"},"1.28.6":{"name":"terminal-kit","version":"1.28.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"8080aee0b49f62c9b5e06607ee5a5bac0373f008","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.6","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"f1d27be76fb754a2f4b5dbb4a2abb830b90a8a5b","size":431456,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.6.tgz","integrity":"sha512-FML73n0I78H5DkQPfzA1hCoWzZEv7bMENSyg2yypLoZLG5RBmFoLlz9Z9EHIt3hSb6XtRNdZFJQef9LnK2+j9w=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.6_1562947140502_0.15374717933327786"},"_hasShrinkwrap":false,"publish_time":1562947140639,"_cnpm_publish_time":1562947140639,"_cnpmcore_publish_time":"2021-12-16T18:23:32.593Z"},"1.28.5":{"name":"terminal-kit","version":"1.28.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"695f6f21dfc2d80871d68a6d74434ad5ed5a0242","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.5","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"c5fb9982aecc076e0d5bd7398f606d8986546b2b","size":431372,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.5.tgz","integrity":"sha512-Z5/jjLBFUnSjpNPYi0hPxn34hqpsIoVN+R2jtBtgOnNbAlcBZJBx6aoe/WhM9oZ3qjqES1gogndYJPVmS+Aizw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.5_1562943783240_0.22229797433534904"},"_hasShrinkwrap":false,"publish_time":1562943783372,"_cnpm_publish_time":1562943783372,"_cnpmcore_publish_time":"2021-12-16T18:23:34.357Z"},"1.28.4":{"name":"terminal-kit","version":"1.28.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"1301761d0cad71aabf20934a4769e83fe085f4f5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.4","_nodeVersion":"10.13.0","_npmVersion":"6.10.1","dist":{"shasum":"4d36748736ecb4490352ed12bd8308e1e4300b26","size":431255,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.4.tgz","integrity":"sha512-OsdeWOe4ytKiz/XEXWT6XFCUxr6fbe5fLDCJl/ymKVn8tkp3JdfH8DQvNyIVkjHkxqB2T5J5UKpFyBrQBCp/pw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.4_1562941160568_0.21786853666832195"},"_hasShrinkwrap":false,"publish_time":1562941160773,"_cnpm_publish_time":1562941160773,"_cnpmcore_publish_time":"2021-12-16T18:23:35.414Z"},"1.28.3":{"name":"terminal-kit","version":"1.28.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"339fa480e664a6e3edee44780cde4ef5f861cf5f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.3","_nodeVersion":"10.13.0","_npmVersion":"6.9.2","dist":{"shasum":"c6b8ef3747f89d02ef12780332f41cb6c03c0cc8","size":430113,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.3.tgz","integrity":"sha512-3qD3nT/Jg3StZwTKKphJKC0Q3NjcDXtRssXbD4Zdt9Wd3GoRJzR1O82+FdZIUGiRNhlPojfoHxv2W62VL5i2iQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.3_1562227149311_0.09105899417011387"},"_hasShrinkwrap":false,"publish_time":1562227149477,"_cnpm_publish_time":1562227149477,"_cnpmcore_publish_time":"2021-12-16T18:23:36.042Z"},"1.28.2":{"name":"terminal-kit","version":"1.28.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.23","string-kit":"^0.9.6","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"14174e7d1b900c2b5b39b06e44ec926213d8b223","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.2","_nodeVersion":"10.13.0","_npmVersion":"6.9.0","dist":{"shasum":"75bf34d2818289217407e3c96bf8adc72ce09fb5","size":430095,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.2.tgz","integrity":"sha512-j5ve5LRRM2c1sF4qpYvKwtKTS6kxQWZD1cI7r0S0hQkjsSHs3nE4Um5Ig+i15ikVdfgY+vXfJmfhgWmyY49D5Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.2_1561299590748_0.38254797923948836"},"_hasShrinkwrap":false,"publish_time":1561299590858,"_cnpm_publish_time":1561299590858,"_cnpmcore_publish_time":"2021-12-16T18:23:36.671Z"},"1.28.1":{"name":"terminal-kit","version":"1.28.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.20","string-kit":"^0.9.3","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"a92acf7b5f7018d9fa9aca0eaaa087ffb6741810","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.1","_nodeVersion":"10.13.0","_npmVersion":"6.9.0","dist":{"shasum":"190702f66a131121e7051bc504e4717586f66a34","size":430086,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.1.tgz","integrity":"sha512-qRTWyeHJqDT8EGLCg5kPCUUzPqbcPdIeq7C/ep2gmlLN6+olTX32mJEDh/0GENO5mQUHTU9biZbhlcnAMQ7kfA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.1_1560416334866_0.9830141971100317"},"_hasShrinkwrap":false,"publish_time":1560416335149,"_cnpm_publish_time":1560416335149,"_cnpmcore_publish_time":"2021-12-16T18:23:37.610Z"},"1.28.0":{"name":"terminal-kit","version":"1.28.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.1","seventh":"^0.7.20","string-kit":"^0.9.3","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"e0a3ff6cd7dac62cc222e9ac10a5d95d9eee1d73","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.28.0","_nodeVersion":"10.13.0","_npmVersion":"6.9.0","dist":{"shasum":"322df488494c95089aee09acaf6e75d170587450","size":430069,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.28.0.tgz","integrity":"sha512-nBXgQzGfQSaTZ55vma5WlmhpO7lDvFrjP2JiaX2MtzwxAB3Y5fm9GLqEeXwJo+n+M+7BG8zRthe3d88ET23iZA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.28.0_1555144476418_0.3484688388522106"},"_hasShrinkwrap":false,"publish_time":1555144476604,"_cnpm_publish_time":1555144476604,"_cnpmcore_publish_time":"2021-12-16T18:23:38.665Z"},"1.27.3":{"name":"terminal-kit","version":"1.27.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.9.2","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"14a46d40dcb732c16670c179d7c6ec47b9896748","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.27.3","_nodeVersion":"10.13.0","_npmVersion":"6.9.0","dist":{"shasum":"36ea288d8350deee93486d9855db80986fb3d44b","size":430008,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.27.3.tgz","integrity":"sha512-7K3IhTa4uGIBH5zXrUiaDUTcRoBpc6CeITgIbGdBKW+E+WL9aEe+4xsUtdplkY34/il77MnlDAumfcE8dhONxw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.27.3_1554912016160_0.07906239819153793"},"_hasShrinkwrap":false,"publish_time":1554912016325,"_cnpm_publish_time":1554912016325,"_cnpmcore_publish_time":"2021-12-16T18:23:39.561Z"},"1.27.2":{"name":"terminal-kit","version":"1.27.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.9.1","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"703042bd2dd3dc6930f81cd68eba9597713e2f4f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.27.2","_nodeVersion":"10.13.0","_npmVersion":"6.9.0","dist":{"shasum":"b3d19142e371e09ba130ffb61cfd3f51ffd8c7d9","size":430004,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.27.2.tgz","integrity":"sha512-aLfIz8ReP6Ifky5UxyRfP9dtnvtHR2rKa7nZuXeC+6uExQMpH7NFM/UL02ppiO9oNyGS4l3o8447y0ix6uRZeg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.27.2_1553854745922_0.8055430820882636"},"_hasShrinkwrap":false,"publish_time":1553854746100,"_cnpm_publish_time":1553854746100,"_cnpmcore_publish_time":"2021-12-16T18:23:40.713Z"},"1.27.1":{"name":"terminal-kit","version":"1.27.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.9.1","tree-kit":"^0.6.1"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2019],"owner":"Cédric Ronvel"},"gitHead":"39f685056d0c5718b4cc758ae7c8201e42105dd8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.27.1","_nodeVersion":"10.13.0","_npmVersion":"6.9.0","dist":{"shasum":"f80f1346aece29c95f389da28aa0bd076c72db6f","size":430003,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.27.1.tgz","integrity":"sha512-bou5H1TfaoAwNZy+YnhsNY2Rk0hvabJ/NpALxdj/0LIhKKCQuHDOR5gl/Tno4o5QOd/PpEhPQJkPfONLsdlNDg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.27.1_1553854714475_0.4855221327238528"},"_hasShrinkwrap":false,"publish_time":1553854714699,"_cnpm_publish_time":1553854714699,"_cnpmcore_publish_time":"2021-12-16T18:23:41.465Z"},"1.27.0":{"name":"terminal-kit","version":"1.27.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.9.0","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"6c9a76e7243deaa08e782af3ecf5226e203f5cf6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.27.0","_nodeVersion":"10.13.0","_npmVersion":"6.8.0","dist":{"shasum":"d61e6d17e1a7b1b58c13efd4cd22de90f1b0a244","size":429802,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.27.0.tgz","integrity":"sha512-vEKmPMaQKA/UadxjgJ99jxBGEiTcEzEG510cp2VXNgK63/h/zyS0hTQ4STPy87rsfh+n6PjEq4XbB/fdc9vgEQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.27.0_1550591086076_0.9629952736955856"},"_hasShrinkwrap":false,"publish_time":1550591086252,"_cnpm_publish_time":1550591086252,"_cnpmcore_publish_time":"2021-12-16T18:23:42.769Z"},"1.26.11":{"name":"terminal-kit","version":"1.26.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.9.0","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"dfa47778291bc987e4414bf93ddd97a2db481643","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.11","_nodeVersion":"10.13.0","_npmVersion":"6.7.0","dist":{"shasum":"44fac4226aa89d43e8f9c23ec17c0e8bc15f7c6a","size":429437,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.11.tgz","integrity":"sha512-JZNJ+1Ht67QBMbr10nHKWskQBFLdu9csOxVpDE33vpJWkG2gsNCuoEX4eihin6l2un7eUP7dMh/6O02DNzG1Ag=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.11_1548929742879_0.5114701382844988"},"_hasShrinkwrap":false,"publish_time":1548929743109,"_cnpm_publish_time":1548929743109,"_cnpmcore_publish_time":"2021-12-16T18:23:43.915Z"},"1.26.10":{"name":"terminal-kit","version":"1.26.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.9.0","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"8b9cd60314f0ee38bac6c55e52a474dba5d38d87","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.10","_npmVersion":"6.5.0","_nodeVersion":"8.11.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a76309fe675bb6a3446acdb49c7122daa17d5d0b","size":429315,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.10.tgz","integrity":"sha512-vYpffEKhvYAGxhhUrLbwJvgv5OUWBZ809MAm8TFalsGh6vC7/cSu6kCCRxbdic1dtbzr/PzeB4T/i5/RLlI1jw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.10_1546864051641_0.851893786412115"},"_hasShrinkwrap":false,"publish_time":1546864052234,"_cnpm_publish_time":1546864052234,"_cnpmcore_publish_time":"2021-12-16T18:23:44.888Z"},"1.26.9":{"name":"terminal-kit","version":"1.26.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.8.16","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"fce564d97fea3e96f37112c151096146ca5c0690","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.9","_npmVersion":"6.5.0","_nodeVersion":"8.11.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5671273e9cab51761683ab05baa030aafadbcac9","size":429303,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.9.tgz","integrity":"sha512-z8yOjT+bASQ3BKvZvUYlWUpXedBWO5rqpcOA3aMXUttVuly1vauOmX34hUYYqJg/MGY/vpsRffunenLZrTTZ5w=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.9_1546862115014_0.4304696581078593"},"_hasShrinkwrap":false,"publish_time":1546862115144,"_cnpm_publish_time":1546862115144,"_cnpmcore_publish_time":"2021-12-16T18:23:46.087Z"},"1.26.8":{"name":"terminal-kit","version":"1.26.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.8.15","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"c4b1621cc13c90351b6c0b77cf93e1897c31bfe0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.8","_npmVersion":"6.4.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"0f2f4656ab39d81e093558f78cd06f706e85eea5","size":429286,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.8.tgz","integrity":"sha512-rhjbKkEnR60PJVsYF8tADMz5GxFQWAMnPMn0BoI9S6prPj8Re0JcIV1dvI/OTe8CtbX57KcTitp0BdR/2oeMeQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.8_1544176207359_0.6310915203883423"},"_hasShrinkwrap":false,"publish_time":1544176207586,"_cnpm_publish_time":1544176207586,"_cnpmcore_publish_time":"2021-12-16T18:23:46.759Z"},"1.26.7":{"name":"terminal-kit","version":"1.26.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.1.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.18","string-kit":"^0.8.15","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"ab4819d79452edbb0fe263185fa0cc7af9a40fd6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.7","_npmVersion":"6.4.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"2aaabbfa3111163a71be3736d929c53e22927664","size":429063,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.7.tgz","integrity":"sha512-ZDEdeFk4b6OCZzAumnAtExpnBeLHCiULQeqQ+ytCqk1+b5VL+pcMeNXhUFWaXcYDrykTr0JLbxzmTBfPDs9k5Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.7_1544089244455_0.16252241116795307"},"_hasShrinkwrap":false,"publish_time":1544089244740,"_cnpm_publish_time":1544089244740,"_cnpmcore_publish_time":"2021-12-16T18:23:47.890Z"},"1.26.6":{"name":"terminal-kit","version":"1.26.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.17","string-kit":"^0.8.15","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"41e2e398cd11ffe0e486ffd64d14a95eae95f0df","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.6","_npmVersion":"6.4.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"77b1f1912426733dfe8c61b889b6438007115493","size":429060,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.6.tgz","integrity":"sha512-jy9DsrwIb2J8lv1khFyiR1BSo+Q3vzljyXkJX0sup3qxyQjKLwKi1u1/srzilW/+vBydQHaF5fNtjqt3LYCTYw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.6_1543568676519_0.44024384094816527"},"_hasShrinkwrap":false,"publish_time":1543568676728,"_cnpm_publish_time":1543568676728,"_cnpmcore_publish_time":"2021-12-16T18:23:48.738Z"},"1.26.5":{"name":"terminal-kit","version":"1.26.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.17","string-kit":"^0.8.15","tree-kit":"^0.6.0"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"4cd3dcaca5381ac887e82f9a43ec749a71d8770f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.5","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"78b28f8fb721123e025c3aa8795188f978c20a66","size":429006,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.5.tgz","integrity":"sha512-co0xO1n7u/iqg2KBNvEiIMYsgI57hnmUkys5a9PAhJTXwKbpzcCRmxJYNDrePFIoKLpjqS//mmmfPurYv+hZjA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.5_1542146032953_0.15795335206501315"},"_hasShrinkwrap":false,"publish_time":1542146035691,"_cnpm_publish_time":1542146035691,"_cnpmcore_publish_time":"2021-12-16T18:23:49.452Z"},"1.26.4":{"name":"terminal-kit","version":"1.26.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=8.10.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.17","string-kit":"^0.8.14","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"9e29348ff30c09962597a717efcf750a5dafd0c5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.4","_npmVersion":"6.4.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"4d44c237d9ba68294cfcc67f91157336bf9db76f","size":429001,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.4.tgz","integrity":"sha512-6MWV8CGnsuGe1hlfbUsWM/BMMBryqnxb0S/XUjCBsBSWwM21Zhmsra4dHLRS0iJvE/fsmmyZ0CTau346K9uXcw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.4_1539856849737_0.4629940268731094"},"_hasShrinkwrap":false,"publish_time":1539856849942,"_cnpm_publish_time":1539856849942,"_cnpmcore_publish_time":"2021-12-16T18:23:50.278Z"},"1.26.3":{"name":"terminal-kit","version":"1.26.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.8","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"a3c059ff112f0a336ed26bd08aa272425171c553","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.3","_npmVersion":"6.4.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"12fadfe02750348718f233eb0c72f512cb2859cd","size":428260,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.3.tgz","integrity":"sha512-1iVYF0yTrKtlRUYjnw0xplCJkhbECt45dIFqRCahJeiD/416tPBFqJ3NkM498gDKwyKILGPrBRJZRlUAHChzVw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.3_1538985801479_0.22002533522215328"},"_hasShrinkwrap":false,"publish_time":1538985801617,"_cnpm_publish_time":1538985801617,"_cnpmcore_publish_time":"2021-12-16T18:23:51.269Z"},"1.26.2":{"name":"terminal-kit","version":"1.26.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.8","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"1d6d25cb1b30866a1aeca2545972a91fa6d671bd","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.2","_npmVersion":"6.4.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"2423093041e1e226e5bf80098fd0f9a013661c34","size":427810,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.2.tgz","integrity":"sha512-MQgU3EHQPNLD/45lXz0qqaVDnlVs++cKO8x8eVjdXNGEWmuFgms3OFbSJiUW2i7UgdmweqeiOBwl9VWHAMyaeA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.2_1534501497459_0.14305340598365923"},"_hasShrinkwrap":false,"publish_time":1534501497596,"_cnpm_publish_time":1534501497596,"_cnpmcore_publish_time":"2021-12-16T18:23:52.365Z"},"1.26.1":{"name":"terminal-kit","version":"1.26.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.7","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"85df03af7e6ba31fe5c52ac83fd42759eccf86a8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.1","_npmVersion":"6.3.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"add1cad3f135a1536935d71115fc7b0a137be890","size":427725,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.1.tgz","integrity":"sha512-Y89l8T6TXNOhV+qY2ZlzvVKwwNrQtDXL5ef03hwx+3VEWDmeaSRDiXEEGzA0IAVTN4XYsfmz5JyqchrLOPOq8Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.1_1533835781836_0.7962987877573828"},"_hasShrinkwrap":false,"publish_time":1533835781947,"_cnpm_publish_time":1533835781947,"_cnpmcore_publish_time":"2021-12-16T18:23:53.787Z"},"1.26.0":{"name":"terminal-kit","version":"1.26.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.7","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"86e785376b081c772f2e4d81380b779fd3aa3768","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.26.0","_npmVersion":"6.3.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"6bb5b7553ad1c687ddfdd0f937e78a69e9131bc6","size":427648,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.26.0.tgz","integrity":"sha512-/1AQtrAN1PI3fMf/r5O7+RjZYtZz5KfGSM1dLWwLlaZI6gJezsBSLmNreY/m+CA/AlOVdrnBG9gSwd7rUMvk7w=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.26.0_1533575492081_0.9787299335557307"},"_hasShrinkwrap":false,"publish_time":1533575492241,"_cnpm_publish_time":1533575492241,"_cnpmcore_publish_time":"2021-12-16T18:23:55.153Z"},"1.25.0":{"name":"terminal-kit","version":"1.25.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.7","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"dd10e10372cfcfed9eb8910cd2720a749983e263","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.25.0","_npmVersion":"6.3.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"16335002803ac2ca33e4c783d9dc6241a24ef04c","size":426808,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.25.0.tgz","integrity":"sha512-BhZV2blRRLObt+1JIqUK13mVjEG5TO6dx/I8dasfgyFrmwywuGgp7+pilSY2THGaibiurUgJFHTSXBbKZlNVEQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.25.0_1533556871177_0.09465226255813675"},"_hasShrinkwrap":false,"publish_time":1533556871366,"_cnpm_publish_time":1533556871366,"_cnpmcore_publish_time":"2021-12-16T18:23:56.287Z"},"1.24.1":{"name":"terminal-kit","version":"1.24.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.7","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"6598cb7f1fd32339c9f70fed1832688fd8dcc400","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.24.1","_npmVersion":"6.3.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"8f9793d4f9422111c234dd241e02e7417542ebde","size":425961,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.24.1.tgz","integrity":"sha512-jEkBj7SDoe7d2FvUNzbKa1tv4Vng4PyDMdAcf/1uJx4mlDxB9WseGoNQrfS+UCMN+kb9EkuB25jXlUdBWZnQjw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.24.1_1533486705630_0.7251461824158709"},"_hasShrinkwrap":false,"publish_time":1533486705820,"_cnpm_publish_time":1533486705820,"_cnpmcore_publish_time":"2021-12-16T18:23:57.316Z"},"1.24.0":{"name":"terminal-kit","version":"1.24.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.7","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"4cd33b854609140dfa8a2fb910ec060a1f9adb03","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.24.0","_npmVersion":"6.3.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"0faa855bb915a157cf1a2797295f6e1bfc0e7c3f","size":425863,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.24.0.tgz","integrity":"sha512-ujhTG1qjryarWEz6N6Ctx+8AfjeHNyu+sG31d2hdhHhnBWkvQOoemNCsJxtUwP1OUxEe6VP1SgK8CaetbwPPOQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.24.0_1533485420221_0.46184457679366364"},"_hasShrinkwrap":false,"publish_time":1533485420460,"_cnpm_publish_time":1533485420460,"_cnpmcore_publish_time":"2021-12-16T18:23:58.456Z"},"1.23.0":{"name":"terminal-kit","version":"1.23.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.7","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"727f8604692595459d00f4172957e08eb3f89f70","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.23.0","_npmVersion":"6.3.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"c421bfe8a79782eece4c81dca6ba5bbea079b56b","size":425869,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.23.0.tgz","integrity":"sha512-Od+OKC4X4KcIoXHKbsEMI6ZZLM/RJYadGFq6GixFJRRfn82pNu69wnOhKVd1yGN+ma53Ifz/Ujej5uVdBSNLHA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.23.0_1533485210165_0.6183891699037656"},"_hasShrinkwrap":false,"publish_time":1533485210292,"_cnpm_publish_time":1533485210292,"_cnpmcore_publish_time":"2021-12-16T18:23:59.328Z"},"1.22.1":{"name":"terminal-kit","version":"1.22.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.2","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"7502e7bb6689423e94d469d65b67b02ab739717b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.22.1","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"2828c2d78b14ba79014302ee5376b86d1a4479c4","size":427016,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.22.1.tgz","integrity":"sha512-4lK/Hj4UcXPxC4Z2V6O+IEWEYBg5SaZc7iiaK3s3Bft5aMMM4S+N63cEZW8ext7XYECLcm+PXNrSr3MGyIJnNA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.22.1_1533230562940_0.3599916495391047"},"_hasShrinkwrap":false,"publish_time":1533230563125,"_cnpm_publish_time":1533230563125,"_cnpmcore_publish_time":"2021-12-16T18:24:00.598Z"},"1.22.0":{"name":"terminal-kit","version":"1.22.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.2","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"adc5d08f71aab6c595769da71904e817e26c2dde","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.22.0","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"6a79194fab8e3d6a03650a2176310ada6f7ca59e","size":426604,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.22.0.tgz","integrity":"sha512-2g9y6oGEQgGDghDm14Ko4th20PgF2sQFdsMc6eV+MmzYLvlJlhjke1hM+kW81gbcuCzzsKt+xSS7JEiqOylJtg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.22.0_1533226666893_0.4912632913728072"},"_hasShrinkwrap":false,"publish_time":1533226666992,"_cnpm_publish_time":1533226666992,"_cnpmcore_publish_time":"2021-12-16T18:24:01.558Z"},"1.21.0":{"name":"terminal-kit","version":"1.21.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","lazyness":"^1.0.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.2","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"e1e711b95095cd4c1698f26f5da9a5a8c0df74b7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.21.0","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"cc3da93b2b170170ffd8e9e24d0c060b43649452","size":426562,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.21.0.tgz","integrity":"sha512-20ReEI/PIlihVf+ZI0otYOHcgyIjvx1+qDa0tQKuV6fbpgxCMV2Nxd4l8RuA0aBBY+n6eUmOwJCyZrbsws4xXA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.21.0_1533214023628_0.5798945238122768"},"_hasShrinkwrap":false,"publish_time":1533214023733,"_cnpm_publish_time":1533214023733,"_cnpmcore_publish_time":"2021-12-16T18:24:02.536Z"},"1.20.0":{"name":"terminal-kit","version":"1.20.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.8.2","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"9754793499923a0154823a6408bf3dd12c03a14e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.20.0","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"921d182994c8ca305c0a5664e4346544171254da","size":426624,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.20.0.tgz","integrity":"sha512-DuB2en06A4YMQgDodFTjg4lwBQF0NH6MzSBiYt+e/kc/g1PQJLpCKwN7Qk+KWUTeUslJiCf3rbCbIetzdl0KJA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.20.0_1533143601977_0.014029346517110186"},"_hasShrinkwrap":false,"publish_time":1533143602225,"_cnpm_publish_time":1533143602225,"_cnpmcore_publish_time":"2021-12-16T18:24:03.553Z"},"1.19.2":{"name":"terminal-kit","version":"1.19.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.7.12","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"a7a1a81a30c6d83a7abd2b79530c29e91c91a8e7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.19.2","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"7119e9d4e9276b42896d12bbcda2ced86f2a9b3d","size":421955,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.19.2.tgz","integrity":"sha512-9rBXBWX6LJLZbTipdGyz14020Bd8UzoKcs2Gp9PfdRmw9nlDSLez7ULpUb9ybmfWnuztvVYl+tA59hEVOyHYiQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.19.2_1532537590698_0.8225551966353761"},"_hasShrinkwrap":false,"publish_time":1532537590950,"_cnpm_publish_time":1532537590950,"_cnpmcore_publish_time":"2021-12-16T18:24:04.506Z"},"1.19.1":{"name":"terminal-kit","version":"1.19.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.7.12","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"024cfcc457e65a66049c5aa29095d4755a7bb7ee","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.19.1","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"2586df85db446f3071e8fc44ff533418e4807625","size":421948,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.19.1.tgz","integrity":"sha512-hm5lA+iN20XMjpaNZPHOwthyYpBRH8db2X5zG/XiJtgoRsrSUaMZXDR9530Rph3UF7N9nVet1HIsD21u4xlW9A=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.19.1_1532531626360_0.5981757817568756"},"_hasShrinkwrap":false,"publish_time":1532531626513,"_cnpm_publish_time":1532531626513,"_cnpmcore_publish_time":"2021-12-16T18:24:05.716Z"},"1.19.0":{"name":"terminal-kit","version":"1.19.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.15","string-kit":"^0.7.12","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"ac2a541942d30c7cb9251907d0cac21b689db3f6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.19.0","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"ac880c9bb7c18f039907df19dbd970c30919e48b","size":420651,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.19.0.tgz","integrity":"sha512-yD4zjAox6KMtJCub8JMwPLrfmIzrNDo6LYucnsRMQs5A1fKJ3QsBXP/S8oKq5TKEda80uBhMcBgLw9DxH3Wg8Q=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.19.0_1532527601529_0.7226928681254507"},"_hasShrinkwrap":false,"publish_time":1532527602003,"_cnpm_publish_time":1532527602003,"_cnpmcore_publish_time":"2021-12-16T18:24:06.876Z"},"1.18.0":{"name":"terminal-kit","version":"1.18.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.1.0","seventh":"^0.7.14","string-kit":"^0.7.12","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"83fea06ec13ff13aa073c65e646eeca1b93b343f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.18.0","_npmVersion":"6.2.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"7ca6b538d4fc3845ad3e3e853635bc6aa4a82ec8","size":419937,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.18.0.tgz","integrity":"sha512-5q7JxXVEQukn6+fsqEJgiK56m3FALVKtx7fBvSvV8NHNsp7LIKA3OZP+kn6RC8fM14+eO5+xXxQKY16/+MwW2w=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.18.0_1532448450811_0.4974628712655653"},"_hasShrinkwrap":false,"publish_time":1532448451000,"_cnpm_publish_time":1532448451000,"_cnpmcore_publish_time":"2021-12-16T18:24:07.660Z"},"1.17.13":{"name":"terminal-kit","version":"1.17.13","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.1.0","string-kit":"^0.7.12","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"2a3ca793d4209ced455f23f4b56b0e9cc044c6a2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.13","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"a8faf0f5dc587984d5159afe1d54864ea1b30fdd","size":419595,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.13.tgz","integrity":"sha512-mZxUGHhYZaCst8WG2wwS2o4iHQ75OvqezPo7xrgIIQHFNk6ER1y1pjN9WBv68nIaFCCNHiUahpK22wbeeJKKDg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.13_1532077206255_0.048076117748148794"},"_hasShrinkwrap":false,"publish_time":1532077206482,"_cnpm_publish_time":1532077206482,"_cnpmcore_publish_time":"2021-12-16T18:24:08.517Z"},"1.17.12":{"name":"terminal-kit","version":"1.17.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.1.0","string-kit":"^0.7.10","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"e97c9e164bf7440e16085a8d83394a20161f5fcb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.12","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"467305a0140f40b2ea9e7474509510c625e88076","size":419556,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.12.tgz","integrity":"sha512-g8lU5ULNI49kp0v4MG+5sVS7IlEXm0Llq4Z8CEVgwKaEszTlOfFrLEOiQTA7MYEX+KIHYq2b4Y6ntAEDlK5Lmg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.12_1531302161081_0.4585354526465708"},"_hasShrinkwrap":false,"publish_time":1531302161255,"_cnpm_publish_time":1531302161255,"_cnpmcore_publish_time":"2021-12-16T18:24:09.586Z"},"1.17.11":{"name":"terminal-kit","version":"1.17.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.0.1","string-kit":"^0.7.9","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"a2a949ab77874b033b28fe48449d4c0d39a3c3a2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.11","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"a84cfef176320444fd4ea3d7c24a651c8624788b","size":419548,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.11.tgz","integrity":"sha512-5wJ84CktBfwCjYd82D/j62Kt7Og86/Is0wJbThTYE5zjCcDKmOQqI3b7gm9e4QZyBBUObrPPealUYr3+/LO1ig=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.11_1528538609234_0.4517986063164201"},"_hasShrinkwrap":false,"publish_time":1528538609448,"_cnpm_publish_time":1528538609448,"_cnpmcore_publish_time":"2021-12-16T18:24:10.711Z"},"1.17.10":{"name":"terminal-kit","version":"1.17.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.0.1","string-kit":"^0.7.9","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"5f6f9727780a71d2b52155b0d8073ee36ace9a6f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.10","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"91bb5b0f3c330a0f212b6d013a3e623a8f3dfc82","size":419509,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.10.tgz","integrity":"sha512-V/Cz7KdZUE4tqf2t4Y3++BzHcOonw9fuu3Ac0KV3lqQvWzh5NOd7wJ/vW0hroUEDeP3F6QuKFbzyIsHkCHd5Fg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.10_1528476173106_0.31006423100314207"},"_hasShrinkwrap":false,"publish_time":1528476173281,"_cnpm_publish_time":1528476173281,"_cnpmcore_publish_time":"2021-12-16T18:24:12.000Z"},"1.17.9":{"name":"terminal-kit","version":"1.17.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.0.1","string-kit":"^0.7.8","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"d866fc10c3c4f23dd70f1d03b70afce8ffd73aca","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.9","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"6e327eea5094220f29275ac563e8d271bfc9ccb4","size":419039,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.9.tgz","integrity":"sha512-72ye1nUNW8sBCTwSTSNyfXF8SfNLMi8ra+PRz+SFCRuKwhWFAAwElcgQ58QoxJU0cOH+NhdhXJSLlnO6AaBqWQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.9_1528461892402_0.06467986730563746"},"_hasShrinkwrap":false,"publish_time":1528461892545,"_cnpm_publish_time":1528461892545,"_cnpmcore_publish_time":"2021-12-16T18:24:12.849Z"},"1.17.8":{"name":"terminal-kit","version":"1.17.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.0.1","string-kit":"^0.7.8","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"0fda99aee9dd704c24fbe7ec81886ab1b534bf45","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.8","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"bedadb6897cd764c2ca2bbefc0f3268e971ed7b3","size":418820,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.8.tgz","integrity":"sha512-0Iaq2YEWwKJ1RSkU1VRh7n0vN1bCCKroXTawlf95PqHEwhzMpBl6LObTk1c7gEhw007KX7/e48XrYbJzqPo9dw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.8_1528455136236_0.4750519049561386"},"_hasShrinkwrap":false,"publish_time":1528455136351,"_cnpm_publish_time":1528455136351,"_cnpmcore_publish_time":"2021-12-16T18:24:13.647Z"},"1.17.7":{"name":"terminal-kit","version":"1.17.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.0.1","string-kit":"^0.7.6","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"6b417fd2234a75b652fd0af51b8d32152779122f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.7","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"532b82f7985d04a1552406646b4bbad165193951","size":418656,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.7.tgz","integrity":"sha512-nL9o8JXkNPQHkBT+SP0V10VDPMS+on2eNSaVPJeTOpVfJ4Yzli8dnHEPdckhLE5EMOhhONT9asksu94SJxjGQg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.7_1528032232495_0.6016461031914981"},"_hasShrinkwrap":false,"publish_time":1528032232617,"_cnpm_publish_time":1528032232617,"_cnpmcore_publish_time":"2021-12-16T18:24:14.938Z"},"1.17.6":{"name":"terminal-kit","version":"1.17.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^1.0.1","string-kit":"^0.7.3","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"cfa4a67709e2c68e6562cd447b1323af18ccd0c0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.6","_npmVersion":"6.1.0","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"d944166c1ee9b36923d3c446dda21b43b85da9bc","size":418536,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.6.tgz","integrity":"sha512-AnabIqvegOB40UQenG295dtCLR0pxvd7fAd0IcbGm2RxHA0Za2RlS+epZm4ii1xc8KD0ejag/+SJ0UM5xFWVIw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.6_1527596845601_0.8518476520443452"},"_hasShrinkwrap":false,"publish_time":1527596845715,"_cnpm_publish_time":1527596845715,"_cnpmcore_publish_time":"2021-12-16T18:24:16.094Z"},"1.17.5":{"name":"terminal-kit","version":"1.17.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.7.3","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"ce90fb85c76f0a65da64d88bd9c73492030bcd93","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.5","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"8a270b53fae5f0a462b5784cdb3546e9d8b35456","size":418231,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.5.tgz","integrity":"sha512-oDS1uNOgASpRYgKNNHfv+eZHrk2KffXj93i27aYuqpSLH/3Kk+Jz9PC8YoxHG+R671mBrJR7m6YuzRe7PuWvpQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.5_1526896809309_0.06024426922390802"},"_hasShrinkwrap":false,"publish_time":1526896809656,"_cnpm_publish_time":1526896809656,"_cnpmcore_publish_time":"2021-12-16T18:24:17.328Z"},"1.17.4":{"name":"terminal-kit","version":"1.17.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.7.3","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"79cfbabec411a9d6d50879486d7c684630e472f7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.4","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"8ad5137bf10274bf083ddfbbd47e02a14598ef76","size":418219,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.4.tgz","integrity":"sha512-8D4uXGFDACAH2EVgb/2dd8VNsjthnarcBypuybNivuNwJqip0BOcm9avTwo7oFIbOXARIO0PXaJyxCoXFXGE4w=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.4_1526896686502_0.32035939039232697"},"_hasShrinkwrap":false,"publish_time":1526896686702,"_cnpm_publish_time":1526896686702,"_cnpmcore_publish_time":"2021-12-16T18:24:18.961Z"},"1.17.3":{"name":"terminal-kit","version":"1.17.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.7.3","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"452d68d367922ad2dbe1767be2d30152469587cc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.3","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"374c747b4d91aeccff5abbe36f342245185c4ce5","size":414028,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.3.tgz","integrity":"sha512-RE/dslxQVVoNnjon2NZPlDNNEvZWI6Gl9/AQiGc0qe80gkFfvk1f58p5fxQ3rqLNmni2w24TYmU6oqdNpDjhHg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.3_1526891439791_0.3897797280152622"},"_hasShrinkwrap":false,"publish_time":1526891440144,"_cnpm_publish_time":1526891440144,"_cnpmcore_publish_time":"2021-12-16T18:24:20.460Z"},"1.17.2":{"name":"terminal-kit","version":"1.17.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.7.3","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"db54f607cb46b74fbfc9b3fafddea868a545c5cc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.2","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"2a497ff9c94baf529f67fbc2b8b06a6491b506b1","size":414002,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.2.tgz","integrity":"sha512-o9RZhYAq8AxhuOZTFtgu/j5FRAfQDVs+Z9ZfPFqiqrPwkccni2Nndmc1V8xI/pYqOOnL2EpwGQECXN2Qw6XRuw=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.2_1526825578889_0.4336459188360833"},"_hasShrinkwrap":false,"publish_time":1526825579586,"_cnpm_publish_time":1526825579586,"_cnpmcore_publish_time":"2021-12-16T18:24:21.457Z"},"1.17.1":{"name":"terminal-kit","version":"1.17.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.7.3","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"10930b0928fd8ec42f53c91492aa2a1c8ea2addb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.1","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"4d78972e4faadfa4ea33ac170bb5c8bf63cd56b2","size":413402,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.1.tgz","integrity":"sha512-NOL7tBqYg8Ebe5XkqiHtp1WjmFMMgY0RuguE7M9kHrGCCufPDG+S4Y8x9bmXKVEBIXYRUAHVbf5N424BTa0hhg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.1_1526822920904_0.8218018669777556"},"_hasShrinkwrap":false,"publish_time":1526822921165,"_cnpm_publish_time":1526822921165,"_cnpmcore_publish_time":"2021-12-16T18:24:22.914Z"},"1.17.0":{"name":"terminal-kit","version":"1.17.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.7.1","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"b8a9cde4d7a2c75e5c1dfd0b7c3222372437f108","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.17.0","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"742df9e8efaa1050cb8fb4e83f76403bea48dcc0","size":413211,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.17.0.tgz","integrity":"sha512-tYNZD80uy0Vlj7WJuP4CqYsPNI0Umccv3zyfmFsqzKP/wzEMsn431FUHn6UDl8gJL/wBzIvlIH0KBdXi7OdDnQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.17.0_1526750404019_0.27341070168703685"},"_hasShrinkwrap":false,"publish_time":1526750404141,"_cnpm_publish_time":1526750404141,"_cnpmcore_publish_time":"2021-12-16T18:24:23.935Z"},"1.16.1":{"name":"terminal-kit","version":"1.16.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.6.17","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"71cd130ca7d8f1490055efdc4d3a46db2eec8d22","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.16.1","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"b2e6e23c9faa9824723c2b27a93cc6973d486a11","size":412584,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.16.1.tgz","integrity":"sha512-axnSz8gYZY19HgcSjNoXC4lCljULONB8YTfngtVa5TfkYFXIEnUEFENQLYbRBIagLqWOtnbvB0TCDYbYGJLOCQ=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.16.1_1526378624088_0.07022071133355356"},"_hasShrinkwrap":false,"publish_time":1526378624699,"_cnpm_publish_time":1526378624699,"_cnpmcore_publish_time":"2021-12-16T18:24:25.007Z"},"1.16.0":{"name":"terminal-kit","version":"1.16.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.6.17","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"79eef7fe02aa6157c99939c3727b2115217a6b23","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.16.0","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"53eb9aa2175c217d8e0344351e37a10b59445426","size":412523,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.16.0.tgz","integrity":"sha512-R4nIZ7qoEfHbYgRezMUzwZH4G5dGVvPRMuluqLA+GwJ0Lh6nFntEXPOW4gdgks21j1nzYMhxw8oHW/VWW97WaA=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.16.0_1526378238683_0.263684986274735"},"_hasShrinkwrap":false,"publish_time":1526378238789,"_cnpm_publish_time":1526378238789,"_cnpmcore_publish_time":"2021-12-16T18:24:26.531Z"},"1.15.6":{"name":"terminal-kit","version":"1.15.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.6.17","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"bd098ba25d7590f8916c67e919b0045f7c4dd690","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.15.6","_npmVersion":"6.0.1","_nodeVersion":"8.11.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"dist":{"shasum":"32e9ab215da4cf5b5a053cf477004ce0a5ae476e","size":411235,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.15.6.tgz","integrity":"sha512-P3Cz2WcJcGCOkmzwMx/fWy/yfElArWEkTnPpkea7902DEvQimPyXLs1x8ZTa0ITTumlhvMAMjr0oDMTemMcYIg=="},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.15.6_1526319903867_0.191394892772498"},"_hasShrinkwrap":false,"publish_time":1526319904044,"_cnpm_publish_time":1526319904044,"_cnpmcore_publish_time":"2021-12-16T18:24:27.874Z"},"1.15.5":{"name":"terminal-kit","version":"1.15.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"@cronvel/get-pixels":"^3.3.1","async-kit":"^2.2.4","ndarray":"^1.0.18","nextgen-events":"^0.14.5","string-kit":"^0.6.17","tree-kit":"^0.5.27"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"a388191a488ce983e62cc347b65aa5ade967be5b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.15.5","_npmVersion":"6.0.1","_nodeVersion":"8.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"fb45ad7b8990cb7d1ff2ae2b4707884bf5a92e66","size":411238,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.15.5.tgz","integrity":"sha512-m41UNibUIx3GXso8dK5oWE1gpdjXVqiKAU5O0kyIr6RX9BGM7MQ/JNN+T7SMUnv+F43FRH/58IE7yYRVnri2Gw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.15.5_1526132806345_0.4997236777316312"},"_hasShrinkwrap":false,"publish_time":1526132806473,"_cnpm_publish_time":1526132806473,"_cnpmcore_publish_time":"2021-12-16T18:24:28.546Z"},"1.15.4":{"name":"terminal-kit","version":"1.15.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"async-kit":"^2.2.3","@cronvel/get-pixels":"^3.3.1","ndarray":"^1.0.18","nextgen-events":"^0.14.4","string-kit":"^0.6.15","tree-kit":"^0.5.26"},"devDependencies":{},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"32eb87d3f6d8123af3a8ced4fdf7b7b134e0c4aa","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.15.4","_npmVersion":"6.0.1","_nodeVersion":"8.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b32463abd6ec00d990736c56ae026409a210ea18","size":411232,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.15.4.tgz","integrity":"sha512-+cQifgmeEOuFNG55R3YCOc/YmYT4k9jAkvP+69RN67WkLaE6AbXWHwSy1cfL/qBhIon5mTBJvR0vt2i32dM7JA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.15.4_1526131394368_0.4464358023546162"},"_hasShrinkwrap":false,"publish_time":1526131394937,"_cnpm_publish_time":1526131394937,"_cnpmcore_publish_time":"2021-12-16T18:24:29.438Z"},"1.15.3":{"name":"terminal-kit","version":"1.15.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"async-kit":"^2.2.3","@cronvel/get-pixels":"^3.3.1","ndarray":"^1.0.18","nextgen-events":"^0.14.4","string-kit":"^0.6.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"6243b153ce641c8250e63b6a9cc0f380765bcc59","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.15.3","_npmVersion":"6.0.1","_nodeVersion":"8.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"eea19af3bb32a8cbfb2e0f509a7f98b8f520cc46","size":411240,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.15.3.tgz","integrity":"sha512-YUs6cjMYb7v4QMo8QY15PKezhrrl0+lz+laHNlXAfAAfHppS/qhpSHR0G5lHEDzajPzI+jCS+SG+jbLoVsM/Fw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.15.3_1526031240266_0.7110738411075443"},"_hasShrinkwrap":false,"publish_time":1526031240495,"_cnpm_publish_time":1526031240495,"_cnpmcore_publish_time":"2021-12-16T18:24:30.316Z"},"1.15.2":{"name":"terminal-kit","version":"1.15.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"async-kit":"^2.2.3","@cronvel/get-pixels":"^3.3.1","ndarray":"^1.0.18","nextgen-events":"^0.14.4","string-kit":"^0.6.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"9fe66f6aabd9becfb6cebce7d9b78a2028859f73","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.15.2","_npmVersion":"6.0.1","_nodeVersion":"8.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0bdd7df9d95a566a72b61633e5bbb53bdcb4ba2d","size":411232,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.15.2.tgz","integrity":"sha512-lXcMA+vHSQmNpgGqrawxnzeuoEe2mwIA6eWMc0VNuf0CIe64xKWxsmIInD3q+uE96Fjd5kIVasGgcxxf4KDRhg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.15.2_1526031114355_0.8740596828201816"},"_hasShrinkwrap":false,"publish_time":1526031114510,"_cnpm_publish_time":1526031114510,"_cnpmcore_publish_time":"2021-12-16T18:24:31.197Z"},"1.15.1":{"name":"terminal-kit","version":"1.15.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.11.2","string-kit":"^0.6.9","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"fd5e9a4d30af542a4085b8f035db471cc8a0deee","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.15.1","_npmVersion":"5.8.0","_nodeVersion":"8.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"de501ff71f80208e86ac2710d172d94bcd25596c","size":411241,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.15.1.tgz","integrity":"sha512-nk0+wDRfcvjnBXW6b2X2SFBzCMbT5ZJX56rRvmq/CFaimMYfWHU1eooy33RmzWByXWkkI71zx17q3vlp71OUNA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.15.1_1522059386857_0.6234665885111841"},"_hasShrinkwrap":false,"publish_time":1522059386989,"_cnpm_publish_time":1522059386989,"_cnpmcore_publish_time":"2021-12-16T18:24:32.424Z"},"1.15.0":{"name":"terminal-kit","version":"1.15.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=6.0.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.11.2","string-kit":"^0.6.9","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2018],"owner":"Cédric Ronvel"},"gitHead":"547ee106b5acad008f085609f5f22a32ee527547","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.15.0","_npmVersion":"5.6.0","_nodeVersion":"8.8.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e4c090e30358e70f599d8c58af9871231056e1dd","size":410929,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.15.0.tgz","integrity":"sha512-h0rIg7dBYoWEof145voAi4a7DDGhsEYGg3AX7Fd7O9WgWm0mBLLccnKMnoH1hpmmzYbGPym3nT/tBhy4SkxFWQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_1.15.0_1520421479600_0.33824746173782705"},"_hasShrinkwrap":false,"publish_time":1520421479690,"_cnpm_publish_time":1520421479690,"_cnpmcore_publish_time":"2021-12-16T18:24:33.936Z"},"1.14.3":{"name":"terminal-kit","version":"1.14.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"a616befa87325909fa01893b2adf5888ebb126cf","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.14.3","_npmVersion":"5.5.1","_nodeVersion":"8.8.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"20fef1b3d6c9402a77495a4fc13cd4c3c5120df0","size":412089,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.14.3.tgz","integrity":"sha512-ZHtuElnBhK0IXOYNvQ7eYgaArwEoOv7saQc4Q0Z9p02JeC7iajC20/odV77BKB3jw/Qthvf9mpASf8gNDYv7xQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.14.3.tgz_1510823102057_0.7245034140069038"},"publish_time":1510823103675,"_hasShrinkwrap":false,"_cnpm_publish_time":1510823103675,"_cnpmcore_publish_time":"2021-12-16T18:24:35.027Z"},"1.14.2":{"name":"terminal-kit","version":"1.14.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"eca6671b020d0ac795463101d7d78dcfab3d5d3b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.14.2","_npmVersion":"5.5.1","_nodeVersion":"8.8.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4b0a269042e4ee03ada21e88992fc7174bea7a57","size":412083,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.14.2.tgz","integrity":"sha512-e36Jud2iSVF9CQ2vJveT9vupaJ78bZA0jf+3SFfISpVdUqt+fYJSEhk28U7SrjX54DcNZAPKT/7e+c7wsIQ9/g=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.14.2.tgz_1510822834362_0.4982054752763361"},"publish_time":1510822834491,"_hasShrinkwrap":false,"_cnpm_publish_time":1510822834491,"_cnpmcore_publish_time":"2021-12-16T18:24:35.943Z"},"1.14.1":{"name":"terminal-kit","version":"1.14.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"115e2f581cf97597896ee00c07212b1b17d9a9ea","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.14.1","_npmVersion":"5.5.1","_nodeVersion":"8.8.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"06451b0e0bceb5ac74dade14d7c5cd8c0b6b4f34","size":412044,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.14.1.tgz","integrity":"sha512-XBHeDrw84ehTejUWSQi1bK98xVr+K154m9LKU0absFbKVO+Q4g2iXxRKMXWS4YfxlgxE4MWlUhemw32TOQK8/w=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.14.1.tgz_1510392390216_0.45924790133722126"},"publish_time":1510392391975,"_hasShrinkwrap":false,"_cnpm_publish_time":1510392391975,"_cnpmcore_publish_time":"2021-12-16T18:24:37.141Z"},"1.14.0":{"name":"terminal-kit","version":"1.14.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"d926a918b191176b48a81bae37c7710b120ec4c6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.14.0","_npmVersion":"5.5.1","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1cb89c22bf697152a3f8e54569c61d5084ed690a","size":411992,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.14.0.tgz","integrity":"sha512-ir0I2QtcBDSg2w0UvohlqdDpGlS3S2UYBG4NnYKnK/4VywgnbfxgdpXN3el0uCH3OeH6fG38luW7RmDM96FqUw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.14.0.tgz_1508834893633_0.3358774546068162"},"publish_time":1508834895288,"_hasShrinkwrap":false,"_cnpm_publish_time":1508834895288,"_cnpmcore_publish_time":"2021-12-16T18:24:37.968Z"},"1.13.13":{"name":"terminal-kit","version":"1.13.13","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"52173057d34b87b0b37d577198e643348a6aac3b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.13","_npmVersion":"5.4.2","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"fa53dbc17f5fb7e1630784274a7e57a10b1c0201","size":410754,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.13.tgz","integrity":"sha512-6A8b5OJd9oMLvbfPIaRr4F+FBnuH4/sQQPlVCnhbuQ+EwAyUbFB9Z+KTuivtmbWOUErXIYtlQ8t36+YBz5T2vA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.13.tgz_1507273955067_0.19513435359112918"},"publish_time":1507273956778,"_hasShrinkwrap":false,"_cnpm_publish_time":1507273956778,"_cnpmcore_publish_time":"2021-12-16T18:24:38.897Z"},"1.13.12":{"name":"terminal-kit","version":"1.13.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"517091fce09f9441126457107bd3bb8fe24a4a6f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.12","_npmVersion":"5.4.2","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d4cfd6480adf0b3c43a062ac5de073b0b1cb9c4a","size":410508,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.12.tgz","integrity":"sha512-/1U+C1KFf9b5v2yWxCUDSlYG2l8Wb09rS8wy76uryOrZ/8NZS5WRX3Yw/eeRWzH1gYPMas6XbjmOr74/+ss9Aw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.12.tgz_1506931462492_0.9575497633777559"},"publish_time":1506931464227,"_hasShrinkwrap":false,"_cnpm_publish_time":1506931464227,"_cnpmcore_publish_time":"2021-12-16T18:24:40.055Z"},"1.13.11":{"name":"terminal-kit","version":"1.13.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"76376e6fe97e3c401bc57f52a9ae5166eacbd1f0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.11","_npmVersion":"5.4.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b65a684d7cfa31cd07330603cf5895dd537e6cf2","size":410231,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.11.tgz","integrity":"sha512-LkMsBIvS/ePRfvJ2IOfWHDtPunneJ01xuKxPFL6SE5oza7mlPZ/b5wm+xP4/d0PeQAaBqXPjHn1DHG2jpbpQpQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.11.tgz_1504872382143_0.28155588055960834"},"publish_time":1504872383896,"_hasShrinkwrap":false,"_cnpm_publish_time":1504872383896,"_cnpmcore_publish_time":"2021-12-16T18:24:41.324Z"},"1.13.10":{"name":"terminal-kit","version":"1.13.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"940dc52c7c5cd6df7164d8db5687907429843c42","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.10","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"89f25387b1232324e3ef9ddfc199365e0a1986dc","size":409960,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.10.tgz","integrity":"sha512-SPW0lCKP3Wv2fShmvMQPmndiDc76TO2pJwyoEYJFWT1xuswuyAYlLIVhYgE0qEjcnlsTer2X24gAnP1hdxZ60A=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.10.tgz_1504084180083_0.6042031180113554"},"publish_time":1504084181810,"_hasShrinkwrap":false,"_cnpm_publish_time":1504084181810,"_cnpmcore_publish_time":"2021-12-16T18:24:42.407Z"},"1.13.9":{"name":"terminal-kit","version":"1.13.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"3114206a9556f518cc63abbcb3d188fe1995100d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.9","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f2f0846d7118d27355c2235b2afd066fe2740d55","size":409681,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.9.tgz","integrity":"sha512-Jp21vsz2WHjuQ7tZ//d4qICz3tlk6HcSUKAAHTS/nCOmF5PUJA37LX4DDnjUOrMmEDE9rLhrik1XXNe98pXKnQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.9.tgz_1503935855873_0.1841435246169567"},"publish_time":1503935857630,"_hasShrinkwrap":false,"_cnpm_publish_time":1503935857630,"_cnpmcore_publish_time":"2021-12-16T18:24:43.763Z"},"1.13.8":{"name":"terminal-kit","version":"1.13.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"c4fe4babd7898551f0db079fcd29711a323f417e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.8","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"86f6821e699de46b71972d2e64e47eb3fca4f2d4","size":409456,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.8.tgz","integrity":"sha512-tNeWAyNiiqg7kfDwDupO2GxU+HQTAhUHr+BvJ6MSMxcGbUgb9WPSAdCkYlZpOBgLuHvINyNr0EKVBDqF85Yw2g=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.8.tgz_1503933678071_0.013483571819961071"},"publish_time":1503933679590,"_hasShrinkwrap":false,"_cnpm_publish_time":1503933679590,"_cnpmcore_publish_time":"2021-12-16T18:24:44.348Z"},"1.13.7":{"name":"terminal-kit","version":"1.13.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"6a7859122f796828817c6ab7d83df5071f8df0ba","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.7","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ba7b3d6863fbe5c496eb29b3614e149fc66a0f52","size":409272,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.7.tgz","integrity":"sha512-Qu7X7k4LzEi9BxIkE+ogvYf8/ElnV4/YY7wq2AtLITyHMcn6pkpHJJ6BsYmkrIYYnzcuI4+0le4ixdIgciPnyA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.7.tgz_1502896903392_0.6409486045595258"},"publish_time":1502896905098,"_hasShrinkwrap":false,"_cnpm_publish_time":1502896905098,"_cnpmcore_publish_time":"2021-12-16T18:24:46.329Z"},"1.13.6":{"name":"terminal-kit","version":"1.13.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"da5b3aa53be374b7745e8b563e68a79f687e2b92","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.6","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4a17d5f0c1f6647453a4b22429bd02d3ce1d7c3a","size":409272,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.6.tgz","integrity":"sha512-3aR9PzM+NoTh30fQ+gszZMaptHIYYRoWFjaloikFHsG31SZqYA6j8OjhMqP1yaCO685smJmF4n8VGa3CoMzOuQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.6.tgz_1502896434639_0.23790288204327226"},"publish_time":1502896436252,"_hasShrinkwrap":false,"_cnpm_publish_time":1502896436252,"_cnpmcore_publish_time":"2021-12-16T18:24:47.235Z"},"1.13.5":{"name":"terminal-kit","version":"1.13.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"c0c4679d88bf70cc69df03494864e39124daeb6c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.5","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"187e2ac60c89d818441c51c20346b93382a171bf","size":409190,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.5.tgz","integrity":"sha512-/dpS5VGEWurbThKxJ5AZMm76s3yeN6SXT/H5n3muYHBBwNfmSFTY1FRiZMXM7DB2ugCkBXftJlL2GqwJKGbUUA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.5.tgz_1502895695366_0.7578627178445458"},"publish_time":1502895697019,"_hasShrinkwrap":false,"_cnpm_publish_time":1502895697019,"_cnpmcore_publish_time":"2021-12-16T18:24:48.170Z"},"1.13.4":{"name":"terminal-kit","version":"1.13.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"8ac2d6b4695217b495c5b52bc735180e3fa3df60","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.4","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5d63f303c5a11d8f3fcb552ac8cfa5c430cc01d7","size":408771,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.4.tgz","integrity":"sha512-M3O5Kq4zSfITWmaCfHijt4XLHLR5laxRsxve0riogLQY1O5OSynsPTdZ8tfXC9v5wYKpS5eMPZNryPRocP7tPg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.4.tgz_1502887627479_0.9009582619182765"},"publish_time":1502887629548,"_hasShrinkwrap":false,"_cnpm_publish_time":1502887629548,"_cnpmcore_publish_time":"2021-12-16T18:24:49.158Z"},"1.13.3":{"name":"terminal-kit","version":"1.13.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.6.1","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"a42cc7bcf0d1745da383a2512ffb4ec3a15736ae","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.3","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"eca407f296c394b456fb77f0b06102d70378d1ec","size":408735,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.3.tgz","integrity":"sha512-U6jOdWiExjwVzs/nSIHTuPuhi5AjxSYU5MO2YH0OpqfTXR0Q4fa19eMJFsxhr3fGQRKXeeqClA4sfu4kUpt9mA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.3.tgz_1502885528742_0.4274446864146739"},"publish_time":1502885530488,"_hasShrinkwrap":false,"_cnpm_publish_time":1502885530488,"_cnpmcore_publish_time":"2021-12-16T18:24:49.846Z"},"1.13.2":{"name":"terminal-kit","version":"1.13.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.5.27","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"dc00bde29a530308afb0114d6423801b55717cea","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.2","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e06195ac88ee9a3b748622e37236e12273a348f4","size":408342,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.2.tgz","integrity":"sha512-dO9VNMIPStNDyUotiMpMamMEpmklPBaVDAPZs1jrAuo13DRPnkZYGFmQ9X6x0JFjhz76JLZab/6JVQF7pk+Hww=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.2.tgz_1502815012524_0.11297876108437777"},"publish_time":1502815014462,"_hasShrinkwrap":false,"_cnpm_publish_time":1502815014462,"_cnpmcore_publish_time":"2021-12-16T18:24:50.597Z"},"1.13.1":{"name":"terminal-kit","version":"1.13.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.5.27","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"3d730335c1e0fdcd9cc043d618595e7d3736faa3","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3d0e5bb15e71e7cde0ad2999906a9a03dbbcf288","size":408005,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.1.tgz","integrity":"sha512-GYhfIm3e71xFYyGhF1oM9zZsaFQ6vxreD6oyia1ckDABr5Kk6pmmpEKP9Ihe/HrW3OnE+01pXuOaaNJPfEtbFg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.1.tgz_1502813298848_0.8543545221909881"},"publish_time":1502813300731,"_hasShrinkwrap":false,"_cnpm_publish_time":1502813300731,"_cnpmcore_publish_time":"2021-12-16T18:24:51.525Z"},"1.13.0":{"name":"terminal-kit","version":"1.13.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.5.27","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"2ea7c732ad1c7b35b8e4664e0031f7be8e3f57dc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.13.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a5ea748f4adb121122e30c00b180ccb58536140c","size":407579,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.13.0.tgz","integrity":"sha512-mhIUCTxFZjgNFr+G7pg3TapS83CcHqpQpVYwFWdXCC/aXgSaDUtZYOfvYD1K7PLKQdmRFbif56jpiFYW7gjm/Q=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.13.0.tgz_1502801877545_0.8257264127023518"},"publish_time":1502801879125,"_hasShrinkwrap":false,"_cnpm_publish_time":1502801879125,"_cnpmcore_publish_time":"2021-12-16T18:24:52.154Z"},"1.12.3":{"name":"terminal-kit","version":"1.12.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.5.27","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"24ffb1ef9732356353c81347c1476b0a69dd6126","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.12.3","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2ec13beed78cc2ce3aaab0abf1195e3876785c01","size":407215,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.12.3.tgz","integrity":"sha512-bJU+YPwk01g/1ACyBd4LStX+PrDV62vHPCjVUOTfyIFduFb+mi71aJjRjjHb+39kmaU0y/D33ET96SResSgqig=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.12.3.tgz_1502791789893_0.4943069349974394"},"publish_time":1502791791687,"_hasShrinkwrap":false,"_cnpm_publish_time":1502791791687,"_cnpmcore_publish_time":"2021-12-16T18:24:53.028Z"},"1.12.2":{"name":"terminal-kit","version":"1.12.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.5.27","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"8b67bfa226defa73349a51c2244a0226bba5d4d6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.12.2","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ba6a42be2eeadbc8cf346c1185c457ad9291b1bb","size":406569,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.12.2.tgz","integrity":"sha512-KOf1tiFpQNX8WgebYgt+WRluw4RsHPcmHsfo2fgrrfWVk2S55LhXw/dziNYc2CAd3kLxzrXf1LEJUcT4I63b6A=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.12.2.tgz_1502703186026_0.5080689564347267"},"publish_time":1502703187599,"_hasShrinkwrap":false,"_cnpm_publish_time":1502703187599,"_cnpmcore_publish_time":"2021-12-16T18:24:54.217Z"},"1.12.1":{"name":"terminal-kit","version":"1.12.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.5.27","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"253185c8a486e9b7f53bec5fe5d100e4b82c6d83","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.12.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"669494df90101c65eafbd227d8a2d982a395c441","size":406381,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.12.1.tgz","integrity":"sha512-mK1rUKSoBuQrY+h2dFkl9EcLsIB07MbAXlP3PPHd5MvTDJYy9x3DmV7XpoqAYwYQWSVLWPWfpZQ0KqeoKskKxg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.12.1.tgz_1502701727822_0.9296131539158523"},"publish_time":1502701729415,"_hasShrinkwrap":false,"_cnpm_publish_time":1502701729415,"_cnpmcore_publish_time":"2021-12-16T18:24:55.045Z"},"1.12.0":{"name":"terminal-kit","version":"1.12.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.10.0","string-kit":"^0.5.27","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"6854bc36aee2e1c5dc95a3a89642461fa0cd7070","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.12.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b02a681346b8cd8888fe06d32ef286e089b1e218","size":406183,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.12.0.tgz","integrity":"sha512-yC/UYIEOrJleEitSvNu7fOGJaA7BwQsSBgJ3iZj00nQThYcK8yYixiL4MthiGkAlxOPX62CLqxiUMJHJeJgieQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.12.0.tgz_1502700903318_0.007494334364309907"},"publish_time":1502700905160,"_hasShrinkwrap":false,"_cnpm_publish_time":1502700905160,"_cnpmcore_publish_time":"2021-12-16T18:24:55.832Z"},"1.11.2":{"name":"terminal-kit","version":"1.11.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"77af84556581c3e9f2410fa006f8afe62dbd0536","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.11.2","_shasum":"43459116c36c92ab2c2d43367939fc153f72af0d","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"43459116c36c92ab2c2d43367939fc153f72af0d","size":405906,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.11.2.tgz","integrity":"sha512-GzXhKBkoW6DvdsU/2e28wqVuA8UCfOdifSloPfKuDWUSAOIYkDAqeMJYSEwdueRzrZJo3eL1OYoMGcOjO1flEA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.11.2.tgz_1500888639838_0.1828555518295616"},"publish_time":1500888641671,"_hasShrinkwrap":false,"_cnpm_publish_time":1500888641671,"_cnpmcore_publish_time":"2021-12-16T18:24:56.548Z"},"1.11.1":{"name":"terminal-kit","version":"1.11.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"2bddbec655c35da0abd67e2a5e093c2c350727d1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.11.1","_shasum":"c1bc6ef521d32764ffb5b45fc7b948ca731cf203","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c1bc6ef521d32764ffb5b45fc7b948ca731cf203","size":405656,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.11.1.tgz","integrity":"sha512-uyOII5cWGeKLupvCYRZOsYh+8i4WglrCTGgfXm+RI1xI8HOWMGMNtzT8cta/VBOYrH8lIM9sMnsVVgR2VKQFFQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.11.1.tgz_1499241765948_0.9359553526155651"},"publish_time":1499241767592,"_hasShrinkwrap":false,"_cnpm_publish_time":1499241767592,"_cnpmcore_publish_time":"2021-12-16T18:24:57.399Z"},"1.11.0":{"name":"terminal-kit","version":"1.11.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"2b2cdd552f24645477db3295f28b41fb1cae38b7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.11.0","_shasum":"c729ec50e913f48e99db407fc5227cdc4895424e","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c729ec50e913f48e99db407fc5227cdc4895424e","size":405554,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.11.0.tgz","integrity":"sha512-LPYcAW/bmYVt4c1eMfD0L5p8gMrn8tA8nCqRdgio6j+K/LejuYJkzOplhfrFQHxCjd7KtHzzXxGIgd24xg+A7g=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.11.0.tgz_1497797413033_0.4584103876259178"},"publish_time":1497797414555,"_hasShrinkwrap":false,"_cnpm_publish_time":1497797414555,"_cnpmcore_publish_time":"2021-12-16T18:24:58.528Z"},"1.10.2":{"name":"terminal-kit","version":"1.10.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"ad3f93a1cdfab8b262ad6cd8476f945a535e3834","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.10.2","_shasum":"780e16cced12a1f540ad3f802e4764b2c7cf4b06","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"780e16cced12a1f540ad3f802e4764b2c7cf4b06","size":405381,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.10.2.tgz","integrity":"sha512-fJWjyC7KfsuOCDFW4u4ieVa7/JztaDJeE1vqYANRaZ/VrgpapG+OfMhR6gfXYFX3wr7raQj5lpf3d/0jBwQx4w=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.10.2.tgz_1496657855478_0.6547726134303957"},"publish_time":1496657857100,"_hasShrinkwrap":false,"_cnpm_publish_time":1496657857100,"_cnpmcore_publish_time":"2021-12-16T18:24:59.204Z"},"1.10.1":{"name":"terminal-kit","version":"1.10.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"f998158854128273da3c6630b2586d32482b8740","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.10.1","_shasum":"d246c68802de15ac925a4b6f15632453ab79a6f1","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d246c68802de15ac925a4b6f15632453ab79a6f1","size":405144,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.10.1.tgz","integrity":"sha512-3mzgNJ1qcWYiaTbIvpFkzSEg5EAl7z0dIjj3n3T0+6ZyKArFr+kAtjlVClyGBtOOt/1lv4B7FcSWujZKvP1pHA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.10.1.tgz_1496648730796_0.5218304332811385"},"publish_time":1496648732480,"_hasShrinkwrap":false,"_cnpm_publish_time":1496648732480,"_cnpmcore_publish_time":"2021-12-16T18:24:59.843Z"},"1.10.0":{"name":"terminal-kit","version":"1.10.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"6e6b3ec79c2c42d6e3ddfb35c9d817ea7aa5c131","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.10.0","_shasum":"b96baa60de6fc061a77a3057468ed775c157c2d5","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b96baa60de6fc061a77a3057468ed775c157c2d5","size":405023,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.10.0.tgz","integrity":"sha512-VO/7oq8v3O5mSpJ+i+AybmKL+W4nXC3FkyQU/7Xb/BxjTtu7YJbUS1qvYVmjcSuqvfYmt/iCANdMH5DeAaMYvQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.10.0.tgz_1496594326253_0.29047930450178683"},"publish_time":1496594327705,"_hasShrinkwrap":false,"_cnpm_publish_time":1496594327705,"_cnpmcore_publish_time":"2021-12-16T18:25:00.630Z"},"1.9.0":{"name":"terminal-kit","version":"1.9.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"cf62d5c67c686f483eaf3f0a44c5e7e42f3d71b9","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.9.0","_shasum":"b20c3b8f1517fb0a9cd1458dabc1b04ede3a962e","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b20c3b8f1517fb0a9cd1458dabc1b04ede3a962e","size":403922,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.9.0.tgz","integrity":"sha512-5p73tAkKsYSXI3LT1rbEErGXwS0AAmje9gEZeSKgWKoLKd+BvmW0R/rcxVX+2IUGgflxDpghh4ynLYbGms/Juw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.9.0.tgz_1496584327508_0.1569581429939717"},"publish_time":1496584329136,"_hasShrinkwrap":false,"_cnpm_publish_time":1496584329136,"_cnpmcore_publish_time":"2021-12-16T18:25:01.820Z"},"1.8.13":{"name":"terminal-kit","version":"1.8.13","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.22","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"fd5ede63158ff5323427bb78e2340917ce98337b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.13","_shasum":"b5bf335442b5082467e4787a80acb83b3352d45d","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b5bf335442b5082467e4787a80acb83b3352d45d","size":403725,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.13.tgz","integrity":"sha512-eGts2CKe3/VA0BW53KMLyjjAfhZkgVd5RIMTNtFZAAnMaV2QxeJJS7dEolFZNJLyZPIObhS60nDC0Ns/bsISig=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.8.13.tgz_1496433150227_0.7554925116710365"},"publish_time":1496433151713,"_hasShrinkwrap":false,"_cnpm_publish_time":1496433151713,"_cnpmcore_publish_time":"2021-12-16T18:25:02.806Z"},"1.8.12":{"name":"terminal-kit","version":"1.8.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"9c4ac466d212c37379631c37bb83d5f41b833275","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.12","_shasum":"5be16ffc364d2b0c67e8f399a10cce42a24c7e7c","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5be16ffc364d2b0c67e8f399a10cce42a24c7e7c","size":403633,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.12.tgz","integrity":"sha512-w7VYdMDx5+PCjSquohDYdnlWdpvNeHDS6hvJWmU8VTtBDxmNSzjoJyFqrrc7HYp6BDIt+Rvs4gzWoQhiy6lDVw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit-1.8.12.tgz_1495223173000_0.47641150699928403"},"publish_time":1495223174455,"_hasShrinkwrap":false,"_cnpm_publish_time":1495223174455,"_cnpmcore_publish_time":"2021-12-16T18:25:04.032Z"},"1.8.11":{"name":"terminal-kit","version":"1.8.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","ndarray":"^1.0.18","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"058fa65adfc758f7165342be2af932257250ad4c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.11","_shasum":"2fca58598ab6202fd0a118566488e460282121e5","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2fca58598ab6202fd0a118566488e460282121e5","size":403593,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.11.tgz","integrity":"sha512-l+m74rd5ZFfn3W4PnkhJqFicwR82OSFFtMRcNyftpJO+YKr9Twl/XwjyJxxlma/4MaRrz7wAAm7M3SYNVj18Rg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.11.tgz_1495096331803_0.2733074149582535"},"publish_time":1495096333989,"_hasShrinkwrap":false,"_cnpm_publish_time":1495096333989,"_cnpmcore_publish_time":"2021-12-16T18:25:05.227Z"},"1.8.10":{"name":"terminal-kit","version":"1.8.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"48090797d5bfde5a049aa8760e9d2ef0470d900f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.10","_shasum":"5f6a3a278e0bc887f33883ad00578b94169210d2","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5f6a3a278e0bc887f33883ad00578b94169210d2","size":403518,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.10.tgz","integrity":"sha512-q4YWho5khQpTSALMKXPJP9zUuS75hjygRfKs1vmPA1QnWK5TOcoW3ClkOLPtpiBErHwzzsYFC88w5Iow0UXlkw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.10.tgz_1494691131764_0.4490229047369212"},"publish_time":1494691134120,"_hasShrinkwrap":false,"_cnpm_publish_time":1494691134120,"_cnpmcore_publish_time":"2021-12-16T18:25:06.177Z"},"1.8.8":{"name":"terminal-kit","version":"1.8.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"5a13edc2fea9a5cece7dbfa1eb0db01c2e46dd05","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.8","_shasum":"3656b43b7727e21046db0900dd4de5314d781d02","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3656b43b7727e21046db0900dd4de5314d781d02","size":403417,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.8.tgz","integrity":"sha512-1stSdVNqTim7j7fIS+YMKyvEeiA4Sy82dYateyDedEziIrsUIE+aHTDW8Ml37QCfAFFoBX8sWCo69NNIXatYmg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.8.tgz_1494668501531_0.8745021366048604"},"publish_time":1494668504043,"_hasShrinkwrap":false,"_cnpm_publish_time":1494668504043,"_cnpmcore_publish_time":"2021-12-16T18:25:07.453Z"},"1.8.9":{"name":"terminal-kit","version":"1.8.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"050ebb7c0e10bc337aea993efd6fc11a3a2cf0fc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.9","_shasum":"e0fcea5025de327bd1dc7d68411a3c2a47c3d6e2","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e0fcea5025de327bd1dc7d68411a3c2a47c3d6e2","size":403422,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.9.tgz","integrity":"sha512-Zyy0aJ0D9T9zuzPKC+awe5r7jnJ2MxZeGKflqFzfqUn33VWZSWyZcYcpcofTEiuCnUsY/LERiXVgvZgcTcWzag=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.9.tgz_1494668472466_0.5787703166715801"},"publish_time":1494668474807,"_hasShrinkwrap":false,"_cnpm_publish_time":1494668474807,"_cnpmcore_publish_time":"2021-12-16T18:25:08.489Z"},"1.8.7":{"name":"terminal-kit","version":"1.8.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"07a763e528ad4a7d52d55bbfa8842e67e9140813","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.7","_shasum":"b50c3d1f0b762a11d34df7482ed481d2578fe6a0","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b50c3d1f0b762a11d34df7482ed481d2578fe6a0","size":403322,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.7.tgz","integrity":"sha512-SMBsa5SlFk7km3R8FsFp9tawQGaVDW/JKZ1xuL8Jz1WY4FB0JkXeecWe1F/bGiCx/pFy+QU8Gn/TYi/3Pkrn+Q=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.7.tgz_1494618645292_0.03854688140563667"},"publish_time":1494618647747,"_hasShrinkwrap":false,"_cnpm_publish_time":1494618647747,"_cnpmcore_publish_time":"2021-12-16T18:25:09.269Z"},"1.8.6":{"name":"terminal-kit","version":"1.8.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"824cafde15bcc5aba846ba65702fc57434495c3f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.6","_shasum":"0eed8a1eae71ca5940bc3c6f80b8c67a397f844c","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0eed8a1eae71ca5940bc3c6f80b8c67a397f844c","size":403152,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.6.tgz","integrity":"sha512-lz2BnfUVeqCFdG0ORpRSQmIygyFwEEVrhspoTNz2sY0WD9zOutPJBgkhrPxDqbbKSslyJ7tgVAIIlXY1HixSUg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.6.tgz_1494582254743_0.8541168521624058"},"publish_time":1494582257206,"_hasShrinkwrap":false,"_cnpm_publish_time":1494582257206,"_cnpmcore_publish_time":"2021-12-16T18:25:10.114Z"},"1.8.5":{"name":"terminal-kit","version":"1.8.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"9afe45afc9005d7c680ef644f4e868ad71f1a91f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.5","_shasum":"68fffcefd62407383f4cd19cf2cf5b3b8d62a2c6","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"68fffcefd62407383f4cd19cf2cf5b3b8d62a2c6","size":402538,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.5.tgz","integrity":"sha512-2e2lp6af5y9FrJVaEK8aEgvueMnbfx6ltMSw81c5pJvUwJ/N2tlWdKtwPTAdoxi4e06OCdHXv+BTb0oZu4WiaA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.5.tgz_1494509767743_0.4435106096789241"},"publish_time":1494509768920,"_hasShrinkwrap":false,"_cnpm_publish_time":1494509768920,"_cnpmcore_publish_time":"2021-12-16T18:25:10.874Z"},"1.8.4":{"name":"terminal-kit","version":"1.8.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"25019626ae0b6486d6dedab1963e7e67dee01725","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.4","_shasum":"d058821ab3d61d5f3302dd1824f0a7901d31cdc0","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d058821ab3d61d5f3302dd1824f0a7901d31cdc0","size":402155,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.4.tgz","integrity":"sha512-Pk2aVzK64Vi2Vne0LrPFNCQ2VXY3qIRO0HFh6XazcoMZfCLLfqkgZLrui01xJcXbgNi7FYczzPPUQ+L1MqMOvQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.4.tgz_1494445691340_0.3949991122353822"},"publish_time":1494445693831,"_hasShrinkwrap":false,"_cnpm_publish_time":1494445693831,"_cnpmcore_publish_time":"2021-12-16T18:25:12.125Z"},"1.8.3":{"name":"terminal-kit","version":"1.8.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"f5a82dbef0e13278c06c5825ed315a16fc957340","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.3","_shasum":"47abb213309201bfd80cba0698340bd1db742d76","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"47abb213309201bfd80cba0698340bd1db742d76","size":402079,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.3.tgz","integrity":"sha512-9auI7T/2nxIUJC9RQ09tIUjcyXN6rD6LTgGv+aDHmM7TzQ2NzKEjJp0BJNYHC5a7dHeM6K0GUuRa5tiN2XfRCw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.3.tgz_1494436105330_0.15752976504154503"},"publish_time":1494436107714,"_hasShrinkwrap":false,"_cnpm_publish_time":1494436107714,"_cnpmcore_publish_time":"2021-12-16T18:25:12.864Z"},"1.8.2":{"name":"terminal-kit","version":"1.8.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"8f1df37fabb2f15fe3d792d5045a2a7110e9aaba","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.2","_shasum":"7e15087e820ae7c58a337643f76824ed617839bc","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7e15087e820ae7c58a337643f76824ed617839bc","size":401996,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.2.tgz","integrity":"sha512-twpR9oOwJcAwD6kNfD7mkahriS0v4QW3znD2G2lHwWgBXlPSnruCSzT4XnO4TeQsLpy6+WWrkm6y/+Rx3q5Pbw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.2.tgz_1494406996271_0.8811301751993597"},"publish_time":1494406998512,"_hasShrinkwrap":false,"_cnpm_publish_time":1494406998512,"_cnpmcore_publish_time":"2021-12-16T18:25:14.096Z"},"1.8.1":{"name":"terminal-kit","version":"1.8.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"5a747a2a7033a6939604bd8e0ea4dbcb938aec81","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.1","_shasum":"987baf584f9ca0632978c9786605f1e7c460a192","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"987baf584f9ca0632978c9786605f1e7c460a192","size":401708,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.1.tgz","integrity":"sha512-jD/q7FzRbkAXbvsgckqjEkWot+ZaN88MTha03owalEVs/oYiNvnSKTLM6VfLvTzsuejqMcVSu108paymoX2QsQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.1.tgz_1494336699942_0.7700399486348033"},"publish_time":1494336701546,"_hasShrinkwrap":false,"_cnpm_publish_time":1494336701546,"_cnpmcore_publish_time":"2021-12-16T18:25:14.946Z"},"1.8.0":{"name":"terminal-kit","version":"1.8.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"f0609724a3e7e0007bfcf25390e496eaf9d2ac10","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.8.0","_shasum":"d8ff7e2cd20a8af1cde7b75024464cfb26cb0717","_from":".","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d8ff7e2cd20a8af1cde7b75024464cfb26cb0717","size":401509,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.8.0.tgz","integrity":"sha512-Rd4ljIWzbA3ugbgwdWAFcmjpbJH7rmN4YhX9bHIx38+m3oJLu9z2LJCT92TVViSGadvYpTxZr6G8yBitXZZXJw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.8.0.tgz_1494258979601_0.06356137664988637"},"publish_time":1494258980818,"_hasShrinkwrap":false,"_cnpm_publish_time":1494258980818,"_cnpmcore_publish_time":"2021-12-16T18:25:15.803Z"},"1.7.2":{"name":"terminal-kit","version":"1.7.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"fa6e70178a5939c8028fd863cab9879bf060e37a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.7.2","_shasum":"a43c656cab6f8dbe4b0c97a7869cd1cce68f0204","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a43c656cab6f8dbe4b0c97a7869cd1cce68f0204","size":400942,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.7.2.tgz","integrity":"sha512-lF6GdG42St0w3Xv1Q+Cg+3VAKmgF5n2mBZIbOCUJpUd2RfGs9iU+CujhE87qVRmJLhdn7lEMqmqk7bCZ8NtILQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.7.2.tgz_1494083210697_0.12280002026818693"},"publish_time":1494083211663,"_hasShrinkwrap":false,"_cnpm_publish_time":1494083211663,"_cnpmcore_publish_time":"2021-12-16T18:25:17.527Z"},"1.7.1":{"name":"terminal-kit","version":"1.7.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"af48b9b1a9694187b3fa97452bcf4fd97378baa6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.7.1","_shasum":"3a51499cf5390c12cd9eacb20d7f1cd0cf76777a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3a51499cf5390c12cd9eacb20d7f1cd0cf76777a","size":400909,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.7.1.tgz","integrity":"sha512-hXyCt9Es6QGTMdOJ8GGyLasaqgiIgHOOMKy1cfZhpx+gAYeC7uftH+Rkruq1q7GE3ky1vXvJny4DS5tjh8xOCw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.7.1.tgz_1494004028595_0.26611025049351156"},"publish_time":1494004030849,"_hasShrinkwrap":false,"_cnpm_publish_time":1494004030849,"_cnpmcore_publish_time":"2021-12-16T18:25:18.431Z"},"1.7.0":{"name":"terminal-kit","version":"1.7.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"f98facdfd78d7ca37b1c83bba4eb2946bba0e0c2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.7.0","_shasum":"cf031290216775cc2b18e2111656228e21d476ad","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"cf031290216775cc2b18e2111656228e21d476ad","size":400860,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.7.0.tgz","integrity":"sha512-MMn5q2eY16SkDgCL+aFz3PCnz034WZ2RPqyBbkF6x/L29KPILw1EYXOCdlvMb6uDZyzrAdVb1QDxkKXgtrd06Q=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.7.0.tgz_1494001609216_0.2196113073732704"},"publish_time":1494001611532,"_hasShrinkwrap":false,"_cnpm_publish_time":1494001611532,"_cnpmcore_publish_time":"2021-12-16T18:25:19.243Z"},"1.6.8":{"name":"terminal-kit","version":"1.6.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"519ce33020309a69f9762fe2af8980ca3a52f68a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.8","_shasum":"16510319c11f16e1aa0e50763613c4bca3360b40","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"16510319c11f16e1aa0e50763613c4bca3360b40","size":400505,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.8.tgz","integrity":"sha512-oNtZq0oUd1+p21mJlDNT0OAARV1r9cuj/V8l7b+nD1jKNHIjgRB87kV4m0BXZTidsy6E3Y95Kh2hTqR4J+O3Dw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.8.tgz_1493989245966_0.16351202642545104"},"publish_time":1493989248514,"_hasShrinkwrap":false,"_cnpm_publish_time":1493989248514,"_cnpmcore_publish_time":"2021-12-16T18:25:20.358Z"},"1.6.7":{"name":"terminal-kit","version":"1.6.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"3181f47fd460bfec5b1bdc5390acd9f711103ae2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.7","_shasum":"b8f04d12484593b2d90e2d6c99cd230c73c9f5b5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b8f04d12484593b2d90e2d6c99cd230c73c9f5b5","size":400440,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.7.tgz","integrity":"sha512-vH6hHvzInTCwuIRybZuEvizoi5vbTSn6nHTgECuRJ4sGtB+eClMFci6O/V5KdXPG6KWRYc505n2iYKd+v7ZXPA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.7.tgz_1493983902974_0.59327756264247"},"publish_time":1493983905342,"_hasShrinkwrap":false,"_cnpm_publish_time":1493983905342,"_cnpmcore_publish_time":"2021-12-16T18:25:21.130Z"},"1.6.6":{"name":"terminal-kit","version":"1.6.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"7deb8a604109513f1988fe50111e3b5b4d148db7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.6","_shasum":"5a4cfba78da67202e27a00a2c5d29f33d8c10e4b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5a4cfba78da67202e27a00a2c5d29f33d8c10e4b","size":400390,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.6.tgz","integrity":"sha512-isJyPv/sYbFJEGZLRwqJdLg1vqBsg3if7PjPxYOSV6/7weEa0sBqKRJWxrIomtpw/7gcHhA5TRrZJDEnkuIoAg=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.6.tgz_1493912922341_0.5209268645849079"},"publish_time":1493912923402,"_hasShrinkwrap":false,"_cnpm_publish_time":1493912923402,"_cnpmcore_publish_time":"2021-12-16T18:25:21.790Z"},"1.6.5":{"name":"terminal-kit","version":"1.6.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"24e196ee38042ef1d5f47a5fb357318f76f33194","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.5","_shasum":"7a7df3c7212f7341f7beccbed7a310d2e55bc67d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7a7df3c7212f7341f7beccbed7a310d2e55bc67d","size":399447,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.5.tgz","integrity":"sha512-Q1Av6NVPKJ5hgymyEzF0VEhodmvYASHzRYxvACHKgxCn5ATWMgbxGESFYcvRSRgeAdREOvZeL4SBVHBdU63tAQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.5.tgz_1493893514310_0.23674056655727327"},"publish_time":1493893515972,"_hasShrinkwrap":false,"_cnpm_publish_time":1493893515972,"_cnpmcore_publish_time":"2021-12-16T18:25:22.641Z"},"1.6.4":{"name":"terminal-kit","version":"1.6.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"230b2f24eae34f168e55a9a594858a96123b3c67","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.4","_shasum":"a7f8806f73b64df02c91bbacaabafc0013ed8681","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a7f8806f73b64df02c91bbacaabafc0013ed8681","size":388933,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.4.tgz","integrity":"sha512-PCmJUCk8xpd5fCU3sXZMgjZ0wgLz1Y/8UsRlTlM6SkVPD6NquRceZQJzGsBlkhoDxaTODBz7LuqrF/vFxxyduw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.4.tgz_1493889793700_0.8593011896591634"},"publish_time":1493889796030,"_hasShrinkwrap":false,"_cnpm_publish_time":1493889796030,"_cnpmcore_publish_time":"2021-12-16T18:25:24.030Z"},"1.6.3":{"name":"terminal-kit","version":"1.6.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"6cadfcda537cb6efe022d35ddd02b973fbfcb4d2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.3","_shasum":"464849b840f09402fae9046a33c7650c5704e127","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"464849b840f09402fae9046a33c7650c5704e127","size":388271,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.3.tgz","integrity":"sha512-gp/UXYyjAM68sHWOc78h7d9QDLZXa3eASxsuFv1FlboGWrZg7khHcz4462/h1Yx+TN/QPGyjvW6eUAhMzcAUrQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.3.tgz_1493848881351_0.10013407841324806"},"publish_time":1493848882315,"_hasShrinkwrap":false,"_cnpm_publish_time":1493848882315,"_cnpmcore_publish_time":"2021-12-16T18:25:25.071Z"},"1.6.2":{"name":"terminal-kit","version":"1.6.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"d6d83d24ee184e0ae1404bdab34a700476dade2b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.2","_shasum":"7469f5f813b2cc16c0712e8239b76176d9094f53","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7469f5f813b2cc16c0712e8239b76176d9094f53","size":388057,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.2.tgz","integrity":"sha512-Cn43YC2mAV6wmMGHgIExnFsrh+CKgWwJAbaKU7baKwj74lV4MDYOCoM9XNepltfc+J6KWNiMXlxDXxuGkIiEOw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.2.tgz_1493847701171_0.5759151226375252"},"publish_time":1493847703612,"_hasShrinkwrap":false,"_cnpm_publish_time":1493847703612,"_cnpmcore_publish_time":"2021-12-16T18:25:25.957Z"},"1.6.1":{"name":"terminal-kit","version":"1.6.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"1899208824b64540f7c6a43bb4799e316f23c361","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.1","_shasum":"a606455ec1ccccff1fd065bec451a5cff37a0bea","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a606455ec1ccccff1fd065bec451a5cff37a0bea","size":387848,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.1.tgz","integrity":"sha512-clu1TxJ5+/yPNBwSJ1/JjtF5/cq0tAze1Hp590CWrmoowZycsiiQTTTqfB5nDISuK7QnkYE7O+oYuW2dsUGDgg=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.1.tgz_1493826884690_0.0025317082181572914"},"publish_time":1493826886215,"_hasShrinkwrap":false,"_cnpm_publish_time":1493826886215,"_cnpmcore_publish_time":"2021-12-16T18:25:26.726Z"},"1.6.0":{"name":"terminal-kit","version":"1.6.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"5f5e853ec3102c18d6ab702a870bed717bb560fb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.6.0","_shasum":"9129d04a9da159a9944c0426519481033cf289d9","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9129d04a9da159a9944c0426519481033cf289d9","size":387243,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.6.0.tgz","integrity":"sha512-QAXR6rnfb8RHxBlAkh8eOye4ueQ+7vJxkwtzZTpm+sd02crt1W7OVq8elEEiLA4QAhWIG4L6cVjkS0cQ5NQFgw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.6.0.tgz_1493818687379_0.2724054304417223"},"publish_time":1493818690669,"_hasShrinkwrap":false,"_cnpm_publish_time":1493818690669,"_cnpmcore_publish_time":"2021-12-16T18:25:27.964Z"},"1.5.4":{"name":"terminal-kit","version":"1.5.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"c9402d6ca4320fa07eadc256d217f3afc7a50c79","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.5.4","_shasum":"9484ad4c24d850dcfdc4bd7d4ac3f0b5d7ccf372","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9484ad4c24d850dcfdc4bd7d4ac3f0b5d7ccf372","size":383977,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.5.4.tgz","integrity":"sha512-wAMVEU+G3GpKK5xg7xqMWEgyECGjfFYG43equ7TiGFkNRka/hNWAtD9ZtWHT6zkbwP9fw723olQD9AZ6+qEImw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.5.4.tgz_1493808182271_0.7569725320208818"},"publish_time":1493808182977,"_hasShrinkwrap":false,"_cnpm_publish_time":1493808182977,"_cnpmcore_publish_time":"2021-12-16T18:25:29.005Z"},"1.5.3":{"name":"terminal-kit","version":"1.5.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"816adef6ea12d3b48ef975c1172aba9b32a4ba80","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.5.3","_shasum":"9e99e7c479b40d3b53f87f6514489b882c1fd848","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9e99e7c479b40d3b53f87f6514489b882c1fd848","size":383717,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.5.3.tgz","integrity":"sha512-+dcmHu+Tno/c+sxM4bIadqOO6oaUQDXBIIMNWVeU/qHeNz5gT79YX7AvdggUje3fTng3MFaBbBfbvvNExr2lQA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.5.3.tgz_1493807229132_0.2873767560813576"},"publish_time":1493807231329,"_hasShrinkwrap":false,"_cnpm_publish_time":1493807231329,"_cnpmcore_publish_time":"2021-12-16T18:25:30.043Z"},"1.5.2":{"name":"terminal-kit","version":"1.5.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.9","string-kit":"^0.5.21","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.3.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"cfcd5efb28a13b245cdd295bfce68ef315734767","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.5.2","_shasum":"5b43864b1aecd48ee486cf0618c2cd59ba8040d2","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5b43864b1aecd48ee486cf0618c2cd59ba8040d2","size":384701,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.5.2.tgz","integrity":"sha512-8QZTHBx2R1UkMEGXkFCOG/ARVysTGaIvcJLhiNWghWl/s7QGm2gKryF9IA4JcqW6XZVX9eQe2e6pOJADdRmKCw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.5.2.tgz_1493806461945_0.36243717675097287"},"publish_time":1493806462700,"_hasShrinkwrap":false,"_cnpm_publish_time":1493806462700,"_cnpmcore_publish_time":"2021-12-16T18:25:31.496Z"},"1.5.1":{"name":"terminal-kit","version":"1.5.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"087279155cddd2cb511073d8d8d19b2df21272bc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.5.1","_shasum":"4ab124059b679abb04348f7acf25217d0aa47ae5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4ab124059b679abb04348f7acf25217d0aa47ae5","size":384686,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.5.1.tgz","integrity":"sha512-g3cxF7xrAmotwrES7dx2dEShKPqZM80GWXUg/Ibj1lLHpTO4tgnLFZ8O/+9PhVlfqICsJyyYKF2yMxG7M5ikHQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.5.1.tgz_1493746689632_0.4392729562241584"},"publish_time":1493746691996,"_hasShrinkwrap":false,"_cnpm_publish_time":1493746691996,"_cnpmcore_publish_time":"2021-12-16T18:25:32.629Z"},"1.5.0":{"name":"terminal-kit","version":"1.5.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"8d7c712d41675899c683ca8aab9608d8f9032bc8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.5.0","_shasum":"2c12619a37047dd9fbe8be1a89bdcc976f81bdcb","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2c12619a37047dd9fbe8be1a89bdcc976f81bdcb","size":383939,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.5.0.tgz","integrity":"sha512-54YFKf9GaejLgHU46Dq/qqxwvxsFRtXNOx8Q5k0cI4nIWLi5XA8LCZGOU4py7P7kF3kSNL/gdBnV6rW6lB1zSw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.5.0.tgz_1493732209833_0.128360086819157"},"publish_time":1493732210582,"_hasShrinkwrap":false,"_cnpm_publish_time":1493732210582,"_cnpmcore_publish_time":"2021-12-16T18:25:33.796Z"},"1.4.4":{"name":"terminal-kit","version":"1.4.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"334a716d908cae84607af31f555ea459c5bfbc72","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.4.4","_shasum":"5ccced134059b71201e4156f728a511dd49f70e9","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5ccced134059b71201e4156f728a511dd49f70e9","size":383023,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.4.4.tgz","integrity":"sha512-gNVl3su2N4J4iX9GuDtaFApzvSRHJBbkanAG5EiW9/r0WTBI1aRXrewmCX7OUlTD8BSquoal9o10uCwiQpZmRQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.4.4.tgz_1492902028182_0.18976829992607236"},"publish_time":1492902028893,"_hasShrinkwrap":false,"_cnpm_publish_time":1492902028893,"_cnpmcore_publish_time":"2021-12-16T18:25:34.932Z"},"1.4.3":{"name":"terminal-kit","version":"1.4.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"e819d4801fcc8b439000e1836f4b0fc077459137","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.4.3","_shasum":"c172ed04ca5c7e8d07b34c379161e66deeaebbdd","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c172ed04ca5c7e8d07b34c379161e66deeaebbdd","size":383037,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.4.3.tgz","integrity":"sha512-gEdE2xk/Ml43ufHb1EgHFh7GftJKprp1GKk58d9MdPfcBkStD85V+yvmRUZH+bRTWh/ykhyB3E5Ygbv6rFol1w=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.4.3.tgz_1492869520958_0.9888708076905459"},"publish_time":1492869523254,"_hasShrinkwrap":false,"_cnpm_publish_time":1492869523254,"_cnpmcore_publish_time":"2021-12-16T18:25:36.232Z"},"1.4.2":{"name":"terminal-kit","version":"1.4.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"03656c51e515df5449ed0979e80ea31be83fb4b7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.4.2","_shasum":"9277bc62ae97686f60b03fea053cbcb19a2e426e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9277bc62ae97686f60b03fea053cbcb19a2e426e","size":382958,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.4.2.tgz","integrity":"sha512-uktXb2wkNhK4A6gWgJ+GxTY4ZbrwVVHnflIRQGtYEaPjO7n6R2IiUOzc3Kc+ksi5yX1IMDVkZDoHxWXfQVaIdQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.4.2.tgz_1492677659551_0.6982439286075532"},"publish_time":1492677661910,"_hasShrinkwrap":false,"_cnpm_publish_time":1492677661910,"_cnpmcore_publish_time":"2021-12-16T18:25:37.005Z"},"1.4.1":{"name":"terminal-kit","version":"1.4.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"6f892325211127239a58c46936fbef1455f0f056","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.4.1","_shasum":"41c61ae48d379410798d713a24f7cd60c77f5728","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"41c61ae48d379410798d713a24f7cd60c77f5728","size":382751,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.4.1.tgz","integrity":"sha512-P/jVgqzyFwk65vsa5yqEwZklsWacHMWB8LVQONBXUICW5jMV+oAr+w3XKsvsUnyfIIRiBg+DotJJK8VNaH0APg=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.4.1.tgz_1492430997410_0.023121542762964964"},"publish_time":1492430998189,"_hasShrinkwrap":false,"_cnpm_publish_time":1492430998189,"_cnpmcore_publish_time":"2021-12-16T18:25:37.826Z"},"1.4.0":{"name":"terminal-kit","version":"1.4.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"e7dabd2b9b1387895d3c967f772fce5568027a11","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.4.0","_shasum":"2e7bbadc50781152a86777341077e015ec123e14","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2e7bbadc50781152a86777341077e015ec123e14","size":382461,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.4.0.tgz","integrity":"sha512-MJaAgZI/VGIEAfh6UBSCkK6UfMFyifPZ3vMrJFDyQRvjLqj3ancZVErxS5t5RrkdYw89RioBfaHC30FF6ALBDQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.4.0.tgz_1492420404213_0.36002880916930735"},"publish_time":1492420406545,"_hasShrinkwrap":false,"_cnpm_publish_time":1492420406545,"_cnpmcore_publish_time":"2021-12-16T18:25:38.612Z"},"1.3.0":{"name":"terminal-kit","version":"1.3.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"5c41f58c57472a91618297c652bdcdf646119ca0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.3.0","_shasum":"8ffb7fb7ba3b77c1f1f8e482399eac87cf9f9837","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8ffb7fb7ba3b77c1f1f8e482399eac87cf9f9837","size":382077,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.3.0.tgz","integrity":"sha512-toBdlS3IixFYKYbbdy6jdUSZ+UIEPnQ0wisXZIDK2RNdAD8wh3O43aSOsav+AXnCqOcuskllSczDkAyxeJyy4A=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.3.0.tgz_1492173382081_0.20943910465575755"},"publish_time":1492173384449,"_hasShrinkwrap":false,"_cnpm_publish_time":1492173384449,"_cnpmcore_publish_time":"2021-12-16T18:25:39.265Z"},"1.2.12":{"name":"terminal-kit","version":"1.2.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"5da9c635e020200b8534520d44e5f78f40b3dede","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.12","_shasum":"577b9c8d7ad44e19f6ebf060c087798a0069c318","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"577b9c8d7ad44e19f6ebf060c087798a0069c318","size":381945,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.12.tgz","integrity":"sha512-UdvHpZxLwcgghP8XlxQ1XJqgteWOaNt4e5rzO3jeCJbrXjEZHHmKOxDu2x5McJW6xxPMn6RSgOMsmMwhTGKMDQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.12.tgz_1492169569426_0.45007374533452094"},"publish_time":1492169571794,"_hasShrinkwrap":false,"_cnpm_publish_time":1492169571794,"_cnpmcore_publish_time":"2021-12-16T18:25:39.803Z"},"1.2.11":{"name":"terminal-kit","version":"1.2.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"ade90aae7c50a1803510257cc43657d992064307","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.11","_shasum":"0175387b76de6d2705c60bd212eabdb149f12a8e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0175387b76de6d2705c60bd212eabdb149f12a8e","size":381966,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.11.tgz","integrity":"sha512-XSKXUHUwYLWkSPX9kOuThj9lOZKRBAA3nmtIfuv/LuLDZa+kDboEJfl/VkWc5ZLycVXnyPbaDN7TvD1ljgX/EA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.11.tgz_1492169297184_0.39011749089695513"},"publish_time":1492169298052,"_hasShrinkwrap":false,"_cnpm_publish_time":1492169298052,"_cnpmcore_publish_time":"2021-12-16T18:25:40.488Z"},"1.2.10":{"name":"terminal-kit","version":"1.2.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"c8ea13362f0e6ee3d018eebc906ae7e49c6ed223","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.10","_shasum":"656146a7882ec3ea0108f849ae8233cf3262e350","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"656146a7882ec3ea0108f849ae8233cf3262e350","size":381945,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.10.tgz","integrity":"sha512-iSJz/gUuz5Sc+aE0LQ0JaQpnbbt+ARIXxGh5ScWQTDYGXzQ/zrEVue3nLYPr4Ooxai5PT+0o9bx9EBIwm++zYQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.10.tgz_1492157319317_0.687087161000818"},"publish_time":1492157320102,"_hasShrinkwrap":false,"_cnpm_publish_time":1492157320102,"_cnpmcore_publish_time":"2021-12-16T18:25:41.827Z"},"1.2.9":{"name":"terminal-kit","version":"1.2.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"74f6032db31fb49178cb137286e9211019ef6062","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.9","_shasum":"e678388050d3798477a4f4c153d2df843d46bed1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e678388050d3798477a4f4c153d2df843d46bed1","size":381949,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.9.tgz","integrity":"sha512-Oxfo3mxBrr1McIqoKj1m1YLUWAV/PMbCz5wCScfXEJCcieDWwOU3JRF21huVp2aMGrZD9BJsyZ0syQeg6QcnVw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.9.tgz_1492157016539_0.6480765142478049"},"publish_time":1492157017647,"_hasShrinkwrap":false,"_cnpm_publish_time":1492157017647,"_cnpmcore_publish_time":"2021-12-16T18:25:44.127Z"},"1.2.8":{"name":"terminal-kit","version":"1.2.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.19","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"9d959663eef1b98de010ff0d3616c207991e9d08","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.8","_shasum":"2d31f92fec4e08c97050118b95fb7d6fe30b7298","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2d31f92fec4e08c97050118b95fb7d6fe30b7298","size":381821,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.8.tgz","integrity":"sha512-SKnVqqEfXIvYQZiNR5eZACEeWReRFD2zAxN4lv8IImGWOqi26kijn6Ks65QwK/nBZorNtPXPiKup9+Y93I5zzA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.8.tgz_1492152982402_0.24826528877019882"},"publish_time":1492152983231,"_hasShrinkwrap":false,"_cnpm_publish_time":1492152983231,"_cnpmcore_publish_time":"2021-12-16T18:25:45.069Z"},"1.2.7":{"name":"terminal-kit","version":"1.2.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.18","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"4f35104eb08d8b5a6fe994717da1437c78c6eec7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.7","_shasum":"6913da46d1aa996bf2d29b0dd4da14913899bc44","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"6913da46d1aa996bf2d29b0dd4da14913899bc44","size":381695,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.7.tgz","integrity":"sha512-Lv2qiGDBmqNCPYz4pZCT+Kbo+smjlFjBoxLD+lLKS0f6WJJFYWa0gzw00800jPb0i1pSkRCrvHe3J/8KtEvApQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.7.tgz_1492112445872_0.6507014166563749"},"publish_time":1492112446826,"_hasShrinkwrap":false,"_cnpm_publish_time":1492112446826,"_cnpmcore_publish_time":"2021-12-16T18:25:46.013Z"},"1.2.6":{"name":"terminal-kit","version":"1.2.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"7edeb06326c3e69f1a7e9573024146f29db8228c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.6","_shasum":"c6917103280a72dc8746c08aba4ae13af06edddf","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c6917103280a72dc8746c08aba4ae13af06edddf","size":381516,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.6.tgz","integrity":"sha512-g6SVq/7xtWfGoQLKCnj96WvkIJcTXw0Acm9cSqPpmfsqanZ7XUqLRNFPkv4ueQl6tVUyG4uhJ1fX++kVQArHUw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.6.tgz_1492086324864_0.879594856640324"},"publish_time":1492086325547,"_hasShrinkwrap":false,"_cnpm_publish_time":1492086325547,"_cnpmcore_publish_time":"2021-12-16T18:25:47.158Z"},"1.2.5":{"name":"terminal-kit","version":"1.2.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"89aad467c8e682833f2d859bddb9a639c632d28a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.5","_shasum":"b72187ca4b4ccf030b879e1d2e4015d988ced08a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b72187ca4b4ccf030b879e1d2e4015d988ced08a","size":381431,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.5.tgz","integrity":"sha512-OPhUgVY1Z5tPUDFwMXwSncR+cgYK3Wkzs/FpcCHw8kARUFUnn6V0Y8IGU3SJVMeLEmkI0tNuoHxBjVGg5nT6Og=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.5.tgz_1491925186977_0.6799285418819636"},"publish_time":1491925187685,"_hasShrinkwrap":false,"_cnpm_publish_time":1491925187685,"_cnpmcore_publish_time":"2021-12-16T18:25:47.910Z"},"1.2.4":{"name":"terminal-kit","version":"1.2.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"ccdff730c1ffe20272f2aeb25849350246e7c138","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.4","_shasum":"5c5c5fcf84897fe1beb54b2c2e7cbd6f69a1b3ba","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5c5c5fcf84897fe1beb54b2c2e7cbd6f69a1b3ba","size":381203,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.4.tgz","integrity":"sha512-TuRbt3jzxapcf5f/qZMjE5wubo9rFMXMKGVMjFhyylmSHoc9wmTMz+liYXGIWpeeWz4iD7/SW8aFGCjKggZdxA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.4.tgz_1491903530931_0.5802437437232584"},"publish_time":1491903533139,"_hasShrinkwrap":false,"_cnpm_publish_time":1491903533139,"_cnpmcore_publish_time":"2021-12-16T18:25:48.762Z"},"1.2.3":{"name":"terminal-kit","version":"1.2.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"5b2fe2cba4b6b9192f673958b5e29960c021c19c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.3","_shasum":"37660852926a907b1cc791302c67909fce8ec425","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"37660852926a907b1cc791302c67909fce8ec425","size":380908,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.3.tgz","integrity":"sha512-7d38td6XqN/yjoFoiiqiQbqyYPS0H6ciANq5pLBILYdmS1U4rdjR/PiZYiVYcLJx9JtLPx5WHsO44EyfcxQ/jw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.3.tgz_1491833303731_0.9340011710301042"},"publish_time":1491833305938,"_hasShrinkwrap":false,"_cnpm_publish_time":1491833305938,"_cnpmcore_publish_time":"2021-12-16T18:25:49.556Z"},"1.2.2":{"name":"terminal-kit","version":"1.2.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"67bc0dbcadd61adb6933610afd509f82a45dead0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.2","_shasum":"a05d5af539eab1de7789991693f6cd877d072411","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a05d5af539eab1de7789991693f6cd877d072411","size":380921,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.2.tgz","integrity":"sha512-E0pHmD5k64GEh1c5b9yfYakiauRJ6z5HY+pRhi0K6SMHmL0VPCu5YHUHCzsgj77X98q048agidOA4QPdjSpneA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.2.tgz_1491833195748_0.9935429682955146"},"publish_time":1491833196673,"_hasShrinkwrap":false,"_cnpm_publish_time":1491833196673,"_cnpmcore_publish_time":"2021-12-16T18:25:50.762Z"},"1.2.1":{"name":"terminal-kit","version":"1.2.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"fd34850971fcf833b76434fb1f9a89e864978d30","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.1","_shasum":"5193673223fb321743115dd99f7cf7d107875f18","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5193673223fb321743115dd99f7cf7d107875f18","size":380900,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.1.tgz","integrity":"sha512-gkVXufgEqKgpozI3LS0gs/wBMCr0m9sqH/RjBpBQoEH4gpFLSWrT9oHXtc+RbYTEM9OAhtJAr8sgRq067fwoAg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.1.tgz_1491832885312_0.3933257111348212"},"publish_time":1491832887896,"_hasShrinkwrap":false,"_cnpm_publish_time":1491832887896,"_cnpmcore_publish_time":"2021-12-16T18:25:52.418Z"},"1.2.0":{"name":"terminal-kit","version":"1.2.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"69a899d23c75116a20f135f6d863f9240644f19a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.2.0","_shasum":"8a99097c6bf5931f087f0a446708d33385635671","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8a99097c6bf5931f087f0a446708d33385635671","size":379959,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.2.0.tgz","integrity":"sha512-lhEUzcVfk7tVnP4s2h4iQ3tKMF27LpIJIw0KAbIU01OQ3yPvA45wgM06DSYK1i3XfGwYqJt5g1zn0zVE7qC5nA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.2.0.tgz_1491825670931_0.4256430477835238"},"publish_time":1491825673332,"_hasShrinkwrap":false,"_cnpm_publish_time":1491825673332,"_cnpmcore_publish_time":"2021-12-16T18:25:53.982Z"},"1.1.5":{"name":"terminal-kit","version":"1.1.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"d55da9a99b067d947e1e33bb3f005b5db7af8f61","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.1.5","_shasum":"e66252aa52dbaae0290b1c23c355ae5ae165749d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e66252aa52dbaae0290b1c23c355ae5ae165749d","size":379097,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.1.5.tgz","integrity":"sha512-mCuJjVPDeViwHvC5SLlRbobvmmeo4LnIcA3Zr5QJu8sCXcvAcFYYMM4dZpbfna4zNPiOG6dnfycEGFA5WVSumQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.1.5.tgz_1491644253253_0.32885830965824425"},"publish_time":1491644255473,"_hasShrinkwrap":false,"_cnpm_publish_time":1491644255473,"_cnpmcore_publish_time":"2021-12-16T18:25:55.418Z"},"1.1.4":{"name":"terminal-kit","version":"1.1.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"e791be2f58cd7c8be814a6632c94b1230ff5a877","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.1.4","_shasum":"7cde8dd45a63ddb03d9b7e3ab927da0cce19cceb","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7cde8dd45a63ddb03d9b7e3ab927da0cce19cceb","size":377876,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.1.4.tgz","integrity":"sha512-FJctNmPi8RV27AGi7ApppwJaeUNOc6qC1gDp872j33vbeRmwy5e7w/Q45erpi1lw7lWqnJkMOfDNNAD8hZbwhg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.1.4.tgz_1491579723475_0.610831051133573"},"publish_time":1491579725915,"_hasShrinkwrap":false,"_cnpm_publish_time":1491579725915,"_cnpmcore_publish_time":"2021-12-16T18:25:56.586Z"},"1.1.3":{"name":"terminal-kit","version":"1.1.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is t","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","get-pixels":"^3.3.0","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"a2e20c5a4a0bb2928d564d1f6e34924b41020b8f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.1.3","_shasum":"364ff95cef11304a86826b4b5e4c693537da72ca","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"364ff95cef11304a86826b4b5e4c693537da72ca","size":371523,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.1.3.tgz","integrity":"sha512-xB5iQsZqh5i4iChJJB0UOyYzyFAQuyzW682N9LYewHbK9CoV/yMU4qbtjMa9JzvsKxWeJGwR7VM5Uzu+iq5b4A=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.1.3.tgz_1491577600579_0.8952069638762623"},"publish_time":1491577601244,"_hasShrinkwrap":false,"_cnpm_publish_time":1491577601244,"_cnpmcore_publish_time":"2021-12-16T18:25:57.670Z"},"1.1.2":{"name":"terminal-kit","version":"1.1.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is t","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer","textbuffer","32-bit","composition"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"e107b6d3d186cbc5bf28f97ebcaf5813ef6ee231","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.1.2","_shasum":"b51fd589a970145d5d53c0c8cacd7a45c5913786","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b51fd589a970145d5d53c0c8cacd7a45c5913786","size":365294,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.1.2.tgz","integrity":"sha512-dpQBLd5uvAJjj7i+jhqgm7U/SklkDXXkqvchfvRdfPEo6P5aa5mcPxsknqh54UX0lsPTkXt5rDewsU54LslAdQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.1.2.tgz_1491492773539_0.12791756098158658"},"publish_time":1491492774696,"_hasShrinkwrap":false,"_cnpm_publish_time":1491492774696,"_cnpmcore_publish_time":"2021-12-16T18:25:58.798Z"},"1.1.1":{"name":"terminal-kit","version":"1.1.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"e76bd0273d4066732887fa7f864e711c6127b530","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.1.1","_shasum":"db5d30d7b51a664428971f86c32df55862cc615d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"db5d30d7b51a664428971f86c32df55862cc615d","size":365081,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.1.1.tgz","integrity":"sha512-DCtsdH/cfK3dtZ5px0RJNhiE4RfQmyq9qsG2h+bJmuav7twGwuAjeV+gvkjlILKxiMHT3MxVfp7BlzyLNRCGDg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.1.1.tgz_1491490880185_0.23685670201666653"},"publish_time":1491490882553,"_hasShrinkwrap":false,"_cnpm_publish_time":1491490882553,"_cnpmcore_publish_time":"2021-12-16T18:26:00.231Z"},"1.1.0":{"name":"terminal-kit","version":"1.1.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"78c67c6ca0796056a98db58e226d0fc60ab69087","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.1.0","_shasum":"342a06135092201538e5d557600162d0c56ab09d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"342a06135092201538e5d557600162d0c56ab09d","size":364391,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.1.0.tgz","integrity":"sha512-LKh1cZ9Uc7VTbaDQgc+X/IYfQq+klOZCbJV0J4LMP0CdDvVK98Xcl0gzwuT839IguYMo0nUmoV97SCxmX3dmYw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.1.0.tgz_1491488500688_0.671715384349227"},"publish_time":1491488501420,"_hasShrinkwrap":false,"_cnpm_publish_time":1491488501420,"_cnpmcore_publish_time":"2021-12-16T18:26:01.497Z"},"1.0.5":{"name":"terminal-kit","version":"1.0.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"984b9eb55fdce871a23bbd631326c8427d7b4b9d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.0.5","_shasum":"3563a9ccb89f777d25c15538d9a3b3a13a913d67","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3563a9ccb89f777d25c15538d9a3b3a13a913d67","size":337872,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.0.5.tgz","integrity":"sha512-cMQFvipclrH0vZHovVTtVwZk5CELWaHd7nD2wwR798zjAdFIgAdgaN2MdayoDgCICQijZM6RmAlVhVAWSwtaww=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.0.5.tgz_1491393668792_0.8341110148467124"},"publish_time":1491393671154,"_hasShrinkwrap":false,"_cnpm_publish_time":1491393671154,"_cnpmcore_publish_time":"2021-12-16T18:26:02.639Z"},"1.0.4":{"name":"terminal-kit","version":"1.0.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.15","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"e67ab4c5f9656c2e0e9b3c4a3df871e7f4fae449","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.0.4","_shasum":"b44de04ce78d6bb8cb17ee617ce67b0c9e7b9c81","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b44de04ce78d6bb8cb17ee617ce67b0c9e7b9c81","size":337586,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.0.4.tgz","integrity":"sha512-CCzq8qgTFbQjgjVAeVmRMaIJFMcNRr1Oy4bvfUmhtsMoyV5iT1eQ9TG0psvNeS4Pf9gsCs6YG/ldQUbLq7X2iw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.0.4.tgz_1491219205499_0.5585097789298743"},"publish_time":1491219206468,"_hasShrinkwrap":false,"_cnpm_publish_time":1491219206468,"_cnpmcore_publish_time":"2021-12-16T18:26:03.609Z"},"1.0.3":{"name":"terminal-kit","version":"1.0.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"38720f63747b3d193299f503694349005c3accb2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.0.3","_shasum":"563d701622f2f6721b0f11799280f39ccdcaa37b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"563d701622f2f6721b0f11799280f39ccdcaa37b","size":337420,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.0.3.tgz","integrity":"sha512-e0jclcvYQeKJWa8w5GE0dBnjCekNx0SI3JkOBZtXAGhVbuTppq8MLqDyr86j9XtCuNiog4mRLEAGbW0LxKq0kA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.0.3.tgz_1490007259074_0.44499031477607787"},"publish_time":1490007259746,"_hasShrinkwrap":false,"_cnpm_publish_time":1490007259746,"_cnpmcore_publish_time":"2021-12-16T18:26:04.106Z"},"1.0.2":{"name":"terminal-kit","version":"1.0.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","progress bar","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"6dfc38da44b461bd8394b20d8be16188a5bdd1d9","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.0.2","_shasum":"d282e8cc4289a64f4d389f9304fff9e71b43a4fd","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d282e8cc4289a64f4d389f9304fff9e71b43a4fd","size":337347,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.0.2.tgz","integrity":"sha512-O/xMS7d5J8GDCEeRTdxJhSFe7GIk3Kw2+besn578+asZ4hTIbEHX/TyOZts6nz7Jo9OrgiQbdX/oC9tQXc3Dgg=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.0.2.tgz_1490004155719_0.7081227409653366"},"publish_time":1490004156781,"_hasShrinkwrap":false,"_cnpm_publish_time":1490004156781,"_cnpmcore_publish_time":"2021-12-16T18:26:04.827Z"},"1.0.1":{"name":"terminal-kit","version":"1.0.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"df8a830193ce6ad30259f48997b306c95da1858a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.0.1","_shasum":"d9652cfaee8e7d0a8e142abfd38ce06d994265ea","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d9652cfaee8e7d0a8e142abfd38ce06d994265ea","size":337253,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.0.1.tgz","integrity":"sha512-rdd9H+SuEiYEuh13I4rWcQ0XKM0/yNptEPGjGU6gtv3axWHQFD/tELFMlMRX6OCU5oQcu9OdHfEHlfonHQHk0w=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-1.0.1.tgz_1489913380247_0.01991195953451097"},"publish_time":1489913382600,"_hasShrinkwrap":false,"_cnpm_publish_time":1489913382600,"_cnpmcore_publish_time":"2021-12-16T18:26:06.032Z"},"1.0.0":{"name":"terminal-kit","version":"1.0.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer, text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for No","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"7a782d86b75c210fad5e2dc15e63684dec4d0553","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@1.0.0","_shasum":"040a786c450c25233743481941d02971231c49e3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"040a786c450c25233743481941d02971231c49e3","size":337186,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-1.0.0.tgz","integrity":"sha512-oMjW+tZi9KSUCQg5FOI+348DE5P8Xtwh6/iRU5P7UTJQhUdFuU350qU/QRsRI4+EM1EcBoXMg9VNSAo80gHOQQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-1.0.0.tgz_1489869852753_0.9748503225855529"},"publish_time":1489869853485,"_hasShrinkwrap":false,"_cnpm_publish_time":1489869853485,"_cnpmcore_publish_time":"2021-12-16T18:26:07.396Z"},"0.30.7":{"name":"terminal-kit","version":"0.30.7","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"026ac0219c7f0b995c4669a01d9c92f6364c70a0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.7","_shasum":"8b4702d9b0174a5904e62cb2e9bc7631c6f5997d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8b4702d9b0174a5904e62cb2e9bc7631c6f5997d","size":337365,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.7.tgz","integrity":"sha512-E2mMGvpD4JU3rXolls8YGKWvGtayyG7a/QtmaRifaUOR4wQyE3GGcIzLbWWquaavRGhgdSC6IXbgnhB0OM7Vaw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.7.tgz_1489865962157_0.7095452786888927"},"publish_time":1489865964496,"_hasShrinkwrap":false,"_cnpm_publish_time":1489865964496,"_cnpmcore_publish_time":"2021-12-16T18:26:08.492Z"},"0.30.6":{"name":"terminal-kit","version":"0.30.6","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"3d5597e8f249deb8f8bb1486ea8eb42775a757f3","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.6","_shasum":"1ea98ebfb5108d4c770ef000730f2ce09523f689","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1ea98ebfb5108d4c770ef000730f2ce09523f689","size":337299,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.6.tgz","integrity":"sha512-3u2QYsCj9kZiWt/XtESrsIimZqx+UvqHVNGxePNToi/VDJ1wRkyPFmxSCkebItKWonQJgc8aNe0xQWOIe0xyLg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.6.tgz_1489863416200_0.5374975844752043"},"publish_time":1489863418903,"_hasShrinkwrap":false,"_cnpm_publish_time":1489863418903,"_cnpmcore_publish_time":"2021-12-16T18:26:09.504Z"},"0.30.5":{"name":"terminal-kit","version":"0.30.5","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"1fc59b147ed7955a297c94c6c10d06f480d4184f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.5","_shasum":"6bb61aba0d545c5faef33b671cbddc70173c5327","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"6bb61aba0d545c5faef33b671cbddc70173c5327","size":337295,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.5.tgz","integrity":"sha512-ifTxOlaH4/G++l4PAtv+rSlYbYtpluYMKsUmZW33amvRi2fnABPE95TwKb2RO+HMBhiLEkRbpIHdoUtbjsVpeA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.5.tgz_1489863335170_0.910411715041846"},"publish_time":1489863337414,"_hasShrinkwrap":false,"_cnpm_publish_time":1489863337414,"_cnpmcore_publish_time":"2021-12-16T18:26:11.016Z"},"0.30.4":{"name":"terminal-kit","version":"0.30.4","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"3e0d09c76ed9d9e93e4dbfeabc97af0450f98209","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.4","_shasum":"6ad929e5ff27703f399c2b31d3f5d768ebd5ad63","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"6ad929e5ff27703f399c2b31d3f5d768ebd5ad63","size":326789,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.4.tgz","integrity":"sha512-JrMkoQt/NYLWaHdSBSoOnyhsAoZju/+WSqBT56qRtg/tTMuWWRwsT4FwoqTK5Vs8y2obanK6Qp+CzZ0w/WrzHQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.4.tgz_1489849170849_0.29948046593926847"},"publish_time":1489849171748,"_hasShrinkwrap":false,"_cnpm_publish_time":1489849171748,"_cnpmcore_publish_time":"2021-12-16T18:26:12.039Z"},"0.30.3":{"name":"terminal-kit","version":"0.30.3","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"587794f0c09c29c755dfa6aaa5db913e8c03ce54","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.3","_shasum":"e22aea8d66b4d6ebd4199c60eef8947d1b49a8d0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e22aea8d66b4d6ebd4199c60eef8947d1b49a8d0","size":326688,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.3.tgz","integrity":"sha512-8QRF4NP/4IjFMxU3VR49QS5yA11Loz8YGy7qf7AzWySr7u2aPr71qJT8jJUqBTikaKU/M9oqh5P7Q6mr0Od4lw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.3.tgz_1489847858662_0.8214170886203647"},"publish_time":1489847859408,"_hasShrinkwrap":false,"_cnpm_publish_time":1489847859408,"_cnpmcore_publish_time":"2021-12-16T18:26:13.128Z"},"0.30.2":{"name":"terminal-kit","version":"0.30.2","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"8331e42fc70902757709c1ebb9d2b13625ff63d6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.2","_shasum":"7f8b58799512299dc344a9f5763ff46c7e5166ad","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7f8b58799512299dc344a9f5763ff46c7e5166ad","size":323868,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.2.tgz","integrity":"sha512-kmrjxBWXE/4Mb63u+cdmoHepoMZqyYbtS0Npya/iC5su0HG30Y4EzV8pyWlpiIFjdyxmUY9KVQ+HcbS4CqFIxg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.2.tgz_1489837349611_0.9076748627703637"},"publish_time":1489837351977,"_hasShrinkwrap":false,"_cnpm_publish_time":1489837351977,"_cnpmcore_publish_time":"2021-12-16T18:26:13.748Z"},"0.30.1":{"name":"terminal-kit","version":"0.30.1","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"3006c3f55c1ae4eddc51621810e588ef9dcec9a2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.1","_shasum":"a07341d673b3a2a93bd5d8225a271866250d2cc2","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a07341d673b3a2a93bd5d8225a271866250d2cc2","size":323676,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.1.tgz","integrity":"sha512-s6B0PXqhCbp1ffzK7V+5siE7H6MskF2ppbnN8ciS+kQQfkx/bdtb4EyI+05FGD+g2DLwlZLICSk2ocYnXb6opA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.1.tgz_1489837012955_0.1948799362871796"},"publish_time":1489837016664,"_hasShrinkwrap":false,"_cnpm_publish_time":1489837016664,"_cnpmcore_publish_time":"2021-12-16T18:26:14.615Z"},"0.30.0":{"name":"terminal-kit","version":"0.30.0","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"d1c5e0a17dba771347eff50ee2b68e75bf38db8b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.30.0","_shasum":"a798f82bf989c7929d96f3eaa23c1fb39e3f5af4","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a798f82bf989c7929d96f3eaa23c1fb39e3f5af4","size":322925,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.30.0.tgz","integrity":"sha512-XD2r1dm582x7X9/v+BSNuWlNY8nqO1DLojovRoAGt+nfwgcbECl2WXlX8kfrWbI0q2Lfx3LoadcooogV7INIPQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.30.0.tgz_1489833938397_0.4274107599630952"},"publish_time":1489833940978,"_hasShrinkwrap":false,"_cnpm_publish_time":1489833940978,"_cnpmcore_publish_time":"2021-12-16T18:26:15.354Z"},"0.29.0":{"name":"terminal-kit","version":"0.29.0","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"75819c3b0b2909cd9fb9160636be963df618dd33","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.29.0","_shasum":"7cf70a2212540c46909e6a752c72a666c2ce7612","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7cf70a2212540c46909e6a752c72a666c2ce7612","size":322527,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.29.0.tgz","integrity":"sha512-EgwG7nBfL0LehbUubh1x3ok6uwO0Xxxtvp3Mxe8iO/FuftFhxkttKJY/BMIlhZf0M8unUN34EDoXpTrV2luTxA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.29.0.tgz_1489831380696_0.3223526435904205"},"publish_time":1489831381343,"_hasShrinkwrap":false,"_cnpm_publish_time":1489831381343,"_cnpmcore_publish_time":"2021-12-16T18:26:16.493Z"},"0.28.4":{"name":"terminal-kit","version":"0.28.4","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"90181823e72e46b60799ebcab479f6fd31dedc58","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.28.4","_shasum":"44e4253d601959b57821e77f0245e87dae2f277e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"44e4253d601959b57821e77f0245e87dae2f277e","size":321835,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.28.4.tgz","integrity":"sha512-UsUSuNRiaGxeNybPa4exReRizGS50mSSkPsm3Hd7mXe2gNQhenkunfZE0kGQ0rR/dRSkvJTHB6fYefO3B51yCw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.28.4.tgz_1489784387472_0.025155259994789958"},"publish_time":1489784388076,"_hasShrinkwrap":false,"_cnpm_publish_time":1489784388076,"_cnpmcore_publish_time":"2021-12-16T18:26:17.461Z"},"0.28.3":{"name":"terminal-kit","version":"0.28.3","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"db289b52c1c4f05dc671dbb3a07bf7a20f47eb1f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.28.3","_shasum":"8e6edd4de778a2437ed79ecbb49cb46de3488f09","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8e6edd4de778a2437ed79ecbb49cb46de3488f09","size":336512,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.28.3.tgz","integrity":"sha512-3evowpZYF4yveGNgacPK6L5i1YqV3zkGiZltyKNwmX8Nax0HAjKkd8GibBXeZB6fAahwx9XfjfgFe5Hj2yOM3A=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.28.3.tgz_1489775693429_0.47550571500323713"},"publish_time":1489775695683,"_hasShrinkwrap":false,"_cnpm_publish_time":1489775695683,"_cnpmcore_publish_time":"2021-12-16T18:26:18.181Z"},"0.28.2":{"name":"terminal-kit","version":"0.28.2","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"79f032d65445e91e30f4c2597fddb545cce2ef54","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.28.2","_shasum":"0adabbdb6d3dda79f54cc2ca3c812d3694b11d3a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0adabbdb6d3dda79f54cc2ca3c812d3694b11d3a","size":264843,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.28.2.tgz","integrity":"sha512-l9Fbkxwtp+ErdA7g5jI0dTDi9LPk4W01ShAK8A6PsMmiJmqlV+YRzzJ+S8ASotHzKf4fYSY4CDTx01IbUpYIxw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.28.2.tgz_1488986310479_0.1795932981185615"},"publish_time":1488986312936,"_hasShrinkwrap":false,"_cnpm_publish_time":1488986312936,"_cnpmcore_publish_time":"2021-12-16T18:26:18.735Z"},"0.28.1":{"name":"terminal-kit","version":"0.28.1","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"26c4343a204fe6c354cd49ad4ef8e6d4c3b3a213","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.28.1","_shasum":"3b77e406d1128d18f38ebee89f46d1d27cdf628a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3b77e406d1128d18f38ebee89f46d1d27cdf628a","size":264498,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.28.1.tgz","integrity":"sha512-IQPbFCZgSzlxOrek2S4/EC3sbYsWZmUJh/C8qr4ikZ3aKX2sl6TCCjlhaVU6+fhUrxnB0vJAkP0Qqdi1Ziaiaw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.28.1.tgz_1488977464663_0.4949371994007379"},"publish_time":1488977467106,"_hasShrinkwrap":false,"_cnpm_publish_time":1488977467106,"_cnpmcore_publish_time":"2021-12-16T18:26:19.318Z"},"0.28.0":{"name":"terminal-kit","version":"0.28.0","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2017],"owner":"Cédric Ronvel"},"gitHead":"46f491278160a7738a7d853f6c0e3bb33f09c9ab","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.28.0","_shasum":"ebad48df7dccf8bd0fbd197a5e8c57b4196dd2f5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ebad48df7dccf8bd0fbd197a5e8c57b4196dd2f5","size":264488,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.28.0.tgz","integrity":"sha512-cB+FmdiDZZtlejxOhl20LaEemDIdzL37EP7Oe3HlCpNhWD8wXLumQcwXwB0fRaP8qK3LtKYuDDh0F1ji86g6LA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.28.0.tgz_1488977248929_0.7657957335468382"},"publish_time":1488977251586,"_hasShrinkwrap":false,"_cnpm_publish_time":1488977251586,"_cnpmcore_publish_time":"2021-12-16T18:26:20.023Z"},"0.27.4":{"name":"terminal-kit","version":"0.27.4","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"26a96266ad7d7b9ba0638231dbef4513df95650f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.27.4","_shasum":"4b2004da9a0d9897520ef756331e8fb5e159d38b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4b2004da9a0d9897520ef756331e8fb5e159d38b","size":264103,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.27.4.tgz","integrity":"sha512-6rQo8juHNwk/IOUmLoQjmkJNOPVM562acCcFMmRk2VcveYTlGZyRMALeT/ZAbpkhkrmF474YgBEuBH44VMxvJw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.27.4.tgz_1488811084272_0.5322618933860213"},"publish_time":1488811085235,"_hasShrinkwrap":false,"_cnpm_publish_time":1488811085235,"_cnpmcore_publish_time":"2021-12-16T18:26:20.693Z"},"0.27.3":{"name":"terminal-kit","version":"0.27.3","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"5ebd0f5d4ba23f4ea304336a14ec823b036fe1e4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.27.3","_shasum":"682295a322da667693bde6625a09d6fa9954bcb2","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"682295a322da667693bde6625a09d6fa9954bcb2","size":264048,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.27.3.tgz","integrity":"sha512-qhm/ztk0cdzNhAq5uZ1ABxGs+GtSPL1zAX8NxouexN3BpVXHWERrtYfa1UwGbliONjY9CZDWAl2M2fJvk3kvgQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.27.3.tgz_1488725608112_0.0996917833108455"},"publish_time":1488725609124,"_hasShrinkwrap":false,"_cnpm_publish_time":1488725609124,"_cnpmcore_publish_time":"2021-12-16T18:26:21.719Z"},"0.27.2":{"name":"terminal-kit","version":"0.27.2","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"93ec9c3ece4e8981666b2353b26bfd1b792c1adc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.27.2","_shasum":"1b6f93b950e9668d10f76fb8de3be5ba0ef1c402","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1b6f93b950e9668d10f76fb8de3be5ba0ef1c402","size":261823,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.27.2.tgz","integrity":"sha512-Q5bolBpv/XR7SsH0h+Y/L1LKgz1CrGLsXsZhKPxSh4jHqd59bqr1mEdxSrmqYuaAScupqi0FcPQzI0TpyB5dPQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.27.2.tgz_1488648243389_0.6032159158494323"},"publish_time":1488648245710,"_hasShrinkwrap":false,"_cnpm_publish_time":1488648245710,"_cnpmcore_publish_time":"2021-12-16T18:26:22.950Z"},"0.27.1":{"name":"terminal-kit","version":"0.27.1","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"31d9108e9575a26e315e98dcd4f996e404875682","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.27.1","_shasum":"5840b9db317955c0d35106662eed8a71328a25fb","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5840b9db317955c0d35106662eed8a71328a25fb","size":261770,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.27.1.tgz","integrity":"sha512-ZW3ff6gqeBwYK/n7Szvi6cJ4gVVBYb8ACLOy6Bq0vBA+dFfXQJoC9w8leNWFbxo9a1ZPyl9otUJ3t7DF2eL8ig=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.27.1.tgz_1488647795756_0.5145612556952983"},"publish_time":1488647796700,"_hasShrinkwrap":false,"_cnpm_publish_time":1488647796700,"_cnpmcore_publish_time":"2021-12-16T18:26:23.758Z"},"0.27.0":{"name":"terminal-kit","version":"0.27.0","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"07f2e83cc4ca598d7f0cfbd22f212e9062050f8f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.27.0","_shasum":"465a8794f56e9e14cc2fe01b020670274f0a62cd","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"465a8794f56e9e14cc2fe01b020670274f0a62cd","size":261734,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.27.0.tgz","integrity":"sha512-+38KM0/NeX6AvSYCrTSzL8BA3++uxXxGCftRSU50YDAoBwWA2C76ZkjmWH65rrKBkMQEjeUkV29F0Un9KGDpvQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.27.0.tgz_1488646467671_0.5953826582990587"},"publish_time":1488646468634,"_hasShrinkwrap":false,"_cnpm_publish_time":1488646468634,"_cnpmcore_publish_time":"2021-12-16T18:26:24.468Z"},"0.26.2":{"name":"terminal-kit","version":"0.26.2","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"d762ebfb91e1ee722ed29233f4d73631514c76c4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.26.2","_shasum":"545e61585e90c284782a5bb0d17f6f1be9b8f1ad","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"545e61585e90c284782a5bb0d17f6f1be9b8f1ad","size":261000,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.26.2.tgz","integrity":"sha512-KM/TYg94idVe5Aicl/aiysqCpHvXUr2BJcJ1IZ905bYPPVVjkyuUAqEwAl8V0C2QnCBRKViA0et3ex4uCbRNzQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.26.2.tgz_1488385654633_0.4365445114672184"},"publish_time":1488385657264,"_hasShrinkwrap":false,"_cnpm_publish_time":1488385657264,"_cnpmcore_publish_time":"2021-12-16T18:26:25.213Z"},"0.26.1":{"name":"terminal-kit","version":"0.26.1","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"2c23fe2ecccfd16c3ba5954d0ccc14e33aaab648","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.26.1","_shasum":"142d960c98b3afc8e800fe5ebdf9cbbea6abdfa1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"142d960c98b3afc8e800fe5ebdf9cbbea6abdfa1","size":260943,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.26.1.tgz","integrity":"sha512-GMp8KXD7X6/urQFbBcDSiY7Oa+nvFaHjFEHouYRblJF5eHbboNvRiZLVMmNivmecAMfSL6VHWoc6255proS6SQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.26.1.tgz_1482933412253_0.28103179507888854"},"publish_time":1482933415064,"_hasShrinkwrap":false,"_cnpm_publish_time":1482933415064,"_cnpmcore_publish_time":"2021-12-16T18:26:26.002Z"},"0.26.0":{"name":"terminal-kit","version":"0.26.0","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"cfbbad061fba7f53406f351b68e9bd7bfea43384","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.26.0","_shasum":"425c6b49b7a9bf588d663e1bb1e857c4de9fc2f2","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"425c6b49b7a9bf588d663e1bb1e857c4de9fc2f2","size":260905,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.26.0.tgz","integrity":"sha512-6uhdeHP11FUPkW/qdlCXhvXObaT3yvsnpywWTND+/A6f9ijjnM/e3OOAwZ0H6MtpISadKlhupXQS1ai3zYVbOw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.26.0.tgz_1482346677193_0.7189488182775676"},"publish_time":1482346679915,"_hasShrinkwrap":false,"_cnpm_publish_time":1482346679915,"_cnpmcore_publish_time":"2021-12-16T18:26:27.132Z"},"0.25.6":{"name":"terminal-kit","version":"0.25.6","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"afc7fbe4620f89782f9d1c07a266af860c748b4b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.25.6","_shasum":"6773da1fe9dab241600981c058b6efba638910b5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"6773da1fe9dab241600981c058b6efba638910b5","size":260769,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.25.6.tgz","integrity":"sha512-vGMKMhqNbCgOHnxTtVrE7hZGgn1qwCPiLgXhD841WXWKr7AdBTlW9AeM3l28F5HVXKnVIqgqlMt8xjWvyM2i3A=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.25.6.tgz_1481662614986_0.3763674006331712"},"publish_time":1481662617415,"_hasShrinkwrap":false,"_cnpm_publish_time":1481662617415,"_cnpmcore_publish_time":"2021-12-16T18:26:27.714Z"},"0.25.5":{"name":"terminal-kit","version":"0.25.5","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.4","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"c085e2a7f140ad7669c25f3975d845c185bed80b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.25.5","_shasum":"f2d18d9983ee3c29eff2560f0f158ccec05b7cb4","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f2d18d9983ee3c29eff2560f0f158ccec05b7cb4","size":260552,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.25.5.tgz","integrity":"sha512-Gz9fpQRhod0okJhQmC83iKbpdQ0aG0cCZ/HgRK1sjZsyKLN9YPP+fdlBlxVZu92Gb8ltJ7Q+wA5h+EUY2zWx3A=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.25.5.tgz_1481534134299_0.1936449483036995"},"publish_time":1481534135201,"_hasShrinkwrap":false,"_cnpm_publish_time":1481534135201,"_cnpmcore_publish_time":"2021-12-16T18:26:28.363Z"},"0.25.4":{"name":"terminal-kit","version":"0.25.4","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.3","jshint":"^2.9.4","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.2.0"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"69fe2bac6330451774f643962bf7a0ed00c3b0fd","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.25.4","_shasum":"dff28ce6961d837e45f6b7859bfdeeab91413656","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"dff28ce6961d837e45f6b7859bfdeeab91413656","size":260512,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.25.4.tgz","integrity":"sha512-Fuj/1P9qse4hzcuI3nizblsnA8dk31aKfSMMzHx7VgIMsX665YLgI7LsBEryzKWVHgeh0jI7E/4nbUAwB1nuCA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.25.4.tgz_1480537265544_0.2927789657842368"},"publish_time":1480537268281,"_hasShrinkwrap":false,"_cnpm_publish_time":1480537268281,"_cnpmcore_publish_time":"2021-12-16T18:26:29.164Z"},"0.25.3":{"name":"terminal-kit","version":"0.25.3","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.1","jshint":"^2.9.4","mocha":"^3.1.2","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"fe945c4dbaf89e01030c59a0bff6983a44f5a748","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.25.3","_shasum":"406e962557d20440b2b09fff5c165f40b9369e0e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"406e962557d20440b2b09fff5c165f40b9369e0e","size":260515,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.25.3.tgz","integrity":"sha512-n9Ep7ce7q7v0lefkAd932aBetf8Ky51tSXanjcAzlU+G+ZjnbWwnp+H+DLqhEoEkAdsD7rJhwCGX0VnHMA3n/g=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.25.3.tgz_1480237309784_0.23654270824044943"},"publish_time":1480237310612,"_hasShrinkwrap":false,"_cnpm_publish_time":1480237310612,"_cnpmcore_publish_time":"2021-12-16T18:26:30.050Z"},"0.25.2":{"name":"terminal-kit","version":"0.25.2","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.1","jshint":"^2.9.4","mocha":"^3.1.2","nextgen-events":"^0.9.8","string-kit":"^0.5.12","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"d90df96c9a0f8c8b0d9157bf3183e4c5557c4c1c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.25.2","_shasum":"587f7a4dbc5ea778b4df2236136a6c19357a7fbf","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"587f7a4dbc5ea778b4df2236136a6c19357a7fbf","size":260504,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.25.2.tgz","integrity":"sha512-wbs8W2awows4+dj1kRwXz3cGEU9I5b6l5MyklnCY+LHSKPuvplodwTvN8jnV65HyrcH5jw25gLsmn8T3EzGAKQ=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.25.2.tgz_1479377856361_0.17289593047462404"},"publish_time":1479377857179,"_hasShrinkwrap":false,"_cnpm_publish_time":1479377857179,"_cnpmcore_publish_time":"2021-12-16T18:26:30.624Z"},"0.25.1":{"name":"terminal-kit","version":"0.25.1","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.0","jshint":"^2.9.4","mocha":"^3.1.2","nextgen-events":"^0.9.8","string-kit":"^0.5.11","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"692ef4e39e210c981408a8376bddb2cf63f519de","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.25.1","_shasum":"f68f64ab64c5bb314737e457de5b0656e618b59a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f68f64ab64c5bb314737e457de5b0656e618b59a","size":274426,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.25.1.tgz","integrity":"sha512-2ECgqHdINS+/lOwi0lTsYsEyRqlscLI9HSB4Ov+EUgtmS0TeiJVpNg8VRf3C+f2SEWC6iHqBVZckyh00JuCphQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.25.1.tgz_1479199365730_0.31724115065298975"},"publish_time":1479199368467,"_hasShrinkwrap":false,"_cnpm_publish_time":1479199368467,"_cnpmcore_publish_time":"2021-12-16T18:26:31.905Z"},"0.25.0":{"name":"terminal-kit","version":"0.25.0","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.5.0"},"dependencies":{"async-kit":"^2.2.0","jshint":"^2.9.4","mocha":"^3.1.2","nextgen-events":"^0.9.8","string-kit":"^0.5.11","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"7e98ab2d4b6b88919afd1f0e83c5ca8a75e61525","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.25.0","_shasum":"393a9cd3d694ef738ea5efaa27095b424e30082d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"393a9cd3d694ef738ea5efaa27095b424e30082d","size":260466,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.25.0.tgz","integrity":"sha512-PW6beI5bny36adNEdI920Sgb8+b27kSRsKiYHgTHRlkF3ai5A5hJ6j4IEiKnBWVyjwtsd91ik/7kMjYsn85mZg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.25.0.tgz_1478010024389_0.4362422588746995"},"publish_time":1478010027185,"_hasShrinkwrap":false,"_cnpm_publish_time":1478010027185,"_cnpmcore_publish_time":"2021-12-16T18:26:32.723Z"},"0.24.30":{"name":"terminal-kit","version":"0.24.30","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.5","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"22c7e26f25114a369edded270c81ee07df7072ea","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.30","_shasum":"933cbaebe696e17a129b83a0e15e335d39137b5a","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"933cbaebe696e17a129b83a0e15e335d39137b5a","size":260373,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.30.tgz","integrity":"sha512-KKNRxmm/hE+k829kPGJhdqKXatQYaLaFh0n8xsllFcVdGh7vIGPg7N0ugJmb+fvJ+svkqtpSt7KnIr8UBCFLVg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.30.tgz_1475658219740_0.5569256118033081"},"publish_time":1475658221894,"_hasShrinkwrap":false,"_cnpm_publish_time":1475658221894,"_cnpmcore_publish_time":"2021-12-16T18:26:33.231Z"},"0.24.29":{"name":"terminal-kit","version":"0.24.29","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.5","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"e8aff9d89f294aad8a0531afb8f4d212a040a80e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.29","_shasum":"7ced3d94fdc5739604d46846ae7b1e69c87980b1","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7ced3d94fdc5739604d46846ae7b1e69c87980b1","size":260314,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.29.tgz","integrity":"sha512-9Sv3h+0ZFd0MQj4Nifyvrtb4mvzFxW5K0AenetU7k3bC3yQZUJd8qmRa3LyRDmNcLK93K9gTYobwIofaRTsmNw=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.29.tgz_1473926819726_0.2852233743760735"},"publish_time":1473926821185,"_hasShrinkwrap":false,"_cnpm_publish_time":1473926821185,"_cnpmcore_publish_time":"2021-12-16T18:26:34.407Z"},"0.24.28":{"name":"terminal-kit","version":"0.24.28","description":"256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.5","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"3dc64491022516b800ca6b57e28ced11bf39c967","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.28","_shasum":"9a1429444d391f25dcb31712e023fa61cd637e2e","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9a1429444d391f25dcb31712e023fa61cd637e2e","size":260301,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.28.tgz","integrity":"sha512-AMXStIH+aLm2jcCTiqeP+MVn190k/7IK1xHDumVC4ZkIt782phglv9EKc3PcaPLdR0QlUyjPDVTW+VYj5lXpRQ=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.28.tgz_1473926757236_0.10730594862252474"},"publish_time":1473926758666,"_hasShrinkwrap":false,"_cnpm_publish_time":1473926758666,"_cnpmcore_publish_time":"2021-12-16T18:26:35.305Z"},"0.24.27":{"name":"terminal-kit","version":"0.24.27","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.5","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.3","mocha":"^3.0.2"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"7826f6164a00c8f33597f5c5ac2892262968c0aa","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.27","_shasum":"2cc4f2f1b8e66e77a12892bc8f23ecf7bc4654f8","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2cc4f2f1b8e66e77a12892bc8f23ecf7bc4654f8","size":260246,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.27.tgz","integrity":"sha512-KxKxo98ifGhCLqPpPLgFdNi4icBROcmWZKlxnpiZfM8wGiz1axXdGPzII7nFEFCHjeDk5wl3ufdanC3UctPwUA=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.27.tgz_1473863408448_0.2922708129044622"},"publish_time":1473863409707,"_hasShrinkwrap":false,"_cnpm_publish_time":1473863409707,"_cnpmcore_publish_time":"2021-12-16T18:26:36.216Z"},"0.24.26":{"name":"terminal-kit","version":"0.24.26","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.4","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"0190343a4b04a879fc070d6f61a0218c4fcef735","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.26","_shasum":"5e3cf68b3f71648831a1d261ec11acfbcd61a21e","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5e3cf68b3f71648831a1d261ec11acfbcd61a21e","size":260231,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.26.tgz","integrity":"sha512-lJRU8hnjNe6HQxnkDg3k1rt38cDmNMwHhe367FaYDIYZ8/25msE3JLqgrL+83DcLlHeH+ng5qDicdd9x9RMERQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.26.tgz_1471866762649_0.443079044111073"},"publish_time":1471866764893,"_hasShrinkwrap":false,"_cnpm_publish_time":1471866764893,"_cnpmcore_publish_time":"2021-12-16T18:26:37.002Z"},"0.24.25":{"name":"terminal-kit","version":"0.24.25","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.4","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"599378acf13d3d5607b591a58ced4d815db615d5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.25","_shasum":"e8d7bb77b612332ba0d602723b01bde82db012ae","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e8d7bb77b612332ba0d602723b01bde82db012ae","size":259524,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.25.tgz","integrity":"sha512-nr7OVS5aoW8b8n3uRZ42vg1CN7uQ48z7KAu3LM5cKHxmYPNgXK4sKGeAp3nd8KivVwODYWD1HkF+FARkdjqJBw=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.25.tgz_1471100739692_0.09881670819595456"},"publish_time":1471100741440,"_hasShrinkwrap":false,"_cnpm_publish_time":1471100741440,"_cnpmcore_publish_time":"2021-12-16T18:26:37.751Z"},"0.24.24":{"name":"terminal-kit","version":"0.24.24","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.4","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"ba9e5dd9ec21b74bdd85cd68080e4fc038046eed","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.24","_shasum":"e6f81e7083b6d7fa844a04df709ef954fc60923f","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e6f81e7083b6d7fa844a04df709ef954fc60923f","size":259447,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.24.tgz","integrity":"sha512-q9M+MXswWZtzvCETDNyf/0YOLWpvs7X6b/DUj/Rl4JjgJfNqSEywvX1nJ3MEovLgkshgqzD1+oHPcH9n16e+8w=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.24.tgz_1471098357122_0.8053003589157015"},"publish_time":1471098359190,"_hasShrinkwrap":false,"_cnpm_publish_time":1471098359190,"_cnpmcore_publish_time":"2021-12-16T18:26:38.891Z"},"0.24.23":{"name":"terminal-kit","version":"0.24.23","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.4","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"d9b9e8f03e3658fa012f4f76c62fc2bf09254a27","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.23","_shasum":"77a19269498409263006c815cbf7971e3025a34b","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"77a19269498409263006c815cbf7971e3025a34b","size":259220,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.23.tgz","integrity":"sha512-gN2sev2BUT/aLXRggcw/CymRm8VKjesjrwhGV4b6bqJJ4vU+1j9FePB5MRqx4ZNUV6aZ7O5hVtnP57CUlPXfgQ=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.23.tgz_1471081195125_0.4934364545624703"},"publish_time":1471081207261,"_hasShrinkwrap":false,"_cnpm_publish_time":1471081207261,"_cnpmcore_publish_time":"2021-12-16T18:26:39.784Z"},"0.24.22":{"name":"terminal-kit","version":"0.24.22","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.0","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"c553bd8fc60d391cab6f61e3925fe79be371d75b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.22","_shasum":"9f80c8a67e49337e87b1f0214099dd58510bbadc","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9f80c8a67e49337e87b1f0214099dd58510bbadc","size":259117,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.22.tgz","integrity":"sha512-Jz2/LQZ4GNlvMTvSsQEny6yghqj33ksrJlwIBGzcGolJJ34zdDm085gUGxTaEFqVScX3mkW5cW8/dl//QujQ8g=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.22.tgz_1471016329145_0.3096847499255091"},"publish_time":1471016330851,"_hasShrinkwrap":false,"_cnpm_publish_time":1471016330851,"_cnpmcore_publish_time":"2021-12-16T18:26:41.135Z"},"0.24.21":{"name":"terminal-kit","version":"0.24.21","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.6","nextgen-events":"^0.9.0","string-kit":"^0.5.10","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"3c34f4041665b7b48b369237fe419f9b7b405fd5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.21","_shasum":"18cd960ab69cbe8c16a9dcff7e12573c3f4754ee","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"18cd960ab69cbe8c16a9dcff7e12573c3f4754ee","size":259019,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.21.tgz","integrity":"sha512-PLoLTL7GeL2zDLi+dG4cNAvEo7zL99ubWDTooDH+QfJKULIJnOUkUX1f1dAc+EDwZZmQaPt4My81nLEXefJNow=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.21.tgz_1469972994639_0.388233607634902"},"publish_time":1469972997278,"_hasShrinkwrap":false,"_cnpm_publish_time":1469972997278,"_cnpmcore_publish_time":"2021-12-16T18:26:42.344Z"},"0.24.20":{"name":"terminal-kit","version":"0.24.20","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.5","nextgen-events":"^0.6.0","string-kit":"^0.5.9","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"c6f219f402cb19c925fea80482c41367f41b9603","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.20","_shasum":"8d48eb9a7b25d0c61522c62c3e86656825f2f70d","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8d48eb9a7b25d0c61522c62c3e86656825f2f70d","size":259005,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.20.tgz","integrity":"sha512-YCuGtMU3KZr/cLvlEH51alHMVkgKUeug7aysBoTYgpVxYstEq3Anhz46qb3PJldjXnZ3OqKDJJbi5JsZzUi7jw=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.20.tgz_1469866870338_0.23479776713065803"},"publish_time":1469866873544,"_hasShrinkwrap":false,"_cnpm_publish_time":1469866873544,"_cnpmcore_publish_time":"2021-12-16T18:26:42.905Z"},"0.24.19":{"name":"terminal-kit","version":"0.24.19","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.5","nextgen-events":"^0.6.0","string-kit":"^0.5.9","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"5661af1a2df7c0d40c591f58f8c1f4bffd986337","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.19","_shasum":"02498697e88bc79c6f5633c5a0a4814a5a25ed97","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"02498697e88bc79c6f5633c5a0a4814a5a25ed97","size":258897,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.19.tgz","integrity":"sha512-lAx9T/wiDe8kn6Gn81JZpM9suRKSIIRLS+auZt66OC0cbDhdIECtOWbDU4sHdZDBTcnYdWxlhj/M1uPRl/ux5g=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.19.tgz_1469785741580_0.960791087243706"},"publish_time":1469785743764,"_hasShrinkwrap":false,"_cnpm_publish_time":1469785743764,"_cnpmcore_publish_time":"2021-12-16T18:26:43.913Z"},"0.24.18":{"name":"terminal-kit","version":"0.24.18","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.3","nextgen-events":"^0.5.23","string-kit":"^0.5.9","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"065bef6a9d78730ecfae070577f418972b0b2c52","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.18","_shasum":"9f72067f4ce4e98fc655ff13337ef2757c072d42","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9f72067f4ce4e98fc655ff13337ef2757c072d42","size":258860,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.18.tgz","integrity":"sha512-IIXX2ptQjTQoPDfoE73k17k5RNxld0VfKzdyLcMlcOicRoV+9fbr4g1EhjB+pu9webTy4YmooUdca1SXkmX07w=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.18.tgz_1469638608922_0.7896577198989689"},"publish_time":1469638611497,"_hasShrinkwrap":false,"_cnpm_publish_time":1469638611497,"_cnpmcore_publish_time":"2021-12-16T18:26:44.801Z"},"0.24.17":{"name":"terminal-kit","version":"0.24.17","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.3","nextgen-events":"^0.5.23","string-kit":"^0.5.9","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"fe47b31e9f5d270996745bd9722ddf385110c36d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.17","_shasum":"0cf8483b825fada3caed47aee413aa5b9d4a6f2a","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0cf8483b825fada3caed47aee413aa5b9d4a6f2a","size":258818,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.17.tgz","integrity":"sha512-VWutbz7SqNbSBxMsfvVYaieKllv5Z8PNne/tt/Qkm73KwFUUDS6Zjp32346B0XYXowi7OqeyGW47u8GXhx91Mw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.17.tgz_1469638428638_0.1430578192230314"},"publish_time":1469638430959,"_hasShrinkwrap":false,"_cnpm_publish_time":1469638430959,"_cnpmcore_publish_time":"2021-12-16T18:26:45.551Z"},"0.24.16":{"name":"terminal-kit","version":"0.24.16","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.3","nextgen-events":"^0.5.22","string-kit":"^0.5.8","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"9c7485ea870b917046a6697f2266fa6bd49f5fe5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.16","_shasum":"e215ff2fe466da3f7c4c471f45546e7ca27bb072","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e215ff2fe466da3f7c4c471f45546e7ca27bb072","size":258799,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.16.tgz","integrity":"sha512-Me6c/g6oMVtq/aH/fL7iN1TwUOyIgpOjyatFQBtqKa/fOvXYJYdGejX7vlohdFLDMgjN/a39/8EqXG4QE3jrfw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.16.tgz_1469269335014_0.9972770884633064"},"publish_time":1469269337140,"_hasShrinkwrap":false,"_cnpm_publish_time":1469269337140,"_cnpmcore_publish_time":"2021-12-16T18:26:46.225Z"},"0.24.15":{"name":"terminal-kit","version":"0.24.15","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.3","nextgen-events":"^0.5.22","string-kit":"^0.5.8","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"fe8bb3d22ac800f9638bf71e8cd0e5c83b86d771","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.15","_shasum":"c925b312a337ecd8bc52abbb2fbb67548ec8d5bc","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c925b312a337ecd8bc52abbb2fbb67548ec8d5bc","size":258774,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.15.tgz","integrity":"sha512-KZOV8HqnaQCpUVh0jJL8tE4ix6K65NDHJh1fsUU+mq9DDNWKPOxYSgmxzqvXerl60ibXTpaJLM0r317S8VNCgQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.15.tgz_1469267983542_0.893127727555111"},"publish_time":1469267985700,"_hasShrinkwrap":false,"_cnpm_publish_time":1469267985700,"_cnpmcore_publish_time":"2021-12-16T18:26:47.146Z"},"0.24.14":{"name":"terminal-kit","version":"0.24.14","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.3","nextgen-events":"^0.5.22","string-kit":"^0.5.8","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"3244bbd1bb36539e2f98d470a429a2d5ffdf2493","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.14","_shasum":"59f90f029671180f2273e2110941db183e87eba3","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"59f90f029671180f2273e2110941db183e87eba3","size":258667,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.14.tgz","integrity":"sha512-TAdFN6CVRU0gs1FRJUe5MWxnsmfI1j7msTw9SICblllRl1pg3RrOxo2E2WMXbgRxqZd91+lpmytq8Z/iQ+PcFA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.14.tgz_1469180088884_0.6563113688025624"},"publish_time":1469180091387,"_hasShrinkwrap":false,"_cnpm_publish_time":1469180091387,"_cnpmcore_publish_time":"2021-12-16T18:26:47.913Z"},"0.24.13":{"name":"terminal-kit","version":"0.24.13","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.3","nextgen-events":"^0.5.22","string-kit":"^0.5.8","tree-kit":"^0.5.26"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"b01bafb602814bfedaff6998bc1f454d7b1534b4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.13","_shasum":"1f84cf31196395415e0a05463cb677c5446d3698","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1f84cf31196395415e0a05463cb677c5446d3698","size":258607,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.13.tgz","integrity":"sha512-Dm/MNNZNeiTSTEgH+NmUbU8BPSksc6oA17MsNjmrvfSPduY4kFCgb1SyYq5Ja+nEd1lZ34O8CzHgpurhHmRM5Q=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.13.tgz_1469030543580_0.4546909579075873"},"publish_time":1469030545938,"_hasShrinkwrap":false,"_cnpm_publish_time":1469030545938,"_cnpmcore_publish_time":"2021-12-16T18:26:48.723Z"},"0.24.12":{"name":"terminal-kit","version":"0.24.12","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.3","nextgen-events":"^0.5.13","string-kit":"^0.5.8","tree-kit":"^0.5.25"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"30d7e4dcfa97e0f4e8000123a09c6996aae1ee18","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.12","_shasum":"b0e62a5d8db004adca80d92e161cd50cf4165c07","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b0e62a5d8db004adca80d92e161cd50cf4165c07","size":258544,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.12.tgz","integrity":"sha512-pvF03JjFJg5I10hcj7QTT+E7y8l7lCLatdHxwbX2GLLPYYpUNRqqoTUhtKrA6SEzYfgiDd1hvTpUXCvGEhNn+A=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.12.tgz_1468066458327_0.4490100017283112"},"publish_time":1468066461053,"_hasShrinkwrap":false,"_cnpm_publish_time":1468066461053,"_cnpmcore_publish_time":"2021-12-16T18:26:49.680Z"},"0.24.11":{"name":"terminal-kit","version":"0.24.11","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.2","nextgen-events":"^0.5.13","string-kit":"^0.5.8","tree-kit":"^0.5.24"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"713f421aca9a85add3856eeea6997f66d6da34f5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.11","_shasum":"0ae5881cfdd98e0380eb6d6252557652192e3bbf","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0ae5881cfdd98e0380eb6d6252557652192e3bbf","size":258434,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.11.tgz","integrity":"sha512-P9ePC0CpvHyAB9fBGOHZnSF+ell5NiNtVvlwgnbxCvsymlR9IVNsuKsBa7HhdDvMegWuAbiarwjpiOKgJLXveA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.11.tgz_1467193237723_0.613582759629935"},"publish_time":1467193240665,"_hasShrinkwrap":false,"_cnpm_publish_time":1467193240665,"_cnpmcore_publish_time":"2021-12-16T18:26:50.620Z"},"0.24.10":{"name":"terminal-kit","version":"0.24.10","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.1","nextgen-events":"^0.5.13","string-kit":"^0.5.8","tree-kit":"^0.5.24"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"23ef23fff195b734af7e8524b0d95cfd1127640e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.10","_shasum":"3ef3cfcef381ed001677f2a2c47411bfe82cea38","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3ef3cfcef381ed001677f2a2c47411bfe82cea38","size":258433,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.10.tgz","integrity":"sha512-y/aC8Uhj9Uz0e4CJaYXEK44x/zXcta+OvY+0GaZ6NPU8WnR8F7FSq84IeecwrXz9qupz7hgCB49YpS3Ci+72Gw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.10.tgz_1467193080648_0.43089536065235734"},"publish_time":1467193083474,"_hasShrinkwrap":false,"_cnpm_publish_time":1467193083474,"_cnpmcore_publish_time":"2021-12-16T18:26:51.545Z"},"0.24.9":{"name":"terminal-kit","version":"0.24.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.1.1","nextgen-events":"^0.5.13","string-kit":"^0.5.7","tree-kit":"^0.5.21"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"4061bafb1440ab53516e208416f3a6058f80e4ad","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.9","_shasum":"0a3395a604d2a58a2ca505138aa687cc8812941c","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0a3395a604d2a58a2ca505138aa687cc8812941c","size":258421,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.9.tgz","integrity":"sha512-Kl39LO75F9qBJ/4BIsDLs/BTXxt3Z4gzCeGgdNZx0+KrSVfKrUpmNZepvWOw8b9YoPDMBG4n/cIChUxP41ZVyA=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.9.tgz_1465978530752_0.04418205074034631"},"publish_time":1465978534307,"_hasShrinkwrap":false,"_cnpm_publish_time":1465978534307,"_cnpmcore_publish_time":"2021-12-16T18:26:53.457Z"},"0.24.8":{"name":"terminal-kit","version":"0.24.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.0.0","nextgen-events":"^0.5.13","string-kit":"^0.5.4","tree-kit":"^0.5.20"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"8230921ede3c6424436de7a5707f2800e7070f92","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.8","_shasum":"66c29fdfa2413d09987795f18046fe73fe783d43","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"66c29fdfa2413d09987795f18046fe73fe783d43","size":258456,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.8.tgz","integrity":"sha512-cdZ8tOPXeF1sKtPuBnRXYtpikhmP+sh5FCYHuezAG1gF8ClTqUeQKGg2P79oHj0xPUNJhLwvj2G4bAv9/Dr7fg=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.8.tgz_1464690099173_0.4867051034234464"},"publish_time":1464690101539,"_hasShrinkwrap":false,"_cnpm_publish_time":1464690101539,"_cnpmcore_publish_time":"2021-12-16T18:26:54.528Z"},"0.24.7":{"name":"terminal-kit","version":"0.24.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.0.0","nextgen-events":"^0.5.13","string-kit":"^0.5.4","tree-kit":"^0.5.20"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"3a9f417a5635ced9775ef68ec4c92955721d95da","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.7","_shasum":"b6b4ba659e69369e05181696f9a874ca50c2007e","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b6b4ba659e69369e05181696f9a874ca50c2007e","size":258311,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.7.tgz","integrity":"sha512-2FbTuhBggIbIj+QwtNzwDZaBYU5WUolwZywslNxQaRbD9uf5a9M94vsOFYPvF6wBxStgZkqe2ukT4RNvKE7eDw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.7.tgz_1464612895677_0.9474850741680712"},"publish_time":1464612898401,"_hasShrinkwrap":false,"_cnpm_publish_time":1464612898401,"_cnpmcore_publish_time":"2021-12-16T18:26:55.546Z"},"0.24.6":{"name":"terminal-kit","version":"0.24.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^2.0.0","nextgen-events":"^0.5.13","string-kit":"^0.5.4","tree-kit":"^0.5.20"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"ed5eef47bff7182a6a7dc0b4312262e445f079a5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.6","_shasum":"53958f5684743c255473258f0eb9e81a0705bfcd","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"53958f5684743c255473258f0eb9e81a0705bfcd","size":258096,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.6.tgz","integrity":"sha512-F17h5a8f1mA1fSBJdZxT/Cy0LHBYbRjVYzYwN6OO7MiQnfAuJ4fOE1T0Mtot6dJR8opZ3rSr8uIsTyKeGb054g=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.6.tgz_1464601311490_0.6862477215472609"},"publish_time":1464601314524,"_hasShrinkwrap":false,"_cnpm_publish_time":1464601314524,"_cnpmcore_publish_time":"2021-12-16T18:26:56.687Z"},"0.24.5":{"name":"terminal-kit","version":"0.24.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^1.0.0","nextgen-events":"^0.5.12","string-kit":"^0.5.1","tree-kit":"^0.5.20"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"67ec55e75fb1d62bcd0110910f0cd633982ecdfc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.5","_shasum":"1ca3fcc22992c3936ab58f6f9b529c4190ea52da","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1ca3fcc22992c3936ab58f6f9b529c4190ea52da","size":258082,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.5.tgz","integrity":"sha512-PzTD8iw5SqzTsnF5KXAuUnuvsCkutN72zbXO8WYx4PFmlRSjGKyVRojraRMsA0kxMzND4VgnzPElB5TRpGIjYw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.5.tgz_1464274451790_0.5668888725340366"},"publish_time":1464274454704,"_hasShrinkwrap":false,"_cnpm_publish_time":1464274454704,"_cnpmcore_publish_time":"2021-12-16T18:26:57.600Z"},"0.24.4":{"name":"terminal-kit","version":"0.24.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^1.0.0","nextgen-events":"^0.5.12","string-kit":"^0.5.1","tree-kit":"^0.5.20"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"d494fb083c771e92d7bd752315b0f0ac8aad0b40","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.4","_shasum":"2698d2c73ec89bbcf996bf4f28290955adfb6214","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2698d2c73ec89bbcf996bf4f28290955adfb6214","size":258083,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.4.tgz","integrity":"sha512-6+jhFWQB27FXOuMZ3pJPT9odPUBqKxBlp0BNz2Egoe3aPwM0bYxFEt0wDOsNHLjvDmenIQT9VJ1ta311fugFUw=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.4.tgz_1464269493878_0.36348109506070614"},"publish_time":1464269495796,"_hasShrinkwrap":false,"_cnpm_publish_time":1464269495796,"_cnpmcore_publish_time":"2021-12-16T18:26:58.564Z"},"0.24.3":{"name":"terminal-kit","version":"0.24.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^1.0.0","nextgen-events":"^0.5.12","string-kit":"^0.5.1","tree-kit":"^0.5.20"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.5.3"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2016],"owner":"Cédric Ronvel"},"gitHead":"1c4d9a0a716c11be147ad6484cf7b444cdd23a81","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.3","_shasum":"ed41dbf9e49b5b1f8ec9a020fdf44ab766c33ee2","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ed41dbf9e49b5b1f8ec9a020fdf44ab766c33ee2","size":258050,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.3.tgz","integrity":"sha512-dMhkZB6UBCA4CYHm1cVgb5n3irCJ3kXjtiYlgA+nb6kvLEVtDRVcg/pgHlElYUF7g1WZud7ZDFgg/BkDs0umXQ=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.3.tgz_1464184452358_0.20824498194269836"},"publish_time":1464184453757,"_hasShrinkwrap":false,"_cnpm_publish_time":1464184453757,"_cnpmcore_publish_time":"2021-12-16T18:26:59.351Z"},"0.24.2":{"name":"terminal-kit","version":"0.24.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^1.0.0","nextgen-events":"^0.5.12","string-kit":"^0.4.3","tree-kit":"^0.5.19"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.2","mocha":"^2.4.5"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b943cce9e3afdef75af7c9abd3c640735e24625e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.2","_shasum":"b5cc4682525d090e874c640aff05e35e620c9e9e","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b5cc4682525d090e874c640aff05e35e620c9e9e","size":258371,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.2.tgz","integrity":"sha512-4HeJOsC+zFZDaoMIRqDBv2hnJXeP1v2Jj1Nku9yJFCJyuTO3smDJcdR+U7ppMiH5tznilCZaLNDUkwDiV3gOjw=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.2.tgz_1461424440646_0.8181279161944985"},"publish_time":1461424442552,"_hasShrinkwrap":false,"_cnpm_publish_time":1461424442552,"_cnpmcore_publish_time":"2021-12-16T18:27:00.258Z"},"0.24.1":{"name":"terminal-kit","version":"0.24.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.9","nextgen-events":"^0.5.12","string-kit":"^0.4.3","tree-kit":"^0.5.18"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.1","mocha":"^2.4.5"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"348400d172e8ad1c24906f719a31abcd97f33786","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.1","_shasum":"307df67ee5fb2c432c26c3bf7a44edd82b5733de","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"307df67ee5fb2c432c26c3bf7a44edd82b5733de","size":258363,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.1.tgz","integrity":"sha512-ILB95fRfF+40S0NHMHyVIRjzg+f4vKK35gZ+zGbg5FFDDXT6m8P9yUKN0veNTWC3TPw/ob6xuTa+yeHEWlKaTA=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.1.tgz_1459412804910_0.1308857153635472"},"publish_time":1459412806027,"_hasShrinkwrap":false,"_cnpm_publish_time":1459412806027,"_cnpmcore_publish_time":"2021-12-16T18:27:01.073Z"},"0.24.0":{"name":"terminal-kit","version":"0.24.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.12","string-kit":"^0.4.1","tree-kit":"^0.5.7"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.1","mocha":"^2.4.5"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5dbfcd8f0de0ab3a9631ce472c147f9768c2fc3a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.24.0","_shasum":"80d5f32134216578fdd65bfcb27b1e52c26ffa82","_from":".","_npmVersion":"2.14.18","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"80d5f32134216578fdd65bfcb27b1e52c26ffa82","size":258349,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.24.0.tgz","integrity":"sha512-rwXi0gdNtmo6mwRmwvpKyKQv0haI5CYVxH/GCQuCwfOpNdUC8zQTNxVxQEgzTbTc7vvgKz0o+2WWwUBBP9dxIw=="},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.24.0.tgz_1456135966180_0.31714610662311316"},"publish_time":1456135969578,"_hasShrinkwrap":false,"_cnpm_publish_time":1456135969578,"_cnpmcore_publish_time":"2021-12-16T18:27:02.489Z"},"0.23.1":{"name":"terminal-kit","version":"0.23.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.12","string-kit":"^0.4.1","tree-kit":"^0.5.7"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.1","mocha":"^2.4.5"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1031c533aeae79b92e42c8477b0a0bc17f03046e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.23.1","_shasum":"5f6ac898e4331cadb7eec4af7d7277853c8ce8b6","_from":".","_npmVersion":"2.14.18","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5f6ac898e4331cadb7eec4af7d7277853c8ce8b6","size":258585,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.23.1.tgz","integrity":"sha512-c3gRyb6MudqV5mbWm9IILcF05clbzIVXc9cpcQXr6dZ8Xs6A+6B8Ef4JvNw8Xnd4DNzPTyg0IRve9cXtoh2J2Q=="},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.23.1.tgz_1455460851654_0.5428032150957733"},"publish_time":1455460853808,"_hasShrinkwrap":false,"_cnpm_publish_time":1455460853808,"_cnpmcore_publish_time":"2021-12-16T18:27:03.251Z"},"0.23.0":{"name":"terminal-kit","version":"0.23.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.12","string-kit":"^0.4.0","tree-kit":"^0.5.7"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.9.1","mocha":"^2.4.5"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"80381237a86f5a157415f92609b50412fd6e0b2a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.23.0","_shasum":"1abaecfcc5b60c30f0bf5c355ff71c32162ad341","_from":".","_npmVersion":"2.14.18","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1abaecfcc5b60c30f0bf5c355ff71c32162ad341","size":258538,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.23.0.tgz","integrity":"sha512-M7C/l2YMgV0jHRwa9btYVMCN3x9/vZus9nA/rMT8Ktx3gBDk6D2EtFHkKBKzcCFO0xlWP87brHFHOkqkLyvVQQ=="},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/terminal-kit-0.23.0.tgz_1455459819227_0.15398485050536692"},"publish_time":1455459821578,"_hasShrinkwrap":false,"_cnpm_publish_time":1455459821578,"_cnpmcore_publish_time":"2021-12-16T18:27:04.044Z"},"0.22.7":{"name":"terminal-kit","version":"0.22.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.11","string-kit":"^0.3.11","tree-kit":"^0.5.7"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"8486a27a69cb9c00a3d7956568c7baaecf55dfde","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.7","_shasum":"0c1e486a53dbc668a2a2d1a77ab8cf053aaf37ec","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0c1e486a53dbc668a2a2d1a77ab8cf053aaf37ec","size":258456,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.7.tgz","integrity":"sha512-LicNdWDH5SiB14TlZiLdtcseNrFyQQfazyQbjEVUh6EUZA9rUs370qyAQ83IUnUAoBFijse4vvCzj5L/ulw5wQ=="},"publish_time":1452783379105,"_hasShrinkwrap":false,"_cnpm_publish_time":1452783379105,"_cnpmcore_publish_time":"2021-12-16T18:27:04.821Z"},"0.22.6":{"name":"terminal-kit","version":"0.22.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.11","string-kit":"^0.3.10","tree-kit":"^0.5.7"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"7e0c4e53686ba05bf0588216155ced79677df5ee","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.6","_shasum":"d9ebc580e5d2a27cab723415ee5af11401824122","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d9ebc580e5d2a27cab723415ee5af11401824122","size":258448,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.6.tgz","integrity":"sha512-FKKYx8tsVQJePSIj9zbKwgWLWcgCisRX5kRLSdHlRW6uuFg0/A95JMMuwB17NWpjUesHYxmKSWukJgHBDYIAaw=="},"publish_time":1452700894946,"_hasShrinkwrap":false,"_cnpm_publish_time":1452700894946,"_cnpmcore_publish_time":"2021-12-16T18:27:05.673Z"},"0.22.5":{"name":"terminal-kit","version":"0.22.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.11","string-kit":"^0.3.9","tree-kit":"^0.5.7"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"20a319ca500effd5e10e43d535ef028ba1acc0cf","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.5","_shasum":"12e4a9050f7748ec381d4301eae7bff209270434","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"12e4a9050f7748ec381d4301eae7bff209270434","size":258475,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.5.tgz","integrity":"sha512-YwMC6PGauQYzJTafGrqOfH8uhpHzKb25nRaRxUkPoIIGPKqzuEyF7SDs9eQ20Byw12g0pYuachIkBB24FZSL7A=="},"publish_time":1452526329799,"_hasShrinkwrap":false,"_cnpm_publish_time":1452526329799,"_cnpmcore_publish_time":"2021-12-16T18:27:06.394Z"},"0.22.4":{"name":"terminal-kit","version":"0.22.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.11","string-kit":"^0.3.7","tree-kit":"^0.5.7"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"eb271922691c3b2d53a41614bb0493ae5120f4ad","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.4","_shasum":"3cbbe0d49604dcac5f2afac781fba7200677ba3f","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3cbbe0d49604dcac5f2afac781fba7200677ba3f","size":258053,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.4.tgz","integrity":"sha512-Y6gO998MDGwF8tpj//XwGwwdrzSNtMso/o6sD/DvN0y9sj0/83aK5sfm26twrFNXjfWTqnGMYhEIFWQPIGzQNg=="},"publish_time":1452515785722,"_hasShrinkwrap":false,"_cnpm_publish_time":1452515785722,"_cnpmcore_publish_time":"2021-12-16T18:27:07.163Z"},"0.22.3":{"name":"terminal-kit","version":"0.22.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.10","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5c61b290ce56e55b8eed7e2157aa53a6cc31032a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.3","_shasum":"f27693ca261406ed792a6213bf3cdddf1a9ab650","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f27693ca261406ed792a6213bf3cdddf1a9ab650","size":258028,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.3.tgz","integrity":"sha512-D+9tTzhu8PX2oJ3c8pSX7sTSZzs+2TxSAKJb+jbDepv5Fv/KvFlHs+yl3KuKpm/cmYHkn3p1pVezl0kLrnKIdQ=="},"publish_time":1452016240198,"_hasShrinkwrap":false,"_cnpm_publish_time":1452016240198,"_cnpmcore_publish_time":"2021-12-16T18:27:07.998Z"},"0.22.2":{"name":"terminal-kit","version":"0.22.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.10","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f2c9938185f588cdf9d0fbc291e72ff28a8b6f1c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.2","_shasum":"47ea188ed4f705bc8a9ce0faacb51cd6ee72ca6c","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"47ea188ed4f705bc8a9ce0faacb51cd6ee72ca6c","size":258022,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.2.tgz","integrity":"sha512-oI+s3Wu464mBqNLcp+VosYxKjgyKA9iN3PB7gLsQ8k/EVgZEeFrKOph/N5CR6U9CnUVll7XBC9VXBop/5wzi3g=="},"publish_time":1452015877254,"_hasShrinkwrap":false,"_cnpm_publish_time":1452015877254,"_cnpmcore_publish_time":"2021-12-16T18:27:08.674Z"},"0.22.1":{"name":"terminal-kit","version":"0.22.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.10","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"dc676b58d044bfec46491dfd8fa02975d853bcbb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.1","_shasum":"07d9e5e697252becb66ae4c0876d055164e8b807","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"07d9e5e697252becb66ae4c0876d055164e8b807","size":257375,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.1.tgz","integrity":"sha512-o+rtO8PRod/McY7XmoKIyJEL0sIr70lu6mzvFDqIjVI2uFYHe0ZCOXSALLSoVPZ+l5DO6hkUx/Y1+nW+s3ua1g=="},"publish_time":1452013716063,"_hasShrinkwrap":false,"_cnpm_publish_time":1452013716063,"_cnpmcore_publish_time":"2021-12-16T18:27:09.398Z"},"0.22.0":{"name":"terminal-kit","version":"0.22.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.10","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"80d807ec587a7cf56502b1e1d1beee8b14604ee4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.22.0","_shasum":"072a2e0e334809bd47500ad7295871ea70a061bb","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"072a2e0e334809bd47500ad7295871ea70a061bb","size":255792,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.22.0.tgz","integrity":"sha512-ZfmxXokhDw7zE1U/n/gaNgMPt5Y79HuE1YVAw4HmftCJqZS4WA2wCIZ5JQs0vIWKf4DvZi/kFZ1/wsQWJhAEiQ=="},"publish_time":1451914998382,"_hasShrinkwrap":false,"_cnpm_publish_time":1451914998382,"_cnpmcore_publish_time":"2021-12-16T18:27:10.246Z"},"0.21.8":{"name":"terminal-kit","version":"0.21.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.9","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b6c6bc98fccddb9a11b0a8d9836254105bc9e2d8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.8","_shasum":"8a1955e86f33029e2cc56783b944105f122fcece","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8a1955e86f33029e2cc56783b944105f122fcece","size":255616,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.8.tgz","integrity":"sha512-6xoMkq2Yw/Hl9eulTMyqgyfFanfT1IrtOgTHZm9isP76h6EZ4+tvap3ZpR7JY1rd/5/f/Tt+bCBElBRSbZdPMg=="},"publish_time":1451744192147,"_hasShrinkwrap":false,"_cnpm_publish_time":1451744192147,"_cnpmcore_publish_time":"2021-12-16T18:27:10.991Z"},"0.21.7":{"name":"terminal-kit","version":"0.21.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.9","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"bbe4f17aaa4d7a4d6e889259076087505ddf1d19","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.7","_shasum":"4021d9a597f889ffa14394384329c5362ef819e3","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4021d9a597f889ffa14394384329c5362ef819e3","size":255414,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.7.tgz","integrity":"sha512-ccEZZwxCwxGKosLWFyDLyHN8gOoKrdeo/2NIIn97JKmtfSjZ3Mue3Q+/fzahprLOZxa6OexBTd1tONxBgMEoQQ=="},"publish_time":1451741987559,"_hasShrinkwrap":false,"_cnpm_publish_time":1451741987559,"_cnpmcore_publish_time":"2021-12-16T18:27:11.902Z"},"0.21.6":{"name":"terminal-kit","version":"0.21.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.9","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"7301d1cb6670ca44cf47286349b7879ba456b0d1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.6","_shasum":"9f17069b246e8aa44eecd4458878a2c698c1bd6e","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9f17069b246e8aa44eecd4458878a2c698c1bd6e","size":255389,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.6.tgz","integrity":"sha512-zsuGhUcBSW4d1KrkxOOX1miWH9dRvHJp2CexOYtOE6//vXbmTory0CQrFetlFVpyQeCTP1tt9CGmpuI+Cvw5dw=="},"publish_time":1451579895146,"_hasShrinkwrap":false,"_cnpm_publish_time":1451579895146,"_cnpmcore_publish_time":"2021-12-16T18:27:12.589Z"},"0.21.5":{"name":"terminal-kit","version":"0.21.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.9","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"6627c511be42b8c263ce45aa01639a8153cb3dad","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.5","_shasum":"54f668d07e59673140f6b6ba6bfeab32362de316","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"54f668d07e59673140f6b6ba6bfeab32362de316","size":255302,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.5.tgz","integrity":"sha512-50ywagOhFmYfmdE2wGjPqNArDkSDyWwhsuUUZv76a1ijS2eTBjGrx86+8QSvI9kP/PaZMcddTeYRMUZntnP3kQ=="},"publish_time":1451407215127,"_hasShrinkwrap":false,"_cnpm_publish_time":1451407215127,"_cnpmcore_publish_time":"2021-12-16T18:27:13.253Z"},"0.21.4":{"name":"terminal-kit","version":"0.21.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"01ee08a8812c49c50ee680067d116b2352ccba58","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.4","_shasum":"7a3e389740b6ebee06c3cf017180c4cead9c2c8d","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7a3e389740b6ebee06c3cf017180c4cead9c2c8d","size":255277,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.4.tgz","integrity":"sha512-+dVat535YjhPrVP0LwPnzLdXvZWBUO6jfegcIuk/xaCgZy29Oz/NC3sZOiPv7OdWhWNU5TK94stY4i72qgBXDg=="},"publish_time":1451293642599,"_hasShrinkwrap":false,"_cnpm_publish_time":1451293642599,"_cnpmcore_publish_time":"2021-12-16T18:27:14.170Z"},"0.21.3":{"name":"terminal-kit","version":"0.21.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"addd39396e9f589361d12acb9d911d5baed5becb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.3","_shasum":"bf7ecdc686e84e5a50a2ce338847cbe4e23c1ac9","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"bf7ecdc686e84e5a50a2ce338847cbe4e23c1ac9","size":255092,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.3.tgz","integrity":"sha512-J23wI4mfRnX++e89a2tm9v/h4uMRkFvSxD10HOLaW24Xo2TDd92Lh+Uz1REsf3T/Xrcrki95RZ4gV1VhzUmYyw=="},"publish_time":1451241691127,"_hasShrinkwrap":false,"_cnpm_publish_time":1451241691127,"_cnpmcore_publish_time":"2021-12-16T18:27:14.800Z"},"0.21.2":{"name":"terminal-kit","version":"0.21.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f490f2a1d3138929fff0a7e4bd52bd63e8d359d5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.2","_shasum":"81d5500713a1b4034b4e975718fc52b0c13fddb5","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"81d5500713a1b4034b4e975718fc52b0c13fddb5","size":254996,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.2.tgz","integrity":"sha512-Qfo990rIwxHNKKzwtGSvcF/u7ZWcMnyBNOK6+SSJ5yZejoXGwpvIm1mtM1xC4B2v5Mclkmon3RkEL13Sd6RX8Q=="},"publish_time":1451136547910,"_hasShrinkwrap":false,"_cnpm_publish_time":1451136547910,"_cnpmcore_publish_time":"2021-12-16T18:27:15.477Z"},"0.21.1":{"name":"terminal-kit","version":"0.21.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"eaa4dd89f7dd307ddf2f1bf364991ac252637991","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.1","_shasum":"e6b2324ed30e5b3e3ee6e177fb8ce4170a9d809d","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e6b2324ed30e5b3e3ee6e177fb8ce4170a9d809d","size":255407,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.1.tgz","integrity":"sha512-gG39CK72SeyK8ekoAxs57DtplWXMc6LaMeQGbuceJM0NJ+aZVHd0Kjmc9ZA6j4uqWSZ8OH94wFIacDBVrs1JYQ=="},"publish_time":1451123793329,"_hasShrinkwrap":false,"_cnpm_publish_time":1451123793329,"_cnpmcore_publish_time":"2021-12-16T18:27:16.738Z"},"0.21.0":{"name":"terminal-kit","version":"0.21.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c17a3fd1ddc4096f2a42528892e2529b83344330","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.21.0","_shasum":"0bb443d98b39d18ac698956373a90393c3cc43ce","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0bb443d98b39d18ac698956373a90393c3cc43ce","size":254997,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.21.0.tgz","integrity":"sha512-HE1SB9VOVvLf/XlQ0vuA6j+V+xp/+ilvmrK4y/KJUshnQaf24/Z3dxTnoO332xpafaZ5PXoKqHubVFeKWEKolg=="},"publish_time":1451120971561,"_hasShrinkwrap":false,"_cnpm_publish_time":1451120971561,"_cnpmcore_publish_time":"2021-12-16T18:27:17.669Z"},"0.20.32":{"name":"terminal-kit","version":"0.20.32","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"78d1cfff965ce704f05e429ed0347c2f0fa0a9eb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.32","_shasum":"cc41f74fe0b1ac2d3143a64333335e24ff2d5592","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"cc41f74fe0b1ac2d3143a64333335e24ff2d5592","size":258889,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.32.tgz","integrity":"sha512-dfR2/GqhLa628Dd2o1iEXswVAl1EaiTEOpszd6NAt9059Nr92U3ip5VoRq5X/StehzfkfQkciaKBBQQwC1JQNw=="},"publish_time":1450960870064,"_hasShrinkwrap":false,"_cnpm_publish_time":1450960870064,"_cnpmcore_publish_time":"2021-12-16T18:27:18.625Z"},"0.20.30":{"name":"terminal-kit","version":"0.20.30","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1d51663dba6004a6ed03553763f22fa3ffaffe72","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.30","_shasum":"b11da5c19b3adf4207a1d1e728f1f509f68e2b56","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b11da5c19b3adf4207a1d1e728f1f509f68e2b56","size":258749,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.30.tgz","integrity":"sha512-ptFSsOw7H/OkngWKROhjVfz9rV6QEwHkaQFR+33UB0sv22+w0SA4csTqFURPj+zz65Y2vNXl5c2ubf1nfY2FBw=="},"publish_time":1450799013217,"_hasShrinkwrap":false,"_cnpm_publish_time":1450799013217,"_cnpmcore_publish_time":"2021-12-16T18:27:19.376Z"},"0.20.31":{"name":"terminal-kit","version":"0.20.31","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1c47cfbb0b43b6a5af8d769870b96b09787416f8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.31","_shasum":"7f7535653b509070b2cfc5e0c61c39a51f846b0a","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7f7535653b509070b2cfc5e0c61c39a51f846b0a","size":258770,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.31.tgz","integrity":"sha512-fIWg8ID/34Rg01tduNOopx9nL4GwOhM61QA+VBoZJcz+Kc9+qxxWPzo7J3ps5KzDys+l2VJIiZERSzWhUtXacQ=="},"publish_time":1450798963266,"_hasShrinkwrap":false,"_cnpm_publish_time":1450798963266,"_cnpmcore_publish_time":"2021-12-16T18:27:19.978Z"},"0.20.29":{"name":"terminal-kit","version":"0.20.29","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b036fbe15c5b0c3ca3269945f76c61221beaa9df","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.29","_shasum":"b337a757b18856226f300b457a9c822aea273977","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b337a757b18856226f300b457a9c822aea273977","size":257345,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.29.tgz","integrity":"sha512-d3gIXP77HxaYmG2h9VeZaZVRnYsk4eT6jndXo9XGWB2kwZowJW7o++JWqBuGxelp1t/JvDaUWlSw2GGbXZe1ww=="},"publish_time":1450792723004,"_hasShrinkwrap":false,"_cnpm_publish_time":1450792723004,"_cnpmcore_publish_time":"2021-12-16T18:27:20.804Z"},"0.20.28":{"name":"terminal-kit","version":"0.20.28","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"13f378581009a4ab981134dca99edb521aec49db","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.28","_shasum":"fff1322616037aafe507fcb129385fe9e7d58e4d","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"fff1322616037aafe507fcb129385fe9e7d58e4d","size":256691,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.28.tgz","integrity":"sha512-aP5BYwU1yJmMbZx84vO57jaOITSxIumz0wmgC4LNguMD+u5K0v3tpQgX2LDhnKCrZpNS8hDjrBsU+fcKS00CiQ=="},"publish_time":1450777702544,"_hasShrinkwrap":false,"_cnpm_publish_time":1450777702544,"_cnpmcore_publish_time":"2021-12-16T18:27:21.535Z"},"0.20.27":{"name":"terminal-kit","version":"0.20.27","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"6866182f9bd54b527a310b339cca19cf2b60c1f5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.27","_shasum":"1504e3a46fd749b3b88973ec812a409473dcd1b7","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1504e3a46fd749b3b88973ec812a409473dcd1b7","size":256703,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.27.tgz","integrity":"sha512-lkcbrQwhdh1l42GEwTWDWOcwK8sludQ8d4weq0RXfNuBOn150kyRk5sQv3w24QCJ2MW7QQcv0YTSdFOk0WJEiw=="},"publish_time":1450715471258,"_hasShrinkwrap":false,"_cnpm_publish_time":1450715471258,"_cnpmcore_publish_time":"2021-12-16T18:27:22.594Z"},"0.20.26":{"name":"terminal-kit","version":"0.20.26","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"35f0f583f88819ec4f031a24ff9de2a61c947794","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.26","_shasum":"5de89fa32500b3e303c70512929ba2811777f789","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5de89fa32500b3e303c70512929ba2811777f789","size":256220,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.26.tgz","integrity":"sha512-HgIy2tR5Owhjbkp44HiXahEa3pINRrs6mIW1LsABAtTSyoYD8VsyKlv8VIj53Qz8h9q8IDtcn+tVTy0mCpUiBg=="},"publish_time":1450706617773,"_hasShrinkwrap":false,"_cnpm_publish_time":1450706617773,"_cnpmcore_publish_time":"2021-12-16T18:27:23.258Z"},"0.20.25":{"name":"terminal-kit","version":"0.20.25","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f8f8c58d4743563d4699eb76965becd5408719b4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.25","_shasum":"77e61ba8ade4dcb3e9b30d9723c42d7cb45c4cca","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"77e61ba8ade4dcb3e9b30d9723c42d7cb45c4cca","size":256181,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.25.tgz","integrity":"sha512-f4ISXnAE69kEGXhRb2bv5WnpdVuYvPRnGD2+7vGucZxf56aLaIFOaMawkiGKTiC3+BZjgOpF184h3MdJ1Qjoog=="},"publish_time":1450705173401,"_hasShrinkwrap":false,"_cnpm_publish_time":1450705173401,"_cnpmcore_publish_time":"2021-12-16T18:27:23.717Z"},"0.20.23":{"name":"terminal-kit","version":"0.20.23","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"513b150c52349bd65c777bea9616c132ab2cd8e5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.23","_shasum":"2660b294d342b53bb2cfe741b2f2e9728df02b10","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2660b294d342b53bb2cfe741b2f2e9728df02b10","size":256156,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.23.tgz","integrity":"sha512-QUZfSLbrpVGoDXuqDZbZFp00KVAFczXGY/nRP44W+2NsP2KVQh4Zb9hzeLB7qrX3KlphopMUQ9jjC+tPulzmJw=="},"publish_time":1450702843755,"_hasShrinkwrap":false,"_cnpm_publish_time":1450702843755,"_cnpmcore_publish_time":"2021-12-16T18:27:24.309Z"},"0.20.24":{"name":"terminal-kit","version":"0.20.24","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"4cfc657b8c9816476b293fb129ab07504985ee94","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.24","_shasum":"d3c1c4dbdf097df34c16eba556aa8cbe1a73a8e0","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d3c1c4dbdf097df34c16eba556aa8cbe1a73a8e0","size":256170,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.24.tgz","integrity":"sha512-eIgJIrZ79+TdDWNF2i1ZqLZhM1lYuVAxXISfdcSgfdCSXeBqk5boVzGJ/rttUcgDNDmggJSe9g5IJvfTsY9eag=="},"publish_time":1450702793107,"_hasShrinkwrap":false,"_cnpm_publish_time":1450702793107,"_cnpmcore_publish_time":"2021-12-16T18:27:24.826Z"},"0.20.22":{"name":"terminal-kit","version":"0.20.22","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"adcaf3c19295bde93ebfec2cede7aee16ccc1afa","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.22","_shasum":"4dc47f7d5c0af94cf6a31a1bebd24d3090699916","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4dc47f7d5c0af94cf6a31a1bebd24d3090699916","size":256054,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.22.tgz","integrity":"sha512-KTFkc8X4yztYn+PeBe4/iEhSSLx36S9WlfpCf1soVe34RRCFARKNDL9VEHQ1ksNLZBhGlO71yGiv3M9LX31YAg=="},"publish_time":1450700099677,"_hasShrinkwrap":false,"_cnpm_publish_time":1450700099677,"_cnpmcore_publish_time":"2021-12-16T18:27:25.863Z"},"0.20.21":{"name":"terminal-kit","version":"0.20.21","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b95b8d97b0cb29d52d4c93c4bc55d393716447bc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.21","_shasum":"caea634e8d50a27101c06ea9bf77126f6d80deaa","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"caea634e8d50a27101c06ea9bf77126f6d80deaa","size":256003,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.21.tgz","integrity":"sha512-uX42boHZm27hvR+wz8KMdruYn4oKPTV/t/UHD3MqXC/iFNu//J2kcFa0C32CIm/2eoxQdpw5hn0Jqq5ujZj9MQ=="},"publish_time":1450695377228,"_hasShrinkwrap":false,"_cnpm_publish_time":1450695377228,"_cnpmcore_publish_time":"2021-12-16T18:27:26.763Z"},"0.20.20":{"name":"terminal-kit","version":"0.20.20","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"8161b30fa2e30d2a7f6936c4580013c3c71f7a69","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.20","_shasum":"c29d2cd9c59934190bf816c6e6c17b6a6403f0d1","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c29d2cd9c59934190bf816c6e6c17b6a6403f0d1","size":255916,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.20.tgz","integrity":"sha512-4V0l01x9TaoaoYn29p3W2RL5C3RhVKrtDS1oWfHMxHbuB+QD+k3wW809i62Fe8ji4wVLOS0VX71hPAIDGwt9aA=="},"publish_time":1450693206481,"_hasShrinkwrap":false,"_cnpm_publish_time":1450693206481,"_cnpmcore_publish_time":"2021-12-16T18:27:27.732Z"},"0.20.19":{"name":"terminal-kit","version":"0.20.19","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"77bbab8954567b919858c06b9b76c809ffdb688d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.19","_shasum":"3ed74d4e4cb9ee459047a3d77b62240a66cae4ba","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3ed74d4e4cb9ee459047a3d77b62240a66cae4ba","size":255628,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.19.tgz","integrity":"sha512-5eOG2gonj1EhmL9aGi60SK7kp88CUPcmE2uWs1QvWkTRZS4gCRKuDNopY5Gb01coDVLI10iRUaiDzrve2Crshg=="},"publish_time":1450633141261,"_hasShrinkwrap":false,"_cnpm_publish_time":1450633141261,"_cnpmcore_publish_time":"2021-12-16T18:27:28.611Z"},"0.20.18":{"name":"terminal-kit","version":"0.20.18","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d94b33325f1b807585c5d4b08ed1b321d958c688","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.18","_shasum":"2411189e26ff5799040f25810f7fd44b2cc20d23","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2411189e26ff5799040f25810f7fd44b2cc20d23","size":255421,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.18.tgz","integrity":"sha512-T1DG6MbtkFcBjp/E/ekImlVccH92MbWLNiiZe2+fOrARQdjS7CObCr7HcyMQgZMjBsuc9Z9gksHbJYfMPOkMnQ=="},"publish_time":1450623461115,"_hasShrinkwrap":false,"_cnpm_publish_time":1450623461115,"_cnpmcore_publish_time":"2021-12-16T18:27:29.359Z"},"0.20.17":{"name":"terminal-kit","version":"0.20.17","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"74d1b3a1cf217137501bda48f05c9ade5b665394","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.17","_shasum":"c4fec890a0931cb5d8853a4d42add0ef528b5dbd","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c4fec890a0931cb5d8853a4d42add0ef528b5dbd","size":254430,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.17.tgz","integrity":"sha512-oEPG6fQTlRMXmTZKO4BQ47r4YTQF9xGI0Mr+Gky7JRuZTbAVLrZ0pw07FGY1y5+UbPfjo8yLqTch6H4W3vYcZQ=="},"publish_time":1450617057356,"_hasShrinkwrap":false,"_cnpm_publish_time":1450617057356,"_cnpmcore_publish_time":"2021-12-16T18:27:29.954Z"},"0.20.16":{"name":"terminal-kit","version":"0.20.16","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a8f36c9d34a2ff54e402990ae5e40bdf93c3dd5c","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.16","_shasum":"be56e26c0a7836e70510f4d4934f7192a9cf7faf","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"be56e26c0a7836e70510f4d4934f7192a9cf7faf","size":254050,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.16.tgz","integrity":"sha512-6Zxg0V7QYtuWYilFRXxCNf5aSVTvI1f4xZBj+3/iUtsspqmHMJQ6kZM9B0YHVT7ovUtePLV+TqguqQ7R6WUbiA=="},"publish_time":1450609308429,"_hasShrinkwrap":false,"_cnpm_publish_time":1450609308429,"_cnpmcore_publish_time":"2021-12-16T18:27:30.681Z"},"0.20.14":{"name":"terminal-kit","version":"0.20.14","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"bb0fa5aa081878b7973a29c19658e001fd99e19f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.14","_shasum":"d2a0b4450b9b16fec954be4636da2fa16fb30bc0","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d2a0b4450b9b16fec954be4636da2fa16fb30bc0","size":252590,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.14.tgz","integrity":"sha512-LvP02lN680hEOE/aR230z8pWgp6LN5oB4LYFoQodQti+wRL1T6bMoFnvchd05RL71KxP16d+rzJQykWYcnl52w=="},"publish_time":1450599498093,"_hasShrinkwrap":false,"_cnpm_publish_time":1450599498093,"_cnpmcore_publish_time":"2021-12-16T18:27:31.680Z"},"0.20.13":{"name":"terminal-kit","version":"0.20.13","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1b1d4aabe18bba3daf4d50c6ad69b1397fc20ee2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.13","_shasum":"4d333fc5fdcfb0ac3c08324ea3cb84537f4729cb","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4d333fc5fdcfb0ac3c08324ea3cb84537f4729cb","size":252382,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.13.tgz","integrity":"sha512-D2KkWYr/JS1M1ZUtDGOJz1rEvSsD7eWzieWwsXqMfSyK4tTKvzs8b4mn3q6NDbd+awrqfBu4xMOVbCAbSyD3oQ=="},"publish_time":1450559314335,"_hasShrinkwrap":false,"_cnpm_publish_time":1450559314335,"_cnpmcore_publish_time":"2021-12-16T18:27:32.476Z"},"0.20.12":{"name":"terminal-kit","version":"0.20.12","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d44e893201c41582a451066be7af17d728237890","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.12","_shasum":"0c6f6e1d5cb7a490fabcff331af4d07c35495f58","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0c6f6e1d5cb7a490fabcff331af4d07c35495f58","size":252257,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.12.tgz","integrity":"sha512-ZFdKW4dIZB+GoRkQqJ1ua0d0EOcrSpaxF051zwjIL0ORxhsEgAjmSlQtBI3JdUpZywlmHRo7FWkZ6yOyqWEqvw=="},"publish_time":1450544006327,"_hasShrinkwrap":false,"_cnpm_publish_time":1450544006327,"_cnpmcore_publish_time":"2021-12-16T18:27:33.081Z"},"0.20.11":{"name":"terminal-kit","version":"0.20.11","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"51b47b43350790230d8398e66d1e492cba3c7c99","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.11","_shasum":"e4bbede93b73c2d4cc3eb5ec3c2131f55e9f687c","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e4bbede93b73c2d4cc3eb5ec3c2131f55e9f687c","size":251519,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.11.tgz","integrity":"sha512-8VmvOhluBbiDnmYBhRw9OdHxHSQn6j66EFEywf2Vt/5/3wGWr9FkaTGUbSslReTiaGdWcjV6ywUDgzLHbeigQw=="},"publish_time":1450538362669,"_hasShrinkwrap":false,"_cnpm_publish_time":1450538362669,"_cnpmcore_publish_time":"2021-12-16T18:27:33.624Z"},"0.20.10":{"name":"terminal-kit","version":"0.20.10","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"0421ef1bf87a6614d3e63fa4643ff166e269a046","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.10","_shasum":"9585d0d6361c1be84a99719e45b3969db165e3c0","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9585d0d6361c1be84a99719e45b3969db165e3c0","size":251414,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.10.tgz","integrity":"sha512-xiIB4WYJTOvnpZpcZCZYJv6nmPeKOPc6zyMy7BlUiiSY9czxVoZwBaKk9Hq2vtt4vSyDGqyQVTnSJHQ4oK0A3w=="},"publish_time":1450537022566,"_hasShrinkwrap":false,"_cnpm_publish_time":1450537022566,"_cnpmcore_publish_time":"2021-12-16T18:27:34.543Z"},"0.20.9":{"name":"terminal-kit","version":"0.20.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5a93a33236f833d6e99eea31f63a48c0a5e93c6b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.9","_shasum":"43e1d51db338a282c706f908f1151c2d3470c0c9","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"43e1d51db338a282c706f908f1151c2d3470c0c9","size":250460,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.9.tgz","integrity":"sha512-in4guKAAj+NqSkHgKVUIiL2YgtxF3+hZQjDEfLKrINvspDyjgVPa5jFKJ7KzzCfGghHK5ryOZs+I/HQHc76wsw=="},"publish_time":1450532447493,"_hasShrinkwrap":false,"_cnpm_publish_time":1450532447493,"_cnpmcore_publish_time":"2021-12-16T18:27:35.835Z"},"0.20.8":{"name":"terminal-kit","version":"0.20.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.5","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"81e180fccfff226123353197f3a64177cde06901","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.8","_shasum":"8d3390d6bde8e8b00b6e13f516d8392862c98476","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8d3390d6bde8e8b00b6e13f516d8392862c98476","size":250422,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.8.tgz","integrity":"sha512-TTOTOjKK4u8n1fu72Y0pNFax+a2b682iEPMm17q6iNWK0nJevDT9vlXqLSF7H9hkD8McqJd0Teae0W5K9LqZDw=="},"publish_time":1450473748616,"_hasShrinkwrap":false,"_cnpm_publish_time":1450473748616,"_cnpmcore_publish_time":"2021-12-16T18:27:36.526Z"},"0.20.7":{"name":"terminal-kit","version":"0.20.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.4","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"92a966d12f35f27f6d79bbb175b24ae0298aeb19","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.7","_shasum":"e4f5465804ec86e1731e31d06f9213dfdbc37992","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e4f5465804ec86e1731e31d06f9213dfdbc37992","size":250351,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.7.tgz","integrity":"sha512-xlYW9JVD1r8+YqBQ1Hh61kK8it39pYN/pC8iSjQdA0jB0PP0WHJ88Yk5SdppUzYqBlsn/46hH2RKEHdCEPuRuA=="},"publish_time":1450458080053,"_hasShrinkwrap":false,"_cnpm_publish_time":1450458080053,"_cnpmcore_publish_time":"2021-12-16T18:27:37.211Z"},"0.20.6":{"name":"terminal-kit","version":"0.20.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.2","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a44b25be5e0e6701f1b5b321ba47ed01ba03b868","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.6","_shasum":"3ba8a6af4115861e60687770f1da9f13aecafd29","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3ba8a6af4115861e60687770f1da9f13aecafd29","size":250064,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.6.tgz","integrity":"sha512-C33HXzU1Z3N5B6qLfYDx3szyoVNlTRdexElbv0SQqTwtDaL7g9M1TZhykyP6kmNK3aBQlqNWrJZelMx0lX6xkA=="},"publish_time":1450454422506,"_hasShrinkwrap":false,"_cnpm_publish_time":1450454422506,"_cnpmcore_publish_time":"2021-12-16T18:27:37.783Z"},"0.20.5":{"name":"terminal-kit","version":"0.20.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.8","nextgen-events":"^0.5.2","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a5571daa8645d17480f8cef15ff101012d975d61","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.5","_shasum":"b1b5e6acb6ea2a5915b9b96ed0cbb25ff41a1da7","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b1b5e6acb6ea2a5915b9b96ed0cbb25ff41a1da7","size":249896,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.5.tgz","integrity":"sha512-/dEaIKPrCLdujT8KdaN2n9qfN+DoMbARqkCcwEM1uQ7iAGIozllPC3OKJwaegTOnLeHgYw4CUUOO87JAbZK+5g=="},"publish_time":1450449485458,"_hasShrinkwrap":false,"_cnpm_publish_time":1450449485458,"_cnpmcore_publish_time":"2021-12-16T18:27:38.595Z"},"0.20.4":{"name":"terminal-kit","version":"0.20.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"12f40172dce37f1867f6c2ab62d858680061d0d5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.4","_shasum":"fc69163e972d5e92435d3b63545b989da774f363","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"fc69163e972d5e92435d3b63545b989da774f363","size":249770,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.4.tgz","integrity":"sha512-IrDCNCOGJDMvTK+YdLmDfIopAlSMkydpnmDXsvhkKJDbTVgg7bivuHYgKc5P1Oi/rog8OXvGuuSMc79tRerF4Q=="},"publish_time":1450289955659,"_hasShrinkwrap":false,"_cnpm_publish_time":1450289955659,"_cnpmcore_publish_time":"2021-12-16T18:27:39.391Z"},"0.20.3":{"name":"terminal-kit","version":"0.20.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"80b6bc034f433afc0e3a24c32dc379bd44cded48","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.3","_shasum":"1922bae99154c45fbbf57900c612343bd820a258","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1922bae99154c45fbbf57900c612343bd820a258","size":248322,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.3.tgz","integrity":"sha512-IHvOdpoUgpdIoRbGvdbzqm3QA4B4ieCwC9aXVXFaol9k5UKJ9f7aKYcLIdz2qkhwhXWRw8Ihm1IdL8I8MhMDpQ=="},"publish_time":1450280394210,"_hasShrinkwrap":false,"_cnpm_publish_time":1450280394210,"_cnpmcore_publish_time":"2021-12-16T18:27:40.367Z"},"0.20.2":{"name":"terminal-kit","version":"0.20.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b88976a68ce412ea0d0b52bbee16f5d5bf411f0b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.2","_shasum":"ca798054f8cbd70d4e7aa61429938c272ac7b4bd","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ca798054f8cbd70d4e7aa61429938c272ac7b4bd","size":247586,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.2.tgz","integrity":"sha512-/WTefWLisfZ5A/HGwMfQCgaLK1NbQxxFfMNUoJAHIz/Ri48QlSmWevkWgmgPTMUerYasBkFBy3lETncT44nWrQ=="},"publish_time":1450213200920,"_hasShrinkwrap":false,"_cnpm_publish_time":1450213200920,"_cnpmcore_publish_time":"2021-12-16T18:27:40.985Z"},"0.20.1":{"name":"terminal-kit","version":"0.20.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"caf39157dcc39fbecfbb56c85eb51e8bb9814143","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.1","_shasum":"c83627d0e210ac24dd216c7e046f5d3b80bc57c0","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c83627d0e210ac24dd216c7e046f5d3b80bc57c0","size":247388,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.1.tgz","integrity":"sha512-QYZF3XcaeHEXkjaQ3gpWaQUk1EO5caCIosG3xKCNE8zdWEqalceya9qztKtmW6iaCLwuIELAHxOYc/jt8VSExw=="},"publish_time":1450200683361,"_hasShrinkwrap":false,"_cnpm_publish_time":1450200683361,"_cnpmcore_publish_time":"2021-12-16T18:27:41.711Z"},"0.20.0":{"name":"terminal-kit","version":"0.20.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"54b92cffbb3494e4bda19f89e308595caf108a05","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.20.0","_shasum":"39a60b477223c2aac723b3ed60850a7b64ba586b","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"39a60b477223c2aac723b3ed60850a7b64ba586b","size":247228,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.20.0.tgz","integrity":"sha512-fsox8Ej13xTunntSrW+J5Yk/NSmo4bzGGX+cuqUWlVbxqxXQmVA8jVceiGzYmOMUV+PnkYhktJNYsY5T1AZ8bw=="},"publish_time":1450199149325,"_hasShrinkwrap":false,"_cnpm_publish_time":1450199149325,"_cnpmcore_publish_time":"2021-12-16T18:27:42.768Z"},"0.19.4":{"name":"terminal-kit","version":"0.19.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f21e573e5c118cb65c1632b41f941d0388833d32","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.19.4","_shasum":"1ed478857b0e7e6fd122e2285d90a74bf912160a","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1ed478857b0e7e6fd122e2285d90a74bf912160a","size":246705,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.19.4.tgz","integrity":"sha512-hil1OIH0sRKqYIwCHY5VFcF/z8ua/1YbZpwRXTyuMk69T5fcN/xl6bx19guKa5bkoB9phEr1RVoXfQMJhKjMaw=="},"publish_time":1450139663276,"_hasShrinkwrap":false,"_cnpm_publish_time":1450139663276,"_cnpmcore_publish_time":"2021-12-16T18:27:44.132Z"},"0.19.3":{"name":"terminal-kit","version":"0.19.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c267df347cf9cb634c80f47a2d8cb8c3c71d29f4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.19.3","_shasum":"7e97838983f30066df69c23c721908ee76d59f01","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7e97838983f30066df69c23c721908ee76d59f01","size":246425,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.19.3.tgz","integrity":"sha512-l0hb40jLedmKy6oq26Oda5upYtRboCBhP5r1NnZRD9mJo8FS7FS+zclOAcqaCPqjrFjr11Hz74kAdtLLgxqXqg=="},"publish_time":1450134176208,"_hasShrinkwrap":false,"_cnpm_publish_time":1450134176208,"_cnpmcore_publish_time":"2021-12-16T18:27:44.955Z"},"0.19.2":{"name":"terminal-kit","version":"0.19.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"44048c50df57de958f03f85023046a1234df4944","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.19.2","_shasum":"34aaa09e305b269e73f57eebae3a09a22bd8d83f","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"34aaa09e305b269e73f57eebae3a09a22bd8d83f","size":246328,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.19.2.tgz","integrity":"sha512-rM4A3FBaz6Vmd7/KEqGPOVsUqXN1NPyqawRY4TZ1DnSYxlqPrVbTrGn7Nqsq92csaTd18yWhQhazyeE6oc2/Og=="},"publish_time":1450131537579,"_hasShrinkwrap":false,"_cnpm_publish_time":1450131537579,"_cnpmcore_publish_time":"2021-12-16T18:27:45.733Z"},"0.19.1":{"name":"terminal-kit","version":"0.19.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5bbead5b8fa4a985eb5b090c73483f2ef0dfbd3f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.19.1","_shasum":"51b4242c3b9b5bd5d45a8302200b546c279bf8bc","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"51b4242c3b9b5bd5d45a8302200b546c279bf8bc","size":246091,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.19.1.tgz","integrity":"sha512-eL1GXP2HytEZNm/8Lts3IAjbvUD2x7+pSk1b97uiSuHg0dARSVYPDF3cdjDQDmeFHPciRkBe0wJG6I8T9slNzg=="},"publish_time":1450111350842,"_hasShrinkwrap":false,"_cnpm_publish_time":1450111350842,"_cnpmcore_publish_time":"2021-12-16T18:27:46.669Z"},"0.19.0":{"name":"terminal-kit","version":"0.19.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=4.0.0"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"17763feba6ec1288aa3b1ca1d14dccd1b431a56d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.19.0","_shasum":"80b75c8e12806a69ce63103704852be81ff0cdea","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"80b75c8e12806a69ce63103704852be81ff0cdea","size":243807,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.19.0.tgz","integrity":"sha512-iZMA0PngyBN3TmymTbDngVp9+uKiv7zedF/SYzAkcalMqS4PwgJtX5UeazVMKNxc6QMBSlzcleWwsh5dxnGnKQ=="},"publish_time":1450099786884,"_hasShrinkwrap":false,"_cnpm_publish_time":1450099786884,"_cnpmcore_publish_time":"2021-12-16T18:27:47.182Z"},"0.18.0":{"name":"terminal-kit","version":"0.18.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"873a69bbe2c6c880b93e858b07212e3ff14921c7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.18.0","_shasum":"dcdc5bc4300df86d01de3fe3e06b0be071c6ee51","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"dcdc5bc4300df86d01de3fe3e06b0be071c6ee51","size":242630,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.18.0.tgz","integrity":"sha512-yw/yMNeJiBX+Hruk2CimzOygCGK7I4PtjPm0+TKc6boA4p7u5KwHWnPSoszQLr7gja8j5sCiIOoZEWWGc+KPMg=="},"publish_time":1450020994982,"_hasShrinkwrap":false,"_cnpm_publish_time":1450020994982,"_cnpmcore_publish_time":"2021-12-16T18:27:47.920Z"},"0.17.0":{"name":"terminal-kit","version":"0.17.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"403262912b3d64e29e65826b2e761da9bbc4fafa","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.17.0","_shasum":"3f2782faff278573950936b5ee1ad5f798cb8529","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3f2782faff278573950936b5ee1ad5f798cb8529","size":236829,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.17.0.tgz","integrity":"sha512-FKCj8JfIbrPPwSk7jZ7vzA3SAS/Hb47Lhy3F5lZwN1c9u/BGCw++MPVyPiLAeM6xf4Ntf0OXxTpWRshXQgkyyQ=="},"publish_time":1449842639725,"_hasShrinkwrap":false,"_cnpm_publish_time":1449842639725,"_cnpmcore_publish_time":"2021-12-16T18:27:49.001Z"},"0.16.14":{"name":"terminal-kit","version":"0.16.14","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"0b853e8f2850b176edf229d504ab138ed9d13e1a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.14","_shasum":"9e6932e4c5b5855f18c4027df15397e29fdf44a1","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9e6932e4c5b5855f18c4027df15397e29fdf44a1","size":235986,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.14.tgz","integrity":"sha512-t8nK0bB1L327opMEDIc8cHTSxNSip06VK1rzlybbZBW0vM8ukZgKleELVGOXJy5BsUijRiTLMFCoDVCHhyd87g=="},"publish_time":1449767071776,"_hasShrinkwrap":false,"_cnpm_publish_time":1449767071776,"_cnpmcore_publish_time":"2021-12-16T18:27:49.606Z"},"0.16.13":{"name":"terminal-kit","version":"0.16.13","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"da39d5258fe0af9e81e3a58550ce095e445cf1e5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.13","_shasum":"1409878722154df81c7679fd94389a7f26425b02","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1409878722154df81c7679fd94389a7f26425b02","size":235916,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.13.tgz","integrity":"sha512-/i36blGrSNM8fMy3Ki/CeD4wU8kQ01Ac9bkHYSgpm0fYF2Hb22vAmVceRpLYi10exyC4vWsiwd5lbrYrhAfOGA=="},"publish_time":1449766215340,"_hasShrinkwrap":false,"_cnpm_publish_time":1449766215340,"_cnpmcore_publish_time":"2021-12-16T18:27:50.318Z"},"0.16.12":{"name":"terminal-kit","version":"0.16.12","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3397a989f372eef085b7920e0eb5eeec52604ecd","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.12","_shasum":"b9d8204a3a9a55d3441811d17ba5a20c3dfa2bab","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b9d8204a3a9a55d3441811d17ba5a20c3dfa2bab","size":235602,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.12.tgz","integrity":"sha512-2EaOZw/WGOsG3Q+TuWBZcjGeniKUdF5P3W4a8Jov93ehCCkAb3+u0U/XWUeoUd7XCHe1d90JPfxEh+yBSsoq6g=="},"publish_time":1449760480335,"_hasShrinkwrap":false,"_cnpm_publish_time":1449760480335,"_cnpmcore_publish_time":"2021-12-16T18:27:50.844Z"},"0.16.11":{"name":"terminal-kit","version":"0.16.11","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"06870b32309c23ce7bba4f9e22f23a1160b63772","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.11","_shasum":"b9d2a33b9f93c788c947e01b620042117baa1821","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b9d2a33b9f93c788c947e01b620042117baa1821","size":235537,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.11.tgz","integrity":"sha512-DAg5JAHqG2LcgfFr1MhdJv2NBR4YIj9rQfukW6kRMkeVGXOAL3U2XNEMSCw3wquu0fRs+BD9q4LvB9ZrB795bQ=="},"publish_time":1449758482949,"_hasShrinkwrap":false,"_cnpm_publish_time":1449758482949,"_cnpmcore_publish_time":"2021-12-16T18:27:51.705Z"},"0.16.10":{"name":"terminal-kit","version":"0.16.10","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"69f7fab28381c336c769b43ed4f8fcf77aa94a58","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.10","_shasum":"97a2cd49d89b3cd7aa124bb6a175577d6e989ee8","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"97a2cd49d89b3cd7aa124bb6a175577d6e989ee8","size":235191,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.10.tgz","integrity":"sha512-d/GfUoSVZ/WPrqlSDkenNaiB2qhFNpW5k2F4NxTywzC+FZij+6FwNqFw5GdwSn8YuFF8anKnRXdfkOpTKugq0w=="},"publish_time":1449736632671,"_hasShrinkwrap":false,"_cnpm_publish_time":1449736632671,"_cnpmcore_publish_time":"2021-12-16T18:27:52.405Z"},"0.16.9":{"name":"terminal-kit","version":"0.16.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"54d4cc867010602aac6554d183b526ea5f79aea2","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.9","_shasum":"2011c165dbe3a27df88f2da446e4ee3d2a7d15a6","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2011c165dbe3a27df88f2da446e4ee3d2a7d15a6","size":234686,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.9.tgz","integrity":"sha512-aQyJBpxe+722x+xTQHiFdwn9K9hVRMbFa2eTA8x5Oz1PSvbu0tlGAm3cEnJDfohq7wWMxA2ay6xARlPlYEjohA=="},"publish_time":1449685215016,"_hasShrinkwrap":false,"_cnpm_publish_time":1449685215016,"_cnpmcore_publish_time":"2021-12-16T18:27:53.259Z"},"0.16.8":{"name":"terminal-kit","version":"0.16.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"492a8384b99e43d19de22b23a12b27c45495122e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.8","_shasum":"1df4972d0da1f01eff3da6ec70b631645d612e1c","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1df4972d0da1f01eff3da6ec70b631645d612e1c","size":233394,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.8.tgz","integrity":"sha512-oWwvaZONGNsuifBETAOPtGmMCKI3JYQoC3XyH0jwRaycJGONgLD8xL2AXIEpc3pjrFx5WOkXQ+SFpWCwPjqXoA=="},"publish_time":1449502550770,"_hasShrinkwrap":false,"_cnpm_publish_time":1449502550770,"_cnpmcore_publish_time":"2021-12-16T18:27:53.793Z"},"0.16.7":{"name":"terminal-kit","version":"0.16.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"60772f8e8e670f163555a6742113144179f623cb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.7","_shasum":"592129bd428b3d14597507dea2612d38522c66d2","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"592129bd428b3d14597507dea2612d38522c66d2","size":233348,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.7.tgz","integrity":"sha512-er4ExZ+O4JLwvZ+Ts1OrXrfmvcVxX016cHr7j1Cg2gW73GZT70W9S/SZmsf/B/7nRBkDQ4Pc1TIjuTb+iUbr0Q=="},"publish_time":1449227027620,"_hasShrinkwrap":false,"_cnpm_publish_time":1449227027620,"_cnpmcore_publish_time":"2021-12-16T18:27:54.314Z"},"0.16.6":{"name":"terminal-kit","version":"0.16.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"687e0cc8cf1e13de749bcdab58626202e3d02408","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.6","_shasum":"913c875aa0f49f7c9ffdb65c29ca16590389d99f","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"913c875aa0f49f7c9ffdb65c29ca16590389d99f","size":233316,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.6.tgz","integrity":"sha512-QWR+Vrc9VNXyAk6kX8iroFAQfXk1Mem1qyR3y4IlO50OMNdUpcU0Y9aeLfM4PQ8rb1QAxvUK1FeEn/xYMZlp8A=="},"publish_time":1449226489285,"_hasShrinkwrap":false,"_cnpm_publish_time":1449226489285,"_cnpmcore_publish_time":"2021-12-16T18:27:54.839Z"},"0.16.5":{"name":"terminal-kit","version":"0.16.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"08f7d325cc486de5e4184e2d76f1a9af92b1e0db","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.5","_shasum":"eb8f2b5650ca70e9ec7985971b0e4f526220f539","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"eb8f2b5650ca70e9ec7985971b0e4f526220f539","size":233216,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.5.tgz","integrity":"sha512-VymFcfYQxNjuWqxohA4BvlXVF9RilGg+SZJw+4P9+jfvAkAvMac2l0sBtaKP0oN4THB1eWVHQWXFr0Cy7cedrA=="},"publish_time":1449220764923,"_hasShrinkwrap":false,"_cnpm_publish_time":1449220764923,"_cnpmcore_publish_time":"2021-12-16T18:27:55.436Z"},"0.16.4":{"name":"terminal-kit","version":"0.16.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.6","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"526403ba57b7851055ce75820ea78cbe4ecda72a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.4","_shasum":"ba1cfa496cea55701454b61673852a0128c54313","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ba1cfa496cea55701454b61673852a0128c54313","size":233187,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.4.tgz","integrity":"sha512-un0u+Z93QXA2b30cOVLxVQNFH589oL6KDrbLtqMCtRHU4Bxuoq6E4uR/A2XERLr9iuKTcBNb6bztZAvI4DsSkQ=="},"publish_time":1448459832939,"_hasShrinkwrap":false,"_cnpm_publish_time":1448459832939,"_cnpmcore_publish_time":"2021-12-16T18:27:56.450Z"},"0.16.3":{"name":"terminal-kit","version":"0.16.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.5","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"2eecf9c7bc637eecf7188325f692202595e9fbac","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.3","_shasum":"b089b93bfa45d6eecec216d85ca68b424c97cfca","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b089b93bfa45d6eecec216d85ca68b424c97cfca","size":233164,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.3.tgz","integrity":"sha512-FZ9jZ9hRRRQQVIK75L94yZ4UAs0cCrbo454tJTlHgRcpm5F9ghSn4DIIwq5n9kh7Py9uneuDBIGOJtPwYeRuVA=="},"publish_time":1448452283904,"_hasShrinkwrap":false,"_cnpm_publish_time":1448452283904,"_cnpmcore_publish_time":"2021-12-16T18:27:57.357Z"},"0.16.2":{"name":"terminal-kit","version":"0.16.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.1","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5843b985d61a65f5067a57259c7e39cc111b73d5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.2","_shasum":"7f9fb19c6b6b14fe55572b3b3182b1e1331d12ed","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7f9fb19c6b6b14fe55572b3b3182b1e1331d12ed","size":232138,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.2.tgz","integrity":"sha512-3y7jzfyndwYFql5jtAXbRyk85cLQ8oZeXERqGLAh0wL9hwBkZ3yQIYjIKFRFgciTt+uqe0/HqXE7lKQbk1jswg=="},"publish_time":1448384383575,"_hasShrinkwrap":false,"_cnpm_publish_time":1448384383575,"_cnpmcore_publish_time":"2021-12-16T18:27:58.049Z"},"0.16.1":{"name":"terminal-kit","version":"0.16.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.0","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d18cbb0b9ee093cbb4c9bce24a29f63c1b099728","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.1","_shasum":"42249406f2ee8a03687460c689d0b8e82c3e453a","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"42249406f2ee8a03687460c689d0b8e82c3e453a","size":231764,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.1.tgz","integrity":"sha512-50JtfJJLEcfjoY8T8iVsF4Je+Wgl1AfMWrUou6pq1k9cNs3jWf/evzdsV+sWzV5xWaEMQWVK0s96WMZI0ogcIQ=="},"publish_time":1448382298561,"_hasShrinkwrap":false,"_cnpm_publish_time":1448382298561,"_cnpmcore_publish_time":"2021-12-16T18:27:58.846Z"},"0.16.0":{"name":"terminal-kit","version":"0.16.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.3.0","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"fbf0bb65c97441e819831f2dd112a23f1e2af14a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.16.0","_shasum":"5b828d4f9b34303e183e8329bc91874263164c35","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5b828d4f9b34303e183e8329bc91874263164c35","size":231408,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.16.0.tgz","integrity":"sha512-0SnzuORA3MfthWJLjo3lVhOelqxzy0o1i/pU4M4cPavZeI0NvAnyk2AsigeWAH2ul5LkEFfc5Pmrdp4GIF87iQ=="},"publish_time":1448375963281,"_hasShrinkwrap":false,"_cnpm_publish_time":1448375963281,"_cnpmcore_publish_time":"2021-12-16T18:27:59.836Z"},"0.15.12":{"name":"terminal-kit","version":"0.15.12","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.2.10","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"af04ac4fb692708dbeeb596cdecfd7252727a35e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.12","_shasum":"8fef79a8f27528f47525a9dd2469032a6e54f507","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8fef79a8f27528f47525a9dd2469032a6e54f507","size":231475,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.12.tgz","integrity":"sha512-U6Vm+rRVxPQ/6fRLzArv2RBAJfSO/Md7nVb/qtqn6PjGPJYargX9BU+uxsh6liqNZcjwEPdWA7NpgzX88LWUWw=="},"publish_time":1448112180520,"_hasShrinkwrap":false,"_cnpm_publish_time":1448112180520,"_cnpmcore_publish_time":"2021-12-16T18:28:00.473Z"},"0.15.11":{"name":"terminal-kit","version":"0.15.11","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.6.6","string-kit":"^0.2.10","tree-kit":"^0.5.6"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1905c8451ddd1ca04fa3bb67e2497aab8abd34eb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.11","_shasum":"0ec460d454ca70bed783512ba7ad505f31af02cb","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.2.2","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0ec460d454ca70bed783512ba7ad505f31af02cb","size":231312,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.11.tgz","integrity":"sha512-mUlJnkITLhd+TnLfKC2h/azJpgPE3pyOGYqOnrvpK0BwZsIauEoKKkPZufQaMlDLJ2Nn73TSwM2Tj3xHJjSoIw=="},"publish_time":1447244888444,"_hasShrinkwrap":false,"_cnpm_publish_time":1447244888444,"_cnpmcore_publish_time":"2021-12-16T18:28:01.137Z"},"0.15.10":{"name":"terminal-kit","version":"0.15.10","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"501d12d4bc65916ce8d527881b7920ad604165d1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.10","_shasum":"37f7b5b6790e2a805dd9b9be629bb61d7dfc71c7","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"37f7b5b6790e2a805dd9b9be629bb61d7dfc71c7","size":231242,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.10.tgz","integrity":"sha512-LYkaW474r1Nl1aOH2sA3I4LI4QYIy9/cmoAEw4E4KPEuosu4uhuRUy06jYRM4RGAcghjkhT9oAtYtcXr0qlRHA=="},"publish_time":1441726894645,"_hasShrinkwrap":false,"_cnpm_publish_time":1441726894645,"_cnpmcore_publish_time":"2021-12-16T18:28:02.070Z"},"0.15.9":{"name":"terminal-kit","version":"0.15.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"25beeb3745e81abce716a4e117763dc835651745","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.9","_shasum":"648b4d5ae9f92346da3e8e01a752bda83bac30e1","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"648b4d5ae9f92346da3e8e01a752bda83bac30e1","size":230774,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.9.tgz","integrity":"sha512-EN+E/cXTaRR0okw115UYp0108R6XMRgj4R3xKG7qXSAjity8pndQMV+H/TGxYpAKAtXVfKZ9EgvdIIAlXI3/3w=="},"publish_time":1441718554190,"_hasShrinkwrap":false,"_cnpm_publish_time":1441718554190,"_cnpmcore_publish_time":"2021-12-16T18:28:02.544Z"},"0.15.8":{"name":"terminal-kit","version":"0.15.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"461bd78ea5f191f79bc57f6be93378d9894e7f8b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.8","_shasum":"4a2507a797d40099a7ab58f832ae77ddbecdd3d2","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4a2507a797d40099a7ab58f832ae77ddbecdd3d2","size":230672,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.8.tgz","integrity":"sha512-ZQvDOYbrDIw4rtZNqdvIKMYahRYTKi7PZsQIQtlpna24OkO7ELKYPvKbUuzXLmyvA7Z91UzIYC+WUfyzKZs/Kw=="},"publish_time":1441703540139,"_hasShrinkwrap":false,"_cnpm_publish_time":1441703540139,"_cnpmcore_publish_time":"2021-12-16T18:28:03.174Z"},"0.15.7":{"name":"terminal-kit","version":"0.15.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f84b0cf44727152ba4bae25511182910239fe494","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.7","_shasum":"15135a93d6e2c13092a95bc7d154136145b28ab5","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"15135a93d6e2c13092a95bc7d154136145b28ab5","size":230547,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.7.tgz","integrity":"sha512-ZVKILBGxy3AvnuL4RLa46nvziqgqYg30pWwGY44lo0FmiBuuU3a9+4/tPtrmlOcixaO+wWwUnrP9M03AtwEBgg=="},"publish_time":1441662501999,"_hasShrinkwrap":false,"_cnpm_publish_time":1441662501999,"_cnpmcore_publish_time":"2021-12-16T18:28:03.765Z"},"0.15.6":{"name":"terminal-kit","version":"0.15.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"14711b1ae7a77cb65e8a69ff6243983e23c3c7d9","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.6","_shasum":"2510ff9a4b4fbe5770cf54456b0578c68242c050","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2510ff9a4b4fbe5770cf54456b0578c68242c050","size":230544,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.6.tgz","integrity":"sha512-wO6p8/7RJvAwb3Jy2I0jDONQbLtjyiQsE/4gDzc//2DUna7fn6I+ZmDo22qkxshcLFyHdwJ91RCOOn67wA1zxA=="},"publish_time":1441632169370,"_hasShrinkwrap":false,"_cnpm_publish_time":1441632169370,"_cnpmcore_publish_time":"2021-12-16T18:28:04.658Z"},"0.15.5":{"name":"terminal-kit","version":"0.15.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c57279992ef18ae9528488af6369a07a88e460e7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.5","_shasum":"9e0300ab96ce2369deb47de3eee44f16616c80f2","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9e0300ab96ce2369deb47de3eee44f16616c80f2","size":230218,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.5.tgz","integrity":"sha512-1HcdWnBSIqtKHWtcgEzOwbrd9Pvi1Z2MseXqD47VVDovAj2X9pMVmwGT5CUCcYE9VzVLXTMWDL5fPiGmhfSHng=="},"publish_time":1441619873669,"_hasShrinkwrap":false,"_cnpm_publish_time":1441619873669,"_cnpmcore_publish_time":"2021-12-16T18:28:05.354Z"},"0.15.4":{"name":"terminal-kit","version":"0.15.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b7c761385569f0157fc1757293e96a30dfef9fe1","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.4","_shasum":"0bc34c162d1ae0eff2db001177645fa8bdf4dec0","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0bc34c162d1ae0eff2db001177645fa8bdf4dec0","size":230185,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.4.tgz","integrity":"sha512-ADQa67FNn6Xsi0pWXztd/NL5UYSjzXk3mkx1eRjPRwzANcBjnnrfgEpTUXM9PwJt9dWC6dnEpex00N5lNbqLeA=="},"publish_time":1441616543786,"_hasShrinkwrap":false,"_cnpm_publish_time":1441616543786,"_cnpmcore_publish_time":"2021-12-16T18:28:06.015Z"},"0.15.3":{"name":"terminal-kit","version":"0.15.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c2e509cf4111d445d388ff2a78b2789d64f16565","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.3","_shasum":"39a08ae7745c6e2ee51354cc6d980cc261660b3d","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"39a08ae7745c6e2ee51354cc6d980cc261660b3d","size":230006,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.3.tgz","integrity":"sha512-teQgo2DB2IvmvT//Pp8e+ZMQb7/FL/OD/oJ9LHkPWrSgvDqBLy/SbrJSi/rhjrEfLF19hWqCNpv/JgqgxVVVoQ=="},"publish_time":1441548241654,"_hasShrinkwrap":false,"_cnpm_publish_time":1441548241654,"_cnpmcore_publish_time":"2021-12-16T18:28:06.603Z"},"0.15.2":{"name":"terminal-kit","version":"0.15.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f61c8fc8aae10e88f1879ad93cd579398f72c073","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.2","_shasum":"7eedc49159b4331396a4ca99dc10e3726af015b2","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7eedc49159b4331396a4ca99dc10e3726af015b2","size":229979,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.2.tgz","integrity":"sha512-7vxhVj/Vn1wtb6lQ9fBfCjIgZOQUzbG/gMnqG8TWd1bBoJpuKh/o+rsIK9f57U7JC1T4R037IfA0gm16lbjCHg=="},"publish_time":1441547264094,"_hasShrinkwrap":false,"_cnpm_publish_time":1441547264094,"_cnpmcore_publish_time":"2021-12-16T18:28:07.436Z"},"0.15.1":{"name":"terminal-kit","version":"0.15.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f01e1c009001607e1315d6c1ff56259adabd5450","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.1","_shasum":"ad9fb8721778a49cb66363f112dd18efe27aa9db","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ad9fb8721778a49cb66363f112dd18efe27aa9db","size":228811,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.1.tgz","integrity":"sha512-xWh1EzpdMuwHZefY3WVwu0Z5EE5GiwvlXGT3VOE88AepkZj8zLfuQO/vxfIca0ja7mzJjZLr+2WEC6dct6U4wA=="},"publish_time":1441465910999,"_hasShrinkwrap":false,"_cnpm_publish_time":1441465910999,"_cnpmcore_publish_time":"2021-12-16T18:28:08.289Z"},"0.15.0":{"name":"terminal-kit","version":"0.15.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"aff89b180ff3d487d98076cf4c1a2f26d74ab5cf","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.15.0","_shasum":"a5bf9e07348f43c2297e64301ba887e7ba3ca208","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a5bf9e07348f43c2297e64301ba887e7ba3ca208","size":227053,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.15.0.tgz","integrity":"sha512-8EOMY92Af5OS+wQz9y9IuYjSjHbrqKpX0SFkp2j0FGs3Q62F+tSfARsQDuaS20c30zo2MgYCFO3QHpRx5TkqrA=="},"publish_time":1441300967881,"_hasShrinkwrap":false,"_cnpm_publish_time":1441300967881,"_cnpmcore_publish_time":"2021-12-16T18:28:09.054Z"},"0.14.10":{"name":"terminal-kit","version":"0.14.10","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"de28daf38278fa455f1ad2e6695d433b77b2f823","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.10","_shasum":"d384496d506a9125df45d84ee7a9b568d70c29c2","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d384496d506a9125df45d84ee7a9b568d70c29c2","size":226800,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.10.tgz","integrity":"sha512-PwWY2ZjNPhH5dW/YE10t28o/cfqevYYSOsH30sfIoDDrvmQZcQZhDC5qSx14aTDT45GsAxbfl3R4yNiZO4LtFw=="},"publish_time":1441291498774,"_hasShrinkwrap":false,"_cnpm_publish_time":1441291498774,"_cnpmcore_publish_time":"2021-12-16T18:28:09.981Z"},"0.14.9":{"name":"terminal-kit","version":"0.14.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"054c2053904c9e6cb61eddccc3e5185ad5bb4650","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.9","_shasum":"9a814b1d4e2ec2ecb11fc41ac99fecca674cfa4d","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9a814b1d4e2ec2ecb11fc41ac99fecca674cfa4d","size":226368,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.9.tgz","integrity":"sha512-tKi5UVBR55i3qIvRzCU90qf48rmlKil1UxcRPKW6zweu1CDAPptbcBBKfjyJYwKSTnNpK/R9R4B4Mt68ORH6tA=="},"publish_time":1441213273565,"_hasShrinkwrap":false,"_cnpm_publish_time":1441213273565,"_cnpmcore_publish_time":"2021-12-16T18:28:10.812Z"},"0.14.8":{"name":"terminal-kit","version":"0.14.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"e4083f369046c13606c5ce95efa4773188ff774b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.8","_shasum":"470b9bb2bb74d6308d8936598034c89e2861f448","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"470b9bb2bb74d6308d8936598034c89e2861f448","size":226355,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.8.tgz","integrity":"sha512-rcU2BfKrGQIay4G/qvfWoMl6DVJW9+Sqiq/AHK+KGCq4sjjYbAh2dNqJwCgXXG9G+vEG3KZd0q71RY2L9nmPWg=="},"publish_time":1441212698641,"_hasShrinkwrap":false,"_cnpm_publish_time":1441212698641,"_cnpmcore_publish_time":"2021-12-16T18:28:11.479Z"},"0.14.7":{"name":"terminal-kit","version":"0.14.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3075c514842acc1498d91609c72f0378df1938fd","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.7","_shasum":"9819bfa2c5079f78405151a8b05f9216f52e0e3c","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9819bfa2c5079f78405151a8b05f9216f52e0e3c","size":226700,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.7.tgz","integrity":"sha512-25+OZBt6LruKEi1BEQYvEY/HjdSm/0/6gp5mUz2JXpVkPgir/Djr8XPkLvDdPkcbdLDPpRln0igYtiINrUfQpA=="},"publish_time":1441206804430,"_hasShrinkwrap":false,"_cnpm_publish_time":1441206804430,"_cnpmcore_publish_time":"2021-12-16T18:28:12.155Z"},"0.14.6":{"name":"terminal-kit","version":"0.14.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"array-kit":"^0.0.1","async-kit":"^0.5.10","string-kit":"^0.1.13","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"745fc33b200a5e0a9a86f1353dc0de6ff23a47ce","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.6","_shasum":"d01cb6bbfb141b2175b35a5cb917fd992f85980b","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d01cb6bbfb141b2175b35a5cb917fd992f85980b","size":225660,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.6.tgz","integrity":"sha512-dVXzkCXK5xQf1H1I2rRdyc6sEqRKxDRoocYJzfuNk3yNXl9z3KZK+q4hotLnvEPK0VSQUhiZ5+dZmIBjnQl2KQ=="},"publish_time":1441199450941,"_hasShrinkwrap":false,"_cnpm_publish_time":1441199450941,"_cnpmcore_publish_time":"2021-12-16T18:28:12.742Z"},"0.14.5":{"name":"terminal-kit","version":"0.14.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.12","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"6d9191ce73e996aa4d36bc002009a44ba78729b3","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.5","_shasum":"7c2a62f28b1cf94810b714b2309c20da5f5d9d90","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7c2a62f28b1cf94810b714b2309c20da5f5d9d90","size":222025,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.5.tgz","integrity":"sha512-D8noJXrupoVmajbSxdfJhx44WL5gHe12B09N+xgWGFh9/ajjm5JixiFte2yfGJT4sxehmTX/ZCq2EgqC1As5rQ=="},"publish_time":1441022699570,"_hasShrinkwrap":false,"_cnpm_publish_time":1441022699570,"_cnpmcore_publish_time":"2021-12-16T18:28:13.352Z"},"0.14.4":{"name":"terminal-kit","version":"0.14.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.12","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"47a8eb951f1d3f34c77c919f576b00750be4dfa4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.4","_shasum":"31fa6020f5bf4906b865e86df5caa5cd7bdb7200","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"31fa6020f5bf4906b865e86df5caa5cd7bdb7200","size":219970,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.4.tgz","integrity":"sha512-rp2GEHqXxTlteZ/elo97anM3jpGaTQm+hQtAmmzQhFsHSrB5DUtQuRm+m3Zd1H/v1aXGdpgef6TMwWq4D/VmNQ=="},"publish_time":1440766437419,"_hasShrinkwrap":false,"_cnpm_publish_time":1440766437419,"_cnpmcore_publish_time":"2021-12-16T18:28:14.028Z"},"0.14.3":{"name":"terminal-kit","version":"0.14.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.12","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a28572322f50ca507ae8897f9bafac571ec92390","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.3","_shasum":"19814998f5483ed6124d8890b26ad7d3dd5dbc68","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"19814998f5483ed6124d8890b26ad7d3dd5dbc68","size":219515,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.3.tgz","integrity":"sha512-obN6prC5fNsYl+zjK0lvISU2ygyg9MC2XgkTwmxETeJGm2CnQuelEVIlpmJcBxT4yAAyU5kFV4QnXm/vbVyjEg=="},"publish_time":1439469684404,"_hasShrinkwrap":false,"_cnpm_publish_time":1439469684404,"_cnpmcore_publish_time":"2021-12-16T18:28:14.944Z"},"0.14.2":{"name":"terminal-kit","version":"0.14.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.12","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"81ba8ae2ae7e0bd0f29fcc00d4a0debffcac42d9","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.2","_shasum":"840861071c5d9de4cca7cc4fc8674b42ed2bac67","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.12.7","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"840861071c5d9de4cca7cc4fc8674b42ed2bac67","size":219411,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.2.tgz","integrity":"sha512-4ch6ETkja+SUpemggSk7QVrEanHzcCHHE+RRNYgMDwE2VJlgNfXoQUx4XOUKZDKodZ4mwilwD0kF4vMxBdddNg=="},"publish_time":1439466956106,"_hasShrinkwrap":false,"_cnpm_publish_time":1439466956106,"_cnpmcore_publish_time":"2021-12-16T18:28:15.836Z"},"0.14.1":{"name":"terminal-kit","version":"0.14.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.12","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"0d220d38c2f2a1bdb42d7d1a28c175e20b24c58d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.1","_shasum":"f50d824d0506948b166471e3388845823c1e6250","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f50d824d0506948b166471e3388845823c1e6250","size":219216,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.1.tgz","integrity":"sha512-kn+S32PCb57oGu4P+9w1iwGQUnXAhNzXt6qWTX2Qhqmnj9ZEEqMm8+QGSrej5xQiS0StRZUeyh1NY8GgXlqgCQ=="},"publish_time":1435679437568,"_hasShrinkwrap":false,"_cnpm_publish_time":1435679437568,"_cnpmcore_publish_time":"2021-12-16T18:28:16.817Z"},"0.14.0":{"name":"terminal-kit","version":"0.14.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.12","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d63647edb2be7124887f25e873e9946e59ddd7bb","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.14.0","_shasum":"32fddce3369fb72926e7cee680858403dd2eedca","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"32fddce3369fb72926e7cee680858403dd2eedca","size":215714,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.14.0.tgz","integrity":"sha512-HxeYswDiEKlJ9bgpfCqBk4S8XrMuAszjyVHg7hdu+ZXdahrETB23M8s47OhMiTuZLW0i3qRZBYa9R91pfNp/lw=="},"publish_time":1434645911837,"_hasShrinkwrap":false,"_cnpm_publish_time":1434645911837,"_cnpmcore_publish_time":"2021-12-16T18:28:17.675Z"},"0.13.16":{"name":"terminal-kit","version":"0.13.16","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"68d8da5e2874a59ab134b84b036eb6b801a495dc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.16","_shasum":"2992a82ed1aecccbec5ccaea90c3e3c25d74b208","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2992a82ed1aecccbec5ccaea90c3e3c25d74b208","size":215560,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.16.tgz","integrity":"sha512-pVYZkxo+hTV1SGGDm/qxp1dqsqFSOfUNvnroIhGUkpkkoiNMqYclY3wSdU/n0SZ9Npxe6i5gd0XCPaCnLz3gNw=="},"publish_time":1433251712283,"_hasShrinkwrap":false,"_cnpm_publish_time":1433251712283,"_cnpmcore_publish_time":"2021-12-16T18:28:18.702Z"},"0.13.15":{"name":"terminal-kit","version":"0.13.15","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"76a6595322435ad398749eade9438fb8aa7e602f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.15","_shasum":"302c9b3c0b23b3fada67926b3349eacf07cc4504","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"302c9b3c0b23b3fada67926b3349eacf07cc4504","size":215486,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.15.tgz","integrity":"sha512-HiOYekKidF6huod2+2NRQxfuLoFJyjIz5IKMT5jil/CA531sruUibtO4x64nwrYmhWMj5TdBlDfNuH0U6vL0TQ=="},"publish_time":1433250183722,"_hasShrinkwrap":false,"_cnpm_publish_time":1433250183722,"_cnpmcore_publish_time":"2021-12-16T18:28:19.439Z"},"0.13.14":{"name":"terminal-kit","version":"0.13.14","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"96868bbab6587d4fce272d0764d06b1266daa4a7","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.14","_shasum":"3cc5eb6703cac1bf1b8124b274b6141299f0d333","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3cc5eb6703cac1bf1b8124b274b6141299f0d333","size":185676,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.14.tgz","integrity":"sha512-PAA0Yxq8CO3I+5gpdo/f/KG7QE9q5xBPRv8QUAiP3rSknT9IZhgu8VPNyU5nPGdDlCH94ogXFNOsn96tu6arpg=="},"publish_time":1433171718811,"_hasShrinkwrap":false,"_cnpm_publish_time":1433171718811,"_cnpmcore_publish_time":"2021-12-16T18:28:20.296Z"},"0.13.13":{"name":"terminal-kit","version":"0.13.13","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"965e2f8f25e3675f9d45b04e6b12ca8977a5d01a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.13","_shasum":"759716297baf25a2de00d021739ae3087bc23ba0","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"759716297baf25a2de00d021739ae3087bc23ba0","size":185145,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.13.tgz","integrity":"sha512-UKh/P+caBu9CPr/aZ5FeEkcxJ2OIGWlXJ6bKi6gJ+7SjRgaQI0MDWTJIkEhIujl2q2Sq3BDvQQr/Eb03VD1bgg=="},"publish_time":1433165074988,"_hasShrinkwrap":false,"_cnpm_publish_time":1433165074988,"_cnpmcore_publish_time":"2021-12-16T18:28:20.847Z"},"0.13.12":{"name":"terminal-kit","version":"0.13.12","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"332c92f340c865f2d906f1f3d0c5728a7303fd38","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.12","_shasum":"f8236feca32348e07ce03e918e90e06ad72326d1","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f8236feca32348e07ce03e918e90e06ad72326d1","size":185147,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.12.tgz","integrity":"sha512-HKPjRKCmBhOIQOCO5COLR6gaaNlgLmETLiTfhYW8+k+2sDL8BLl0gFbB2d1SuWRdxGanNI5c7CS0h/l3OXL8bA=="},"publish_time":1433164805268,"_hasShrinkwrap":false,"_cnpm_publish_time":1433164805268,"_cnpmcore_publish_time":"2021-12-16T18:28:21.282Z"},"0.13.11":{"name":"terminal-kit","version":"0.13.11","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b3200ef387d89d3920beffbc16ebdf56cac9dda0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.11","_shasum":"3dd1af2d1c1f2c1bbed734d33a0cdbd8e8f1698f","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3dd1af2d1c1f2c1bbed734d33a0cdbd8e8f1698f","size":185084,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.11.tgz","integrity":"sha512-UWNzlzx3K44luzZkAWtjT5f8++UJUVBjg4Or3hhj2I6R3Dy+p9WWMj2KN+epu7w7cAUVJtuRyjNdHGVVS4R4XQ=="},"publish_time":1433164363415,"_hasShrinkwrap":false,"_cnpm_publish_time":1433164363415,"_cnpmcore_publish_time":"2021-12-16T18:28:21.660Z"},"0.13.10":{"name":"terminal-kit","version":"0.13.10","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"738fa58933486972e870a6a40ff9ddaf47aefc30","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.10","_shasum":"3f1dd4bae7b13bc2d9a70b4818151023a788d540","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3f1dd4bae7b13bc2d9a70b4818151023a788d540","size":184474,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.10.tgz","integrity":"sha512-wOaU3QnyxZxNdZ4t4bIGTgg3oxAulfgY6eOyUD8N6COGKH5tEBWRW69EvMcMo4eFwh5lCDfg8Y1J9W6vF0XnKQ=="},"publish_time":1433086140404,"_hasShrinkwrap":false,"_cnpm_publish_time":1433086140404,"_cnpmcore_publish_time":"2021-12-16T18:28:22.116Z"},"0.13.9":{"name":"terminal-kit","version":"0.13.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b09db9cf05857eb373266239754a272a1cdcab86","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.9","_shasum":"815e3cca9f01fcd14e11474c7ba50057e04a487a","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"815e3cca9f01fcd14e11474c7ba50057e04a487a","size":181790,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.9.tgz","integrity":"sha512-nQdLXF4DU2S+cwZSX8jzrRiwjeV42Jax8Zdo2ajAC6HiodciPqYEjquJP25d/oI8qCBOVmUf8v4cOhC26nuQ7g=="},"publish_time":1433082545666,"_hasShrinkwrap":false,"_cnpm_publish_time":1433082545666,"_cnpmcore_publish_time":"2021-12-16T18:28:23.335Z"},"0.13.8":{"name":"terminal-kit","version":"0.13.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"76c21297f8172a240b48e554f5714a614aa4a708","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.8","_shasum":"97eaeb0579552541de2ef37efcb7997177824df7","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"97eaeb0579552541de2ef37efcb7997177824df7","size":181246,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.8.tgz","integrity":"sha512-PUWEYtxmrvP33R/v37804jVSU1vZiQNGS80+xThQy68d5BpT0cdkmcA/R/cyeyK0QJU95oGu3viYqLX8uV3G/g=="},"publish_time":1433077790287,"_hasShrinkwrap":false,"_cnpm_publish_time":1433077790287,"_cnpmcore_publish_time":"2021-12-16T18:28:23.970Z"},"0.13.7":{"name":"terminal-kit","version":"0.13.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"10bff421cc2fb99c5ecc08d849adc17bb37492cc","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.7","_shasum":"2ac3cad0a9afefa21072c899768756c2115381aa","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2ac3cad0a9afefa21072c899768756c2115381aa","size":179816,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.7.tgz","integrity":"sha512-aKEKRW8h8EGhkcM6n5ScfHHLyj4A3er7eVzsVfQ1I+9e3v1vu5cW5L/aqRqLwkTJx7ehB/ns/tOWOdHAnggaJw=="},"publish_time":1432995335029,"_hasShrinkwrap":false,"_cnpm_publish_time":1432995335029,"_cnpmcore_publish_time":"2021-12-16T18:28:24.655Z"},"0.13.6":{"name":"terminal-kit","version":"0.13.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"ce9f5107a4dc59ba5b761c074bfafe0e069ae993","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.6","_shasum":"9114a163a094ff13493d48721fc313d1e928501a","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9114a163a094ff13493d48721fc313d1e928501a","size":178245,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.6.tgz","integrity":"sha512-77TYGSFrac+BsoW1+Q0oWWlWta7+HM9RNxP/ccxq4jHw43kkw/4hbhviARI9E7iaKhDayg5KXhHASgAhe1/Sig=="},"publish_time":1432907245405,"_hasShrinkwrap":false,"_cnpm_publish_time":1432907245405,"_cnpmcore_publish_time":"2021-12-16T18:28:25.215Z"},"0.13.5":{"name":"terminal-kit","version":"0.13.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3e7e93f3066a5408fbb4948266b0c4637b4e0712","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.5","_shasum":"c7c3c6ddb402a45757c5b5cd72a0d3bc390a9620","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c7c3c6ddb402a45757c5b5cd72a0d3bc390a9620","size":177035,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.5.tgz","integrity":"sha512-nYz1QGN+FeTYlW6FB7pfaDvmvtiOOgsXdd21gQegrMvizseWzhkOnmtXXxBtDGaVhT0/PCdVz5eWIKDlVaDF7Q=="},"publish_time":1432901032304,"_hasShrinkwrap":false,"_cnpm_publish_time":1432901032304,"_cnpmcore_publish_time":"2021-12-16T18:28:25.887Z"},"0.13.4":{"name":"terminal-kit","version":"0.13.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"943bcabf38506b067ddbcd932c6df8119339859b","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.4","_shasum":"b64bd6d9b21223300ac8549cd07ad8baac3593c6","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b64bd6d9b21223300ac8549cd07ad8baac3593c6","size":176793,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.4.tgz","integrity":"sha512-B/4iiGL29cnsMm7MHWvXK2i9VAzx3atB73nMZxuallBiv+MLRsGTiXwbDPHKKhVyRvg4gUmtqOWfdpYiGjegFA=="},"publish_time":1432831850931,"_hasShrinkwrap":false,"_cnpm_publish_time":1432831850931,"_cnpmcore_publish_time":"2021-12-16T18:28:26.364Z"},"0.13.3":{"name":"terminal-kit","version":"0.13.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"aef5f1c248132cd7ccfa7a6ea261fe43df29911e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.3","_shasum":"802eb52594c388cca1d9b3218e64ff21d5ec0ba3","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"802eb52594c388cca1d9b3218e64ff21d5ec0ba3","size":176787,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.3.tgz","integrity":"sha512-yiPDYQDMRHc9t8DoKrUIw7XkW2ptQ+EHXPadGU1Sxik/d+q/ugn5f1ip9sSWV166Kt2mj+hmT6Cms3R1xjbskw=="},"publish_time":1432830073833,"_hasShrinkwrap":false,"_cnpm_publish_time":1432830073833,"_cnpmcore_publish_time":"2021-12-16T18:28:27.029Z"},"0.13.2":{"name":"terminal-kit","version":"0.13.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.11","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"6e8517ea1a7f462224472d65ca71a073bf1fcd82","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.2","_shasum":"1b9ccb7c4b9a723d5fcf37bf299fb4990db21459","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1b9ccb7c4b9a723d5fcf37bf299fb4990db21459","size":176717,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.2.tgz","integrity":"sha512-b4vVXZaYHCUh5nFOqB6LWSsHjcPUUZ4qVSItOHVmMSS3ECZm9gkTxSMiA8HzfP2SbhVvIQbecVObuZZ1FOLvtw=="},"publish_time":1432828266144,"_hasShrinkwrap":false,"_cnpm_publish_time":1432828266144,"_cnpmcore_publish_time":"2021-12-16T18:28:27.832Z"},"0.13.1":{"name":"terminal-kit","version":"0.13.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.10","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"ba1d35e585357090752fdcd0070dc2aaf8515029","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.13.1","_shasum":"ff0cd509d553bfe0ba0985927dbc0787ec053d64","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ff0cd509d553bfe0ba0985927dbc0787ec053d64","size":176328,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.13.1.tgz","integrity":"sha512-UmNUMiISIvHjKYDe30s5UBzBCPd4pdAx9uW7kwx4fWvQGcqzF7LhGf/ThC7McAxdYh3wTNKKlVaN1qHZXlb+FQ=="},"publish_time":1432745218404,"_hasShrinkwrap":false,"_cnpm_publish_time":1432745218404,"_cnpmcore_publish_time":"2021-12-16T18:28:29.781Z"},"0.12.8":{"name":"terminal-kit","version":"0.12.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.10","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"35284faacd6b91dd64032793587f8114793dd4ad","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.8","_shasum":"46c8afa2e872caeb39ba8faa9b19f97321853ffb","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"46c8afa2e872caeb39ba8faa9b19f97321853ffb","size":175972,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.8.tgz","integrity":"sha512-yYnB02eCi0VijJgpWgjeB4SXN4+Yph28sCUl6YHCczc0qiRh0eNA2/0OBnqxpWOLRtAFW1E+lFW0sOkpIJHYww=="},"publish_time":1432558738909,"_hasShrinkwrap":false,"_cnpm_publish_time":1432558738909,"_cnpmcore_publish_time":"2021-12-16T18:28:30.277Z"},"0.12.7":{"name":"terminal-kit","version":"0.12.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.10","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1f94cef7dc571d4298f27f0a544c5a0ce868b5ec","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.7","_shasum":"87e98177686ce8a051f72f8155080015867033d0","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"87e98177686ce8a051f72f8155080015867033d0","size":175961,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.7.tgz","integrity":"sha512-9B7dCfmFyzt3P9SjGZ+N8yJCTsKUrPOQ5+zsf6+U9qwEIZUO0saf5tlYXuFhw7biKyt1peW99tlZarj3jeDgYw=="},"publish_time":1432554377035,"_hasShrinkwrap":false,"_cnpm_publish_time":1432554377035,"_cnpmcore_publish_time":"2021-12-16T18:28:30.731Z"},"0.12.6":{"name":"terminal-kit","version":"0.12.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.10","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"4d82ff855cd62b762f6311c0b8a1c13aab4a3258","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.6","_shasum":"acc506d5c28664bf7316e398202fbdb16f93ebcd","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"acc506d5c28664bf7316e398202fbdb16f93ebcd","size":175937,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.6.tgz","integrity":"sha512-kZsciEnNCy6AEgtNd3Mghs5lk+GdyZgWElCju4ZXGJXjabzyM3ml8nIKufFhtAEavh+nL2qJmxS+vI8/Y3TXqQ=="},"publish_time":1432474451233,"_hasShrinkwrap":false,"_cnpm_publish_time":1432474451233,"_cnpmcore_publish_time":"2021-12-16T18:28:31.365Z"},"0.12.5":{"name":"terminal-kit","version":"0.12.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.10","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"610bb90830ebcf660692b8d17c3d84f7c04a1112","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.5","_shasum":"123e7bce126c64320ebec17ae8894df6fa9518af","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"123e7bce126c64320ebec17ae8894df6fa9518af","size":175854,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.5.tgz","integrity":"sha512-pEnqitw0FcYNlen/wIRah9t2tZDvDjkXpqT34w80O0Cw9Mwq7jwzEv66dnjhILHCQ9cU4bfvXs/IDxj5s9Z85w=="},"publish_time":1432388281878,"_hasShrinkwrap":false,"_cnpm_publish_time":1432388281878,"_cnpmcore_publish_time":"2021-12-16T18:28:31.857Z"},"0.12.4":{"name":"terminal-kit","version":"0.12.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.10","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c068be6474d7db1675afd56d610a3d19a9ca7b59","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.4","_shasum":"5e7c24815b4f78b7f0ae9f0aaae849294e550f7a","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5e7c24815b4f78b7f0ae9f0aaae849294e550f7a","size":175837,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.4.tgz","integrity":"sha512-hLQR0JMpX3fLN44Dt+11fZhTlPeIypjeeJPTPzkmahBuYBCooN2LkLM2leR2Mnok7aGevfVMPiGhG1m1xNFDzw=="},"publish_time":1432375703060,"_hasShrinkwrap":false,"_cnpm_publish_time":1432375703060,"_cnpmcore_publish_time":"2021-12-16T18:28:32.447Z"},"0.12.3":{"name":"terminal-kit","version":"0.12.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.9","string-kit":"^0.1.10","tree-kit":"^0.5.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"934979f9b7f539d074f028146bbbbf1f1d1cfaa9","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.3","_shasum":"15d22bc33662d31bf642e5e1f3633e8916a0aa5b","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"15d22bc33662d31bf642e5e1f3633e8916a0aa5b","size":175525,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.3.tgz","integrity":"sha512-rfajAo+gnCOBCpknnnQH2xJrbnXGN0iOCZOLOxwdPQH3AAJ4xk5hwGjj5rIi4cXWvFYgXSMxwHqfjLjXjgukWQ=="},"publish_time":1431699374670,"_hasShrinkwrap":false,"_cnpm_publish_time":1431699374670,"_cnpmcore_publish_time":"2021-12-16T18:28:33.179Z"},"0.12.2":{"name":"terminal-kit","version":"0.12.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c9bfe298019ff75de75384129afac0c32d69f2b4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.2","_shasum":"547f9284623b3c9a64cb13641bebcae35fba1798","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"547f9284623b3c9a64cb13641bebcae35fba1798","size":174912,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.2.tgz","integrity":"sha512-+UU+RqTmOK+MP2zZ6eDVAMBghzWQvHwmZQMtgexuqQDWh8EmH8d20j9Sw3T+ytARZjijlwvdYKgPRvDSlgZxdQ=="},"publish_time":1431528559238,"_hasShrinkwrap":false,"_cnpm_publish_time":1431528559238,"_cnpmcore_publish_time":"2021-12-16T18:28:33.733Z"},"0.12.1":{"name":"terminal-kit","version":"0.12.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3b6d36f4c0537880cf2b396f579b5bd9d72a583f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@0.12.1","_shasum":"848311d42637b4346fe2028955070fdc14fcf559","_from":".","_npmVersion":"2.9.0","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"848311d42637b4346fe2028955070fdc14fcf559","size":174094,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.1.tgz","integrity":"sha512-kqt6wkf4RGecBQLRCwHUGUu35S7kjEm8GpQzk5J7varU2wB+kX7KtAdmNo3RqeBJ42n2vubxizQgxNl7zsJVOQ=="},"publish_time":1430903098178,"_hasShrinkwrap":false,"_cnpm_publish_time":1430903098178,"_cnpmcore_publish_time":"2021-12-16T18:28:34.258Z"},"0.12.0":{"name":"terminal-kit","version":"0.12.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"91bfc71dd7082141253e1fbfa9836b545357a6f7","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.12.0","_shasum":"04f064350e2fc7033387c97889a7ba0634ddab04","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"04f064350e2fc7033387c97889a7ba0634ddab04","size":173803,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.12.0.tgz","integrity":"sha512-aNu0dr60djCSrYEh1EZa+SQpgRKQKXr53UqVzwqgSWMNu070k31vlP6sdoveh+d5xWoXZpFoqFDHensGsU84kg=="},"publish_time":1430901730748,"_hasShrinkwrap":false,"_cnpm_publish_time":1430901730748,"_cnpmcore_publish_time":"2021-12-16T18:28:34.922Z"},"0.11.3":{"name":"terminal-kit","version":"0.11.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a3692d02f8f5f7b6125af5e3f09997f07fffd8e5","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.11.3","_shasum":"ef7ccd80f8661470532244c286fe8635a8a2f923","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ef7ccd80f8661470532244c286fe8635a8a2f923","size":173148,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.11.3.tgz","integrity":"sha512-zb+9IDhN3KXYycMA9xavzbqggVHe6AP55KdwEs4j3uVW8RvombMaUXVOG50vGnlIEQMwNLocrNXdPeFOw3uKhA=="},"publish_time":1430842229485,"_hasShrinkwrap":false,"_cnpm_publish_time":1430842229485,"_cnpmcore_publish_time":"2021-12-16T18:28:35.632Z"},"0.11.2":{"name":"terminal-kit","version":"0.11.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3e0231e63608f390ded9d66bfc4d32d35b425fea","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.11.2","_shasum":"44aee5f673123f81b615d28e94239c7a5f19cb66","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"44aee5f673123f81b615d28e94239c7a5f19cb66","size":171763,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.11.2.tgz","integrity":"sha512-ctMqsUKXgvXZ2zWRFOVHEG+7Y6JTjtQcmeVSAJDVvCZLoq+/+RhwOnPKjL8sjKxOATauLxmRHoTs6JNRxLThGg=="},"publish_time":1430835231824,"_hasShrinkwrap":false,"_cnpm_publish_time":1430835231824,"_cnpmcore_publish_time":"2021-12-16T18:28:36.092Z"},"0.11.1":{"name":"terminal-kit","version":"0.11.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3447e206259f895e5cc43461d4a514d66ca41d86","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.11.1","_shasum":"c490b79c785d4d7f1ff84ac1eb4515af9ca6f2ca","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c490b79c785d4d7f1ff84ac1eb4515af9ca6f2ca","size":171096,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.11.1.tgz","integrity":"sha512-Trd/XdywnuehV2idfq2/JKzYmijmzuMufxbBDubvw4Jk3sNBkQOrE0kuEDnf8fSrimqVnCRyt0KoL1rgkoqsyA=="},"publish_time":1430832746874,"_hasShrinkwrap":false,"_cnpm_publish_time":1430832746874,"_cnpmcore_publish_time":"2021-12-16T18:28:36.643Z"},"0.11.0":{"name":"terminal-kit","version":"0.11.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","menu","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b78850cf769f56deb1eccb49b6076479926c154d","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.11.0","_shasum":"e32887129795e3c318904c9e19523edb2e4a3e2c","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e32887129795e3c318904c9e19523edb2e4a3e2c","size":169332,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.11.0.tgz","integrity":"sha512-+vHmdp07JLsP80Xaz65QkolqJEVSoWs2Ga5wO2MpqDbTjhBmDv12RU9czaSeYPX+0WGqZyqRVzuA+PUW134VEA=="},"publish_time":1430828645736,"_hasShrinkwrap":false,"_cnpm_publish_time":1430828645736,"_cnpmcore_publish_time":"2021-12-16T18:28:37.115Z"},"0.10.9":{"name":"terminal-kit","version":"0.10.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"11a7d927258152d2b67dacf706569788ddfa043b","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.9","_shasum":"98903e27837179e1241ffbf3c4d0aba69621b86c","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"98903e27837179e1241ffbf3c4d0aba69621b86c","size":168944,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.9.tgz","integrity":"sha512-uECm9aHx6B2OhXSVvNNyIvxQ3+FpZyEclNxNh8vdV9UubgqUM2OwuxXp6rVRUs4VzIlYJkZDt/WDmaYQBuG2nA=="},"publish_time":1430751684767,"_hasShrinkwrap":false,"_cnpm_publish_time":1430751684767,"_cnpmcore_publish_time":"2021-12-16T18:28:37.646Z"},"0.10.8":{"name":"terminal-kit","version":"0.10.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"7d892deb893973d66e79bc28b72f3249d50edbc3","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.8","_shasum":"f4c2ae5cce07e9a440361026493d0740d9ea0016","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f4c2ae5cce07e9a440361026493d0740d9ea0016","size":168320,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.8.tgz","integrity":"sha512-m0V+QGrDlWsvN7n+V49djeLYu69X5WcdYr/y2XBtD35i3lI+2CbUQu9AQF/uFd8wyvp4ef5TnQinxqqmXqiqqA=="},"publish_time":1430747834830,"_hasShrinkwrap":false,"_cnpm_publish_time":1430747834830,"_cnpmcore_publish_time":"2021-12-16T18:28:38.157Z"},"0.10.7":{"name":"terminal-kit","version":"0.10.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"bde27659876430ec277ccaa7554efee6afdc9851","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.7","_shasum":"cd4e5414717cb95d889016251d89086992ba5cb2","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"cd4e5414717cb95d889016251d89086992ba5cb2","size":167316,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.7.tgz","integrity":"sha512-cCMIB/tpjJ72k+0NQ45xZtb0djDEtqSiU4V+ppJ1fPU/j0ZXma/GX3A46VtI/3nHfiyHgmR/P4nHA1XSJ1j0Qg=="},"publish_time":1430315006505,"_hasShrinkwrap":false,"_cnpm_publish_time":1430315006505,"_cnpmcore_publish_time":"2021-12-16T18:28:38.565Z"},"0.10.6":{"name":"terminal-kit","version":"0.10.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"e9e5be96daf07f94019c80806e1b855c7fc56206","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.6","_shasum":"a1f4a2d2f6b6f6485c6108f7f50a3322aa4961e7","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a1f4a2d2f6b6f6485c6108f7f50a3322aa4961e7","size":166458,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.6.tgz","integrity":"sha512-UkyMzWa17218240QE0LwJJYMs9hDLl6R4nOMskgXUwaT+lJwIVrnWQQaG5L0+pbm8716HNVFNN5dIGYr0YdB/w=="},"publish_time":1430225174460,"_hasShrinkwrap":false,"_cnpm_publish_time":1430225174460,"_cnpmcore_publish_time":"2021-12-16T18:28:39.107Z"},"0.10.5":{"name":"terminal-kit","version":"0.10.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"67d11c4f31dc11134bfe779aed470c0e49d3f0b7","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.5","_shasum":"216803c02970a8472f47c507a50916d877bbdf00","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"216803c02970a8472f47c507a50916d877bbdf00","size":165195,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.5.tgz","integrity":"sha512-A0udNL1/RcB0fYhkz9m5wvhbEfgKXrpG+IykyZNrgiLujwhCEiyM5D+TM+YIVd+IFSmpqHCu9QwKdo7rP+53RA=="},"publish_time":1430213108652,"_hasShrinkwrap":false,"_cnpm_publish_time":1430213108652,"_cnpmcore_publish_time":"2021-12-16T18:28:39.444Z"},"0.10.4":{"name":"terminal-kit","version":"0.10.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"826e811a702704a274a013e847b7504eba70b0ae","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.4","_shasum":"8b2853d3409f6e44d14ca122da345dbdf9a9b525","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8b2853d3409f6e44d14ca122da345dbdf9a9b525","size":166045,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.4.tgz","integrity":"sha512-z4mEbUjsHlGw9yD1YuA93TRZWH7M0/TwelobsNfOSJwkLG2N337Dgl+M/7tEnw3dnDzVvcAELEEUT3W0yHoHDw=="},"publish_time":1429541045859,"_hasShrinkwrap":false,"_cnpm_publish_time":1429541045859,"_cnpmcore_publish_time":"2021-12-16T18:28:39.823Z"},"0.10.3":{"name":"terminal-kit","version":"0.10.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"fb2e76a4cfe95e23c11a749bf2c7dd92e1411a9a","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.3","_shasum":"eec6543d72eb3d61c3d2185e91a87063aae29961","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"eec6543d72eb3d61c3d2185e91a87063aae29961","size":165764,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.3.tgz","integrity":"sha512-mgaLGvsm+7WpnMDLMWhJhDfAdLYkcCBiOdOQ5fffG86uXpNFzj1D7FA9yIHp/SE/TBaqcmEXuwo6aPyXVvHaTQ=="},"publish_time":1429445772430,"_hasShrinkwrap":false,"_cnpm_publish_time":1429445772430,"_cnpmcore_publish_time":"2021-12-16T18:28:40.246Z"},"0.10.2":{"name":"terminal-kit","version":"0.10.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"e3623ed21682ad9f98f4ccd52b3b9c3a9510bbc4","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.2","_shasum":"8b84999b3c0d9f370f0682270f87215a88c29de5","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8b84999b3c0d9f370f0682270f87215a88c29de5","size":164337,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.2.tgz","integrity":"sha512-Lc6b1Fm/uJMgpMQc4JUM8R+8qwl6xxIZLXYBPEhzSWaTWf6kg/3hrH0iLPcBFKPb/vGpg0z6mJ6V/v2W/xpKig=="},"publish_time":1429368341334,"_hasShrinkwrap":false,"_cnpm_publish_time":1429368341334,"_cnpmcore_publish_time":"2021-12-16T18:28:40.901Z"},"0.10.1":{"name":"terminal-kit","version":"0.10.1","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1d39c2e8b1b582114ce3f5aeda05722e49dc2b4a","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.1","_shasum":"e36ac54f10db729f78ddc81a7b09b3559553e8b6","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e36ac54f10db729f78ddc81a7b09b3559553e8b6","size":163999,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.1.tgz","integrity":"sha512-e8oi5qxFgzJALz6LESwc/QvKRiZBzDzF46fyKGMGt00K/mhnuQ4C5YzBsYcKHotutVVvLVhxDCbhYPyCkItD+A=="},"publish_time":1429362763571,"_hasShrinkwrap":false,"_cnpm_publish_time":1429362763571,"_cnpmcore_publish_time":"2021-12-16T18:28:41.506Z"},"0.10.0":{"name":"terminal-kit","version":"0.10.0","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"9189f45ac46da2886cf2c723e5e1c7b4388b8c94","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.10.0","_shasum":"b9a5808fa080d1d62d33079fadfb594d2f52aee7","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b9a5808fa080d1d62d33079fadfb594d2f52aee7","size":162952,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.10.0.tgz","integrity":"sha512-QUVKn5q4FxAJ98l5KLgcMjIstNCcHxfmzDrNppUKiw3cF91T2tO/JN9M0LPLLiXQ1NMYGiEFwnaOPBaqwGKiEQ=="},"publish_time":1429282092485,"_hasShrinkwrap":false,"_cnpm_publish_time":1429282092485,"_cnpmcore_publish_time":"2021-12-16T18:28:42.014Z"},"0.9.14":{"name":"terminal-kit","version":"0.9.14","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"02f948d8b72024aeac57c658a570cd75f21c1bb9","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.14","_shasum":"ffbfa5580d86d753db53fa38175ff1dc427325e3","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ffbfa5580d86d753db53fa38175ff1dc427325e3","size":162452,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.14.tgz","integrity":"sha512-5blGW4yvnNnypxEUBeo+/Bz8K8g4APaOSMyJ79h1L0PxYDqn1VjiimR5CoO/GPMWCwMQWjtbpbkSyW6MZQJ9GA=="},"publish_time":1428154104568,"_hasShrinkwrap":false,"_cnpm_publish_time":1428154104568,"_cnpmcore_publish_time":"2021-12-16T18:28:42.634Z"},"0.9.13":{"name":"terminal-kit","version":"0.9.13","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.7","string-kit":"^0.1.7","tree-kit":"^0.5.0"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5e77f4f7a9a06f36541976c0a8e2fbd926f40615","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.13","_shasum":"c800e5d67a7db84095696d28c6c79833e485d3b1","_from":".","_npmVersion":"2.7.1","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c800e5d67a7db84095696d28c6c79833e485d3b1","size":162225,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.13.tgz","integrity":"sha512-a7TkQ0fBEN+j6yyGAkfhmJAlEHVRyZ8RHjnsNOt+BCao+J8v+g15U03zgPCiAtsGn1MSBlpaHknxT4k87YHxiQ=="},"publish_time":1427382090201,"_hasShrinkwrap":false,"_cnpm_publish_time":1427382090201,"_cnpmcore_publish_time":"2021-12-16T18:28:43.103Z"},"0.9.12":{"name":"terminal-kit","version":"0.9.12","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.6","string-kit":"^0.1.5","tree-kit":"^0.4.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"4ea5a65d142d900c68445858984c4ef1dd44f827","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.12","_shasum":"fea197f70c7917345ae5a84849fe722bb36b3b37","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"fea197f70c7917345ae5a84849fe722bb36b3b37","size":162196,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.12.tgz","integrity":"sha512-Wr4DpU+ie8nTowhbTT4KFpmJgAWSrW+Npvl+5KfBjcZADR+hlCDcT+5Me9o2zThseKFRrzvKRzU+442j7jTNCg=="},"publish_time":1426255511933,"_hasShrinkwrap":false,"_cnpm_publish_time":1426255511933,"_cnpmcore_publish_time":"2021-12-16T18:28:43.631Z"},"0.9.11":{"name":"terminal-kit","version":"0.9.11","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.6","string-kit":"^0.1.5","tree-kit":"^0.4.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"067779b2b1216115b5dbd595be71fda200411116","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.11","_shasum":"8167956d5922d323678fee4c8f0d0a06b71871f8","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"8167956d5922d323678fee4c8f0d0a06b71871f8","size":162201,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.11.tgz","integrity":"sha512-YfCmy8SNjMkYGyX2TmPlpXsAVWg/1hemMtlar9lhRiFj/Lq2bbYWedWpndoE6NBEU4qf9lWdY0FqqVSdEV0jDw=="},"publish_time":1426255387728,"_hasShrinkwrap":false,"_cnpm_publish_time":1426255387728,"_cnpmcore_publish_time":"2021-12-16T18:28:44.070Z"},"0.9.10":{"name":"terminal-kit","version":"0.9.10","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.6","string-kit":"^0.1.5","tree-kit":"^0.4.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"33c832ef9514ed7ddbf132513805f1424e17e5f8","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.10","_shasum":"7191d75d27d38a2a72e073cb9d8631cfb5936794","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.36","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7191d75d27d38a2a72e073cb9d8631cfb5936794","size":162034,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.10.tgz","integrity":"sha512-6Bgl3oeNHm2SOIFSUFWyIOvh3oBuOeQlZnoVeE2wVuV3SwiX4bBstBKybHRWtRRE+cu/ruvSgKj8EHNMXz0x0A=="},"publish_time":1426180109816,"_hasShrinkwrap":false,"_cnpm_publish_time":1426180109816,"_cnpmcore_publish_time":"2021-12-16T18:28:44.480Z"},"0.9.9":{"name":"terminal-kit","version":"0.9.9","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.6","string-kit":"^0.1.1","tree-kit":"^0.4.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"33c832ef9514ed7ddbf132513805f1424e17e5f8","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.9","_shasum":"f8e6e2e81d79a3ebb8bfcce6ccf731d1e0ee191d","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.10.33","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f8e6e2e81d79a3ebb8bfcce6ccf731d1e0ee191d","size":162007,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.9.tgz","integrity":"sha512-01LWfYepsItT6G87aDATIFh+ZjKrnFT/fpq9u8bp4zX4YDHMxpoqn+J7aY3dTwHJgJKm9E1x2jyEc4zRlMimMg=="},"publish_time":1422975154316,"_hasShrinkwrap":false,"_cnpm_publish_time":1422975154316,"_cnpmcore_publish_time":"2021-12-16T18:28:44.875Z"},"0.9.8":{"name":"terminal-kit","version":"0.9.8","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.6","string-kit":"^0.1.1","tree-kit":"^0.4.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"9e66e0638a1abf7b18fdc5f137577e106720992b","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.8","_shasum":"a6c5ecdf8bbe5ff7d479d97bbf3bfd6064801349","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.33","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a6c5ecdf8bbe5ff7d479d97bbf3bfd6064801349","size":161946,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.8.tgz","integrity":"sha512-qKrbvBoG1LYhB/G3Hl+4KXyelFHQ2qMeG6YkXhAFgMIYTh8FghxArEklaZfti183twbcWTLMefF1795oiGSmUQ=="},"publish_time":1421764020914,"_hasShrinkwrap":false,"_cnpm_publish_time":1421764020914,"_cnpmcore_publish_time":"2021-12-16T18:28:45.430Z"},"0.9.7":{"name":"terminal-kit","version":"0.9.7","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.2"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1642e59d46ec3041a9ea222c14a2ff849cdba6df","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.7","_shasum":"5cc25e0da5cecd7612ec934479f3e191b687e89a","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5cc25e0da5cecd7612ec934479f3e191b687e89a","size":162088,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.7.tgz","integrity":"sha512-dRzUrIQPcO6TE0sG9OvWUF7li7vrrUPnluP1ES4dhYGp8feP/FvdRgqswsFAmNN1lzg661H3lEuYzE7AIdFk8Q=="},"publish_time":1418482241626,"_hasShrinkwrap":false,"_cnpm_publish_time":1418482241626,"_cnpmcore_publish_time":"2021-12-16T18:28:46.015Z"},"0.9.6":{"name":"terminal-kit","version":"0.9.6","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.2"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"bbf95f3059198e06887b14bffb942af055816458","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.6","_shasum":"265b5e55614d3623c54e8ed5d623e29664644c41","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"265b5e55614d3623c54e8ed5d623e29664644c41","size":162082,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.6.tgz","integrity":"sha512-zd1l6ElEpWhxsQKJs++YI3r3DglYUU24rAoVOem+8qOHtxuxfpzkZTlUKYKxIegMDeS+NfwZPAE+dNXb6ldLYw=="},"publish_time":1418481992529,"_hasShrinkwrap":false,"_cnpm_publish_time":1418481992529,"_cnpmcore_publish_time":"2021-12-16T18:28:46.399Z"},"0.9.5":{"name":"terminal-kit","version":"0.9.5","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.2"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f63d8ef0dbeb526e0f74c628e4467d32a64d45d0","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.5","_shasum":"dabe9d5dbd88a90ba9afebe01b0676700ae33dbf","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"dabe9d5dbd88a90ba9afebe01b0676700ae33dbf","size":162105,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.5.tgz","integrity":"sha512-3CaNl6MOiorUkjnj9U7TfNbZavqgvZp5Z6TqWZ98SOCpZVWXpVuVM1hyOZiffwu+lgV8Qzzcb7+7hVwOzUDppQ=="},"publish_time":1418481797956,"_hasShrinkwrap":false,"_cnpm_publish_time":1418481797956,"_cnpmcore_publish_time":"2021-12-16T18:28:46.804Z"},"0.9.4":{"name":"terminal-kit","version":"0.9.4","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.2"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"fdf4641d55c849aeb35ca0caa4ed1698b9ba90df","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.4","_shasum":"c9e1d1b6eb99b9b19dab84bebe59544b0b434daf","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c9e1d1b6eb99b9b19dab84bebe59544b0b434daf","size":162115,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.4.tgz","integrity":"sha512-HfdEDBlZs9d+UTr2+KNUatxTPZdwgbfe5Cy1NMiLxhx9yAlXZZqoDC8mytM0LrR2VIdB1VnNyU7t4YNN/UVgqg=="},"publish_time":1418481468285,"_hasShrinkwrap":false,"_cnpm_publish_time":1418481468285,"_cnpmcore_publish_time":"2021-12-16T18:28:47.501Z"},"0.9.3":{"name":"terminal-kit","version":"0.9.3","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you need just colors & styles, build a simple interactive command line tool or build a complexe terminal application: this is the absolute terminal lib","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.2"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"868040b141a4e1e233ad42162260b437306d0b62","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.3","_shasum":"568aae233d65dd5f5878f8fb5fc99bf97af180bd","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"568aae233d65dd5f5878f8fb5fc99bf97af180bd","size":162101,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.3.tgz","integrity":"sha512-8yd0xWQnBq42RECB38Cs9fG+98xNRauZzQi3myT4naJp27E85D0QqXxSIFdmjjYcZZZrmKhYAohKyqC3MhkVJA=="},"publish_time":1418481237362,"_hasShrinkwrap":false,"_cnpm_publish_time":1418481237362,"_cnpmcore_publish_time":"2021-12-16T18:28:47.952Z"},"0.9.2":{"name":"terminal-kit","version":"0.9.2","description":"256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you need just colors & styles, build a simple interactive command line tool or build a complexe terminal application: this is the absolute terminal lib","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.2"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor","screenbuffer"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"2d7eaed11c71f0349c7917d4a2181cdc7de1ac57","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.2","_shasum":"08ea43318ac6e7d442250383c3a42f01d6517dbb","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"08ea43318ac6e7d442250383c3a42f01d6517dbb","size":162049,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.2.tgz","integrity":"sha512-nVO9x+zuOmO5TJjBe5fMHmSTypgo5dw+gTLM+roav3lkHrzYMInQXtT0GucQVGzdhhuAfj0u9DPHbeX2sQK6NQ=="},"publish_time":1418479660508,"_hasShrinkwrap":false,"_cnpm_publish_time":1418479660508,"_cnpmcore_publish_time":"2021-12-16T18:28:48.523Z"},"0.9.1":{"name":"terminal-kit","version":"0.9.1","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.2"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"220e3128bbe074b8e19640f5a1e81940efb0ed18","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.1","_shasum":"0344923f6a7b2ca9b449876c0355208d2f0e2461","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0344923f6a7b2ca9b449876c0355208d2f0e2461","size":161835,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.1.tgz","integrity":"sha512-YebDBygF5iSvWZ7+8Ms8qU16na/35lxVM3nlYsJGJ6yc+CI2+PrmIAWm3UFPVAp82/OciuX0NgGxGwubzm2wpA=="},"publish_time":1418477866302,"_hasShrinkwrap":false,"_cnpm_publish_time":1418477866302,"_cnpmcore_publish_time":"2021-12-16T18:28:49.201Z"},"0.9.0":{"name":"terminal-kit","version":"0.9.0","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5682d8b332ab46631e6c05e6a172d40b79f9ea8a","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.9.0","_shasum":"cc4e68518a05fc4d803d4bfebcbcb35436360609","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"cc4e68518a05fc4d803d4bfebcbcb35436360609","size":164380,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.9.0.tgz","integrity":"sha512-B/4PDCs5sZpS63j+89Sr0KQX79S1C7+weYh/PqTxMtcWTYBfP4ouehrBLEQcmw1ubJboskMZOMqWBp7A4aeddg=="},"publish_time":1417974262935,"_hasShrinkwrap":false,"_cnpm_publish_time":1417974262935,"_cnpmcore_publish_time":"2021-12-16T18:28:49.756Z"},"0.8.0":{"name":"terminal-kit","version":"0.8.0","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/termkit.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"9a1b5e5f216b90983e218b9c23a91d5b8001eb03","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.8.0","_shasum":"7c07afde182a8037d8bdb3ab64f332b6f2888215","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7c07afde182a8037d8bdb3ab64f332b6f2888215","size":159385,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.8.0.tgz","integrity":"sha512-2DB+h6scxiZ7ahhG8MvHJIc/8wM2l8DcTdTqB8iR+BSeF4oP3tVZtNujFF8kIB1ew3bKo2mDJCRSO4f+/M06hw=="},"publish_time":1417962998557,"_hasShrinkwrap":false,"_cnpm_publish_time":1417962998557,"_cnpmcore_publish_time":"2021-12-16T18:28:50.215Z"},"0.7.1":{"name":"terminal-kit","version":"0.7.1","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5cac4fb705d4d067d3ab016ac44c041d3a519df4","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.7.1","_shasum":"84f66d99b65232e3fcc747e60a2d9acc6e618bd5","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"84f66d99b65232e3fcc747e60a2d9acc6e618bd5","size":163289,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.7.1.tgz","integrity":"sha512-h+v2ECD2g+1ERCleurjNJJvlGQxIl0C5dP2druH5KRT/ysJ6uiZqhHbWPnTfB3Fa9G1fyUA1hAx3brHxE6eftA=="},"publish_time":1417705910712,"_hasShrinkwrap":false,"_cnpm_publish_time":1417705910712,"_cnpmcore_publish_time":"2021-12-16T18:28:50.903Z"},"0.7.0":{"name":"terminal-kit","version":"0.7.0","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b9195271b3f9a44823565a51206f989b68ef310a","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.7.0","_shasum":"ab37676b9c61825b730cee7aa87e4515dc355148","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ab37676b9c61825b730cee7aa87e4515dc355148","size":163147,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.7.0.tgz","integrity":"sha512-7Z/Gv8QqWNoeyxuljIX1tfPh3IsepTzfntJUpqwZQsqIjZwKukJEHkLX3/h6LjWJ3Jjs1QYUreZUIsZFfNFhug=="},"publish_time":1417704914438,"_hasShrinkwrap":false,"_cnpm_publish_time":1417704914438,"_cnpmcore_publish_time":"2021-12-16T18:28:51.436Z"},"0.6.14":{"name":"terminal-kit","version":"0.6.14","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5563c168c70177865485fbbddc955eee5c632127","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.14","_shasum":"9b21e6ab22ccd0de28c543ddc9911b2180b10e37","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9b21e6ab22ccd0de28c543ddc9911b2180b10e37","size":162551,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.14.tgz","integrity":"sha512-gr+0y7N6lgMKetvXhqsfqVO57y7CxWOGlrJhhVxOyfyud+slCpmNRjHGKzMnN/lQcXJxAMG8lHQsThV6ZkgYqA=="},"publish_time":1417621966861,"_hasShrinkwrap":false,"_cnpm_publish_time":1417621966861,"_cnpmcore_publish_time":"2021-12-16T18:28:51.876Z"},"0.6.13":{"name":"terminal-kit","version":"0.6.13","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"8b7675f17a1a6b7fdfb63d7e2a49ae5926db12c8","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.13","_shasum":"5c3695ce9e580a25eabedb553d131d200753ef6c","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5c3695ce9e580a25eabedb553d131d200753ef6c","size":161941,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.13.tgz","integrity":"sha512-zb4ClKEB4wiV36AJ4ciAFSkKQwrSWlZCMUMTeunhT8TS2YXqCrsFtSIeHPvkCJocrccJAA1TE34Xb/sINZIKKw=="},"publish_time":1417621383247,"_hasShrinkwrap":false,"_cnpm_publish_time":1417621383247,"_cnpmcore_publish_time":"2021-12-16T18:28:52.304Z"},"0.6.12":{"name":"terminal-kit","version":"0.6.12","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"4406b66cf4edc8ae8ed3530f18c8742023cfec70","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.12","_shasum":"a1d36d3b01e7e4c4ade4eba406ee9df3da47594c","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a1d36d3b01e7e4c4ade4eba406ee9df3da47594c","size":161393,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.12.tgz","integrity":"sha512-W2AnU+b2qOuOw0+zvo/1xr1Wbi15i3IwoXPtBKaR8WABP6o1gSRe/LkcdPSESB6it1cAMeNX1KSO8DezDQP21A=="},"publish_time":1417542074379,"_hasShrinkwrap":false,"_cnpm_publish_time":1417542074379,"_cnpmcore_publish_time":"2021-12-16T18:28:52.783Z"},"0.6.11":{"name":"terminal-kit","version":"0.6.11","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b4b6a9ac2e549fdf7907247d68c0dba119d97697","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.11","_shasum":"287e3c45572b3bcc5aa69426566c3af8c8e81ab4","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"287e3c45572b3bcc5aa69426566c3af8c8e81ab4","size":152570,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.11.tgz","integrity":"sha512-iehMl/65KVDxYH2mQgJ5xL5QGDc+8H4DFuVzoUbWGj/1MyyShvFjrROaZ52ucbLTMpSgGtn3+wsTln4ynxfQxA=="},"publish_time":1417533494104,"_hasShrinkwrap":false,"_cnpm_publish_time":1417533494104,"_cnpmcore_publish_time":"2021-12-16T18:28:53.173Z"},"0.6.10":{"name":"terminal-kit","version":"0.6.10","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d1cf55587e4c7e967993412b11e5f75794d61a39","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.10","_shasum":"2c8cc4d5428970d124db13d5eef15d42f43858ac","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2c8cc4d5428970d124db13d5eef15d42f43858ac","size":160661,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.10.tgz","integrity":"sha512-eeRA8A7YTVOXE18lfy0TpVPEBPl3ijCG/ieZn8NKY5llPloMwN0VZItOhckzDAb873a3mRZPDu533WD7n3A/Pg=="},"publish_time":1417529035121,"_hasShrinkwrap":false,"_cnpm_publish_time":1417529035121,"_cnpmcore_publish_time":"2021-12-16T18:28:53.627Z"},"0.6.9":{"name":"terminal-kit","version":"0.6.9","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"55cff207e4b001c83af42b359d452325f4c94d4b","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.9","_shasum":"3dcbb04ca43ee030b009fce9ebc4187246aada7c","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3dcbb04ca43ee030b009fce9ebc4187246aada7c","size":160819,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.9.tgz","integrity":"sha512-yrJHCs3Dse1chbNL5DPUVymud3Kodu4ov0Rl7JrZDJ9jaW80nUlh5CZIOxwHGpZJmoct7PnUYkdu/e6X250OSw=="},"publish_time":1417447571710,"_hasShrinkwrap":false,"_cnpm_publish_time":1417447571710,"_cnpmcore_publish_time":"2021-12-16T18:28:54.068Z"},"0.6.8":{"name":"terminal-kit","version":"0.6.8","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"2772696c274b024832c0e8e8c76c6f06d33669b4","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.8","_shasum":"ce5e02e7f81f15e2c69f9b9bc6485e4f43458b2b","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ce5e02e7f81f15e2c69f9b9bc6485e4f43458b2b","size":154567,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.8.tgz","integrity":"sha512-YVmgdy9ZOLY8/WXq9N9zPA5vgk8LC991GjoQDCNmdIDuPQqxeejNX1Q3fxouDRyyAAlnuo7rDFgVVgEncShKeQ=="},"publish_time":1417284477028,"_hasShrinkwrap":false,"_cnpm_publish_time":1417284477028,"_cnpmcore_publish_time":"2021-12-16T18:28:54.486Z"},"0.6.7":{"name":"terminal-kit","version":"0.6.7","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a89434a0493bb6e2cb36c2776676869a2c37b143","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.7","_shasum":"a858b0cf8bf7c0913feeeb80b0e80ccbce92902a","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a858b0cf8bf7c0913feeeb80b0e80ccbce92902a","size":154483,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.7.tgz","integrity":"sha512-ADuqPOF+223XmN3AqzcdbW7rk1p8yUtz5OLLiZcl8EfN2cj5ZnEds/Sa/6tg4PqPB3RJxb0lAQKwc11YwdoHkQ=="},"publish_time":1417275309498,"_hasShrinkwrap":false,"_cnpm_publish_time":1417275309498,"_cnpmcore_publish_time":"2021-12-16T18:28:54.946Z"},"0.6.6":{"name":"terminal-kit","version":"0.6.6","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"4d5974609be2ea27e3fee2296843c5fdf826b223","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.6","_shasum":"ca70fe9b6ac0de9e1bbcfc1b7cf9cad09b75901e","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ca70fe9b6ac0de9e1bbcfc1b7cf9cad09b75901e","size":154344,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.6.tgz","integrity":"sha512-lRtTKkbb1WXzVWs3mrNEftZZ/9qdBrH8gG6Giub3Ku+aKBizKf2SKjbPLDrT/iaFo9ptWNzdDpyawy14y2M1ZQ=="},"publish_time":1417199209242,"_hasShrinkwrap":false,"_cnpm_publish_time":1417199209242,"_cnpmcore_publish_time":"2021-12-16T18:28:55.463Z"},"0.6.5":{"name":"terminal-kit","version":"0.6.5","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"503936a1e7f83f73bd0e52c86f8a6824611a2302","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.5","_shasum":"505db9157c35c6be044d1966435a7246ed0bbd81","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"505db9157c35c6be044d1966435a7246ed0bbd81","size":153947,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.5.tgz","integrity":"sha512-QqjTqsoXj0Nrl/ttv6cnna8l6EhxARC34P4HmzUpnJlCb3lSjcMX1n17J1fiNa5HYlCfHnQgUASYW49RVSWAKw=="},"publish_time":1417196537470,"_hasShrinkwrap":false,"_cnpm_publish_time":1417196537470,"_cnpmcore_publish_time":"2021-12-16T18:28:55.782Z"},"0.6.4":{"name":"terminal-kit","version":"0.6.4","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"0514fec97ac11c4a65249f2c875aec1807e1978c","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.4","_shasum":"9adefd65fd0a4fb39bba594a802e97ca8704428d","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9adefd65fd0a4fb39bba594a802e97ca8704428d","size":152596,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.4.tgz","integrity":"sha512-NjjZomdVRHWDcdHk7d0H1AB5LDhQdHDQv483oFaUdnCPpB1Ut6xtgGMkBf6ogVwlkPkJpxi8wVLHjQnbyaztLQ=="},"publish_time":1417112117135,"_hasShrinkwrap":false,"_cnpm_publish_time":1417112117135,"_cnpmcore_publish_time":"2021-12-16T18:28:56.172Z"},"0.6.3":{"name":"terminal-kit","version":"0.6.3","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"672b63419fec805b9a597eaf7fe23fb3fc238ee3","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.3","_shasum":"555bb7c6972f00da803414903a9249895d996394","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"555bb7c6972f00da803414903a9249895d996394","size":151835,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.3.tgz","integrity":"sha512-2b8CFBMnETZaT9EUZL8Tve8qGScxf0WW6//O02Vkt2t5M81ZiUl+VIiGMcJYXDhs2x5l1oWbJcplSWDp9zIqcQ=="},"publish_time":1417107495656,"_hasShrinkwrap":false,"_cnpm_publish_time":1417107495656,"_cnpmcore_publish_time":"2021-12-16T18:28:57.076Z"},"0.6.2":{"name":"terminal-kit","version":"0.6.2","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"62fd0744f821d755c5cd6e440a859d36119ad2d4","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.2","_shasum":"bf2705bbd802e440c52e963e6fd4b44ce3866343","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"bf2705bbd802e440c52e963e6fd4b44ce3866343","size":150845,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.2.tgz","integrity":"sha512-aJOF3qRPZ9pPIXcf55ALbXv66HLw3uvnIA1ZNJpwydy2rB67VoMQQD7Up2wA30omYlxCa70ih6MrAVb39xYMLQ=="},"publish_time":1417086086141,"_hasShrinkwrap":false,"_cnpm_publish_time":1417086086141,"_cnpmcore_publish_time":"2021-12-16T18:28:57.532Z"},"0.6.1":{"name":"terminal-kit","version":"0.6.1","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"ce1414f7e078a57ddf6f53d6d5d1c20ebbb6443c","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.1","_shasum":"b30a5daed8e116b2f5573224dcc3afed30595fb6","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b30a5daed8e116b2f5573224dcc3afed30595fb6","size":150405,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.1.tgz","integrity":"sha512-IzZcjQI55fh0pEdBUeHX4LNm8uSjN5i0pNeRJFYtSF4THazNCJkcqbEgcTYXXIdef+DiIQgmMgpCcdkP/HfEPQ=="},"publish_time":1417026193062,"_hasShrinkwrap":false,"_cnpm_publish_time":1417026193062,"_cnpmcore_publish_time":"2021-12-16T18:28:58.049Z"},"0.6.0":{"name":"terminal-kit","version":"0.6.0","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b0e6073368be160218954fb71309f68093c014e4","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.6.0","_shasum":"48d42df6edbc8e08ec9c5ede364621477ed3f14e","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"48d42df6edbc8e08ec9c5ede364621477ed3f14e","size":148301,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.6.0.tgz","integrity":"sha512-SNVbXr0TWf8lX/CRsTID95iNPuKJYDS7hZOITT8614kLiD7Bz4DZN1+aRUidaH2ynJAv7pU6p3xUOz59JiXkDw=="},"publish_time":1417008737738,"_hasShrinkwrap":false,"_cnpm_publish_time":1417008737738,"_cnpmcore_publish_time":"2021-12-16T18:28:58.453Z"},"0.5.17":{"name":"terminal-kit","version":"0.5.17","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"79afbe3bf1d6e60115f41432659d50ee8fc61a13","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.17","_shasum":"7a0b675e4c0c9bc915699453d8da3899923aafaf","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7a0b675e4c0c9bc915699453d8da3899923aafaf","size":147650,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.17.tgz","integrity":"sha512-8lLrTI4YTeuWZKwEbkFT8v+nqcjK/g5uiYjPeSvoKvVTRZ+TsJjdf3Ys7WF8v0+9fnwzZyM7gSfNmhqyCLPUbg=="},"publish_time":1416939828497,"_hasShrinkwrap":false,"_cnpm_publish_time":1416939828497,"_cnpmcore_publish_time":"2021-12-16T18:28:59.010Z"},"0.5.16":{"name":"terminal-kit","version":"0.5.16","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"51d5624023ada0ec956d195a635d4fded41b8be3","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.16","_shasum":"2226f780f66a80fd94819122584511a6ddf9727b","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2226f780f66a80fd94819122584511a6ddf9727b","size":146497,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.16.tgz","integrity":"sha512-Z+J3vgWzjLBP5YO1rQqKYCki9R+rVaNE1j49+/A08qLqukTGuKb2gQo6wwFJeoCfIPQYcDbF9OmVMZ6OCow8Nw=="},"publish_time":1416845552827,"_hasShrinkwrap":false,"_cnpm_publish_time":1416845552827,"_cnpmcore_publish_time":"2021-12-16T18:28:59.419Z"},"0.5.15":{"name":"terminal-kit","version":"0.5.15","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.1.0","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","xterm","color","256 colors","style","input","input field","mouse","gpm","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3e109425485541164eb1da974a93c5a5cb530e8c","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.15","_shasum":"d3fbd38a7c2c5fbfd7be2a5465d55f84a79cbf66","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d3fbd38a7c2c5fbfd7be2a5465d55f84a79cbf66","size":146397,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.15.tgz","integrity":"sha512-5bFl2RdgkGYX59aXsT4pO9cR1C3YtP7OiSFgNT8X75KZ4X0Pj5HjOxlUJAON3YXRlYtwrnJGmDTAMlGyyealGQ=="},"publish_time":1416844814061,"_hasShrinkwrap":false,"_cnpm_publish_time":1416844814061,"_cnpmcore_publish_time":"2021-12-16T18:28:59.868Z"},"0.5.14":{"name":"terminal-kit","version":"0.5.14","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse (even GPM) and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.19","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"4304c873d6eb3e50d8879e0fe0b4fa3b8f9ec810","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.14","_shasum":"10fbe384384b4bf1569481c96a45728014cc4583","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"10fbe384384b4bf1569481c96a45728014cc4583","size":143840,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.14.tgz","integrity":"sha512-HATUNDeAKkQqAZIc5acCqkuihXfeMVNFJ0FYs9LKAqH5bBQ6aTcDhmONWQ1EzYjKi27Rkmf8iiPYZL22a8cjVg=="},"publish_time":1416568936894,"_hasShrinkwrap":false,"_cnpm_publish_time":1416568936894,"_cnpmcore_publish_time":"2021-12-16T18:29:00.204Z"},"0.5.13":{"name":"terminal-kit","version":"0.5.13","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a77a88a6c56224d97ac129b9bf205197692f28f2","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.13","_shasum":"1a2ebf73647c4c955a2d71072918e43bc1c78636","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"1a2ebf73647c4c955a2d71072918e43bc1c78636","size":141259,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.13.tgz","integrity":"sha512-5TtH8vXY0Cdev9CW+NrPk9vhi3tizP7Sx0AfDba0xnzW5Lw3UDVEUOl/FhoyG+Qhbm+84VayFYF8VdTSiyDDXw=="},"publish_time":1416400871860,"_hasShrinkwrap":false,"_cnpm_publish_time":1416400871860,"_cnpmcore_publish_time":"2021-12-16T18:29:00.512Z"},"0.5.12":{"name":"terminal-kit","version":"0.5.12","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"adce7991aab1fb6e86ece70cfeae6b949d26b968","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.12","_shasum":"de34026f832fe9681b923bf3791e1439968c6051","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"de34026f832fe9681b923bf3791e1439968c6051","size":141038,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.12.tgz","integrity":"sha512-QK8T2uCNZfxKUZU7d7hZUvLPOCYA/JsMiSyCqJLP0SDsPw3u6CWPKUov/qXNl63j1IkmW6Zk9Rw+xZGBbfGfew=="},"publish_time":1416236529418,"_hasShrinkwrap":false,"_cnpm_publish_time":1416236529418,"_cnpmcore_publish_time":"2021-12-16T18:29:00.819Z"},"0.5.11":{"name":"terminal-kit","version":"0.5.11","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"e302af54904a97c74142b9a3d60dda7debba2bc1","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.11","_shasum":"19d9c6f7750de42226fe5922abc58b93aa554b60","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"19d9c6f7750de42226fe5922abc58b93aa554b60","size":140969,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.11.tgz","integrity":"sha512-MMdyIfOklsGmEqWS05xG7fLZpdf0z4Q2u8tNRL1YK4z1DEB3BUT24IeSUekhC3XWUrYEPiibfk1dHrJT7sqZXw=="},"publish_time":1416235779219,"_hasShrinkwrap":false,"_cnpm_publish_time":1416235779219,"_cnpmcore_publish_time":"2021-12-16T18:29:01.145Z"},"0.5.10":{"name":"terminal-kit","version":"0.5.10","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"def747395a43dc13b1998298c3019e6136c3ab3b","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.10","_shasum":"ce9bd524b8b85f2c945bfaf4430fe6d29ccd64cb","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ce9bd524b8b85f2c945bfaf4430fe6d29ccd64cb","size":140963,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.10.tgz","integrity":"sha512-OexRMagB+XOj57WbhBEwydnps5zXQ+4gMqocRsZYJ2k/fm7r4FXbVTKYVzmhBNt/k+G/AsIgqYndfmotWi2bGg=="},"publish_time":1416235583823,"_hasShrinkwrap":false,"_cnpm_publish_time":1416235583823,"_cnpmcore_publish_time":"2021-12-16T18:29:01.537Z"},"0.5.9":{"name":"terminal-kit","version":"0.5.9","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"a0cfac6093372ee1d776911ed380c69b7b033556","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.9","_shasum":"7315131bccb189ab517d3d0a13b71b42f67c6b3b","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7315131bccb189ab517d3d0a13b71b42f67c6b3b","size":140942,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.9.tgz","integrity":"sha512-xOyXUlckOR4aT8UAUVoKba/ruSLp+OnKvbUT1VlFxjXlzggmmDcRScUBaR6gz0/+5V8Rybqm8MmgxnxeHvuN6Q=="},"publish_time":1416235306721,"_hasShrinkwrap":false,"_cnpm_publish_time":1416235306721,"_cnpmcore_publish_time":"2021-12-16T18:29:01.872Z"},"0.5.8":{"name":"terminal-kit","version":"0.5.8","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3bba10b719e726c8ebf9ebd530e3090f551bf4d6","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.8","_shasum":"aa47d1d49a6f739fcb9608b2830ee36ad52f6f18","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"aa47d1d49a6f739fcb9608b2830ee36ad52f6f18","size":140733,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.8.tgz","integrity":"sha512-kujWT5utnajwc53fqpc2qSLSkDoym/1hMGWtecz10f4ikbS+aCCNobmew8MzNWEsQU8ki+cV0ciNeaOcxuR5VQ=="},"publish_time":1416232031648,"_hasShrinkwrap":false,"_cnpm_publish_time":1416232031648,"_cnpmcore_publish_time":"2021-12-16T18:29:02.234Z"},"0.5.7":{"name":"terminal-kit","version":"0.5.7","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"30633cb59ab9a8aa5146d84bb33200fd26ec6338","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.7","_shasum":"e31ea6479b4a7535c4a591606acbf59129f89390","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e31ea6479b4a7535c4a591606acbf59129f89390","size":140727,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.7.tgz","integrity":"sha512-tVr7te+mmc0QWY3hTNPaDwALM0/Nh8H1lY8YTvHNqmfmHQAURlXI2cgtX+3f9YsOJXrEZohE6c8esDoD/givyg=="},"publish_time":1416227869931,"_hasShrinkwrap":false,"_cnpm_publish_time":1416227869931,"_cnpmcore_publish_time":"2021-12-16T18:29:02.523Z"},"0.5.6":{"name":"terminal-kit","version":"0.5.6","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"fd4775f9a0198c0cd1f86a65184de83398f6c053","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.6","_shasum":"a7b54c9a68927e460a84e3637fc31eb1fcbf6b2f","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a7b54c9a68927e460a84e3637fc31eb1fcbf6b2f","size":140055,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.6.tgz","integrity":"sha512-Ge/btmCKZAlCbJXgAMSEIxkYkMZR+kZtCqAj3C4Rj5MajV80Ah48xDxzyNu8OgEXyZglFXDtFGRHxz5waOujcA=="},"publish_time":1416153296555,"_hasShrinkwrap":false,"_cnpm_publish_time":1416153296555,"_cnpmcore_publish_time":"2021-12-16T18:29:03.169Z"},"0.5.5":{"name":"terminal-kit","version":"0.5.5","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"10b5508f5d7fb8e299b8935a5ed0f4f9113fbf6c","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.5","_shasum":"83a9e46ee13d02280c14ad912daacefb057d5402","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"83a9e46ee13d02280c14ad912daacefb057d5402","size":138510,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.5.tgz","integrity":"sha512-kcbKtYP3Wh/U8TR5p34n1o4O/d0Skb5Nn6l/mFNkb6/hSLomquS4LjlTXo8mSSQ9fjRmQW0XRmp/ZaiCFeUmwg=="},"publish_time":1416146232485,"_hasShrinkwrap":false,"_cnpm_publish_time":1416146232485,"_cnpmcore_publish_time":"2021-12-16T18:29:03.479Z"},"0.5.4":{"name":"terminal-kit","version":"0.5.4","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"85336e7d40204b634d14bc828beee3521863f949","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.4","_shasum":"eeaffdd04a3e47c55795f87593574b9306257608","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"eeaffdd04a3e47c55795f87593574b9306257608","size":138488,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.4.tgz","integrity":"sha512-GjuEeo1M9D35kP7mV9egz2LcpbFmBU79/+EiuB/5Mh/pbJq2lBGQ3X8AlCjpjESKLdegahGNpngfsE/2JiZ+WQ=="},"publish_time":1416075268858,"_hasShrinkwrap":false,"_cnpm_publish_time":1416075268858,"_cnpmcore_publish_time":"2021-12-16T18:29:03.951Z"},"0.5.3":{"name":"terminal-kit","version":"0.5.3","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"874f19b395fcf72ab7f52e60d11424f545c737c5","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.3","_shasum":"d53256656cd556d8f941d8ea40bd771356e3d66d","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d53256656cd556d8f941d8ea40bd771356e3d66d","size":138270,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.3.tgz","integrity":"sha512-8HfYEqBZS2DTu8dRHgHHxHHhcGcqb1jtJv/ca4NJ7n3hYR7OkOnF+sv2bdSzrzevmPBs2BQOiK26SX+7kW8mnw=="},"publish_time":1416070611642,"_hasShrinkwrap":false,"_cnpm_publish_time":1416070611642,"_cnpmcore_publish_time":"2021-12-16T18:29:04.299Z"},"0.5.2":{"name":"terminal-kit","version":"0.5.2","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"de0c1b2507fb13862fcb706daeba43dd79dada12","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.2","_shasum":"e3c08ccf0703e110c20a3b8e0dd9ba549b3fb92b","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e3c08ccf0703e110c20a3b8e0dd9ba549b3fb92b","size":138154,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.2.tgz","integrity":"sha512-76LzLbP8sCf130S8bkOg90N8NdwJYWGwjPPm3SImfcSFBW9PwSL2sL1rLPFp970xAtPAS7mB7ltKuVYaSYoN7g=="},"publish_time":1416069719855,"_hasShrinkwrap":false,"_cnpm_publish_time":1416069719855,"_cnpmcore_publish_time":"2021-12-16T18:29:04.757Z"},"0.5.1":{"name":"terminal-kit","version":"0.5.1","description":"Terminal utilities with support for colors (even 256 colors or 24 bits), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"87128beb34d0a077fb3a9724b54fb2c1165e8bba","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.5.1","_shasum":"78a5571faad7c0ae1fce6303eec1497f41f3cf90","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"78a5571faad7c0ae1fce6303eec1497f41f3cf90","size":137672,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.5.1.tgz","integrity":"sha512-rfgGjVVpU8ef04JzJnAx7zC+WQN/C7sGjnvIi/pNe8uJ3w6jJScMTygY11o5fRUAc1GWxgiQiUK56pwt67BXuA=="},"publish_time":1416065354234,"_hasShrinkwrap":false,"_cnpm_publish_time":1416065354234,"_cnpmcore_publish_time":"2021-12-16T18:29:05.123Z"},"0.4.5":{"name":"terminal-kit","version":"0.4.5","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b81aba0b73e283425b863102606e5269adf89168","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.4.5","_shasum":"5e415a813c838624ff060d60c97d771239e071df","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"5e415a813c838624ff060d60c97d771239e071df","size":136881,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.4.5.tgz","integrity":"sha512-Lt6YnXrE9CEC+1spZjXI5v/ZqAetNLFGJhjfKANOvBPg8tDspWwG31kYkxGbQ2zKcUebzeV5aQ2yB9/BWUkp4A=="},"publish_time":1415899125338,"_hasShrinkwrap":false,"_cnpm_publish_time":1415899125338,"_cnpmcore_publish_time":"2021-12-16T18:29:05.647Z"},"0.4.4":{"name":"terminal-kit","version":"0.4.4","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"0dcc1144c38931e68e9f349598ddf193f74117a9","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.4.4","_shasum":"033daef9f5f87fd0b3e2aa9c4f35356187af88f1","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"033daef9f5f87fd0b3e2aa9c4f35356187af88f1","size":136865,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.4.4.tgz","integrity":"sha512-I21JPKUFF3dd9ws5AkPbwVK0J5bXldXsFAgB1tk/Iri2iJICqugoTEUbmku+PMJ3UR3p5fs9W9LZ/OhxA7az4A=="},"publish_time":1415898701515,"_hasShrinkwrap":false,"_cnpm_publish_time":1415898701515,"_cnpmcore_publish_time":"2021-12-16T18:29:06.107Z"},"0.4.3":{"name":"terminal-kit","version":"0.4.3","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"10fcfae6bd088ce01a09292a19f5618ab03bc9ea","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.4.3","_shasum":"65758f28f771cdcb4ef6be7eb4948355f13fc012","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"65758f28f771cdcb4ef6be7eb4948355f13fc012","size":134419,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.4.3.tgz","integrity":"sha512-KzpswIlb0PszMj4sIcMuQQ/sD+/2doqGPtv0Wb3IiYt6s90DuGDiybbXL1TMxFXW7/MTDjjDRJj0lQ2Tl7YifQ=="},"publish_time":1415879097229,"_hasShrinkwrap":false,"_cnpm_publish_time":1415879097229,"_cnpmcore_publish_time":"2021-12-16T18:29:06.457Z"},"0.4.2":{"name":"terminal-kit","version":"0.4.2","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"2db13edc4300500ac8ee1244b7132dc25a496dbc","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.4.2","_shasum":"a55a3f48b6b1965ffa2387c46858e0e1e184916d","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"a55a3f48b6b1965ffa2387c46858e0e1e184916d","size":133996,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.4.2.tgz","integrity":"sha512-Xaiat0ATgl5jH9JV+fy9Tqw1mG4GHE5aVyvq+2muaataVUL6U9DHb/ibAjuJCk0xGGxYU359dwWQ15knasm+CA=="},"publish_time":1415626451276,"_hasShrinkwrap":false,"_cnpm_publish_time":1415626451276,"_cnpmcore_publish_time":"2021-12-16T18:29:06.955Z"},"0.4.1":{"name":"terminal-kit","version":"0.4.1","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"462ce8e10351aeeb5757fa211e9f15b6092a25d5","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.4.1","_shasum":"4a7c63e18b6edf10236fa4d40f5b7b9a5773e467","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"4a7c63e18b6edf10236fa4d40f5b7b9a5773e467","size":133129,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.4.1.tgz","integrity":"sha512-TPX0tO/oVV1OanU4wW/x8h3lJKrox+K6/4zvV3VF1CWYev+mzHi739CHE7HxrPlNDECIj9I4LjUH+ONWKKM8Qg=="},"publish_time":1415533182316,"_hasShrinkwrap":false,"_cnpm_publish_time":1415533182316,"_cnpmcore_publish_time":"2021-12-16T18:29:07.260Z"},"0.3.9":{"name":"terminal-kit","version":"0.3.9","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"3131dd8ff1ee79260146dacf0e7b86a0bf091cf4","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.9","_shasum":"296016b04539ace98f63d5e013a9a6dcd4c26258","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"296016b04539ace98f63d5e013a9a6dcd4c26258","size":132934,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.9.tgz","integrity":"sha512-gF/jXFgaBcl7UY4hHN+iu0IiddMo8hR27qKspGI46nj8FOANMNvnAwchm38cXswuFLhtJj7Pqha/GlFFhkiMFw=="},"publish_time":1415531168197,"_hasShrinkwrap":false,"_cnpm_publish_time":1415531168197,"_cnpmcore_publish_time":"2021-12-16T18:29:07.551Z"},"0.4.0":{"name":"terminal-kit","version":"0.4.0","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"25a1d200621c29e10a34cb834e338dbaa4dc6264","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.4.0","_shasum":"f7211d99b1b69eda5e2a616cfca1615ecf46d67b","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f7211d99b1b69eda5e2a616cfca1615ecf46d67b","size":132931,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.4.0.tgz","integrity":"sha512-4JoIj/VRzOVD+ouNCS9ldb+WwblLCj9OqEXIRA/pXjiJL6n0uGwkUCFD4rSqMb4Nx4NPEC91yLz65FcJFz7EcA=="},"publish_time":1415531253495,"_hasShrinkwrap":false,"_cnpm_publish_time":1415531253495,"_cnpmcore_publish_time":"2021-12-16T18:29:07.997Z"},"0.3.8":{"name":"terminal-kit","version":"0.3.8","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5a3c9b9ac0ddbb482141a044a529bc6c03e6426d","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.8","_shasum":"906df89b362bd7d5c7a8b29d19d7b2ed2de1088a","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"906df89b362bd7d5c7a8b29d19d7b2ed2de1088a","size":132008,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.8.tgz","integrity":"sha512-ErqgJ3h34+27eFYswaeJ1srMabqKmUMZApJoXzZ99CBcGG6lcu7lza0eZE0yWwXOMc8Pi1jRwEa0z0O239oSsw=="},"publish_time":1415398558006,"_hasShrinkwrap":false,"_cnpm_publish_time":1415398558006,"_cnpmcore_publish_time":"2021-12-16T18:29:08.305Z"},"0.3.7":{"name":"terminal-kit","version":"0.3.7","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.18","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"43286f3981fe6a935f46c06f5b68f3c3f4d7e8d8","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.7","_shasum":"d956586d59109a66fd5a841b1315585f1bcb374b","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d956586d59109a66fd5a841b1315585f1bcb374b","size":129407,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.7.tgz","integrity":"sha512-6RJOf6/uOtAWre63W7GevzdbCAfiRyb6ter3906rMChpZ/fd3BovKcDRtlNLfzhX0T0v0DuIn8KlTldpWEoGtg=="},"publish_time":1415194129043,"_hasShrinkwrap":false,"_cnpm_publish_time":1415194129043,"_cnpmcore_publish_time":"2021-12-16T18:29:08.596Z"},"0.3.5":{"name":"terminal-kit","version":"0.3.5","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.5","string-kit":"^0.0.17","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"9acadff667da33a325685b346f424461eb67d510","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.5","_shasum":"ba02b5e2dd0f33353c348bf148b98d15035754bf","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ba02b5e2dd0f33353c348bf148b98d15035754bf","size":129408,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.5.tgz","integrity":"sha512-lLoI7r9KT4BznP8JlbDmeQQs+Gx8G2QTukYcGXKgidNHhuLASNQFdL6sXLWlA7YI9duIGEQaiSU59bNE78Nfig=="},"publish_time":1415191900374,"_hasShrinkwrap":false,"_cnpm_publish_time":1415191900374,"_cnpmcore_publish_time":"2021-12-16T18:29:09.007Z"},"0.3.4":{"name":"terminal-kit","version":"0.3.4","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.4","string-kit":"^0.0.15","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b66f249b0f25995b792105164c1ee81e76c8b429","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.4","_shasum":"18fb67dfe4c6d01f44cbf4127cb1c80c1275969f","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"18fb67dfe4c6d01f44cbf4127cb1c80c1275969f","size":128248,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.4.tgz","integrity":"sha512-MUKAE+WKlQj4NVsKVriI4eWEW5E43HqVCnGP9vbw7L32c8eIW6iYKpdLGFd+CZVyWcQXKZ1TuP1KAkdX4dMGgA=="},"publish_time":1415108497139,"_hasShrinkwrap":false,"_cnpm_publish_time":1415108497139,"_cnpmcore_publish_time":"2021-12-16T18:29:09.347Z"},"0.3.3":{"name":"terminal-kit","version":"0.3.3","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.4","string-kit":"^0.0.14","tree-kit":"^0.3.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d430b606782a338588d3225d376aaa07b856fa73","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.3","_shasum":"6985e0c8e8d984cb114340b2e34fb491361d6669","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"6985e0c8e8d984cb114340b2e34fb491361d6669","size":128231,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.3.tgz","integrity":"sha512-JJPeVpwvu+fUIm3Zi/nxY9Q94nonI63f/zqVaOiI/Cde0Tuw5p7jpTs4npQLmNZkhCxfQ9ARxmqJ91xX5NFOTw=="},"publish_time":1415106263134,"_hasShrinkwrap":false,"_cnpm_publish_time":1415106263134,"_cnpmcore_publish_time":"2021-12-16T18:29:09.726Z"},"0.3.2":{"name":"terminal-kit","version":"0.3.2","description":"Terminal utilities with support for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.2","string-kit":"0.0.14","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","input field","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b3b64567b1e1eb9320fff70239023ccd5d45e527","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.2","_shasum":"9e5df22b8bbcb572ef97bec81b70bb5d91241340","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"9e5df22b8bbcb572ef97bec81b70bb5d91241340","size":126317,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.2.tgz","integrity":"sha512-TtZmPr57zU8niEhK94KmdTUQBDvSfTdW8jE86svXMyh3UvvgHsZiyTY4kQLQDdw7srEyF+4JxZx4ewbDuKuR8Q=="},"publish_time":1414953463924,"_hasShrinkwrap":false,"_cnpm_publish_time":1414953463924,"_cnpmcore_publish_time":"2021-12-16T18:29:10.562Z"},"0.3.1":{"name":"terminal-kit","version":"0.3.1","description":"Terminal utilities with supports for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.2","string-kit":"0.0.14","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"e83642d7a011b289ce69f6b8d90f75358034bb66","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.3.1","_shasum":"0de6d08ec0c4d51ec2aaa80dfbba9bf009e98588","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0de6d08ec0c4d51ec2aaa80dfbba9bf009e98588","size":127298,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.3.1.tgz","integrity":"sha512-dMRmuWpzrYrFTxu4rKUPApgRvk7D9ZNKS/kPer06gSt78NGGessZt1xVsY6oUgRPsSaC363Akixrqg8vT0e/Jw=="},"publish_time":1414948846709,"_hasShrinkwrap":false,"_cnpm_publish_time":1414948846709,"_cnpmcore_publish_time":"2021-12-16T18:29:11.159Z"},"0.2.4":{"name":"terminal-kit","version":"0.2.4","description":"Terminal utilities with supports for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.2","string-kit":"0.0.14","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5b45db7935e40d3e46b023e599c9307aa71cdce0","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.2.4","_shasum":"11c5907dd5b7fdd04dd5b4a815554e08aff52c4d","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"11c5907dd5b7fdd04dd5b4a815554e08aff52c4d","size":118883,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.2.4.tgz","integrity":"sha512-9PI3DIdQXDvvb4rpaKQt5wnEAF2e3aLxm5dhx03C6UdULZ6dK/Mt1b6gr3RbLtpmPdHfz0d6w7bOdXIly9rznA=="},"publish_time":1414866482809,"_hasShrinkwrap":false,"_cnpm_publish_time":1414866482809,"_cnpmcore_publish_time":"2021-12-16T18:29:11.570Z"},"0.2.3":{"name":"terminal-kit","version":"0.2.3","description":"Terminal utilities with supports for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.2","string-kit":"0.0.14","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"2123007a432213e46f1c23a32ae0a417aabfe494","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.2.3","_shasum":"b8308a5289d7963ab219bc2b5aa57eb8c31cccdf","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b8308a5289d7963ab219bc2b5aa57eb8c31cccdf","size":122242,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.2.3.tgz","integrity":"sha512-QolZ+ko8EZQNnDnkgyANrU40/NXb3Kanp3kIB4kgWuAiiSQ4tx2EGNlZ7iFsIsqmZAISg3pWi6kBTxvPIKiS2A=="},"publish_time":1414862632778,"_hasShrinkwrap":false,"_cnpm_publish_time":1414862632778,"_cnpmcore_publish_time":"2021-12-16T18:29:11.954Z"},"0.2.2":{"name":"terminal-kit","version":"0.2.2","description":"Terminal utilities with supports for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.2","string-kit":"0.0.14","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"67ba1aefce3a8f34ac9b710b9a55b2e93dc09604","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.2.2","_shasum":"22cfa569aca3edde43f3cc594c21c7e733e2a17e","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"22cfa569aca3edde43f3cc594c21c7e733e2a17e","size":122070,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.2.2.tgz","integrity":"sha512-YA15NN61qpgm3g3C/kEX/tfUH8K9kiZP3qsf1Q/d48xcVoAJtJ9wsxrNTgNdndQNh47LAUi+RmK+sC/IqPALFQ=="},"publish_time":1414862254900,"_hasShrinkwrap":false,"_cnpm_publish_time":1414862254900,"_cnpmcore_publish_time":"2021-12-16T18:29:12.378Z"},"0.2.1":{"name":"terminal-kit","version":"0.2.1","description":"Terminal utilities with supports for colors (even 256 colors), styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.5.2","string-kit":"0.0.14","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","256 colors","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"26a42f4dd35df9c67a64e43ad446252fa0277eea","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.2.1","_shasum":"e8747279b16e089059ad5522605162ff9a205825","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e8747279b16e089059ad5522605162ff9a205825","size":121197,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.2.1.tgz","integrity":"sha512-hmU3QGxSxpCX6xYCbYQ6UsbnGEYCZ6GD9GN+LXEDvNzvKtVXRvD60IsnzVYvRMg2rU9wxSOzmazOppb2DU5Waw=="},"publish_time":1414859978656,"_hasShrinkwrap":false,"_cnpm_publish_time":1414859978656,"_cnpmcore_publish_time":"2021-12-16T18:29:12.770Z"},"0.1.28":{"name":"terminal-kit","version":"0.1.28","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.12","string-kit":"0.0.3","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"b623f14d3a9b7443853244b476741093a7fbaeba","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.28","_shasum":"ca4d108ee36bc96f5a7e941972af6e20daaaa168","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ca4d108ee36bc96f5a7e941972af6e20daaaa168","size":120738,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.28.tgz","integrity":"sha512-SjpaH7z+9eV+UJ97AEeP5Rb8Ty6vZC3b1cJtYu64onDG7UNxvDkycvUd2pS9mT+2dXuO+U75/j0tcEENpD213g=="},"publish_time":1411660886656,"_hasShrinkwrap":false,"_cnpm_publish_time":1411660886656,"_cnpmcore_publish_time":"2021-12-16T18:29:13.160Z"},"0.1.27":{"name":"terminal-kit","version":"0.1.27","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.12","string-kit":"0.0.3","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"88e0993eafdd468075fe63994ca3e84092e15302","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.27","_shasum":"aef480e8963248fe312d0960e32b0105cdfccefe","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"aef480e8963248fe312d0960e32b0105cdfccefe","size":120559,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.27.tgz","integrity":"sha512-ysusNYnLtvm4u7oxy1k/hX0PLD/p5iGcIt4v0wSrgQ12y7liI6OPXSK5/iuiZowOcq6qGBJN4LBOpwcqjMEYxA=="},"publish_time":1411650864658,"_hasShrinkwrap":false,"_cnpm_publish_time":1411650864658,"_cnpmcore_publish_time":"2021-12-16T18:29:13.526Z"},"0.1.25":{"name":"terminal-kit","version":"0.1.25","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.12","string-kit":"0.0.3","tree-kit":"^0.2.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"ae8ed3204647d5ce9279c40dedefa0c38df978b1","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.25","_shasum":"979db8462cc2dcb0ec9e23884b34fcf619da2fa3","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"979db8462cc2dcb0ec9e23884b34fcf619da2fa3","size":120592,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.25.tgz","integrity":"sha512-A/StEVvTQ4wEupOi5+VcAoiedKc3WgxkUu0NJsI/QxcAYPgJHlWunEuYBjFV7Q78epfHMudTZuYfxCxEU9JzaQ=="},"publish_time":1411650292845,"_hasShrinkwrap":false,"_cnpm_publish_time":1411650292845,"_cnpmcore_publish_time":"2021-12-16T18:29:13.877Z"},"0.1.24":{"name":"terminal-kit","version":"0.1.24","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.7","tree-kit":"^0.2.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f1e39343f17a7947d141025a0b3d36735b86058e","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.24","_shasum":"0b57e1abda1f796c14d4a0015a711d551ccf9b66","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0b57e1abda1f796c14d4a0015a711d551ccf9b66","size":122225,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.24.tgz","integrity":"sha512-Y3G7g0rkYg1/S2wpX09oLezLRuUEzC1b8EsEmsv0ejpaYxRndUSntGt8580aTiMiXvXFcu/V4vmEacgmAlr+vA=="},"publish_time":1410282656090,"_hasShrinkwrap":false,"_cnpm_publish_time":1410282656090,"_cnpmcore_publish_time":"2021-12-16T18:29:14.184Z"},"0.1.23":{"name":"terminal-kit","version":"0.1.23","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.7","tree-kit":"^0.2.1"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"68efbc8dc4aa78ac274c6beb06b4480a5d242a84","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.23","_shasum":"bc29b45ec806a8a6b8c7c4446ed67f0051928f23","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"bc29b45ec806a8a6b8c7c4446ed67f0051928f23","size":121847,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.23.tgz","integrity":"sha512-VOdHCSlrhlIzl5zkK9lKd58B1os5P+dz4RhWqw4N15EwChGJEKKPZRni0PgjbszPE4azmQvttfL76Ehm8RUOuA=="},"publish_time":1409706079763,"_hasShrinkwrap":false,"_cnpm_publish_time":1409706079763,"_cnpmcore_publish_time":"2021-12-16T18:29:14.581Z"},"0.1.22":{"name":"terminal-kit","version":"0.1.22","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.6","tree-kit":"^0.1.4"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"e1cab62694e7f291979766fcacf9a247326b0f11","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.22","_shasum":"54de62bf98d1bc8807cf4c031cb5467793bdb1f9","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"54de62bf98d1bc8807cf4c031cb5467793bdb1f9","size":121841,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.22.tgz","integrity":"sha512-RFiwoX28Fa/WRdGuszK5jbR1T+Vq0Lpyu/e9rL5N3vcIqaif6eu1uPcszCRZDTPmff/1aMIo7Mbk+w/I27nNDw=="},"publish_time":1409406225046,"_hasShrinkwrap":false,"_cnpm_publish_time":1409406225046,"_cnpmcore_publish_time":"2021-12-16T18:29:14.926Z"},"0.1.21":{"name":"terminal-kit","version":"0.1.21","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"83d296d6853aab11f9b3dfe043a6f6e4ea981375","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.21","_shasum":"2c7a6517dd761371783a3b94d34f2ab674e85d55","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"2c7a6517dd761371783a3b94d34f2ab674e85d55","size":121845,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.21.tgz","integrity":"sha512-ZaKHZeHqfPfdQ7H3LZvmyPJgAF+EsGH0QZYJXOTV1uPKr8tELB74KfpnM/oTh7SrZZsgXMRJ0rPHqRRsJQW9/g=="},"publish_time":1409346666884,"_hasShrinkwrap":false,"_cnpm_publish_time":1409346666884,"_cnpmcore_publish_time":"2021-12-16T18:29:15.434Z"},"0.1.20":{"name":"terminal-kit","version":"0.1.20","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"^0.3.1","jshint":"^2.5.5","mocha":"^1.21.4"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"1a2e1fcdbffd0d3971a50501e9acc5f73c66b846","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.20","_shasum":"e7d60f9810bd0977f74b1f1cf2e5760514ca125a","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e7d60f9810bd0977f74b1f1cf2e5760514ca125a","size":121893,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.20.tgz","integrity":"sha512-vl0m3qApASnKALD8sBf6SEs0oaKpT+E6AQBYef/HGnxnZvsIo9x3f/ngYY7UC3Y9Ckoz46S8FuxFjvw7uMdHEA=="},"publish_time":1408869238981,"_hasShrinkwrap":false,"_cnpm_publish_time":1408869238981,"_cnpmcore_publish_time":"2021-12-16T18:29:15.842Z"},"0.1.19":{"name":"terminal-kit","version":"0.1.19","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"478537b8ea0712e8a3b9a25a74d467f9cf930b10","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.19","_shasum":"b141dea65a0a3610f5525066c09cf7dd5aca430e","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b141dea65a0a3610f5525066c09cf7dd5aca430e","size":121850,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.19.tgz","integrity":"sha512-MEH8pTblBsrGaLi0ZiZTP5rg8prcO2Gz892kXXxNcq/UuFrd52bkqrHa7ix5vQWc8U3dtnIoFCFDa9C+WUzpgQ=="},"publish_time":1408806816309,"_hasShrinkwrap":false,"_cnpm_publish_time":1408806816309,"_cnpmcore_publish_time":"2021-12-16T18:29:16.304Z"},"0.1.18":{"name":"terminal-kit","version":"0.1.18","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"87da5e54137fc9e65a03e76430a7d8f42577085b","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.18","_shasum":"b7d4b8788511cc9d0cb4b2df1bbce1a97a894dc3","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b7d4b8788511cc9d0cb4b2df1bbce1a97a894dc3","size":121828,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.18.tgz","integrity":"sha512-/dvBzmds2EX5ltyhHr2G101f9u2Wep0d/MsfS4fMYJtHUyGw3rMvN2zTbVKfvAWLHz1tDM9+aVkJP8iupbczgg=="},"publish_time":1408805722052,"_hasShrinkwrap":false,"_cnpm_publish_time":1408805722052,"_cnpmcore_publish_time":"2021-12-16T18:29:16.729Z"},"0.1.17":{"name":"terminal-kit","version":"0.1.17","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c1ad8f294b67d8a527f8f41fb4c03b5e12425b29","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.17","_shasum":"defadc7a97720f672b614777d945e0be0154102a","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"defadc7a97720f672b614777d945e0be0154102a","size":121755,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.17.tgz","integrity":"sha512-gG4yQwBmKeYFxGLGIJIdLdFbnfVgM2re1nxEGzhFU7Y298ftJWixi5GF2b0XWynokNRw3mfsvk7v4lDUuoigxQ=="},"publish_time":1408803951966,"_hasShrinkwrap":false,"_cnpm_publish_time":1408803951966,"_cnpmcore_publish_time":"2021-12-16T18:29:17.104Z"},"0.1.16":{"name":"terminal-kit","version":"0.1.16","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"e04031c55f2b06e3e2ecf59ea548671944728b64","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.16","_shasum":"237a4f3aed49b323fcfeb39b09efdc168f8b3824","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"237a4f3aed49b323fcfeb39b09efdc168f8b3824","size":115549,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.16.tgz","integrity":"sha512-s6reeynvNDr3VI6ZK7+Yz1wfhnKGHiqNR+5M2ehbNaZDjU9H4ISTLOmt4xEJRVAtwNzd4lN/kdQdz2fxUfJ1RA=="},"publish_time":1408711568939,"_hasShrinkwrap":false,"_cnpm_publish_time":1408711568939,"_cnpmcore_publish_time":"2021-12-16T18:29:17.537Z"},"0.1.15":{"name":"terminal-kit","version":"0.1.15","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d38417371dd2dc4a2b1e097940a4d438db6f6633","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.15","_shasum":"159b2b5dd95b2bfb5e07d3fd631a4ea919d00523","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"159b2b5dd95b2bfb5e07d3fd631a4ea919d00523","size":117411,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.15.tgz","integrity":"sha512-sddSD1VaxQuE5TYgT8NOneNdtA5uOLCTwkgNyDkFwTVo19fdovaYi/BZImZH93WxMh5kCHdqtsKn9dI3gPRVBQ=="},"publish_time":1408706853140,"_hasShrinkwrap":false,"_cnpm_publish_time":1408706853140,"_cnpmcore_publish_time":"2021-12-16T18:29:17.883Z"},"0.1.14":{"name":"terminal-kit","version":"0.1.14","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"0f3da660d996312552dcafa6797bf90b47574866","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.14","_shasum":"c7e195a10936b47b700a0f6a39c024a24c51ef51","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"c7e195a10936b47b700a0f6a39c024a24c51ef51","size":115681,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.14.tgz","integrity":"sha512-NDfRTfJs+otOI7krL5raSYoYEDD3gbg/xfQzFgcCk+xAXx2P8fax0jJV0ovzIJLwzZyBOqWJ8oPyacx4tK9lhQ=="},"publish_time":1408627481118,"_hasShrinkwrap":false,"_cnpm_publish_time":1408627481118,"_cnpmcore_publish_time":"2021-12-16T18:29:18.235Z"},"0.1.13":{"name":"terminal-kit","version":"0.1.13","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"690bb378b85cbd152663a5df3d9dd2eec97245a8","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.13","_shasum":"b2723aa7e1bf671abf8b7760e57dfb69bf0a76a8","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"b2723aa7e1bf671abf8b7760e57dfb69bf0a76a8","size":114983,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.13.tgz","integrity":"sha512-3aXEN2kGsnu8XGXXGLYQv9cYebxi0OCW7q67rmMcd/hekYjEzQJVDQPbMWnRdH1WZQc7EX9xt9/FfWJO1iVt1Q=="},"publish_time":1408548913492,"_hasShrinkwrap":false,"_cnpm_publish_time":1408548913492,"_cnpmcore_publish_time":"2021-12-16T18:29:18.630Z"},"0.1.12":{"name":"terminal-kit","version":"0.1.12","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"6ce5ee2e5ed67a9f0d1f8407d018a94f1e7d7de7","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.12","_shasum":"7ba75e15de341b004dc7357c992002fc50d7e421","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7ba75e15de341b004dc7357c992002fc50d7e421","size":114160,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.12.tgz","integrity":"sha512-+XEnrdGCM2LcHyPuD54fW+/pauFCLM4xpApulFJmxBEiOuG/WfZF/yDur61o3obAXM5HYdb4JzlosRDEGZ3jJQ=="},"publish_time":1408536909702,"_hasShrinkwrap":false,"_cnpm_publish_time":1408536909702,"_cnpmcore_publish_time":"2021-12-16T18:29:19.115Z"},"0.1.11":{"name":"terminal-kit","version":"0.1.11","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"53995f72d4f889ffdce951dd935bee1963b7a91f","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.11","_shasum":"bad27abf53ffa0694ddb95b4d2084d1f22400f24","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"bad27abf53ffa0694ddb95b4d2084d1f22400f24","size":114322,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.11.tgz","integrity":"sha512-0tmYpKWdaZrnLYlgfXEzcJCZIQeFo4JMXOdFZUrfcjwzGW2KiqpZLsxfPlHA+WIRD0gz3VqTinBxI5zkVIyJtw=="},"publish_time":1408532675343,"_hasShrinkwrap":false,"_cnpm_publish_time":1408532675343,"_cnpmcore_publish_time":"2021-12-16T18:29:19.470Z"},"0.1.10":{"name":"terminal-kit","version":"0.1.10","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"37d3151689c20e068b9ae950005e4e6c247bef1c","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.10","_shasum":"79f7accf1d7244ab7f5eddf97b3be099f43778d4","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"79f7accf1d7244ab7f5eddf97b3be099f43778d4","size":113615,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.10.tgz","integrity":"sha512-F3WkfbfxBfaYxtn0BSNZGw2KQYsY82DXRwNZk6kY8YRwPIQ7Oel3xlxMcUXAsOkRZShIYc4dGMJ11n2hS+UHkg=="},"publish_time":1408454560196,"_hasShrinkwrap":false,"_cnpm_publish_time":1408454560196,"_cnpmcore_publish_time":"2021-12-16T18:29:19.892Z"},"0.1.9":{"name":"terminal-kit","version":"0.1.9","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"650a6a60a5e0679b7840d0abc9fd2ddf9c3c6304","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.9","_shasum":"0f8a8b6e66ff2274f450b9a076ebaeaa62a7965a","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"0f8a8b6e66ff2274f450b9a076ebaeaa62a7965a","size":113607,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.9.tgz","integrity":"sha512-bjUPH9UZ7dZHR8IGSa74kSZORCxY1c2xcDmQwAr3jYeak4xb3zI4/wtouvrYEvyhPZl2MmsuYWOV62Wl3ikUHA=="},"publish_time":1408380138019,"_hasShrinkwrap":false,"_cnpm_publish_time":1408380138019,"_cnpmcore_publish_time":"2021-12-16T18:29:20.291Z"},"0.1.8":{"name":"terminal-kit","version":"0.1.8","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"becdf1aee3d2e288a9e21343d79ea21c806eaba2","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.8","_shasum":"f2649215fedd8767f8a59abea0845d9396fc67b4","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f2649215fedd8767f8a59abea0845d9396fc67b4","size":113581,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.8.tgz","integrity":"sha512-mLI+B9Av5NrAu9zR1Nsrf7upt7DP84pbbTQPX+M99sECKsMyr2UmzIr5bYOhLOscNXGIxW9jk2sPLgTQlvR71A=="},"publish_time":1408379932368,"_hasShrinkwrap":false,"_cnpm_publish_time":1408379932368,"_cnpmcore_publish_time":"2021-12-16T18:29:20.693Z"},"0.1.7":{"name":"terminal-kit","version":"0.1.7","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"512e1a2dc60ea7ff9afd54790442855dae867d91","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.7","_shasum":"f1436f7c7e66468c20fefc9e508a67d48a1da8fc","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"f1436f7c7e66468c20fefc9e508a67d48a1da8fc","size":115390,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.7.tgz","integrity":"sha512-0uYB7KZfM6oo6OIn1kfFhTqajxqmfAmuS67sP95M68K2Gsi17LKI2msESXEezx+1TtHXCzyxq6jJhhyJn5CqjQ=="},"publish_time":1408378268560,"_hasShrinkwrap":false,"_cnpm_publish_time":1408378268560,"_cnpmcore_publish_time":"2021-12-16T18:29:21.025Z"},"0.1.6":{"name":"terminal-kit","version":"0.1.6","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"5301aafde5f2f820cb1f803de6da508e84f75d1e","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.6","_shasum":"7e291307f6e3f798595fae8100f7548da4356150","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"7e291307f6e3f798595fae8100f7548da4356150","size":113125,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.6.tgz","integrity":"sha512-71hyPt2KYTtkk+dJB7MQI3i8kRHgjB/hWt6lAvt+ogGQmNxdE9p4Khj2KllyET2CuXmjz93Mh7+hJeLUK7JRRg=="},"publish_time":1408378110176,"_hasShrinkwrap":false,"_cnpm_publish_time":1408378110176,"_cnpmcore_publish_time":"2021-12-16T18:29:21.347Z"},"0.1.5":{"name":"terminal-kit","version":"0.1.5","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"f884e74860f7eb56f41492504ccfd0cfb7dd2eaa","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.5","_shasum":"e47264488f812e44ddfaad23210d07098f4dc6a2","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"e47264488f812e44ddfaad23210d07098f4dc6a2","size":112067,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.5.tgz","integrity":"sha512-/ne7XZSC/yCwh/b37hjJ0pLvBOwNT2FaywN89/8Tn7ENZ1Qr00yHtxmF0Ezl1rc2rHkUm7FpmTZH6SrlRBVJmA=="},"publish_time":1408375709561,"_hasShrinkwrap":false,"_cnpm_publish_time":1408375709561,"_cnpmcore_publish_time":"2021-12-16T18:29:21.656Z"},"0.1.4":{"name":"terminal-kit","version":"0.1.4","description":"Terminal utilities with supports for colors, styles, inputs, mouse and many more...","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","xterm","color","style","input","mouse","cursor"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c0abfe55e80208416ffa22650dbd896baa7a5ac2","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.4","_shasum":"6cd0fe3ed351a3528c951a1cedd5a35812fb5136","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"6cd0fe3ed351a3528c951a1cedd5a35812fb5136","size":112072,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.4.tgz","integrity":"sha512-e4kLN0pNGN0m/lQYtfcxslSuB01qtchoi70AUfnKSRV4ec6BMqSox0EZdhkpT5frnGfUJT5ilwt4wAUYxdp3QQ=="},"publish_time":1408375544018,"_hasShrinkwrap":false,"_cnpm_publish_time":1408375544018,"_cnpmcore_publish_time":"2021-12-16T18:29:22.067Z"},"0.1.3":{"name":"terminal-kit","version":"0.1.3","description":"Terminal utilities.","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","color"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c65cedf8f3d52f81c20bfa9dd938ca6338b6facc","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.3","_shasum":"ebc4cf47111f3b74980d9a0cf110d4effe212990","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ebc4cf47111f3b74980d9a0cf110d4effe212990","size":111833,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.3.tgz","integrity":"sha512-rhYqG7AosCYzwCaNmMTr3FD2k4WOQzQ0OsOF54enbKGQ7QcXcoqygWMqb7ZPxCWLP4vlCS6Ey8BGS3AHvZrbhg=="},"publish_time":1408374084922,"_hasShrinkwrap":false,"_cnpm_publish_time":1408374084922,"_cnpmcore_publish_time":"2021-12-16T18:29:22.371Z"},"0.1.2":{"name":"terminal-kit","version":"0.1.2","description":"Terminal utilities.","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5","ttys":"0.0.3"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","color"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"eeb33521f00c770c16f8eff1f993f1df054c5037","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.2","_shasum":"ccdf18233a2944711cdb37f9b7f2599f49368667","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"ccdf18233a2944711cdb37f9b7f2599f49368667","size":111067,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.2.tgz","integrity":"sha512-hBuTYlicLIJEZGE/ieGixg6S7TALtSVOJ5n9Hx4LtDvApGa0BfvF0OxOWUIEIMtyWHzPfKUJEcmZd748gKKmdg=="},"publish_time":1408370093121,"_hasShrinkwrap":false,"_cnpm_publish_time":1408370093121,"_cnpmcore_publish_time":"2021-12-16T18:29:22.735Z"},"0.1.1":{"name":"terminal-kit","version":"0.1.1","description":"Terminal utilities.","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"async-kit":"^0.4.3","tree-kit":"^0.0.5","ttys":"0.0.3"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","color"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"98c06fbada0d4317f1f26df96495d201b0310fc6","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.1.1","_shasum":"86dbfcf3bbfde733c44642fd64db862e7248fa6d","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"86dbfcf3bbfde733c44642fd64db862e7248fa6d","size":109888,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.1.1.tgz","integrity":"sha512-vq4dzg6CJ/gMJd8nDF46tPLVgUQf5e0DASjPMMbCxVuRENxu8FOuVi1Gh+xD4jqJfjygP0/8RNmYI43UatdsVA=="},"publish_time":1408367887145,"_hasShrinkwrap":false,"_cnpm_publish_time":1408367887145,"_cnpmcore_publish_time":"2021-12-16T18:29:23.047Z"},"0.0.8":{"name":"terminal-kit","version":"0.0.8","description":"Terminal utilities.","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"tree-kit":"0.0.4","ttys":"0.0.3"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","color"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"aaf8077dfbf00a026d9c4f1bfd020d1b78810c9c","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.0.8","_shasum":"d89c9b30792e1877a3c5509db26ff5e14c803e93","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"d89c9b30792e1877a3c5509db26ff5e14c803e93","size":99740,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.0.8.tgz","integrity":"sha512-ZJdxHYsjkgSaEGy5Td/BDaEJnQVLTOYkn1IHmLIYILULOK2YV+ioWWbLl+mxJB7UocJSwMuf7va4Fl4xhSWIkw=="},"publish_time":1407681499667,"_hasShrinkwrap":false,"_cnpm_publish_time":1407681499667,"_cnpmcore_publish_time":"2021-12-16T18:29:23.408Z"},"0.0.7":{"name":"terminal-kit","version":"0.0.7","description":"Terminal utilities.","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"tree-kit":"0.0.4"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","color"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"d1090979461bb2c1cb60739a08f2047b0edaa9d4","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.0.7","_shasum":"fe05507e8c07e49e025e70157be77d0fdb6bc28d","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"fe05507e8c07e49e025e70157be77d0fdb6bc28d","size":7052,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.0.7.tgz","integrity":"sha512-3HweaOaLrJiz/KIN8sue8yAEV5oQOtMDxbNM97VM+WeIN0Rl2YICDVCIjKe17WxCyCbn6PAgU4mptTiFKdcQ8w=="},"publish_time":1407347087043,"_hasShrinkwrap":false,"_cnpm_publish_time":1407347087043,"_cnpmcore_publish_time":"2021-12-16T18:29:23.763Z"},"0.0.6":{"name":"terminal-kit","version":"0.0.6","description":"Terminal utilities.","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"tree-kit":"0.0.4"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","color"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"9523d072f21598641e3c9d0c4b3134fcec2fb077","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.0.6","_shasum":"3190b41f1d8776471e5d00693b319dfff88dd9fa","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"3190b41f1d8776471e5d00693b319dfff88dd9fa","size":6173,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.0.6.tgz","integrity":"sha512-/Klsqqgndkab2K0GR1cOd0/2hVeIrhWFlObdDkXkS4JBlUWuy1pJQTcM7hXVLrAaMbTkZgal8YJrXbqPO/TGpg=="},"publish_time":1407322362815,"_hasShrinkwrap":false,"_cnpm_publish_time":1407322362815,"_cnpmcore_publish_time":"2021-12-16T18:29:23.976Z"},"0.0.5":{"name":"terminal-kit","version":"0.0.5","description":"Tree utilities.","main":"lib/terminal.js","directories":{"test":"test"},"dependencies":{"tree-kit":"0.0.4"},"devDependencies":{"expect.js":"~0.3.1","jshint":"~2.4.4","mocha":"~1.17.1"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","color"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"gitHead":"c7fba66eeee6c4f55ee28056a536b97aebca4743","homepage":"https://github.com/cronvel/terminal-kit","_id":"terminal-kit@0.0.5","_shasum":"bf0489b56f6e4c3dfdec60cc49f012635e543c2c","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"dist":{"shasum":"bf0489b56f6e4c3dfdec60cc49f012635e543c2c","size":6174,"noattachment":false,"tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-0.0.5.tgz","integrity":"sha512-s5XQC5iFgSyT0KOq/7oaM3ID1jMaJ8QSo83Lfn4jj3U0HdQoQQePqLY4SMhQI9pjgVb+0jh11EuHzZeJLXag8w=="},"publish_time":1407322255330,"_hasShrinkwrap":false,"_cnpm_publish_time":1407322255330,"_cnpmcore_publish_time":"2021-12-16T18:29:24.184Z"},"2.4.0":{"name":"terminal-kit","version":"2.4.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.0","chroma-js":"^2.1.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.16.0","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"4aba97c0be98c3f24e07e98098683c518a25a0ac","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.4.0","_nodeVersion":"14.15.4","_npmVersion":"8.3.1","dist":{"integrity":"sha512-lQCKNFYCaVoFM23pcurnQ7wOnsz4u588JNu2sfNOnB8IU6Tl4vdOdHNe7bL2aIiB0kA7m94gS4VI0+3CRI1G/A==","shasum":"d572601ee3e25bcf1c05e223990436fce8f1a075","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.4.0.tgz","fileCount":301,"unpackedSize":4651717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5/MtCRA9TVsSAnZWagAA/TgP/1U6xR3XtBjHvP02SDGD\nFheHp0pp8FySZY/pQtdfcYuVyhNCPjhsaaA6Dcr6RnZ/6PgwCfhFW7y6m+lL\nVwnsLtsCIbOBy0xJhvKSnAu4h78VSB1jF3w88bS8r8alBpcHzwJOsvykF/aW\n+r3T/D9V40DOQjq4WCMiUhK0LIQuEi8XM1kzyxlPlHZ97cWTl9GSJiOqjUMV\nT1xg6FlWpVjPeeJ4dPY14opUmipUg9Gy3hp0Wa+EkWHf/EzlNggkibs1QTJ0\ncEJjAkoX/p3kijC9t5Sy/XSgJjZjVnAFGfb4j9lgEAV3QkTyBQcgGSYIhXeG\n5fO9GdQ8FKEfiO+FZjPjl1Q0NFXNlgR7FOcSRGrHaqq17BOiotauwLtTr/y0\nxU0Ws29NkxgGxAhWdPuO/2zMm5nvRiT4I0Os8ENCwYU5GVqlRVjwERynB4Pe\nncpV2KBPz54gnxWCOd20UiRbRyl1p/O2Zay5FRFw9zV7VzZIDng7QzZUYFdj\n1KXmgQtpQR1HF1pMwUMAKe+vleKcfOMKuGf9zJ4/8/HgbV/Pi3juFRTaihvF\nfKTVoI0NupMQ2d6fooGtYJiVF61L6cREYQ07JUlZtOWmoUIzH0DlKauH57Hg\nQgQzXt0wrs5w0e8inN/YOs+s/PL7+7ZsodNzGkgpt5D1pfkfjq6wutQ8KRlT\nfc54\r\n=oP4+\r\n-----END PGP SIGNATURE-----\r\n","size":1195114},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.4.0_1642591020937_0.46836145777257165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-19T11:17:11.592Z"},"2.5.0":{"name":"terminal-kit","version":"2.5.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.2","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"809c7e0b180fae53f6de57006306bc47feecbdb6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.5.0","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-sF89gm2bLkePoo9W0kFLKCokvxlofI5cF/S7HH3/YKqOyJRoRNpDyy/hZqevZba6uYu/txgwu86qbyIE9Kdonw==","shasum":"4917c3ea6a300ea90907f3a3b22a806671075d21","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.5.0.tgz","fileCount":303,"unpackedSize":4654446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIERjOsfmbRqd0OmKEYLvkQnXhnTmt6ewalIxPKtAlzSBAiB82G8QERqMZGNBBXfGPp3Gu3nGivEwZabESliTyfekWw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6ko8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHLQ//Q8tl6ofcqdGI6YKjk91F90ksbQUnKyUKzqLqDzgL/kfWRp+J\r\nEgVJI1V8i82PMf9ssuQNd8s4alOqkYBGM6EvmZqxEvgEqs91Nv65MgEmrJoA\r\n/zzgnQux5SjooXVXDsXES3BaW9yderlWB3twljZxS7KlA50FDsacnWHcUaB6\r\n//JQwE245kZ6eMqycvaKmPOdrU3yXqtgbeuR2vEkGlKMMl/Hy6PlkIosQnjx\r\n2ZECdtwfvYFrt2znu0ALh5LT1PlfLmg8xw99ad3WSblRhrCDfqPcDt58aC4r\r\nSz7oZU6/dm8X6CrXn1RvzgDxviFpB3qU/BUs+aZ+z5bZdfmTpfXxx1wNm7iC\r\npPAHzjVFSiw/63tgsqZlKkIH6ON5Q3BHiqHFZ8jWSFJIEcUxFDll0SkNEfuG\r\nAXWeqCGgJtFqTxwikAeGJKdNGJ8+0Ira8RgWqD1uY0pH2dNfD4IROXhoFuQa\r\nxlIUjG2RYzeB4aJCUqcOpnVgFb0sYAvkTSdpYYDdJXZ1jO4g5IoEWPpkRwB6\r\nzslGtqGk45WG/VHeq/fU7yz61467881qiLSZ7dyZ+1nlxENETHthPA2it4zH\r\nvFPadwsdAxIGzM0R7fSInWh2buEPKO2MEnPtawcmPjSqdz5Jf++89BNW81Tv\r\nQQIdGqY++AfIAA/vbhl1Ztx1St09wqgp5EU=\r\n=LjUD\r\n-----END PGP SIGNATURE-----\r\n","size":1196017},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.5.0_1659521596331_0.5089511572167063"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-03T10:41:12.531Z"},"2.5.1":{"name":"terminal-kit","version":"2.5.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"9e5ddce61395ab1b4682ae0c1fc257e6b41eba14","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.5.1","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-Pr7V4yumtoS/8zPPIh2lyYZC5IHVRi1kR1EALZJqzXabSemZQN33AALhUqGwEdGjLkivwpAQS1A7J/fbu2U8Ig==","shasum":"6843fab32a77464b5d284ef3c9e79d02aad0a9c6","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.5.1.tgz","fileCount":303,"unpackedSize":4654501,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCT/GE84iChQgOLtmFWyGEOVwh2B5R4kzvVNl1FNQ4e6wIgdHsu5aDxOXo7BuX27W4i9kLvdJmvG8VBBqq489IxXIo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6lACACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqq4A//XqfqbiWIMOPXYaRAK+8YhLALJ8maFmKhFqjqjkJPtpunM6Lr\r\nVnFZrpGH9otZz8GpV3uf/GVMUHN6NOErtCY0gnwp8y6ffBfuj1GC7HRBQxEn\r\nRAkQe/xRAWUKx7tylPEBwErw0woCxPQmjYKEsJBisA/fhCEZa6mcmNOq2gcp\r\nnl6dS4tDRESwipQAomxPXP31TRChO3xspEEG4EpPbxJQgxufyK5sevtTIpKD\r\n2UTrSmQY7K9JqbLPXfzlpQP36PWx7lz0LD+D1fpYqJ2XvbhGk0Quwobwb/KG\r\nH9B8EgJxwpYfHXpYfwndqbP5Km/TFybmqrPtOQFDQfSRDLCmEDBN44gO0/yV\r\nZ7kLCC65BByKJK+0onoSODchHQQsAKmJtwO9HtzRWJA10RRseCoyr2wdckxF\r\nXLHIZIsoaJkZ7DJLyrStN3LIVtiXy0ptDN7n+ZP1jUl4Tsu+qgGbId4g5eMn\r\nHxsVqYd/FNB2Ni0bPzdiVovWn2gR3qPHJckaqbDVPUHV549bnusfho0YSDHN\r\n8WPH7fX9RadXpleNI9oBB2esBuWf38cxMbOculPuB4n9Ydp1DU7Re9Zo/WkW\r\nHJ3spsrjw/Xn3orR0WghJ3lTmCfgkR0a3b8L8XsBIGTtoK5y3v5RaPOIJZuk\r\nAov5pP1paMpX/zM7/ARpu82yOvLCfqmr6cY=\r\n=YC6t\r\n-----END PGP SIGNATURE-----\r\n","size":1196031},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.5.1_1659523073969_0.3001256941163146"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-03T10:41:12.725Z"},"2.6.0":{"name":"terminal-kit","version":"2.6.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"a874bc48e910a3f4a394932f3288d8474a25e6aa","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.6.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-qCB/Toi0j8V7bk2PbDAEZ00gxsJ2DfKjLVdeVKBzBYi9lr3qZin6aTGZ1uRsTOhZ1DFUojdDYPpdcd0g1v5Btg==","shasum":"bad1a8932cc98cce66715abc918ba241db5a212a","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.6.0.tgz","fileCount":303,"unpackedSize":4693169,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQE4MdEDGna2Gf12Adux3HtuAuk6GKWAveNhjuYQrU2wIhAJ0Jq4rqlvDE+pjIoMW52To99aYD1epD/LfLvC1gje4z"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA9XaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQyg/+PXJTXtnMk4aLuX0hfjd0R+iV7RJ6JIIT1EZOQ2VOiSC2c8gz\r\nXmMLRUWHxRMdwFg8wBn2bZnT4cg+ga2LA4hJXi9FKR2sTgxkwBfglFC/Ofhy\r\nSBbMVJgzI8iihge9cVGNaov2V79EucLQaTWYR1AtIPjiF6JueWSC3w/XbL7n\r\n+MtulmeHYYnAVFe1cOTgLZ/wppXyQu3vVDabcHrzSE/HMIPDaQue+wfV7iHM\r\nqO0GXh5VRoOIK3OqRdROfy0emPFEscnQvbjbyq4rveVt1hN/Igr9MxV2j5st\r\n7RFMh9tFLhx8WYNnh1iTp9E+Kjscym9vgl+1leIT7HKZZfAVOOa6zFiIVTyE\r\nFL+Dl8yS/WSRUVpHrMhQNLw7zXT7ehWgWfFDqPzy5MjPvWzkmGpCRT+omDnf\r\nrsEZEGkVd9TZ4LQFqTYdcNY3Mqlew/jFDAEh1Lg9gOGKYLyx1xzUuE/lSI42\r\nmEHNrPRP5CuXXX7sTSfR6Fe63UTzDA5G5XqhTzTksnjPiJMMb4oEVo2IlbBY\r\n3drtG28RljiKbh60F2ap7SVGQx/kjexgojYQ1wtUZ6WyBaUefKexobaWasVJ\r\ndv9XMWlkql9oHWSf3KF2Xk/NfZRwUcz1BIGFoRs9LbhXBjtzfxETDvGXi+Qd\r\nfPmTxnLWw/dqf09NacwfpkUd4fx4QdTp+g4=\r\n=gchT\r\n-----END PGP SIGNATURE-----\r\n","size":1207436},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.6.0_1661195738421_0.3301713617979496"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-22T19:18:57.514Z"},"2.7.0":{"name":"terminal-kit","version":"2.7.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"2be019f7e5bfdb097dff89eb3def6128daa4aa12","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.7.0","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-JN1BDQkdVBkWHR7hPVN5PkqiqKsAlD66Bkj8kWtJGWPRrJTg7Du7bV75Li6rK4DBQylqC5leCf4OeWUBQ6lc1Q==","shasum":"53b659fdbba6e504396026c1054436f54125a2c2","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.7.0.tgz","fileCount":305,"unpackedSize":4705238,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICLT30ECvx3Lr8YCMEAsKHch3aCU3qwkzF8kkN+eMTP4AiBWIGdZpBSkrP+Tc+whity/H3D7Bdw5EgR7/tHbS/dUVw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBJeGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruwA/9F4O/BAk+ccVa+z8UIt8HcEhPFvzvee21rDbW2PzqqXoZt/cP\r\nok9RkPjfNCXCsgsRuXsAxORtC9VNVzCT2rfqLW1q+JVTY/BRHFCWxlVd1Fd8\r\nyLr5N4/H2bxuv6k8S9u0PDrhCJgpW+RchwIhbvP3G/mdqm6ooq5F4wiw3AXH\r\nDYko9CrLfDdY6cWbNbVUX6EsKwAsEdiR9ePg2vtHf7E9NlpZVTITq6l67EGb\r\nfvud9Yy8PBpSyr2Xr/oWIllEC5yVGP2DmUJ0/b5XMGYMWphfjOcimbS1v3gJ\r\ne/IfsI5Lx/ytzJ4lPl9jgwD3XHY11vFoCASvthsNbrWRm6J3RwuWiVdYlaH5\r\nMtbVa8AFLOSrJLJpSJefkswYD/oZvVvYlpbniAoBN1fBMSGu0F8QbvKeIi9L\r\nybVpUQza57Zwtyk1c1+CNo5myZaAtll+d0qAyN2fPnednLtIOh6bNxALOPyO\r\nGQbOo3eY8a2MTXR/2CX6dY3Wujpxn/j4muqISp+cRolYHyw4L1eRi+vEVNXa\r\n7+qM6RqjK2tVqS6B1n9ymQ0AKbYO2c23r7U6wZ+db2r8yUDzscpX0HMkkOWx\r\na9FGe27Yat9KiqwvhpP7hcEUIWitVowfIU9W5fS1BVLBYTueGEX95bViGgyb\r\n/vecKiaqbH77ed3DgiANZQuqQZhKRgfCjWY=\r\n=xunA\r\n-----END PGP SIGNATURE-----\r\n","size":1208952},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.7.0_1661245317683_0.8721419717953223"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T09:15:35.365Z"},"2.8.0":{"name":"terminal-kit","version":"2.8.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"baf8900c8f02f7417903873dc383163fe43606a5","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.0","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-1XN+q+xO4bUAQ95qFZWDyHHS/mWWd8GcVmUj3lDyAGjZUY2y59B9XeO+EgAQ2OlNONddbVLZ0Q/xQtwj8WMLvg==","shasum":"28ec0429c17a4297673053a7e25d3945290e4d7c","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.0.tgz","fileCount":307,"unpackedSize":4718534,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcNKsv7r0XKnuv8iLZShFfLJhAe+N9BGkI2laszcyTEwIhANASot2VOSl5CLKUjVdARX1MZLBH//Iwzxd0erhrHvxG"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBOSGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrmlw//dJxjjsz9nCCw40KxAIegQp+mBOi67SiFBPzPbwCBzG+xcEJY\r\nNuTGRYgci6xECuL6+2XyO72BDT/ViHtgHYp5rLUUIUT84i+g+4m8fhDgA0zx\r\n1n6qt6diSDkJ414zVb9VYnHBkhvFriiEeo7U88PpRJIzm6BUeCxPx6QXjOrU\r\nXUGhTZVjBKZzu5p+8E8c/5uASgGVjr5nd4ohTzSpuxvHr6U2xLOFvKs+qnUm\r\nguPobZXxXwMHHtXQf0cRRmFRF3dZUkuJXx3hT+1OFYqv5FInw8NA2dGfH99+\r\npO7H/AJKoSfDxBaugAptR5e/GIwOUYopvEMTS6cQCzbPgQqhnTC3KFF4qgqS\r\n4fGPaqmqfb9Ds/6h37GBLyanKhsbe1+fVvRnzumOrDb919FG58/LT7mw9a3Z\r\nveAYXi1VHDKx7I2mTTGzYkXIdC90EGy/9AciEJa5Q7fFWOJm/H/0/FrLrS/d\r\neWI6vZ7Z50xBdMRvHnvEkiu6Cu0w9TPlXd8q+Zq0frcXEkyrPcsCWiKztjiU\r\nE0Mh+bL21LE81v2+P57jzEaiT+m5MYuV/twD9H/XZ6kISXP+UlniWu16CGkm\r\nTjtDOo/8RdxdO1BygSEqt9Hx2UaZMjw+DaE+t74fQIMWe+M5V/3hb49dCsJZ\r\nK0yYnerTLupYYM1SjTtu8q7SOdSSdNt3gY0=\r\n=PeWM\r\n-----END PGP SIGNATURE-----\r\n","size":1212246},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.0_1661265030668_0.13995480521213377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T14:47:47.985Z"},"2.8.1":{"name":"terminal-kit","version":"2.8.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"a82f68f767e20385bcf148d22d1d0a964105fce6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.1","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-cJcorcVVT5naqyECc1hvozkkX8b1IvZVrYzsV5mU9D20bxtRVbcZh5F21nwLTvrRRlE6+DC4y9SucDvwJn2WKA==","shasum":"0e3af6a160e6a583896f1673ac68ec3193d158c4","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.1.tgz","fileCount":307,"unpackedSize":4708492,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAP8T5az6FUvI1E9B0J/NBIFLAY1nL5FTH1fK8tzi0v0AiEAmDzSgeuS2mP0lIPB9RywFk2qIb/gCHlII60DDI4hut8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBQ+gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLNA/9EsmAwsipnGWTvIQxzKbx60re258QGgc4sXVVDXMl75grHtFK\r\nlNoLlCqYHSI1BPk2SpiOoGWshvdLyq1huxWE5yQAHYlNKAu/h7qclT8d/TVK\r\n3fQRV2YlRJm3xxyLeDoOKDPKkucscRB3Dv8X8gj+DSIrEr8GNvNAALwAyTlF\r\neOqukL81veI20SzCurCdNt6Nsuy2BsYTo8SJEHlmq7wouSZCG8vjogCwHPlH\r\noSTwwLca0YC2RX9aBExgLSsHCOJV9XuwBJTqRk8NekkeEJ1E8ZkB8FhEwaQn\r\nVWaW6fnEKTfZwS7yZfHw5JVPa/QVZ2GPSsUCOYjuw2oK6YfdlPwcf/EKZG5Y\r\nkzbrBAmHnHVgBGjeK0XGT1iupMNE+L6PEod+EG2kJXD/B9JhWOTDeRBJt6hS\r\nmRf84DVWFl+/ooZBXyIpo8Nj1E5y07ABeNZjKSHbkpXMl4VdCglZKHwx0+De\r\n5jiCUKSH2HL0bUXpxhcYuAY6TfXTTUkdpSSnFWfMMNYHBD1jTFmW8ApWVTYy\r\nUcPdSGNPYyF6Mv872SU8RMjwVK5leO4aCPciNLpN+qD/kGHpNHu79c4H534E\r\nd9btbvzY8Svf2iw0GSCVeHmu7MPBaRowBhXKJL9HxjxdSvIKCfRvDGVlxhf1\r\nbUWNSMT6YOhZIeonHsYPViJbuxZuJY8MScM=\r\n=Tnbl\r\n-----END PGP SIGNATURE-----\r\n","size":1211545},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.1_1661276063846_0.2754312832677752"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T17:45:05.408Z"},"2.8.2":{"name":"terminal-kit","version":"2.8.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"08dae8d6da3154280324b505373334e68d22c2e6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.2","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-GMAkXCoOUbl5Cil23Bfc9DRpPnX6MDXEempLVmNWgh0rExvUbxTyuW2nv731B7amxqLNcVJSDZiV80q2YNc90Q==","shasum":"80dd0bce0b4e9e9def83f90ade72713d41dae179","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.2.tgz","fileCount":307,"unpackedSize":4702470,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBdLRxPrYlgnqWUHAAkczqp6gaHj8QYpE2zgVKrCqWbEAiEA+zO+100qCr90B4nIZQ2m4+MIez+V0vUjDLEGirDHdJg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBU8+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/5g//aKLvURAtBSk0Uh+RP64kDOJSLZfPgHuEKkzZy4Z+FN+EqvKq\r\nBY7HwfRB8KGE1zCJ1P6p96dgec1B6pe8ljmhl6gi1PWET97p6WKYshaXGKPB\r\nolYj0g0L+pJ63IS/Ra4QcYbnSNvUxjx4cNbGnTljtnJUnT9CkH2atrCEo8vu\r\nVRs6uEz7wPQHkKGCXHAjZ7zAgbvQ/LpZbVmnF+Wu7+g4ASuijiqhXfo2tci3\r\nVgpopYhDRRcekpYMJwU1yHJVZl5H3WJ6O+cPzNUhgsyXgDaQfe9ddkIvyU0+\r\nN7Um2SUtGGG++LQ1sau2CVgsT/Eil4T9bpaK9u9Q2wy5aubsnzwu9KoTD8yM\r\n3M8DJ9rdA/8+pqyLrPwxQb9G89zRdOZraTvUQ5lBEmA0yfQOzx6OlVLLTE5+\r\nst/cWb3bpfcoCHHSpr00QzjmIwyQ+1NmXSMwfJY/kxx1NlZtrgCF/sDLQYf3\r\nFWNkiZ8Wd9EI3orJ2rmnQN5dy0+0NQWHm44B44fz+WD8hp7bkuvLrdO1+OnQ\r\nVsDQHwoB0GuW0haBT9w/87K5fivmU2jztr8vBkXYUskIPUvYn0j4tLuzeWb8\r\n4TpM/1uugF+AELgAlclgOnN7HA3T6ij/YKxDrpIHYeHGs5Y5PIWgnPgz0vaS\r\n/sWzHrFu9UK79zU3KTjzrpYHjTMxRQF8yAs=\r\n=TByB\r\n-----END PGP SIGNATURE-----\r\n","size":1210106},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.2_1661292350071_0.16902627185237185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T22:06:09.894Z"},"2.8.3":{"name":"terminal-kit","version":"2.8.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"c3df5d1122ab15ffa8693ee5942d9d298d5c8427","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.3","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-RnjYe0hodWiyGV33kY9NYI1IRe8MhMqRTZYjMoksccfW6S8lfEkKHXGEeOsTn6uz0wG1CfISPoKyY3IUU+MhZw==","shasum":"4f338443322258ac1798c7ab0ef9bdaa60061740","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.3.tgz","fileCount":307,"unpackedSize":4713745,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN8Hjqtiif+29DSNW7L5BSGA8MagvfsndzrmNqnRxyCwIgWF9xal03WXfaGtyvbKSFAwCbhw7mzv7mHl4HYN5qE7o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBWbuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSkg//WKKOl7qHblNe4S2qcbYt6J5xOsW5gJvSdcDUG0f4XDHWBz26\r\nCPnlzGHyvLRP5xuHdKcZv7lQyNjIo3OfK1e3tnKE3YJa7zNScQFBhDM6eQPm\r\n6kLt87yjutJglLfQDfpV8LmY7K/H+AJgEEOa1CbJIs8GGrUtN9JZVc5bHfiT\r\n/z8wTGfE3aczvsd6RzF+b8YyULxSZfPt1zkEN1Z2HLLnuaBUq1MxTPU5aU4g\r\n7+SkJRI4YwVmgfNlIKxNOC5HJkrbWAf3AwES9zWOr1Dmj7A62ER/24uY8xs2\r\nwfU5SS+osy1POc+S9pwRSkcdfcBIEzaQ1svbGSvfzwdmcKC3ej7bAzSLKTNV\r\ne5OtUyoXg5XCDGSj4iwFOP7km9IRKLcEsPWwYNvkRBJLmoem83QbShU/bHgG\r\nfssSZI3kFIaKsDYDVX77absepok5u2OoowbNcjYQhnGtD2KpcWEidjAYJKDR\r\nNegICZp3bGu2W1pP64BTp1LYmM8t2kYtJw3G/qSoGaVmS6v1rd1Z72Jr0Ji5\r\nJpKWOLEZ3kO8JTeLuDR5TwfJVgXylNPwUdNdc1yFXfXeGgLFWqmDsURFHTXO\r\nn9J41cBeeTBmOA4PE/R9boVQ6KiFvtkFeuhEUNmSDamufiW/LcAIqQ64IqZ6\r\nWZ1dQaYYGLjFIWw4Uf3Q3MAEKZdleYoQsKg=\r\n=REDO\r\n-----END PGP SIGNATURE-----\r\n","size":1212452},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.3_1661298414523_0.4548535788094341"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T23:47:02.914Z"},"2.8.4":{"name":"terminal-kit","version":"2.8.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2021],"owner":"Cédric Ronvel"},"gitHead":"22aed88776f465f8d4adaebd84e4238af41b45f8","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.4","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-5Ig+7Az3zCQJfRUq15EFZlzJtAiJ79F6xdbbgbKLIJxpLHXqH4dG6hlFqQlqlwuXu28w2rbHtcPN9dEJWJHCnA==","shasum":"ac5fa6862675efae11c18d234502048d0fcc7d88","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.4.tgz","fileCount":307,"unpackedSize":4720595,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwOLc4t+uTouR8Y1OZTPq9shYfYT6iC4kW5PAifDr/gAIhAI/yczNZiGbbOOO4L3vMZkYHS/liOxG5N3kLKRt91PDh"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBeC1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUDA//eUy9DSdtyqm3jXVYFhd7WT8bpGbN5xmrp6e+YssbXWz3Dg0X\r\nQvK3MY5dCC03lar/5yFLh3G/3WUuEe2gE8A4T9bcNwm8UakJ44ve6DsX36GB\r\n8ulC7Ma3JobHaAJ6ukH22w/jTE1jwj1WKZ96W/MrC7fXNguDmjqvHSdEvK0d\r\nRB+QBhy5hUWYQYDMW+shVe8hJYWddya2YoblYudrbcPlKvlsuXv/+YRQ0nBJ\r\nm241KOlkBAodBz/BMwLa81T9ELeljdsoe7IveUkFq/r1NjKwy7Mk+FDhIqj1\r\n/Q2LXQhcPvweu+7BsKn40QF9/EUFGd6rIjxi0YOY03Kwb2kmVCBuMtICFjPp\r\nPHA47d2bYgGJwtSzhUiW49vOZng4bQhDAMz3jU86ley57mLOXmBxROzizSmb\r\nkGHGVZ/LhZjGakDxspr5q/2BZvcLQteIjfLK85EJjfg/L2rpxujqpYsXYCA3\r\n/WUQiFs6PWHJP6DUFhVmyXP5QlY7qdZSlLsshhBSaUAG++zIN4bEoHbMviGE\r\nVdZlgJSIbtjBvYMyRJ6OW/DMiwKJ+UzVNFIEz08y/ENViWZzy5D1CZgw2DqC\r\nDr/d1rGjj6VlgKZEcRAsTAnVDQxrXoxPVnx16Rf5Im0FJAaSnjGuMaQRhDgT\r\n42gt9AK5S3IlI1Bsbe2yHnGO75hkO5Y7i3k=\r\n=Y1yL\r\n-----END PGP SIGNATURE-----\r\n","size":1213989},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.4_1661329589408_0.6186010433810791"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-24T16:39:47.421Z"},"2.8.5":{"name":"terminal-kit","version":"2.8.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"52ae02fc2d1142d1393f3d74625eb5dda6666b99","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.5","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-b+6AmE+IU+mwstpAupZEWbJpWua7fAJ74OLUNBKULEPxCoULn6GScMf3Csn4ngSqn23W4heUEenNwC/unHkftA==","shasum":"18fe496f040fdeffcfdae07cc84163a76c7314ff","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.5.tgz","fileCount":307,"unpackedSize":4708919,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBO1j1SznTEGdhgF0XN4ornjO0UO8hy6ARV+EQ0c95JwAiEAxJuAZI8m0htPasjs84XNLV6O8RFsLpAdcB+H4dg5kp8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBk/IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6vw/+JKakdwveiWBsa3ZNr8JL5PQOGYAjIfLlpd77715F+p95g8zs\r\nzou0PW1U9GJZnXBer6/wxP1m/ByVLL6v/PPihBcpLpbxes6WT/sowU+2ji3y\r\n7Ch+Kmlh9Q6aT9mAVUN1/gnbsvhztcp3emzlqajeOItIu7zXvc0TxcDysLQh\r\nRNPs2riOR94yJfmiNug1Yxc/NpJyn3F+tJXtfCwp/5YeZ+gApnAU4x/6xXKh\r\nmlndAeTr4FK4or/KEpYFVfSBuBlUCT2kgTXxEg9wDIDJNu6UcD0oVgTKehb3\r\nvp9Ucf9m/0m04b4l3m+v7sGb2VFrbq1u7Hxgv9tvNdW+mMZo/B46Wr2XXBeJ\r\n8jOjxALKe0A0B94zg5O17+ntu4scnuVNw5rDJx/vy0Z6rctpC0WWYM/67+l5\r\n8TbNu8eK72Pl5XVbV+sMUrfz+LoBV8srkl4fsgrLJhLru6+55ZX+l6zluMw1\r\nWRnFDIVfR6euBMfgu82AKNjvtjDKHs9gei0iEF5WNBfdBX1OLLybPX4BFekp\r\n3yHb3Y2r8S+JFPTQWU5VY69NsAPNWy6g7BnxLxoLbeRqHBpTLV4/+EoqKg+M\r\n85TxcA5JsG2bLHtE7dUd9u+EJNIhzxUdp2PyKHoF+Wp4aGtDIf8EQq76IJkt\r\nXAjLVmtIBe8P78VGaCdaZTeUAHymGieQfwM=\r\n=ZmPe\r\n-----END PGP SIGNATURE-----\r\n","size":1211937},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.5_1661358024221_0.6126529338622291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-24T16:39:47.687Z"},"2.8.6":{"name":"terminal-kit","version":"2.8.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"af06e545da1316a343918adeea1b835d3834a34e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.6","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-eouXoapC9T3kugDy+tK+ic+2LHQOgfA+umeD7KYBWG4KoLLfMnwHb+P7BFVBgNCPfn99Gqtyj/taJQUv+8ucHg==","shasum":"11964d84ae3dc7c58169ca5d259100253e771221","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.6.tgz","fileCount":307,"unpackedSize":4708576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+3QanKjvr8L7s7n0ahuo8yU3b4Js3t6jvS8RaHzBX6AiAC/bnz/Je29MSjctAMze5N7AapIbYPUwFknvwCDQsN0g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBlJpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrP4A//YV2u0NlkwpfQdLmOQWjSsYJzfVjSx2Vv5Zv1RiN8HDVRMg85\r\nBEjjtp2iZF0Yc++5x8laNwvEko8jSI4D33e+QjcWVkDc9UZVeCoHz2Pu/tlg\r\ndQqx0+jVsMAfTP41ZRwFeoKs/lAnXB+1EWyapWlSubEdOieJ4Vt6ys+Ygtqg\r\nwQ5ATFRA96pc4uCTYvybVEM6DI3TzWs9tw1bv0OMZz/u0eV96s1HfM2cpTI8\r\nkJMh/7AwLfW76XBxMYWHapcT3oBQPK0DCjcfezpsMR+FG6hHZN78dRuypFBH\r\nDqCUfBPkrT8mPzMCLuHOvpEJM3luQLDO0aYOnDXYr325u2GCTaIKJoboSBZa\r\nTA/+3uoZh9jmUyyL05iNlEjOno/DSRYEpiKc6ilBETFxkJ7AgCVXvkpLIFAj\r\nPWUKyRRX8CvAlDVwiMP6Bown4Pk40i2F9Y6EH4yGu8dL/Fwbd5DrUrHAEKPk\r\ngVOpDpwRKe/S2qNme5x0qD8+qK7u2z23B25M+fFdRKmGC4V+WAacj2guGZfq\r\nazoPE+UD+cszIZ7K/GSgJGOEjOpnDe36J+UMxZcWHqMCgSoabb+fxZDbGxvB\r\nn8QHMplSuynqBoUTWcKBZAjY9dLu0cCI+CDWQLi3jHb1oUVBKi9Pmi857UOz\r\npVa/STdWUuMEIJjwjNsmJh46foiq3QbvzH0=\r\n=uvCr\r\n-----END PGP SIGNATURE-----\r\n","size":1211849},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.6_1661358697075_0.2276676127716024"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-24T16:39:49.227Z"},"2.8.7":{"name":"terminal-kit","version":"2.8.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"9a6aca4bd26dc15816aba1f1ed3d2e053eedbc37","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.7","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-OYZ0qF/4UZDah0voCjJFZoHDa2urqzn2Z4+XHR8UyiROtkq5KB421mtxAEzGARoXVRkew8anzkFH1b6dXclSqA==","shasum":"df4324fa46d2d61dd13a2f9e88032a601d3b7be7","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.7.tgz","fileCount":307,"unpackedSize":4709431,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyTeP0mU8glyNPqfpUlQEET3mcYRqqP7xYVFb0w8VDkQIhAOW4YP1Am9tPBHUAUVA9SlnBYULVgmS20tNneUyLURHJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBlQXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6GQ//R54vMF4wuLMUZAhMiU0UUcDfRqSr3nA876KRQUhnyn4/tObZ\r\nLN3LsG3c35HF/MDVx7yy0HVdjQ8f+Q0aHJDaKVI/8gSna2UJeXbNuiXhQOZX\r\nkC6BWJdRCsSTrW3xIC3gSJl1esurwOaNeHvf8o6TtC8dS3OALmrIxAaVZB1h\r\nAQfi7wMuuxvlsxf63aqzEe+09fZZO/QHXt9ORBox1oc6mHoOA1JHG//Rp11w\r\nb0CkR/s3MFw4ySJZVzRAez9ZkOYbaEX53ilejnjx/1R1W0IgsmleiPqYfn97\r\nFHxrLtcdMAmLi1EJEDyuPRvi/SSU3UyyTetOIRoipWBqxbLVVLFq2JhuNW1y\r\nFz3Bp4zKUi6WJeLBG5vlEJeiiRU8kiOBFaxf2ntJyQTtSCC+LlACXzJEj/Xp\r\nOqpAuz0UzpB+qI8VdOyyTIR7kqgDccABzLtR5R+usIZgK1Kw335AbuT2N5DY\r\nxEtesAijGGCSmaxH/ALrcGBJIRKMafJdtogN8b/9o7haFIV54xmd3nETNCnM\r\nKq+DrdTjkslGGq7cKBZqKqF+0G3nLbTVNfEH7Eu1IbvTGLFyouGUEuNzf2Lb\r\nbUd6RyUTYGX/GgXah1jcltXmn1UKrx+Sr1cXWQbknKEXji+SHDpfO9f5tn/U\r\nQgQRMjZ7mZ1ooVaKulMaiFC2ulvQzJJPals=\r\n=FkbV\r\n-----END PGP SIGNATURE-----\r\n","size":1212256},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.7_1661359127321_0.6705130667773902"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-24T16:39:51.125Z"},"2.8.8":{"name":"terminal-kit","version":"2.8.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"3269d0ff3dc3f7e1524678dc23fa25abe1b64071","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.8","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-EwaZBYXj0kuGdGwcnU2RerttGxOgOYsAjcQ7ww0yX99Dv7N0es/Xw/LuhuJ6pDCFwZn45rzZEtZMSXXfKVhzcA==","shasum":"ad32b1defea94c7ff6744d6edcd3ff7a6fea4e2c","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.8.tgz","fileCount":307,"unpackedSize":4718153,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1OCUS62gD8iYgluWahjUMJouf2aQq2VRHpG7fV7cvLAiBCLBBD9A/bg20M+nVsBXpmqGH3VeBE+SenTDbN6Uf8vQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDzHnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAuw//Z4pwHAee91nU6O8R9pgHiulvOG5f2zZMV0WuQv6U6P2fp/JN\r\n1lmBrc1yhCkZMQnsQrodIWtRrleJIuh5QhwuW3DiNVesopkDHfRk758KrP+Q\r\nZBM7SnS8o0HMQdgyLloskVOqSgkmxsqyPp4DFKCU8BQQyngu9kYbA3TmtNuv\r\nt+gnSvN76mrt4watm9Ov89mzdYVYw3rcN3rAWhk+5XJ9l0OsocMGUgQ0RW1g\r\nXRx0VABPF9hAA0Ae9uxHyPWFq9D2i2ndfnbARJshlw6o9uDPXzGSc3Svc+9M\r\nfG719a0KRecMTGw/u786cGiZ6iAyxHT1wQETrv0p5uSivMbazWDoxZZrp14X\r\nBec4piCATC2zxuTQ/WSTHbcFKPghr3NqXcHGPwVtZF40lxN0iFYEEf/UtXQQ\r\nMfbz0gwBN5BvP0hOg1PlA+geBs1a4XZEFe9J30Dq7oe5qhuuTmFkxOMnmVVu\r\n2iGZ+VwCtCU3otaYIw0c/N4LAr3f2nE7d4nfN43GGRNx7VdUyXYCYRAS0JwF\r\nv3KdC5vPjMx+KbrpAzOpEDgGSCbWp2TL8sYTCJg/goUByJwKtONtKXoNXd0a\r\nmEeMnh+S4fqLpDleYzdK78u0aNL8yN0Hr2/8A0luokbvk6fcLggokthPrSSs\r\nbO8FOSgr8xv0dcZHzd7OpA/WBcaGioh7gM4=\r\n=KYRJ\r\n-----END PGP SIGNATURE-----\r\n","size":1213793},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.8_1661940199624_0.5083146494000643"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T10:09:20.447Z"},"2.8.9":{"name":"terminal-kit","version":"2.8.9","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"549d2df1ee90658909b3ce03fe81cc5c2cfcdca4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.9","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-DNpJkWchhNCnFdnN3WsI+GWqp/CzXsah8jNsp9oiOWhZhbnpTVykhVfE+USYGdyhtG5LtmrYVDAd4R/Q7tqhsg==","shasum":"ed28a764edfcc85a79a51a310b8c9a3d0d147293","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.9.tgz","fileCount":307,"unpackedSize":4720697,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB2l2nCJysJOVFqfpQmcuSDfUa8iVJdTdLwjyhkeCz2gAiAjLUnBYeO6zeMrjtDcr1VyJYtXogti9vGqtdYBw4mPqQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD3LIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrq1g//aA8DVzQ55fDpKBAwQRpvNQmdkgKSyWTV6OySwp6IT8IgbdFz\r\nYfueCq3Ivk7hcL37HZzRBQamp6TpFn/YPC6+ftbmQZbJJBhXHZEZ1NHqT3GZ\r\nsKY3HPkFDuixYiwOM+dlQkTWFFgcIitiP4UBIbxhRv/0kIordgBX1juoE4GU\r\nxo+Tf0eS6GkRf3vDtQdGTDwcRTAt5zkBF7Il5w/ww+FjimzkA7bL4Tq7Dzok\r\nUtOEdNovXBoMWeXBK5Mxd0ow9SbhDmhJOa1HirTZnTjEVjelHOivfYsWTGue\r\nqzx3oq2qEHS8yaZmqwp3TGgjsPfoEgN1VlifSoCb0sPSz8A3h0BIrGWPWn8P\r\nnkJXIEfU5IW3f+xamntmH7JxMK4PUr8l4UROmcI95gpEEGH+lYAZDLAjiMzI\r\nu2yxpwj6fZ9cdM/TEXcNNPJz/YaKF9P0X2R0R08+f3y+gdXRnfLHIkqz4Wy2\r\nYCWf4V05TLVg6n4Tn5AdWnotcTnpCI37zHSVwesDgmXh8Dn+l/o9ZNPoU0zy\r\nVpL4yQJ8pI4n3XKbuVoPUjGoz72PHo79muGxKu6F1juwCFphQNxfD/P8Xx15\r\nb2D07957r5YfRqoGS2EDA7pLOvhDJQt2ZCge+RhATxhyksLUTrkTceCCN2rA\r\nxQLoMcGl3d+18Q6AKrRId9STpEydigZ4PfI=\r\n=fYga\r\n-----END PGP SIGNATURE-----\r\n","size":1214358},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.9_1661956808469_0.6737641706310509"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T19:08:02.298Z"},"2.8.10":{"name":"terminal-kit","version":"2.8.10","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.2","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"274b9b8d46700921f8c04660ef16244f9dc4bfaa","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.10","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-aKtdp7VSCKYK6UW6hO0yD0UKS4QU6jX/d0MPM5Egll6xJ3IBioazrjBTvyhxM8KfOJNn7IYuIK8LOuWYs6O6sw==","shasum":"dc77f6754d08f04d78a8bb59c24e3061fd0d058e","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.10.tgz","fileCount":307,"unpackedSize":4726224,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCuF9PqNacKHd+Ao/vmaIb0tBinsASBEYdMA4K/tdg1gIhAO1CsrDtyFjwEH/Fg0t0eszG8HSilujNV2gqm7xTrneA"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEOYCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocWQ//W86hWXjdtuFNNqH+7fIS/mBtvMqmLG0YKHm6P4/4s/Bl/KQT\r\n9cNj3qIfQUtCf+yvseFedBadViORzukHHt5xHHFq6GJJkvbAw2tBlgqHpInd\r\nF0Q756s9GibgRoCLNy1oYKsYqZLfRqH9YG5/D23n8qet4UXAybynkwgswv4A\r\npBq+oHXgC8OBUhmsmsriRYGb+Qxw+5NQVi7vO7he+eD09BBCquG7v0BRJwOg\r\nVwDS+ilPKFnJCT7KmXGGw4lSaTVNIuTn6VbqSpahNgWGVFF6iqm6VbaKIXdY\r\nViKNzPgUVJv0t4Jp9gF9DVO8ZKinPU+IFtVXIhD3ezi1F7yUpMNO5EDcZ8ZO\r\nDO8DWtQQQ80JC4pOd1LMI+wIEyQQMZWk/k38yQEAkerVWJIsZSL9YSVBoHvG\r\n7Pxsym9kKuRnxXh/pEGHSKdTOHcW7l+NYv+LbrKeve61zYvAxCChWYQRP5d+\r\nJU5jsomgxMWkXrl618wFJPnIaJ3VlVj2SHC8fuHZ2bSyk8xZnV3+Nu2UTTGv\r\nuOL0eihU9JvEOsvJNssZ6ZmFLQSbdoYMGTbMYuH31O6A+x/W+1FxVY4ZPLkB\r\nhtrElwmYdqjui5+kHXnTN0cN4psyq6SSYkNPgvzyMlqv9C6zsFvV+S7pGZo+\r\niCs4fHYhwxL3MPxBXr1OJJb5hCQ1M3/6+5Q=\r\n=5rlM\r\n-----END PGP SIGNATURE-----\r\n","size":1215267},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.10_1662051842270_0.4948838599246852"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-01T17:04:20.491Z"},"2.8.11":{"name":"terminal-kit","version":"2.8.11","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"88111a5eca254438ca35efa7c5edeaca8147e801","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.11","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-HUlcO4k13gtu6sWQUrNFEtPavf5Xtw9CwYGuES9VqQ0BVcLAcUuwxG1xz/KkZtJhPIpLrz5pq7eS18JV6DAJPA==","shasum":"668c14d78b03b27acc1c1f21059f70a7f81fd72a","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.11.tgz","fileCount":310,"unpackedSize":4740821,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCp+DZ+do2ZhgYzQdn2Rl+5KNXUt4wDtu4WTPNFALDfQIhAN2fGadFi9MI0fXW4Rhd2sEY//1m5X4jg5OwAS1Axn4M"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjE0RNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9sxAAkqUVVcuWoCkiOHoBdFIWCsR6MV6zXAEyDq/3kiazlE5MHFuh\r\nsXsI1RrcSGcp4kl52wKZxDBLRSqp7b2+JPTfg2TgHmPigH/vvP3fRFhCoGq0\r\n6JIMqFkMqoou4lIcPLb35aqALKH4oX+Q6MwYyL5mPZ3NBcVe/6krPkxbZl9Y\r\n9lcXeD8CPOKwcUdw5TximR523BA898asorLEIFkbe5ZV5JqE/CqTLFYEaOYF\r\n0Y1jcsVrv+RfxxxR4vI/PYokXEcvzpRSCsEwzsGzP8ckRPifjCqLBxJ+QRVH\r\n9rEF4zsxZfp5H/VaTpNjlRtkfYYMTwuqy+ajevi/6THpzOHx8GjIDmfgAmds\r\nzKd2VS6lT4nmXcfgbeU6bl0SA/Kp9ao7sKeOcRGhkn6LIWpnBspPWM3pU2Xs\r\n5H634KstJ+4WgW2OA+qv8c2HjhJ7Let4dTqyHvi1QmCjGcUC85Hoc+koNHYw\r\n0dPVBVyGlT+x/leZz83UHNTy4fE+K+dkPoEPgqKRvxxLKqLfU9dhmET0rAPj\r\nLvnU+Xw5qrqndnFR5vu1WJI5Fpd/ligc53YXj+mg+ACxt73XNkOf0wNMH6Nd\r\nLrYOe942+tlhYeaQIxVoNqYX9M4ApOa6+XIruXe6oJs0fI1Kx4AIUjrONS93\r\n1I1rs13TWb104rns9S9yBX6r7S+0B0olcTk=\r\n=GZaq\r\n-----END PGP SIGNATURE-----\r\n","size":1217140},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.11_1662207052638_0.5454237884982467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-03T12:11:05.406Z"},"2.8.12":{"name":"terminal-kit","version":"2.8.12","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"44d42a2e9cad229946501ccc043ee1e9346f64ca","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.8.12","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-gosjaqdwYT4VsiTnQyv5mSFkdDG7q/gzUdsApGz46/uk6bHkxb9nsprD64mcv5fplgXuu73s0mOz33BZibomzg==","shasum":"490b8cb0f32cabcaf617e2a4f8ef92aef9858f1a","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.8.12.tgz","fileCount":310,"unpackedSize":4744878,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICTq9h8xWG+s12SrZnEilu2L89jRUtptkRGHm4GvDb9qAiAHjbC/eo7JcmRlEqMLnTxYe86QwzpXfku07ndshyHTOQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjE3XEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIjg//RjJqbttvMCJCQmyz45dQYCnL4j51yPp8yqw5hkU+QFASwmI+\r\nJCuovFU+eBZ6cVnkU2ho+G0/HnbDAf5TQ2MPg8sIErmUE8WDvPG4gakqRuyB\r\n/+/KXtL9vpH+LO8gc4i8es5dEWlgaBiIho6i+Rj5KgHF0LzozEtzQGArTIaS\r\njo2t7J5W7WEsGpCFUsvv+mn5mDRFnyFXcL5Ju5QaKzubV2a8g0nBR6gwzWWr\r\nprSv0o47miund763nsuPWjNdFXSdmimrmDbQkcirvLqKvtI8vx61VQV5yoEr\r\n19VgJtIS3LKw62wu0G4gu7WtyG2uo2PNhOBHG5uawKMvD9akbdYkhBNp1MYG\r\noT8+yRJTyGBLrsVC1+9ckEEmc82f1YCbwC0mc27rYPAw7kmV00HGp0PjBZ8Q\r\najH4bVj9hULUOUkWOroblsQE/NvdV5Y8NyjrdA6i5x32yiN8ombBAPUPNbP9\r\nNefd6ZMKw3PrVTUX4cZMsXQYc6FfK5q3ts5pE7065X9luxLfBhz4V1+smnIK\r\nDIAyhxIzDLst9/nnmNuQWKEHzcNxDiZOI/XYNjp8sasxEOwkgFfsbaoJIq2i\r\nFX3PzRaW20MZYly0JSTabd8hf5iNqem9CjSaKFc/Dm88I0Z8hELGrPKHGw0o\r\nHeYGIDMzV7YipDidG17ffdQRIBQYH0iyfjc=\r\n=/dg6\r\n-----END PGP SIGNATURE-----\r\n","size":1217727},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.8.12_1662219716161_0.8907070216662534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-03T15:42:04.889Z"},"2.9.0":{"name":"terminal-kit","version":"2.9.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"42f3828b26e3e9e8cc7b982463a0f0617933cdf0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-aZzaVufAWtN/miSocWpp9ys8QWZFua28IAMgF+MtHNbqbqxI35UP1GELh8BEzVxkrvmEEL49djOti7XHj8a1Nw==","shasum":"7a263e62fa906f808cbfcf51704b1f36b42f4826","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.0.tgz","fileCount":310,"unpackedSize":4759122,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGg7/xIMF98cHV/KTw4yzFbAj2Fxsp1CLjO46hlKySvBAiAPHMYTCMC3CLbWmRNNkGL1+4ENnWHcE8/TURCQDTi4tg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjE/EQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTGg//XvtQd60K8/bQ4Rkkfk3FAk92oWcFq4Zbeqjd3iLSIBkRa0Gr\r\nQRPGJkyscSAgDMd+NtBryLCM/SEefUww+EC/mC4f+3Sy4YCfp4MinDoRbe0k\r\nPqC7LuTHIqk6E0YVWv0TwZHnTmAjApd79eFC7Tu0yVv7ChBfvemjqXBaRv89\r\nt50jYdCPTIqc2grO9UR6kDFtUIcJ5KAheiUCksNZqWRUeL6B0hOLa2+rWcKm\r\nWJ6bjW78mXtXxw9unlunnpmiqEIiHZJgEwz7Ye+7Utau0/C7m++pbkuu81pf\r\n9ikUV6GRGjSMMjv7cb0szNgawv621RgLEjZp9HGtfANAIHIawjcyBAOAoy2X\r\nW+a3N+xIE8xASwiVI6GQHQD4cnuVRiQzUH9Ca2pwDaAf2B6WLVW6kqlcnzt5\r\n1YXX7v6qqPk/Gzx2FSN565sI9jyVyvXrUltd9mKNvDTW5XcQCQQPfpdpa73s\r\nkeN3UY7gLECUw4gnr9Aio8zN1fy7Ngq22n02VAda/mOi//pmcVZfhcl4xFZD\r\nNqtp/8LoW6pBIeAVE69XoxUl29B1Mw80Agn+3bPYjePbGpmdSVvGcHq8zE6m\r\ns7J3duOxyeK0YzeeVg6ZGQM3Qp+d5vSOwEOOTkWGSdMes+uULN6DudcO6Ubu\r\njk4TlVzm5/QKgYMhLCzb/CB9DT+8XFyM64E=\r\n=V0ML\r\n-----END PGP SIGNATURE-----\r\n","size":1219625},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.0_1662251279916_0.10065594180170079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-04T00:28:11.528Z"},"2.9.1":{"name":"terminal-kit","version":"2.9.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"b0819c2c6b0a289be229e0b12c9babffbe8ca138","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.1","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-N5FDsEuyGBOmYCmol2y9m5SdmEMVhnU+OvrKz7gJ3GuCkryIpgatynkwHPfccalWekorpPiNKPZLIYVW8C1yTQ==","shasum":"1e2df18edf43fb76afdb7b7563089f7706a836f3","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.1.tgz","fileCount":310,"unpackedSize":4759661,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHU3LywkyYjZdvHQ3Q9EEjc16aI+JxJKX0CcqpE5Hld3AiAhNln0HUp95sMbsCmrNFC8ZQdbqFvkqC6X+WntuLu0Cg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFGcMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptxA/9HcLqp0vP059wxMj5lG6qqmK79bLyp9BBdz+mCZSWN9OuBdx0\r\nwZ1rxmtDGHWZF6CyH3if2Y9DL5txaRHQqJK7GDiy0oxbWQIeNgNDi0H9zc50\r\nxoSF1JGv49MjZHTGH0wKEVv2RZmBNhWf5XK2Euyl3mIy1oHX/koP1n/A3zde\r\nRV6IgpEKWngimKPpI2gBBIr2vdWo4QiuCVUZhqTRhOvBzZG9qtDVB1jonSlp\r\nANvwIK6LLickfDVInh1JmhwovrwzQwDSj8tez7SNu/jDDaBk9M09+6WxWZ8o\r\nxeQ0pjz2W9GFk2lHpWdoO+vtxKWXXN3rqbZ7vf4vsliHc9T7nMRBlvANHq04\r\nb3K6WgnS7olJJV4ATqo/Ai//A/bUUZ8uFu108sPUPcVtFcTL7CRuNpOc4iL2\r\nS5g+9hTWDKOOx+BlQYMfJxFIpMbeR2VVtNFFjdkY9zGHFxMl+SwmkVgJs5x5\r\n/69NHpGYQYEfmi5VIvYeoqQoLcyGSFKOXMd0AIUuBeO0HpSstgBEcsqlKySC\r\nNZf32GG2JPFIWY5TGcORhY4lhO+juYuHa7jSPuzGyiRZRP5Mx62GuoAVxiH9\r\nwrJpuFRromxlDRZI3kH0bVpWAN2tvYZjWe5KRvWcjdYNpQ9/it3occTkR1uu\r\nqeTfCf/TJyMjRy5q97ReNAxgetu2H81SuqM=\r\n=+lEm\r\n-----END PGP SIGNATURE-----\r\n","size":1219717},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.1_1662281484284_0.045373270341874106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-04T08:51:32.831Z"},"2.9.2":{"name":"terminal-kit","version":"2.9.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"ee6140d7287c980865c991e8a8a91d5201074b17","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.2","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-LsRMo4urW8oG85BzapjbobcSsG/lkPxGYSRgVwHvtZXTLmEpEYTwIOpoacbfk/AxaviwUScm3SOKQZMCUKBOrQ==","shasum":"01101a423b3cb08828925be4735640e56fc773a2","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.2.tgz","fileCount":310,"unpackedSize":4767862,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBspmkp8AddxFwapQlvwx6quFM6D7EiyhFuJ5PhfejkCAiAaRQWuYcQDjbbC003np8/Uq13Oj98I6CxiFI4SCPG76Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFHlzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3ERAAo1X4cHGQl4O2bhEb2MtlYtvFI856HXOoY57qk0rtBPH0xDfZ\r\nbGor11+ARNF/8xlMYD9KKYdCCTaqqU09O2yJ1am0/daen+Xh2ejrU+mJB2ky\r\nNxGtDjYC8Y9JIUJd0rK0aGLmdTYk+N221Y7hUKjAN0WjC6oFYKIH+LwxozZ1\r\njJv9L/vQ0BipRxIjmtGYQBExQY4mFE80gXDZwzI2ytn7JwxXwNEbbl65ZQId\r\nYSaRmPZPAqCbtjHU2YTailKsmYNaXtOFBGxUrO4/PMyoas2rC6WNpwxmf4wC\r\nhdyYZq9exuKGKgYd4wg1iDTPHwkrpGNtUtxqmgUVvzMsaAFYeiBWiC9SEnxV\r\nrLgmG0AmeLyCNcc4pwNatKKQQq9hsBiGKBy8AYSLdiCRYi+pbEAwpXyB+2Nf\r\nZeu+6bjmlRtrK/HFvFBpW7GY4X/vO8d6i8zO4PoUmohxiI+aX7BWKx9FCdhH\r\nFpqHdkQIhkyHZnTYwI/fEDMCPPi945YgvbS2GKnXKuEnfiRuE66T9oyPIudr\r\npgSjhHewU5unmUaJOO/1WqyMIuW9osHz0Aa2ABEJ3r0P7bbRLO0ZiUBvU8JK\r\nmFFCNyd95DkyrxJ08mAlMy6JTteEwBMvmzaMoPisI3sbeYmxvzcsd0EQduA4\r\ntPntBH57Tudmmr75MofuAztAa0iAQZe1Krc=\r\n=UDa7\r\n-----END PGP SIGNATURE-----\r\n","size":1220579},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.2_1662286195262_0.5896459075914042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-04T10:11:03.904Z"},"2.9.3":{"name":"terminal-kit","version":"2.9.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"f96938939b9f101fa65caed6808ad0b8b9946a86","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.3","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-nWVHSPhynph536hrIv99rJPJNNF0eRMaSg/pdtz5DQRzNTiYzP1/04HSKo053VrkeQuzrvdu+/840UyThRfjOQ==","shasum":"1d559cef329f5746d68eb1a2b9fa1ae32a01b45a","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.3.tgz","fileCount":310,"unpackedSize":4780405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICtjOQAYcCPYEFqxcTuSgz3iTAjtJLHpasOKmGbPITj/AiEA3KJ4UQCaVrTWrgBfDx+LFKMcJr5HXnuHHBuyTXofBa0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFKPsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFzg//dtiwnvoPwXhotbKbmZ5SIO1IGzKEyGoSM8WSlX0Es5rBjkgB\r\ni4+PgVAE/kyUhNKH4CveNpTVlugK/UcctI1asZBDWEwF15SHrFaBZa8aanXO\r\nLHymQNoNY/YPXCXVCkQwjReoAGNl2pbf7JoqZEcizCrBFIohBxpAK5k/ox0I\r\nX4G+FGCi4YqB4Mlhfjvjnb8QqvUuoQY/kQtNHJ60SJc0eUCP5GvEeLDJRU7t\r\nWin/7WE7xo0iJaEJZBJHFT8kcI8gPgEWCtH7c0NKsqTKfrw/m11SU2GXQhFX\r\nsJc4Jvd5/vIuRBxYV7UNN1X1/GSSMyDcCo/mWmht29q1L2YcEumZp2rPiz8N\r\nI5v0yO4gtig9DpsvmV6mbzIlM93Q+zofiKZFf5IHdHjVWToZXVo+AZFEJYux\r\nPUd4cOo3WCOB/8/JqNtRUkyHM+W5XemVzOUBqaIYx51zcOOsp9l5PS75pT6x\r\ncwvD9pb49qDP7ol5PKwSzJw1SU/ZabfU03bzKQ5Aj4vjJwnmg4BdE0BaeDEs\r\n5CXiQUNhOOHoK6rPhdGg69yB9Dl5fRzfjHzVRehc4QFGD0u0OVkxCAYBNmSi\r\no7NLRvEynrh4vCRjiGQxknKETn6Bi7AUWlWvJyNTwt/ZARhpnSjKbWMv+2Fc\r\n2Hnu9Ht0XVJQfeCpZXJHkrUocExBFNvwBE4=\r\n=56P2\r\n-----END PGP SIGNATURE-----\r\n","size":1222506},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.3_1662297067788_0.5655014990504195"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-04T13:11:17.777Z"},"2.9.4":{"name":"terminal-kit","version":"2.9.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"2412f4f09f9358a95feccc6772ff67733fb998f6","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.4","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-RFsLTAJG44L05VtOM1URlBrPVc/Xk19IXqr6IXgAK0eARY0rRynJ55XeRNOqUVYdxVINAu2RDCUIYtJtV8iz8Q==","shasum":"96aa6ce4bc52a2faddf1e8fec384e14ba5d74804","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.4.tgz","fileCount":310,"unpackedSize":4780662,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCliFn1FW0GrhGJH0aN9kyti8Erms4vh6TXa/5Y7QIO4wIgF3mUtfpet+MlkwrfO0hjPkOsUda4g7TLEAIe/AGEImc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFdC7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoH7Q//YwSs8qm9hf82dUUJyN7KBzw7EJrHieuqr27ploGkdP+2SBAs\r\nhftpifB+5i9gCCxBFwv1cJssQaMfKB9TIil6TGsVcj14ksVx8UWyNSzS02FX\r\nQJ9Gi8rdRFXiSI7nD5z3doNM/CRFHfNqGE2JHc27M99hw+TnMwxyGzQuv2nY\r\n785bdMx2QqR9SXMHURCo6eJHvd8vkCskVVg4es6DTlRGwAhtQRK8d+r1TYn1\r\nP0DqxJWAgXw07mUh1XBWXuGEQla22D/XhdcCjgxVmANJCikfUpSHO9n6bkUZ\r\np71rCZkLOWCjSUk/6ZtO0VBrG+3w5Zbp51DmL/jf/tRyun0VIJ7R3cCoBBWj\r\ni9fas78MjpUY3gWdqJRXb+3uJ5itHQB2DnP7naIEEbM64Z9XrVtQExBzjFA6\r\niWgFdIp8eSKbvyuBT7SUYhiUwbaBnj98GEh4fGx7eHMbAztfLv8UB4csuob3\r\nW0axUJOVvSuTZY+fNoj0S9DJt1K6RuSr52YlkfDBhjJK+OqZbYiNq1MGGRgC\r\nRYeZryEZ4ywiA/zBMYjYu6DxVbnlX0vj47uiQoLk+FZnT1GqvWIoKmfZA9Er\r\nMAUns5FEAezqsOdImP4frZ6f5D4M3WjURxWCyJ62xzsaqbtCNRppX/Tm5zYn\r\nlS28bFWrnriFPieF19jSkcz1Z3zzZUAPsQc=\r\n=RN3W\r\n-----END PGP SIGNATURE-----\r\n","size":1222929},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.4_1662374075165_0.43733107305810437"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T10:41:28.503Z"},"2.9.5":{"name":"terminal-kit","version":"2.9.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"0455d2e2b963b28259e33191981bdf93d2192dd0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.5","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-T4pMWUzJvk0yFA5qN7asnx20rlwatJmA3Dcr++dYFyq100WWU/Buc4fM/pcspIPxYHGaSQPTO234E7qWoI8e9g==","shasum":"cd42cb62c058094fae34fbc8e95c2b74a953021c","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.5.tgz","fileCount":310,"unpackedSize":4787259,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtYLSakjuD1g/WBh4QMZQa1z+ZQ2QQq/3+lXLRmpcyfAIhAIf9tWEg4HuJR2M5Mm6vGkwFqZFkDoNs5srdZufK52KU"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFg5VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFIg//cEp5gjpnv+vjkZ3dxMWsXUvfXAWkvJI+HYvre8BwkmWf9Iov\r\nuLhBPydIEHPG415ofaZsh4nkW/OJhNxesR4wUMjXJ5i+TakSej+AgYXAuHV2\r\ne4HDvgKAK95blYKoGEeOycM8+s9AxmehbbIHMopYywH2aO69oL04XLy7TfO8\r\n1zE0ndOZJim2wzavUq3Y0q+27XETf7zS5Hb2VU1JY40QC7w0QO1HHEoT2r52\r\n+xjDIONy5quIH1JEywMqXHXGPEDGQTje5rbC04jSRHAPsky6ac9kD6luxcIn\r\nZDUQ8fNyPebtzbFfXM35+LifWp4YY7Vp39Y1pA5bMCJmWChpJ5fKXkQJpAlL\r\nXaJSFtX00XmJK+GgwwlXEbG3zW9/snvBI5W9m6mdzuRVA4f/eklsvQFby0rs\r\n7GbQWcGrx47CTmXj+XCKmkD3GIuoOstBqsilPnJ2rnf9mbjWfzxjZhGCXqiV\r\nzx6FbYupGgDw9GgpKKx8FBDWWPepG+KKlB7fdRYKliYwAG83OOgSjWnDbFJm\r\n3h2pF9lMseuqnMT5lTKL2tM6LCFYllnazhhx6pQ6PhTvHMpBh9poQbo7tWml\r\nXUr/RjrcQJjOa4Ppr+xS6zjvOSl6rgJ6+gtFg1vQdaZiJpbmqFPbDxTKrl6t\r\n58arQL8c34ttHKdt91YoyLFxXaN01IHVErU=\r\n=4RPL\r\n-----END PGP SIGNATURE-----\r\n","size":1224215},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.5_1662389844910_0.4195878511358546"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T15:11:43.272Z"},"2.9.6":{"name":"terminal-kit","version":"2.9.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"4a0d05b002d60161a62aeb6f0209d7fdf7c3b518","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.6","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-He1O2rCARLBxHJRUE5S81ep7CpCzm5k6xYmsdf0PsfmOw9kU9bSNGiqLrp4lGG0HnzgtS5u6GrjfLCrQ31LVQw==","shasum":"3e72192cbe8b67578609fea316725f0ffa332161","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.6.tgz","fileCount":310,"unpackedSize":4790178,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBWGrKgn0Jed7cZQJ/wwFmeVJw9nJx+z1XxkfXOIVUuCAiApo34X6VPm5KUE1QTrrFVCn5rbppcMaYFz7ymhxUcn6g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFhceACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEGw//Y7Ohw7Z7KdySPi0oKtBbLaSP439ualNevSwuG2NYKjopw9xN\r\nPPN98jyoPoEcbFq1c+wReQ3Xs3ZYgcyrtUC3fr4t85DAlQvSc8XynTP2rnFM\r\n8VTCNgF0vi4Ojec6gb0etkgxombycKc23Gth+ezrfZSzIf0Lh/S4/SZT2/8u\r\n/YsqqiGE6hr/GbVzyPLZ7Mdd8vEDCxrr6UaxojNOTtNat8oHG6ODJo5vpCzD\r\nPN4rTPwg2d7HCIOTz1UIvwKYCvk5apUWxMDAV/ByZ/4EgUqb9GsoxW+1zb7G\r\nHIf+u/mEfJ+F8EOdwIUZ8+mXmqibLsGnbrOevdJyruZ8EXo0/sYhM8EjhCQW\r\n88ndUlFD9cbj+TzfgQs0JhST1USBUGA9iJIYtNNOGswdBiLF8ijmCD88fjI7\r\n0mapSyW5jQkDHo8BESQiyAiOmzKSotzXOAUO/uJIJ/TZd2NJSHZFNeVyvnkV\r\ngRVA00u2xwPTmUXghQfkORRXprOCfPCizJIDwCEg/bIy2xgY6fS/RXwKqIkn\r\n3tg6yhv11YvnPtOl7tZGZ39P1zcu0rZSMXbjBTwnQ7SWEkEoiTF7oR6K7nl7\r\nb3dgwG6cwp5TJjxR9NJE2i0AgaCbZwMg+30YJV6NIRHpHUOt0o87UijXaW6a\r\nqNzC1bf/QdYynfVBZa/iEGTosY4mbhcIMz0=\r\n=hcSp\r\n-----END PGP SIGNATURE-----\r\n","size":1224710},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.6_1662392094110_0.5421399493439889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T15:35:33.503Z"},"2.9.7":{"name":"terminal-kit","version":"2.9.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"8552e3b33a6c8a320a85e620d7ce76ce1645ef5a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.7","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-h/b4B2pwY7+AJM2veP54bI19C3jDsEMoVHgTg1ZbUEulANyLoorW2WrprLSZYEMznYobUeVMuq/WvEK9r0BVcw==","shasum":"3fbc941f64747d30b3d2b4ba135b220d4db91034","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.7.tgz","fileCount":310,"unpackedSize":4792233,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICpIDm0Tk2YWWTq6uf5+txJeBeG1iKDFGlg6aHIhQrhlAiEAxUrP9x7ZB39t0o2BdwPR/V0QDy3Ehn4wpxh6deKcl9k="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFjJXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrW3RAAmZXO+sba85yXpHCbecuKu3lAKVgP2BQLcIij2f0nQr5NElw5\r\nGxEs7LcotjsnMLcMu/xdp1PkIyorhm9ohx54UNhxfJvohvdESLI9naR/jcAB\r\n6EQO7W/Mva20lBlfsc9lQ1T9RTYRXOYsYJk7kzwOqPa7Y1+9zPGiBbKS1C+Y\r\nZHqs/CUtbtDA3nVMbNIWNhuAXFKBWi/JfpfDIZllvE8fbGAJYXy+Zh127iAn\r\nkTHGvjVo6drvWvn1+YStGJ5Dlt88tqd1cnjLO1ZHu2Ud93LNGKpN2Vqz/aAb\r\n0oF2VLPGP3tb6og9Qtzx3ddFiihoK7Y1NrDy4IdtWZ/tJUuzUG5NmwGvVRz5\r\nR1hfCVON9eFPHYrDHGmwXiGDP+gxDH+pmqsY4DNDUzwtwIb4I4cAhu3dQwaj\r\nolnw0oo1Y6YMMj+Q6rpUd4prKjGZQo0xnQBS6V2wui1JuhsceLXsKEoheQOV\r\nmATvy/yQdc/ZcyXmWSnb8gy1FqDgxz3GDv81eOgC6aM903aQvQ2qc7J8AtIl\r\nB7U/c4C79lvsLYI1Nrs3LAqRKcA6IwT24CiudbJyUYPDlBMR5Pn0b/TiILbx\r\n0LwPSXksQzswbYreQ4sqspUc6zO5n5kSyWKqzGxAa7NgAS/b3nQs1Gs2fGEn\r\nSWmMQsLAONByGdAaFxr+Xo6uRZKFtEok7vQ=\r\n=E2E7\r\n-----END PGP SIGNATURE-----\r\n","size":1225210},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.7_1662399063262_0.03506676206105119"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T17:32:27.225Z"},"2.9.8":{"name":"terminal-kit","version":"2.9.8","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"05363138c40f2978f29b6b36c1c07ff13fbcaa23","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.9.8","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-MNqmPHjOkyJTv+EtmcffYgAPQ8/DmvZB++3fyr7KXq8P9L04J48ZnhmHkFup/5h0KmPWm0atRwbOMrjFcVG3rw==","shasum":"df52c25559f8fb3f2553d5538160c51bce5af43a","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.9.8.tgz","fileCount":310,"unpackedSize":4795342,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvyXcrDXjLOuu/TYpZmZ/JWUbgEcFQ0uXygaY0JbX64wIhAILlbSWOCbOLjb4p3de2j4FeLAS/2Byztv3pGM/xeVOd"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFmnuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9Pw//fKiN0VieFVlvo6gbPD2mjm2FdUDzZeB/pkMs05hmTf8hDw2Q\r\nBtrxpXqbP6GWEbknXHhrZzhjzJDodW2v+DxDShQvivgtutgQqKB+OjJo6FO+\r\ndzdlEO3GUOPzYfOyO/vXdCX6om/Leo+KulgkwC33iJ6lhdJLScWAUbQDvmMx\r\nACnpabHT7NxhcAXwqg9GNXSsNBa29q6i+bqO1nzAe2s5OLpxOntJQGM/FW+c\r\nJSFDle5Ka6aHhuBgHPS5Z0BoAcleiDosveku93wKubilaU5tfdutiSponNbj\r\n6WHEWAhCq3vbt/zfNzxeYvpHp/bRkmYZkrQXxnmx6tPZP0zzt8EuIquZok9y\r\n8UKlT+ikdz7HXjhUPg3DBk0uMZLTEflV36exUoqpHUtIFXvT7UNTG89uvdnn\r\nufTrh1Wl3C8iLUP7UaFPzovdYaWHNJxfL2F7XnW/EYxaPvQJPFdMom01BK9T\r\nTwkOnDnQOZgwJy3WG74vboL/Sxq3v0pZMo4nMy6UX/oKcTPvz2PNg6Xwe1hE\r\niwmVhp6q2xwNMY1YPMNR/ipG65axRyB2SqFqNMAX8u8niLlDz1+MGbossva/\r\nRcRsdxOAZaYUq+lcrsXGLkJai68JLq5C1hylWGWewU3K0SFmM2gXQXwCwvAx\r\nvZ4pB7Hcpf35l8WJIjUfvuXhdLLbna3d//w=\r\n=HQrs\r\n-----END PGP SIGNATURE-----\r\n","size":1226150},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.9.8_1662413293914_0.9564969824470277"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T21:28:49.108Z"},"2.10.0":{"name":"terminal-kit","version":"2.10.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"732d6d530f1f23908418d58be42fec47881f638a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.10.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-IXTlUR+U/HbjwYT/emwu/VDcyIHkPm25Iw+nugKN80LXuw2Nj0kid+V0mukKxtnRrYZHNGtOewPl+wP5jwlcPA==","shasum":"dfc27fc7a189183363706aabe1a20fdb661f2606","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.10.0.tgz","fileCount":313,"unpackedSize":4810669,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB7gQG8lhW4IfIU5GBrLLjRhSzbDXkTLgfK3tJ2vUvVeAiAzusfKnQXybqj4e46b/JunkN7EuT5l71AilmW+j3v8qA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF4J1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFrQ//bedshMkdi3TdIVxzyjauPF4VdH4NwNXlj9Xvf+Vr73xEjO9/\r\nRnEiuVpvA9zuMpBY7hM5B+UuZVHQXO6B90O0yVo32GNTsyeRJ36O6f61xjiA\r\nBVLT0+T/sdnVsqpO/Iq4anIGCNUyRI15WgOTgCI/FUsnzQ4CEjrXSz9auFeL\r\n1blqg+bVH0QXsvMZUwH3Xj96HaZ7XbN9LM0v8d1lygh97n/z10YLERkYG8eE\r\noyeuj0cS8Q7d3fPJ/ub/LngoFotawWrI+vo4WjNsl7oGBOOXuHi+0z+2nPk1\r\nCc4BaYh7BQk2x3yoS2R2exU4vI3QUtoPBpb591Uzjc6xEW2SVr0hhr2AEdEA\r\nlf865L7Wa05l8RHes/A8fp4h0z5FSbj3a82yVxFwayafAb4Qn/503pBjlsuM\r\ndtNhaQ3SfOM7OJlPcN3mM74aKvNxKyyzgV2m8gYR33ay6TbpdBLzszCCpJh1\r\nRVEchlDiGmOMSdPi3UilbkRRF0wJiBU7CUmcKXuUsqNsbim1nUZB8nNQa/Qq\r\nu0UexFK8SFMN0Rm3InnUxg0MiitGh0b+tl6DwhM1glptD9EXcXEk221z7KvG\r\n6C/WcPEQNgT58lHRKz7tkwKFjWSrcKPoV8tONbWocvOsh9xJxUpaRqvaa/cX\r\ncSsao1QbN58qqM/kVtu3OF39kh9pXvAYMyA=\r\n=ALDY\r\n-----END PGP SIGNATURE-----\r\n","size":1228673},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.10.0_1662485109628_0.233365081629751"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T17:29:26.942Z"},"2.10.1":{"name":"terminal-kit","version":"2.10.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"4ebe8381733d03d6188afc74d6bce1ac5cbee13e","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.10.1","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-mStDEiHIhHy1fSazNJzmAK7w2wTt+3yGcPCDzkzK8mSlwRtDFVFG785lUhJo1ZERVrIuJek9vz12ilMnsnvWNQ==","shasum":"518d51df4a60280defe078379915da018afd60da","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.10.1.tgz","fileCount":313,"unpackedSize":4805962,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDULWSrdRsYZtfM1LlbehNUz7T3epvvaq8KO52ryaivpwIhAO/y0EOWLxGOf44x72YzyUfVb/XBGYZQCtSMUJVp3ZQZ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF9SzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmeA/+PZ9Muv4PdGX677VHfC92vz4Wf2DGrQip5pWliM+TRIt8VHRX\r\n7sD6HrRC6axrP59kmFoHGFr2dPy/0hxLjDVfC8gkaiOQJU0bjZsPtmb6aR2I\r\n3l/9d2/OKob2mpbeZA2b9/VysOU9krLt6gcfDFaFRFCeRiGFINt+OY0+Nabe\r\n/Rw/xZS/xuIQjk191Ibyr/E2f0NdPhJTS9SltiubZ1bTDlxmyNvTKSaB4Bu9\r\nvp2G7XF/I3SgWNCh5211rTPSWoZmd6N8xO1XMxS0muxfd12J0LO8FTrl6cra\r\naax89vK6F6GHgSBs/CL8yXvZ8cFebT3xPHS7/zvD61VC8ohiDDj0t6SW2NVY\r\nCLgLqtgJjycnlOHdzyoKOVGU28eVjQwsk5IrfGlKICaB14aiBGkLLacIoSC+\r\n6eAp8V3XXAJf2efqhfUagyJN8nasxyG1JZehzAR5ncDdIsc9iaQG9PVVl40S\r\nLIP2IAt/Lxyz5fXnP7ImNMs3Ffw4ta6WcY8t7dlZl9eXXMRpi1piNu/422Fz\r\n7b9RGjvN0hnhYKSy3KsU2jxAWXgVuYB7F84PIob2O+0QRXovaNYdgy/NgQId\r\n5IztfmYcGumaCN6KJ5Pj/ynw2Dcb44jxq802QtPt5VfGGgKDOebocX+2tfB7\r\nKY03nqdQVEq/11dflWI7HUq6+qElx13YcTA=\r\n=UlMJ\r\n-----END PGP SIGNATURE-----\r\n","size":1228137},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.10.1_1662506162742_0.16280793526466097"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T23:17:58.478Z"},"2.10.2":{"name":"terminal-kit","version":"2.10.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"ae401b70b78f4c6a036a4aaa4e848bf008ca3a9d","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.10.2","_nodeVersion":"16.14.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-nYemhoz9UVGtiLSFY9+mD5Qcf2IgpbXyREATiXSe83gKCE2FDNNOx1+T4zYPe+u+aoryb1KknjcCEDGCFbQiDQ==","shasum":"1c3d45c570e4c66821cd8f8b227a832f38c65abc","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.10.2.tgz","fileCount":313,"unpackedSize":4809170,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6n/XexgkTqY36xDqM9bC2oi43oYerLHA1Knq35HJZbAIgfU9ibKEBEK3RtNvPsV+WVmQb8rcNuYj7hvrc+e7jKU8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGHRdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnEg//Z+hm/2cjs22nEt+Tc7XnXXYzNAqSAmtxJfuVbiZf8fbT5Bea\r\ncJvtJpH+96Z2npCP10vre/axHAeu6NFFYSU9puLjPTtWOaRa2SmJO1CXA8xy\r\n7n3PQ0f7i49y2VYjHouPGpctSTN2ERmdIMvQnHYcC0o9Z94PAl6BZrRi7aRr\r\ncvCQr51g9A0/Dh7Z+syl+tz0l1vcvctUv5RUaf3fIxsHsoO573vVLhXZB2gZ\r\nRYFLzD+QjlY9TKkhYZNo3iiEc5xPAME/PPmzFhNYknDG4ZpG+ggHBHaUZ2tH\r\nv5lOQr9DXbIaOGNLT1jU+YyK7D8U0pAPmZsJLaqG1zwlS3SKqu9Q5wU+wYeQ\r\ndPa/zx20jdV/HDCfaOqMC7nSNnPe4b8CL557nE/XH6+ClKIqcDslVXYEGAgr\r\nJzpPER4SL3wVQemqayLiYsvMY4VdxG6Mi7drf6pMdndf6qfZZV/nIduuxAAp\r\n2hU55RQMPUTeYrsLlV0UkxknJ22rcSHtHXY974fnx++uW7GLpYwXh6bF06uo\r\npX5Tmb2HNZ2Wy2DBG/Z9s944hAIxHyTELQ6iERG8uZjQ/FLWijZNxjnCdCrM\r\nzEdWgp1DmA3VjJF6S2dt1UkGoPmE+ILo5gLcb+edC0JW3WxUyrrfaHltwRPQ\r\nYnifZmfvKMn6ZRVQ7redRom4GdubpMLI0j8=\r\n=CJiK\r\n-----END PGP SIGNATURE-----\r\n","size":1229530},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.10.2_1662547037039_0.8208475038826306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T11:05:50.842Z"},"2.10.3":{"name":"terminal-kit","version":"2.10.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"853e246d41ee9113db49341ca32d421a6c5dde2f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.10.3","_nodeVersion":"16.14.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-e6cyrEbKJaoEvwUZ7HpOOnFjzBkdUuZ7ohoQyIx8g5wGiHnRfvSqyN2hmHfH4+kGP2U685LN0YcJ50NyovSCyw==","shasum":"7cdc2085734362967e65cd520a594f80dcaaae00","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.10.3.tgz","fileCount":313,"unpackedSize":4809214,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdpot2w+UJstuOXLkRjPL7/XmlunWg7YekSlNwJ7nRiQIgNZT0UeltzVznYDlpBP30Zuv6wyoqHtSoCYhh9BoG5Co="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGHqmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo40w/+NapkyNAdlMh4t+rMOU8c8vwOdQpQbZusAhpFrwF2SinkWUsB\r\nmlI/HUJDwmkg56oVBA2j1I+EI+AwjfLt0GbTGrzUsXD9AjefHuASLCK9SDkr\r\nci0jjZtj229o7uXFca1kh3+yLdOpzc3/c45obK1kBa5uaJJSenJ+5UD5aqVC\r\nVeRpKPeXxggInRS8QX/NiyWW4H2gQURKIFfkdsrlYWAQ5jtJaW/kfkx6zr9K\r\nws37jluCgfX8oQmtM4SEbL8f2X2r/LN7yO9/HyCxMw7MG+HgOQg9Pn4IVoiG\r\n01kWF34mJViUSjJHD6OF581fjbTvRWn3w+Zq54YEXO2aqA7Ye862t4b2qglm\r\nbAQhTsWyRoS6rIGc1LBg7uIFiItw72zDBP53yinfxrkp2vwACyy2U9Oq33uk\r\n9gbz24nzzoMsyj/Ew3oknScTo8dns+X5tUNes3HntGFMxQpqtrQTvqx8kECX\r\nweUqjn28XB30QNkBuzDZoAs4dOJluYQDt3uUno8GvxIed7MIV79U9FnDCxgE\r\nYS2du7J3JswGnOwqDwJTUR2PBym/NPZeS79+bi3FRbdds3FoVaa36OPJbGkh\r\nqtRuI6PwOIlyPcfmB30ah+TQvPTv9JNvkV20peGmvb3Xj+6X5WI/Yts25BcS\r\nE6J71jibHZCC33DbwNLSU3g8ljb/ryID0Tk=\r\n=qsMY\r\n-----END PGP SIGNATURE-----\r\n","size":1229549},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.10.3_1662548645919_0.891890528434276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T11:05:52.198Z"},"2.10.4":{"name":"terminal-kit","version":"2.10.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"1cd0a975d0dec4132e1bb0c9380a961694488a09","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.10.4","_nodeVersion":"16.14.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-Ro95q9mt36kAQNOKpIvux1sgawEHa/cwiVTctuIcmminXqKTsDhltH40FO365YECiC1Wtpn7wzKu7qEpwy5atg==","shasum":"745eb07ee41d7bf06d2fb13f5a59ebb476a71294","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.10.4.tgz","fileCount":313,"unpackedSize":4811236,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICodaSIqnzP72w3QqI1t5bEF6J4wfaQ27+l9tIwA0NT+AiEA3zXT7XS85AFjDhf8JVLJbQIYHP0DbRb5pdiGSY+cqSI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGJFPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHDw//VMqDTeDf36JDik6NHLOnX0BoNShRGUotiPmn9uLAVOtYROh9\r\n26Yn3k6pptsxzjBOrob1nwl7F2FwaLmZpN5O0+r00Me1Y0Ntw/sBkKHMoNjY\r\n2tZpGaxKvvrlcQFJvbKiUKtujgrU0pB11zsU2AKDaPikWpnBw706IG8ZKGh/\r\nrxDuGGnr/8Yh5ACyutRYOSiBNffDWRw9Z91V6WW34nU3TMGKBfXJXE9OghFM\r\nVc/5y8+r0GSiCE5AW5yw/+BdjdcsidJF3FOH9R5zQf3xsutGWecumPCh81P2\r\n3Nj9XVOZqAbHQfIuyBCG5ucKBGUBZVMzYcRqSnM3vy7YCvCGzwNmVQUYfIvE\r\na03aCYQuY3mrNPweOY5WYQ0aaGv68CrpIjhADC+ZgF2uonO1Y4eM/S8eORYn\r\nOPFEiRE4HAJNktBkMH2jeL5Wifw/xa5EuSE5p2oAkf/+P87H1MxrkBprhBkz\r\nYf48dSe+2pu/ff75yKDqivZPn3V+rJ6ARiPRv0iMmTaFVUWFqhqWRG7L0fh9\r\nRvtE3uewhLXFcXq/U+HnvBpj9fALAy+r+1KXXFm69zkiVWJKPfgWEf1wSep0\r\n3BRcCO1OG3nwpQ2ftE7HXQNvCRq9L8UuRxXEhZY0KqkUo4DoFEBV1VIqwXD4\r\n99LlIaVYvwTQrhOKQ6Xx1VCHvnO4XhRdflo=\r\n=p6ak\r\n-----END PGP SIGNATURE-----\r\n","size":1229904},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.10.4_1662554447595_0.7520265142532097"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T12:45:44.840Z"},"2.10.5":{"name":"terminal-kit","version":"2.10.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"1c7d6cd85dc397d8bac20defcd423079ce0df3f0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.10.5","_nodeVersion":"16.14.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-gZsw0QWdFdqhwmyZvXOZzAjBFkbUeiMd5lC/Usoy6m6xTW8Urel1kFOUeVlWlD33sJD3/tzDYC/RLEVzp4Db/g==","shasum":"b4fd003d4c9a0a31c04216d17ade733fb19c75b5","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.10.5.tgz","fileCount":313,"unpackedSize":4812865,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBzl2yz+gZiv/N2TdIVIB9b+JUAEH9WaVkzUIERhvNssAiEA8s/PxzRj9qHeG5+IvFQUFeE6K8J79+79YcjxVAUYg2Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGKq0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrISA/8D/YLy03uJjpOynMIP+YI0s9ar6DF1ODszl7ayLZvzdRd2TnN\r\n1nTb4UbJ7wMGysUGWq6C7P9tAA4qIfmfoGWh5bGk4RySXqUkQJNU6CFYyrPu\r\nyMx7EUQQl/W6xpYuC8esFzj0qewfMJIN8kkBqTHOc3GBuxyDNjrSvsl4+Kha\r\nFb+dBTO9JQEGQw1tlTg+7F4fCPk1l4CXjpsoJbmAtQY3XyUlH87q79dk7eY9\r\nV64JtZAw/VZFNZGuYGCdZKUrY7/7ZRO7ryiP05uSw0l4iKvj9gj+oRcsuq/L\r\nidxGEkuGIZ+/xcGAlAr83TjuaKN09Qq7EFuUOAS8rwsXXYxzmfFgHQ7eB7c3\r\nGKkAs2ytvFwjfRSP3SWO2aoaLD2tzwp733a9aEvJZNtCUSCUPiyIRPXLBh9a\r\nPe1e9/G7Gao3bVHnV6dUnAE9MP/+NvYSSS62pej+H6zzleL1N2mTBGF6v4Ni\r\n9Gsin1ugjbJjyO+CCWOedPv7+zBfU0UCBNV5oBkjljAoOZ4YJZ6JfEmXMCQk\r\nO73aSeoiHg8v1UkRW1OHAs/hZcFJ2jiJdF+J8W1pzZAA8dUOaYgUcA0dvqhd\r\nkt1lOVa8Zlmwe+8r7Knh4SMm+VaGJIKh4tJSJIp26oiSzsxr9YQfS6AtpIdD\r\nHb3k3vN7NF9h6KSyRkeOHoIdkaz12/DS3vk=\r\n=8D93\r\n-----END PGP SIGNATURE-----\r\n","size":1230439},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.10.5_1662560947933_0.28459694561306437"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T14:43:07.559Z"},"2.10.6":{"name":"terminal-kit","version":"2.10.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"e66da1c8b1d5d54c357c608b87627115494e05d4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.10.6","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-K2GV4YvjCJ7H8mvC4kCnYmBCkiQjRD/62rHOmwTgyBtlpRLAcz4BG5pRm+o8lorzJRbm/a/uvi7m/SCsE7xwog==","shasum":"588b2aabf69f44424a3a1060acc102d9b8b38efb","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.10.6.tgz","fileCount":313,"unpackedSize":4822425,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCK7fvA7VvyxQjiUSfv+w/EJH8D7sUIpSfank4TuqYwyAIhANjVlhfKsT68Yl9E6JtlkV1tYjjZ72cVuAQvwydEme4e"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGgvwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqQBAAhOXQwDHcTuE6zCdJswnERrieG9oXJ755Wbil3hTJ/duf9AZO\r\nNHdBts4rwxik2Xem5+6z2lo9kGXgS4oVkWyOK/r9kS4DVBwuAFNcrJS6Mq98\r\n01E2xhvDVs/GXfxAUnJMST/8Fn/QZyS7HPWUNThDobPoGxlJH5/sgvEraGA1\r\nN6EDkVbLMu4CnpLCYlznZPbUQp0Lu+i1Ck3cboTDFjNwr77nfxjr9O3iTH6g\r\nK6A1wTOY0Ns+iF10gJOFlH6IGSHZpGK2Xlj97PAwFtGOKpNkHIoD9E+jIR2F\r\nUp0qsWQIY9FPFUJv7fK6X0fyOengkHiKtPQfv4NW9Q7RyJC8v+hzXdHayXEq\r\n7EI2rCIUa5brsXhmd7bjkriSsWiDXkdIxtRq9Dk5PNx/ppRUNbO1CSsNnwLR\r\n1r5TN3nYQ/juonp3Fr8XKMMPal/t1SXTN0iL0clGMc7Jpkr6btrFV5xqk7ym\r\noHT03zeDsENG0oQIS1L5NvOrY0CH5r+lNPyUNR5MW+GOihMgekrgWf5FcmTi\r\nMZJWwgJsTUAjxUX2MmIKIZckTdcdl2iKeQY36zVzIVRy0pz2SNULwt5thMPY\r\nZVOJJaiedDQfDo90OlHBblyCEAN7wqX1ZYie5fHpzpv3V7PhiLF1bfDei2D8\r\nrJHWGnaZgc5EBCIBP7k9ZZ2+tblS1gLgdoA=\r\n=UM/c\r\n-----END PGP SIGNATURE-----\r\n","size":1232123},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.10.6_1662651376309_0.12499508737527854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-09T02:11:59.723Z"},"2.11.0":{"name":"terminal-kit","version":"2.11.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"5e51ff852ac69af2d21be8e7fd36a236ecbb9386","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.0","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-dhTWENtslqmBCvzhbZF41Zy7nJcYT+3i/eiPozkyBzkMG6DAQjMGfFaF9mNmUZ7sT4YjW4EoGs3yDZz1ETx7UA==","shasum":"7ae545bc1e95b4d7e7285f26eda87380bf8e4897","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.0.tgz","fileCount":316,"unpackedSize":4838683,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGnATqR0ug5QWnpC5NAssJ2oSHCFtPzCxEpVmSeTE9ACAiBEcD+1uBcYNELRwo27wA1Oux0mSnNES/NY1rm0lL1uDQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGhyyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrggg//Q8+GAnZCwEGS2qBvNUt0W6VF5T38j3WR5pqV5fW9br/DHrzA\r\nlQIdkZwvdtPEyKuva2wsMFsITPvR7NLdkIGL5GxCx48Cq363k1QZqKM4JkMN\r\n5go0RVTafw9AKauUdMGkPlJizFRNfRPZS55m6LqmXYyQ/Ef3uOsQ9CsrwLoM\r\nGzkfl8KG6+IB2Hq6mmvVEjCEYzPwJ/O5jKcjS5OuPO1DToobFSU+O7inl+Ua\r\nh1vKKg6xi5M3XijBnAHf0C9gOY+TxQrl4Qx4tvo5GZty68n1vVR7bWXBTqEB\r\nLg87ZpTIe5rMoKR5I6vHKFwNOIe315E6hVNN7N4rPwFgf63kih4QNkBY4kUB\r\nNo8n2Abs8Lbps73fUH6O2vQGJEYalxT8ISK9jYyejsE9fg26Jp7YnboX9GJJ\r\nt138EK+cw5CJ0vKj+2uoITaZ40UQ62Jwv4HWyvoEcgrJkICgeors/RSHX3sT\r\nRz33CxOi2kx9G8uWmWYy2R2AbeDiOqtgSmTXrN/xWqrMYbIZlYlwp6DzV2Xm\r\nEvaHOBJgGktN4OoESK1DEFFxOpADIhv7G2lUy/v/Gbt1V+zw+RxbZuqS1mxV\r\nnv/QHmL7Dp0zGRUDm+Bk0zMj3PBZvSZVW0vcVj6pnu2aZDECG33wNEt5uy9L\r\nxaCe+jXwoQVpURuMLKcSxJDRzpdifJpeBOg=\r\n=4OzY\r\n-----END PGP SIGNATURE-----\r\n","size":1234470},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.0_1662655665904_0.05358321642555053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-09T02:12:02.352Z"},"2.11.1":{"name":"terminal-kit","version":"2.11.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"86d682f69c398bfb5bd6a5c2f9e44bd938f530b0","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.1","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-vIObvDKHjJSJyZm/0bmKSrNc9XIJ1ImVtENIo/W9DnXpCTCiE4aTJCV2HBtTCjJZ0Dia5ZqBd6E49oGd/O9GSg==","shasum":"441e0fd3f509c1a6186e3bc6792534ff76b425d1","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.1.tgz","fileCount":316,"unpackedSize":4841143,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGdNuCTD53stFFqc+3MzOkQEw7QfBjITGg4IinOI3C97AiEA42rgoUxMmYNZHIC+TZLZ4z5Hcnsow1rmJzXtF9TKKLw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGiUpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoE6hAAm2XcqWXck7+Swf/w91MS7DCgVLGs2ogpymlNesL5g4I8mRvC\r\n8gIdALyAf/xGpqeTiSVvV+ebRP8Dxi8ZMc/7MHxVco4XcA8RlfHLkt5bkBGk\r\nSxyW/UdGy333jdjSGolmxBqb/5xuBAVLu+zpV4sGtRH4sqXyXGfAUvd1Asht\r\nhMWQwchnmXh95Nv4QWcI0OymFpdb1dJvVe/xLdcimFQc5YT1InsKB4xi8xyT\r\n1pj+kHua9O99HwmoVmodqR+JzHUItsQ5wPc46avD8OszA2hK9Tsrn26xsqLN\r\nfdZYa4XVZBKvO/9Aoj9VQ8ydG58Lyyduik5WwpMqtrsPr+KX7N238dOuFLou\r\nUnO6T1+ZEgtHK1IEHHUBAydraAlKOGxLcRfU/Rm4aZB4/XwZw+z9f9Bm/Mtt\r\nVNhXZ55QWxjI9V9RPx1v0U6nJ7Ulw3xq6Me7h0QoGPzXED2ZOReMg0GTks9I\r\nCLxoCcyZBBGPtU7RsesEN0F4gWiy6gRetiNkEMo1+2etfKCsQWSeYtxHMOn7\r\nXt4K1OQhPOvtcLtETbFOu0SYJF6vItGipsmyytuwOmfEvuMuHorU9VUE+n4z\r\nbkAtxSAcmuMDjwCcViAE/8sAqoABDCRnjsnMrIbBlz1gvvrWnA+dlx8fhbjO\r\n7XrBrR9J8xFHAMG3EZdIl4BvET+3Ai4WHps=\r\n=8qlu\r\n-----END PGP SIGNATURE-----\r\n","size":1235066},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.1_1662657832686_0.21943155933644976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-09T02:12:02.530Z"},"2.11.2":{"name":"terminal-kit","version":"2.11.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"f3d82a50bb0a8e48c9f21dcd0c03d54f01e7bbe4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.2","_nodeVersion":"16.14.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-sJnPZxK9IbAskviGebtqG7JVoNQH43ayrDS1Q/Yw/hSKr1KvGe5laCHa5MHWJLMLGsdAxv8zUOE8o/7SiMv0HQ==","shasum":"df67320176c7e4ead3b47b8897218ffbe439f25b","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.2.tgz","fileCount":316,"unpackedSize":4838632,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtsl22suZig+6hDbGBxG5XKv25Xui+CD0XcGa/Um/0CgIgeqh9ci6tLsJYff27JIa4BntCUFhwwAslPCjD9/sFq4I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGxeLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkcRAAoSQIUJlcnqVBvfwupHI2yAP603K8zR+l4sfR7r1Mghj//+iN\r\n77KN30ggNR2JZLsx5CpK1EKqjyHDlb3vkELPWFFTB5nN7lgTTTz5Ofl/rdj9\r\nU89AOTEO5TTsLdfWJ39NhgTCIjEXp1bwpeAIAzY+BwDqQS2FE/igA/pVfO59\r\ngZ14TkD5PGooAS6LnMdEERwuoTS+BveVE5NuQqP+m9AfrCDPbQ5JNMbS9NBU\r\nH8GKUYCvMtPc1/01712hUdyCzocWz+romygJnrzbO1WW6rD19GOw65+BUTmq\r\nNS7P67Rj506ZLkU+YjGGZ9/rRw0Meuqend7QJoO/HrN6oEFobrXa7znoOpch\r\njaLCijb04ZzTXIuNOcpK4lcoLHnOCL3aNcgwDRhHtAgDGzdPN/OSUYi854ST\r\ncUs2Ud3vezTgtUds+uLUfmkFq0oF6OLDbP9SxGYl7LUoRY36wU6iEEuCBgGv\r\n8Sc1kwN2iHbUU7cNfhlySZ2Ks87MVdw3wbYPtUpGCcXmjT32x3i5CYp2YCIW\r\n4AA/1qDkj5htMb6NH0znXOdJ67cDIRuhm3UHr7RvfLuJU7TICHsoJk1Kd6lU\r\nWck1JqJaJIuRhovPgCt2OFGGJ4homU1vHryKK97lHUvt1ewGr6WBumWtbBzX\r\nxjWDH8LUQW4F+1SiAKV3RtYIrxnLiK3ud8k=\r\n=hvu4\r\n-----END PGP SIGNATURE-----\r\n","size":1234797},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.2_1662719883625_0.9837928409995986"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-09T12:28:07.031Z"},"2.11.3":{"name":"terminal-kit","version":"2.11.3","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"250e6bf244e8dce298cf30720f8e86e131ded96f","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.3","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-MBPyh2/Z3B5UdCNiTfz2ylINWWDjAn57mLkqGur/MsYHlI0na6rggMhWtbYMI0T0Tk3pwS9oi20vWSz5pv5mWw==","shasum":"10a0720f3f6a564d5fbce09c9953119a2aae0358","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.3.tgz","fileCount":316,"unpackedSize":4845177,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNxZPCGhYm5FXeFvWfUimoYfuOKgPSj2H0gD8Rsw1YUAiBqEeriC2RmoXx4vReSG3PAzEtswp7+BvrYG82gfKg7Fg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjG29eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEVg/+P92kkjmWbdqIE6sYM8P3GbONaHkNO0tfNxVakCHsLWf0BLh/\r\nPYoLLyRep200NCQnWbarWxFWL3xOiuzIyrtmy7aBOjdcWk6muZAXitsujyj+\r\nEQpR+hZoD0AaI1A5MAkR7bh8zBeZ/P2ohPG66RgS6e2S952XwCAGuVsu28O8\r\n31pw0OIn15Py/RQd0TrDnuvy2T9pEyRWm4tqElLuj4DsCC74Lj87ZbfTd03l\r\nq+IzHxz+UmoV3DY0ozlZ39SSacQjbIpsTQZ/X8Ct02GjMVKOJ1F4vv94xIS3\r\nxSk6Wuw6SJTrfwNV5I09flS9Egad16nhPsgfldLp2EY4T4Qsl6Gf2AnMmA8I\r\nk+4n6jcFY2k3dNb6P0TLGPh4QeLd/lVESA24ONXbSjFZSHPFIoSEWNp7Lopw\r\na8LoCpm5Pk9/4pkgIvRdMSCYJqiMlCGCCm7yKabHw1PfIJmHZx9x4UMx1D57\r\n8dO6zM7Rxw0tEMfdmog/l93+Gp5v9mSJ6xO/ZDSICk0zRC3UOKA9dHMZsGtj\r\nFmxhjFzLD124wcGNBOeYxOEStdB9mVaPGK0HSYu45ik/ZmEw8mDW9IHUKYL9\r\n92225WWjx7+EZ7TmajfzsenpF7+FEFza0hERY5+xBp0SF26mHM36HSkm800G\r\n9GqHzkCI8iJu5MelJmUBVTWD3bcnsQx82Ik=\r\n=T/Lp\r\n-----END PGP SIGNATURE-----\r\n","size":1235966},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.3_1662742366155_0.3593672691173242"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-09T17:02:19.261Z"},"2.11.4":{"name":"terminal-kit","version":"2.11.4","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.3","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"bea601011b47ef6f936265abb32fb53b647fddee","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.4","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-vPNjD+iUcBhVwibVLpgWD6rudFAb17GlKG4v8RknjsVPrGjBVd7+M67SKRI7pmkwMVAvdOrMCegrW8lPfh+yrQ==","shasum":"0e731aa41745b4b12bc100dd7157afa331bcaa4e","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.4.tgz","fileCount":316,"unpackedSize":4847171,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDxHJFwKQtWPquM36SjwnDnBxzk6hUud5AKw2Y4m8k2gIgcVP//n10dw8FqTLTjOsPpXs4z/V16BZfp57sfaEYr4g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHyjWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp21A/9FfqZ9WQo7rlnsgzgVWyiViKgWxRvvOuGxvQKYan34R6/r5gv\r\nbfNsPW/FIHrC5+74ilwcFdashxwRTBy3i/CWRcBY03AKGwYpnR1ZmqYajvUC\r\nBDbQU55AUB3ishb4wKELNJCoG1oYZiQDwdbFs+xEJJ20ZJA2uTn7L2UCbBaR\r\ngmkR7BvQA8JodoUd6F6U+urWwDDs5jhKHz9QkVi4uTnJjt/kCjvdORZh84B2\r\ns6TqJ2aorMu9+1/UNv3OqacDHBszhjDgdOAGOmhtwFuGit5hp80/eO+j4qmm\r\nS+MbKu/cvfxKKNWn/doYoDknFQjq3yFUtd330h/8kVwT4hn0wNoknbYxE1/b\r\nlqmqH8AxYsXomk8p+O6t81IzQpEQIvYxRkmlLARiISePTW2nO2yBiiCjK4xj\r\nwNK/JpkF2yiOBxMWqihbG9S7L2f+fh0Ewyg5t7L5BUoMspPpwrAr1lw3NYTv\r\nSrO90huE3YRUsNEwIHY3ns1Y2FDbevvx4MDYf/yZ47tF8sAWAyvBIMOv+a4C\r\nDw4gzY71gC1uvBaPeaLOeHHGhUIeDAuaBKto0vTP1IAjisjGbON3rd8cIggj\r\nIaGCbmAeZGYmN2wrkCMSs2JjDEMOo5P1TgSSeodUMzY+AfOws3dIRPu8q7z0\r\neISN85asPzJ32Bid+reGwfn5FdOUI7jvkh8=\r\n=YTrD\r\n-----END PGP SIGNATURE-----\r\n","size":1236426},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.4_1662986453815_0.9852262234874205"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-12T12:41:11.741Z"},"2.11.5":{"name":"terminal-kit","version":"2.11.5","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.6","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"e19b0f6c8d6adaf8b53c9635b757388f8734a2f3","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.5","_nodeVersion":"16.14.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-+sbwF7hvmpLssSdgzbHRHKTwtP4MsF+ZUlODGQDLKwAEXTIX5RzPBLdfQpYCQjQqL5Q80xc0wOOAVHH1wTtLGQ==","shasum":"3cf2ba421d3668168fd6025953decffedd57921b","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.5.tgz","fileCount":316,"unpackedSize":4846048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIED8kTkGUenolBCZhkxXOpcV8TTYbrHLiqDE2aBP05CXAiBhHLQV7lu8KhC7BsqDrxq9RcSgfLxORmZFSY3JfHGDtA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIeKgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmru3w//U+7Dwjkj09SSquhyQuWv0SidkEjeJcWKIlGVCtMI0TBXwZV8\r\nsbp3K9eGGA8cCP547Aot4+eD0/NjQvw5BIWYfB7o0RS6fqjCyO0FVBygiGCj\r\nu+EV7FNaOV/gvppErn2oFnB62y4lRgkTuJb70nAWV5hh3eIRuV16Lljj1tST\r\nUaMih2zvWvCC3o9YJw5XOS4bXiALOsF2uBE/iObZNJsXopZwTXtmWKJLg+ha\r\nmColVLufqB45alcGaZHb6pwX+9XrBEle3ZuFI3Hjppliea9QqL/Hund2EGIp\r\nkzy2kcBHkProuoDiOakmcVuEOkHHGBBQ+yRlm74OfFxOM+vWeKwh0TW7NGA7\r\nSJHDOmDbsPkC/0wqqZ4xtfJ0TrGzO6aOu6YPXq9udCvBXOcio4kHD7JEoB2d\r\nYMW/mqP6BKIASNKksXZ9b7MpKwBCislQTC6yjGE81yLu40roC/f6j/wiwkuE\r\nBH019Dv6c1fqQaZXWPZ/rbAxs+brXgOBKo/ugZ5TICoA3M8UFLaKJ5A6wwwo\r\n7oLQSOiVtPZBefT2N8SO4CcQZ7IFNb+m3ro6BEFkc7jAH6r5x1jZ7jeel+p1\r\n26RyjTpDArd9KC3J0NfwexyFlwxZ0NhhoaZq94VJyummyb3m30Lwqw6iHoiQ\r\n2vhbCVVk4p0P7cP6qNS7QN/AbV4xY6vdJDM=\r\n=2inX\r\n-----END PGP SIGNATURE-----\r\n","size":1236587},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.5_1663165088605_0.5957244695679225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-14T15:14:22.998Z"},"2.11.6":{"name":"terminal-kit","version":"2.11.6","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.6","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"9fb28ce9ad9bab8067986d1ea96711e0f1dcf47a","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.6","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-ktCnfpRIcvYYF9Cz/bTrsqMHF2NrW7ulYDua3Tz6/aJ51ydrRKOnS6Jvc4qt9JwfGR2OhtiY8pZMOxJORrA/lw==","shasum":"642a2b323c28f5c0d8fc9f4ce9daecb219c37fa3","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.6.tgz","fileCount":316,"unpackedSize":4853379,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyl5cWPoTyjdmfSfo2b/o0svs1lq01V5BAPsxY3mIIRQIhAIRLVjMf8U9swQQPArTSLiyR2OX7W7F4aa60DKg5au83"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJHdvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrigA//TqpCUMvtas1g+9RA3NGfZN8drO6rc05uNOwA1Mbijwzd3Mhf\r\ntjoxDMXVtZM5tlHjtxPgJmnw4iSqr6zFWS2oGCRXtBbFUpG+8nB4HD1NFdR1\r\nPvFYHr6IVHeMVxp2M08YF5hfdwxeKcWddVguopiNBb4vhFaL92fJmdErAo9G\r\nXcVFca5ZElAEPGtI8xwVPjJ/kjzfBqh7NlXFM8WxBEdOqmPzBDdH27C812IS\r\nDJ3PqtSVZKTdELJ2oK+Ksl8sY3DxF+SI3/Xy7GM2irWvANLMU5rD/Sqnq5Vc\r\nPINerfX8DUGGPpdNJNA5N27YqJ/nfPIsW/Cpr33qypkGjGWIDrrPScKhwrmj\r\niOaxPycvSfUVC4o/S/FEvt3aVy8s0szvFMbTfnUvh/Kg0QF5yN6z5UJWq6WS\r\nBARwRxOkh0UCzNS9sU9B5SDkT2JpEKxVgb63C8PKnkr1ejOaaerNHmL5tMD7\r\n4dbMU671OaQupEKl17OmUgZDr6O3gIYulpoPzGwWTMtis/mmCE5lP3A1I0Qb\r\nHH57A2STwcYZb5ZEgKoc0ppa8rir/sZsEkPXwUN29+IRi1lfXs1SNMpS4Jvj\r\nZeRbkQyWxKHPMqb1BAM5W2dRUANVB1geSgzNvojC191S8abYb861YBGW/GI1\r\nGWfR1rA5LPtdTlOjgSwPwLW3UA719Xr0apA=\r\n=q7xc\r\n-----END PGP SIGNATURE-----\r\n","size":1237993},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.6_1663334255283_0.7349473762751872"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-16T13:19:54.175Z"},"2.11.7":{"name":"terminal-kit","version":"2.11.7","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=14.15.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.7.40","string-kit":"^0.17.6","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"e76603d0dc918d2f979ebd0805fc320c105302b9","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@2.11.7","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-Obe3T8rYOVEI+3uJM1jAK74GkyJsLqRNsA78LcVQrJJ0XfxkhNEVJZ3+pdYD2qcXt9MOx3e/fCMZK/J0lg7KUA==","shasum":"8922cdcd0039d0f95132bd5f4688af591e56b4f9","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-2.11.7.tgz","fileCount":316,"unpackedSize":4853617,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAS224Cj+Kzz6bAqo/hivdnIXI71m2nDsR5mRB1g8VoVAiEA11B4o5DUDdZa4hx4ALMMZYQXuBBlqfbgLEX80i3lIIQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLFuAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMTxAAmZ9gHsrlEDKL/0O8HhRLGUpanUww4DmBAsAhY764wo4fhcWX\r\nEcr46OyOlOynoZWqIQUN5XTDSLakBGilNkS9Iu6YZV2VpEeRKx7jWBBOyNxA\r\nnVsTQh3fCjzscqAUgEOO0FzYG8llt5B/lZFHcNZv6NusO5Yw8lj8qBJV08P+\r\n4Ab6vk7lOcH/A+g+JuqAKupn/Qx5O8xRrvjWIbr1GgoCPILfyxYyrkLO3S5I\r\nFrD0MWdC6rPtp5JBn6FqpANIg8tmP68EdFkxRLDayxJZtOTq6MnalCfxKsKA\r\nb+grSKltcpqyukByJf/EX01042xgWk1Vg9y27fqLYW7KpKQPWi2gEqwpFEoG\r\nIusrQZ8+q2o6Vr5vB7IRx8F6uOGwIUyp8zDE6kKXlIUjran/eIpEkB7czvmZ\r\n022CjibSf++aJj01H57WqAr9KlTp46HolerQKCzg3ChyEoUzd5mINrjXDe3w\r\n3bDNfmISRqwXQKHHalkmOp/pF+AgrWqX5NxVsS1jK4Ybsz2WJxMl0wuhpcNq\r\nNowlDOjtcUOR4I7vzHirypw+42S/2Pf6YlNqMBWA2ugsFzy2TweNKWNNtH2S\r\n7TdkwvZvOpzP34E+06VWtro8WEjfemUJu93yAPlIEEm07s091ROq2Jm4o9O0\r\nzgwYCna/g4NWb4jTX545XAsMxocQb7HEcTQ=\r\n=KQNO\r\n-----END PGP SIGNATURE-----\r\n","size":1238021},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_2.11.7_1663851392506_0.3178507301286244"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T13:35:01.177Z"},"3.0.0":{"name":"terminal-kit","version":"3.0.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=16.13.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.8.1","string-kit":"^0.17.6","tree-kit":"^0.7.4"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"gitHead":"fb967f2017dc44189b07c7e73a4fa5a040aa3ff4","homepage":"https://github.com/cronvel/terminal-kit#readme","_id":"terminal-kit@3.0.0","_nodeVersion":"16.16.0","_npmVersion":"8.15.1","dist":{"integrity":"sha512-GSJGYF0+hoFylKJXmq0ntE42b4S7zUkxFpf7FqHGwKFPCNeGkuv3jV0tmGquZkmfh5mYb/B2xoPJiP40mJsQrg==","shasum":"dda22245f3a6b991c2e14b45dcac1024168b1b17","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-3.0.0.tgz","fileCount":316,"unpackedSize":4855303,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFun5gw0EyaGZQR1DaRGY5N4+X92f/9NPLIQ3elDHv2YAiBRSDWm5WT4JvK+/eQX1MahH6yT4OEKHxpLbN6lRQiNjA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLIb2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrskw/8D7ABvVobYPmgnEz/O2N/fHnHNtX1VEuUyBazkpyNBeR23L6M\r\nswOgCSvTfmLF4059xsPVMv6ei3HiSK0gOsX+GLTkGqZ16b9uDqXr/8HYJI0G\r\nvQAkeUCzyOxKJ8q5vRWND1uR7xAts0FcieXpoUD6qY2ceMFoUtqi/6rk3RLd\r\nC+OESlGkDuYiJ1N/DsfbFBeRattJaVJiLKxf8+ITPozuhNg7p1qpVPlh+bNm\r\nbN531/7s2rkoQztmUBu1+kQ96Q0YE2Kfzx9/JxVcDBr06TrAXJBRhvk0AIsN\r\nJS7P8xyJl8TTUDZpCRJI8XLamag0uYVe4eQAFeGglqRPUSyAo9ixkby2kJn7\r\nftXYZNa/0C52/vo727ydfgdG1LxJjZW3uaFvjuZDUKx+oW+MUmnZZfoEQh7/\r\nD8nhA5Rxvn1gTDNSDC0/6dxYXa0c3ZFM/yIzapc20hHjyDzY6DYfI3u9Adu4\r\nA9gS+L+ps/MLNA8nvuk3nAG8tTfnkBypZemmkr7zGO0eUiu6S5gawkdJ/ain\r\nvU/ybT84+RihDfh/klbxlS5q4vN0E94LlYo12iYIKWwNgxDQAXlwajitq6TF\r\nPV6e/76TWdEP3uPh03xWVU5CFL8UKKIfGh0glKOAsc/XDK0CnSJdpcU/aPN7\r\n6dDJ0/llgolHk68SeBaCc0YNb0fyXxwf9Ro=\r\n=9kDH\r\n-----END PGP SIGNATURE-----\r\n","size":1238772},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_3.0.0_1663862518480_0.8211648107394343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T16:19:59.818Z"},"3.0.1":{"name":"terminal-kit","version":"3.0.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=16.13.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.9.2","string-kit":"^0.17.10","tree-kit":"^0.8.1"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"_id":"terminal-kit@3.0.1","gitHead":"e2490c7d3f9a4c86868e42760c297b36cb3bcb73","homepage":"https://github.com/cronvel/terminal-kit#readme","_nodeVersion":"16.16.0","_npmVersion":"9.8.1","dist":{"integrity":"sha512-KvscEh/893Qza4+1wW9BOYAYFFS3uy8JfuMpyxNS1Rw+bw2Qx33RjVkjzPkfY2hfzAcTEw9KGko4XZuX2scsQw==","shasum":"7bbd8ec0a8d80aae924fe37185594a1d55b7192d","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-3.0.1.tgz","fileCount":177,"unpackedSize":4423086,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEwohcDxt0LKqAGSH23RwXscv92YisYYoTir0VnuJ6McAiB11fuLs3AW4DVEd5iUdPbiP9IIZkf5Zu6PeCCnEn+soA=="}],"size":1086423},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_3.0.1_1696930404646_0.5894560394801336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-10T09:33:24.922Z","publish_time":1696930404922,"_source_registry_name":"default"},"3.0.2":{"name":"terminal-kit","version":"3.0.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=16.13.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.9.2","string-kit":"^0.18.1","tree-kit":"^0.8.7"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"_id":"terminal-kit@3.0.2","gitHead":"0f6359bf52cf760377ccd259dc308f0ad986db67","homepage":"https://github.com/cronvel/terminal-kit#readme","_nodeVersion":"20.11.0","_npmVersion":"10.3.0","dist":{"integrity":"sha512-0xWCHPIs8Zo72OCgntgieACWuYnNlNY66xwG9Cw7jsLnzMsl7C4YGpzZc/xECIV3BezJcchOC6IpfRap333m4w==","shasum":"02a3fcd5d8d287af3ccef7ff8b6bc7d9702ff45e","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-3.0.2.tgz","fileCount":177,"unpackedSize":4670066,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFgF0Lamen0D+VkMnPb67hPCKAY6RjPzgoahp5so5zAqAiBis5pOepQicyt1x7uIhh1URQj8M7mHvug1X1qcj/jElA=="}],"size":1167081},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_3.0.2_1708711339743_0.3019518718410108"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-23T18:02:20.024Z","publish_time":1708711340024,"_source_registry_name":"default"},"3.1.0":{"name":"terminal-kit","version":"3.1.0","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=16.13.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.9.2","string-kit":"^0.18.1","tree-kit":"^0.8.7"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"_id":"terminal-kit@3.1.0","gitHead":"684622612ae4044ee40e5305c4029e207410c699","homepage":"https://github.com/cronvel/terminal-kit#readme","_nodeVersion":"20.11.0","_npmVersion":"10.3.0","dist":{"integrity":"sha512-JwYHdhXHlpSKEJhYyVs/OHBYjZbyo3e4rj+33XZw3ko/wlvOAqenFIuIclFSSV3EhKRcdSQA/2sBDYmQ66tYVA==","shasum":"cc08b3430f63a6419db487ff1e6216b0e9ce4cff","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-3.1.0.tgz","fileCount":179,"unpackedSize":4714361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICDXDkhi7RQ7uZfXL1UtPqW+Bb5H1RAZqRQ45ElZ8mznAiBKH4weH9jILYEolZbNfFp2uzfTU/chfDGhGXOVy8hoyA=="}],"size":1175521},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_3.1.0_1709896710192_0.18106718658170418"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-08T11:18:30.392Z","publish_time":1709896710392,"_source_registry_name":"default"},"3.1.1":{"name":"terminal-kit","version":"3.1.1","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=16.13.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.9.2","string-kit":"^0.18.1","tree-kit":"^0.8.7"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"_id":"terminal-kit@3.1.1","gitHead":"43a0e37c00473a0a9cb24fb3d4093ef14abe9a30","homepage":"https://github.com/cronvel/terminal-kit#readme","_nodeVersion":"20.11.0","_npmVersion":"10.3.0","dist":{"integrity":"sha512-R+R47zBQ14Ax2NZCLeuVl2GwonDwQN4iAsjQZICW8gMzaV+VIJMvL4qhUQtzDOhENADyNPQvY1Vz5G0bHHkLEA==","shasum":"d78235c2393777a126d98c09ccd4d24d8a9d7b0e","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-3.1.1.tgz","fileCount":110,"unpackedSize":4080634,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAWN6JU9lGjATerOAPVCO8RoROJDgVGJPM5UMPPap09vAiEAkUYQI6EGYfGglOzvxjPLOS9lDjOAmSWnjpcQOSCWitg="}],"size":943053},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/terminal-kit_3.1.1_1709903217891_0.6701019267382156"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-08T13:06:58.186Z","publish_time":1709903218186,"_source_registry_name":"default"},"3.1.2":{"name":"terminal-kit","version":"3.1.2","description":"256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe termi","main":"lib/termkit.js","directories":{"test":"test"},"engines":{"node":">=16.13.0"},"dependencies":{"@cronvel/get-pixels":"^3.4.1","chroma-js":"^2.4.2","lazyness":"^1.2.0","ndarray":"^1.0.19","nextgen-events":"^1.5.3","seventh":"^0.9.2","string-kit":"^0.19.0","tree-kit":"^0.8.7"},"scripts":{"test":"tea-time -R dot"},"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"author":{"name":"Cédric Ronvel"},"license":"MIT","bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"copyright":{"title":"Terminal Kit","years":[2009,2022],"owner":"Cédric Ronvel"},"_id":"terminal-kit@3.1.2","gitHead":"f7e18a973827bacaab8ea35ed39eaac9e4b85a2c","homepage":"https://github.com/cronvel/terminal-kit#readme","_nodeVersion":"20.12.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-ro2FyU4A+NwA74DLTYTnoCFYuFpgV1aM07IS6MPrJeajoI2hwF44EdUqjoTmKEl6srYDWtbVkc/b1C16iUnxFQ==","shasum":"f521f7837284e55d9ef94cf9b37fbf3367537a26","tarball":"https://registry.npmmirror.com/terminal-kit/-/terminal-kit-3.1.2.tgz","fileCount":110,"unpackedSize":4071599,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrLNoFbCB7kHlmCCMdr1Eu247cfbduT0pXTEI7TCyzcwIhAPxkMz7Y2qY+vxBrWQcAQXRJk9TiroqVPohIW6mQ2tLR"}],"size":936531},"_npmUser":{"name":"cronvel","email":"cedric.ronvel@gmail.com"},"maintainers":[{"name":"cronvel","email":"cedric.ronvel@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/terminal-kit_3.1.2_1736625873296_0.8305925347376397"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-11T20:04:33.578Z","publish_time":1736625873578,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/cronvel/terminal-kit/issues"},"homepage":"https://github.com/cronvel/terminal-kit#readme","keywords":["terminal","console","ansi","cli","xterm","color","256 colors","true color","style","input","input field","mouse","gpm","cursor","menu","spinner","progress bar","screenbuffer","textbuffer","32-bit","composition","image","png","jpeg","gif"],"repository":{"type":"git","url":"git+https://github.com/cronvel/terminal-kit.git"},"_source_registry_name":"default"}