{"_id":"anser","_rev":"260809","name":"anser","description":"A low level parser for ANSI sequences.","dist-tags":{"latest":"2.1.1"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@gmail.com"}],"time":{"modified":"2023-03-27T17:14:19.000Z","created":"2016-04-24T09:05:44.901Z","2.1.1":"2022-02-02T20:30:25.349Z","2.1.0":"2021-10-14T09:41:31.270Z","2.0.2":"2021-09-07T02:37:27.311Z","2.0.1":"2020-11-11T13:27:31.800Z","2.0.0":"2020-09-06T04:13:51.088Z","1.4.10":"2020-08-09T09:24:07.352Z","1.4.9":"2019-10-13T12:01:54.983Z","1.4.8":"2019-01-03T14:14:23.214Z","1.4.7":"2018-05-28T06:02:32.800Z","1.4.6":"2017-12-24T18:09:20.690Z","1.4.5":"2017-12-24T11:14:12.544Z","1.4.4":"2017-10-11T18:27:38.340Z","1.4.3":"2017-09-08T09:05:07.501Z","1.4.2":"2017-09-07T17:25:15.603Z","1.4.1":"2017-05-25T11:09:32.884Z","1.4.0":"2017-05-22T11:40:27.267Z","1.3.0":"2017-04-30T05:29:47.369Z","1.2.7":"2017-03-23T13:32:13.755Z","1.2.6":"2017-03-20T15:04:16.235Z","1.2.5":"2017-03-04T18:49:43.373Z","1.2.4":"2017-03-03T08:28:24.991Z","1.2.3":"2017-03-03T08:14:21.937Z","1.2.2":"2017-03-03T08:04:20.330Z","1.2.1":"2017-03-03T08:03:13.619Z","1.2.0":"2017-03-02T18:18:44.934Z","1.1.0":"2016-05-25T10:05:06.421Z","1.0.4":"2016-05-25T09:23:52.838Z","1.0.3":"2016-05-25T09:17:59.496Z","1.0.2":"2016-05-05T19:24:16.870Z","1.0.1":"2016-04-25T16:17:16.898Z","1.0.0":"2016-04-24T09:05:44.901Z"},"users":{},"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"versions":{"2.1.1":{"name":"anser","version":"2.1.1","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** without --esModuleInterop enabled you can do the following:",{"code":{"content":["import Anser = require('anser');","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}},"Or with --esModuleInterop enabled you can do the following:",{"code":{"content":["import Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"ac20b53394a933ac9a2364159f49dd6903f08682","_id":"anser@2.1.1","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"shasum":"8afae28d345424c82de89cc0e4d1348eb0c5af7c","size":11744,"noattachment":false,"key":"/anser/-/anser-2.1.1.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-2.1.1.tgz"},"_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_2.1.1_1643833825234_0.01666286848222187"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T20:30:32.220Z","publish_time":1643833825349,"_cnpm_publish_time":1643833825349},"2.1.0":{"name":"anser","version":"2.1.0","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** without --esModuleInterop enabled you can do the following:",{"code":{"content":["import Anser = require('anser');","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}},"Or with --esModuleInterop enabled you can do the following:",{"code":{"content":["import Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"2b13db157c0918db3e2edbfb4a255b8ee104f503","_id":"anser@2.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"a7309c9f29886f19af56cb30c79fc60ea483944e","size":11420,"noattachment":false,"key":"/anser/-/anser-2.1.0.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-2.1.0.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_2.1.0_1634204491119_0.5638100571854319"},"_hasShrinkwrap":false,"publish_time":1634204491270,"_cnpm_publish_time":1634204491270,"_cnpmcore_publish_time":"2021-12-16T18:21:22.654Z"},"2.0.2":{"name":"anser","version":"2.0.2","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** without --esModuleInterop enabled you can do the following:",{"code":{"content":["import Anser = require('anser');","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}},"Or with --esModuleInterop enabled you can do the following:",{"code":{"content":["import Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"d0fc213f4c0b4dad365dec18afbed0454fd89cfd","_id":"anser@2.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"12bd6fd23a9ff08605b83972a10f97fd1970a32b","size":11169,"noattachment":false,"key":"/anser/-/anser-2.0.2.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-2.0.2.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_2.0.2_1630982247174_0.45713210788584857"},"_hasShrinkwrap":false,"publish_time":1630982247311,"_cnpm_publish_time":1630982247311,"_cnpmcore_publish_time":"2021-12-16T18:21:22.884Z"},"2.0.1":{"name":"anser","version":"2.0.1","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"fb58237c4c6f9c24e1fc5e985b7d50903cacd820","_id":"anser@2.0.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.6","dist":{"shasum":"8d9069291fee18306ffaf2e364a690dcc8ed78ad","size":10791,"noattachment":false,"key":"/anser/-/anser-2.0.1.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-2.0.1.tgz"},"_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_2.0.1_1605101251687_0.9142245788543064"},"_hasShrinkwrap":false,"publish_time":1605101251800,"_cnpm_publish_time":1605101251800,"_cnpmcore_publish_time":"2021-12-16T18:21:23.684Z"},"2.0.0":{"name":"anser","version":"2.0.0","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"26d5cd3026cad686400a3de364b3ed53d2e3a33d","_id":"anser@2.0.0","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"93f38b665092f8b91803083ebdaa177c55b822c4","size":10690,"noattachment":false,"key":"/anser/-/anser-2.0.0.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-2.0.0.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_2.0.0_1599365630922_0.7196099802220886"},"_hasShrinkwrap":false,"publish_time":1599365631088,"_cnpm_publish_time":1599365631088,"_cnpmcore_publish_time":"2021-12-16T18:21:23.944Z"},"1.4.10":{"name":"anser","version":"1.4.10","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"b77b804053ab3549b31910d5e00586849c9d8eb0","_id":"anser@1.4.10","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"befa3eddf282684bd03b63dcda3927aef8c2e35b","size":10267,"noattachment":false,"key":"/anser/-/anser-1.4.10.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.10.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_1.4.10_1596965046866_0.823101536879282"},"_hasShrinkwrap":false,"publish_time":1596965047352,"_cnpm_publish_time":1596965047352,"_cnpmcore_publish_time":"2021-12-16T18:21:24.139Z"},"1.4.9":{"name":"anser","version":"1.4.9","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"24726352dfd48b1ac0f6a4c5bb37f7b3c3b166b7","_id":"anser@1.4.9","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"1f85423a5dcf8da4631a341665ff675b96845760","size":8255,"noattachment":false,"key":"/anser/-/anser-1.4.9.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.9.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_1.4.9_1570968114827_0.11085131018104377"},"_hasShrinkwrap":false,"publish_time":1570968114983,"_cnpm_publish_time":1570968114983,"_cnpmcore_publish_time":"2021-12-16T18:21:24.349Z"},"1.4.8":{"name":"anser","version":"1.4.8","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"d5bf2aa6d5c6f33c931f5f4e1a678d84b134ea0e","_id":"anser@1.4.8","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"19a3bfc5f0e31c49efaea38f58fd0d136597f2a3","size":10599,"noattachment":false,"key":"/anser/-/anser-1.4.8.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.8.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_1.4.8_1546524862975_0.5647670480758131"},"_hasShrinkwrap":false,"publish_time":1546524863214,"_cnpm_publish_time":1546524863214,"_cnpmcore_publish_time":"2021-12-16T18:21:24.555Z"},"1.4.7":{"name":"anser","version":"1.4.7","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js","bloggify.js","bloggify.json","bloggify/"],"gitHead":"15a0c888382d7a9681ffe85fd4741ff1a5cd60f4","_id":"anser@1.4.7","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"78c0ce6aefffaa09bed267bd7d26ee5b9fb6d575","size":10107,"noattachment":false,"key":"/anser/-/anser-1.4.7.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.7.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser_1.4.7_1527487352686_0.6090812142863318"},"_hasShrinkwrap":false,"publish_time":1527487352800,"_cnpm_publish_time":1527487352800,"_cnpmcore_publish_time":"2021-12-16T18:21:24.749Z"},"1.4.6":{"name":"anser","version":"1.4.6","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js","bloggify.js","bloggify.json","bloggify/"],"gitHead":"2ab2fa1f33e4210d4492411cac25fa5a6240fcf2","_id":"anser@1.4.6","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"f159112561e1c30af2c4c9c58f6747af534e8ea2","size":9893,"noattachment":false,"key":"/anser/-/anser-1.4.6.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.6.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser-1.4.6.tgz_1514138959642_0.4463659522589296"},"publish_time":1514138960690,"_hasShrinkwrap":false,"_cnpm_publish_time":1514138960690,"_cnpmcore_publish_time":"2021-12-16T18:21:24.972Z"},"1.4.5":{"name":"anser","version":"1.4.5","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js","bloggify.js","bloggify.json","bloggify/"],"gitHead":"cda3da8e2047e867b973afefa356fac27f43dc72","_id":"anser@1.4.5","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"c32fcf89cf208d948febbc3f96eb03586976b4b5","size":9876,"noattachment":false,"key":"/anser/-/anser-1.4.5.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.5.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser-1.4.5.tgz_1514114052418_0.09674416342750192"},"publish_time":1514114052544,"_hasShrinkwrap":false,"_cnpm_publish_time":1514114052544,"_cnpmcore_publish_time":"2021-12-16T18:21:25.161Z"},"1.4.4":{"name":"anser","version":"1.4.4","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **TypeScript** you can do the following:",{"code":{"content":["import * as Anser from 'anser';","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js","bloggify.js","bloggify.json","bloggify/"],"gitHead":"9b3500b0ba0ce4d501884683214c97add638d578","_id":"anser@1.4.4","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"b21640d293984e23e790a46b02302927306272f7","size":9821,"noattachment":false,"key":"/anser/-/anser-1.4.4.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.4.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser-1.4.4.tgz_1507746456952_0.08278420101851225"},"publish_time":1507746458340,"_hasShrinkwrap":false,"_cnpm_publish_time":1507746458340,"_cnpmcore_publish_time":"2021-12-16T18:21:25.440Z"},"1.4.3":{"name":"anser","version":"1.4.3","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **Typescript** you can do the following:",{"code":{"content":["import Anser from 'anser'; // make sure to NOT use curly braces!","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js","bloggify.js","bloggify.json","bloggify/"],"gitHead":"277efe80d250f5a52b426dd224f4ef0d334ae8f8","_id":"anser@1.4.3","_shasum":"fe5ff9abd9a6b2283cc90c099aa566b5de2db551","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"fe5ff9abd9a6b2283cc90c099aa566b5de2db551","size":9897,"noattachment":false,"key":"/anser/-/anser-1.4.3.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.3.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser-1.4.3.tgz_1504861506572_0.1177378089632839"},"publish_time":1504861507501,"_hasShrinkwrap":false,"_cnpm_publish_time":1504861507501,"_cnpmcore_publish_time":"2021-12-16T18:21:25.673Z"},"1.4.2":{"name":"anser","version":"1.4.2","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **Typescript** you can do the following:",{"code":{"content":["import Anser from 'anser'; // make sure to NOT use curly braces!","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js","bloggify.js","bloggify.json","bloggify/"],"gitHead":"808196a2f3b0a2a94346ad805b65361316db157c","_id":"anser@1.4.2","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"59998b3cac8de2769666686bcbdf7f94a103a381","size":9892,"noattachment":false,"key":"/anser/-/anser-1.4.2.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.2.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser-1.4.2.tgz_1504805114697_0.813982428284362"},"publish_time":1504805115603,"_hasShrinkwrap":false,"_cnpm_publish_time":1504805115603,"_cnpmcore_publish_time":"2021-12-16T18:21:25.896Z"},"1.4.1":{"name":"anser","version":"1.4.1","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **Typescript** you can do the following:",{"code":{"content":["import Anser from 'anser'; // make sure to NOT use curly braces!","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js"],"gitHead":"7e8d0218e239f80902d7c103c595f3102bac46ae","_id":"anser@1.4.1","_shasum":"c3641863a962cebef941ea2c8706f2cb4f0716bd","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"c3641863a962cebef941ea2c8706f2cb4f0716bd","size":9501,"noattachment":false,"key":"/anser/-/anser-1.4.1.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.1.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser-1.4.1.tgz_1495710571846_0.913907105801627"},"publish_time":1495710572884,"_hasShrinkwrap":false,"_cnpm_publish_time":1495710572884,"_cnpmcore_publish_time":"2021-12-16T18:21:26.162Z"},"1.4.0":{"name":"anser","version":"1.4.0","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **Typescript** you can do the following:",{"code":{"content":["import Anser from 'anser'; // make sure to NOT use curly braces!","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js"],"gitHead":"dfafd27081982a36d925a3e33f1e40043d087647","_id":"anser@1.4.0","_shasum":"12ca751fadbb2f61064b58d1d815a7fffbd0fef0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"12ca751fadbb2f61064b58d1d815a7fffbd0fef0","size":9604,"noattachment":false,"key":"/anser/-/anser-1.4.0.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.4.0.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/anser-1.4.0.tgz_1495453226283_0.5211969460360706"},"publish_time":1495453227267,"_hasShrinkwrap":false,"_cnpm_publish_time":1495453227267,"_cnpmcore_publish_time":"2021-12-16T18:21:26.366Z"},"1.3.0":{"name":"anser","version":"1.3.0","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"example":["When using **Typescript** you can do the following:",{"code":{"content":["import Anser from 'anser'; // make sure to NOT use curly braces!","const txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";","console.log(Anser.ansiToHtml(txt));","// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>"],"language":"ts"}}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js"],"gitHead":"a5f45132d6e7f1d14684cbb7dfc851c3efae5f61","_id":"anser@1.3.0","_shasum":"65b42f01119edb5a2fc8ea6f0892274cbcbec6b1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"65b42f01119edb5a2fc8ea6f0892274cbcbec6b1","size":9385,"noattachment":false,"key":"/anser/-/anser-1.3.0.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.3.0.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.3.0.tgz_1493530185214_0.8753082596231252"},"publish_time":1493530187369,"_hasShrinkwrap":false,"_cnpm_publish_time":1493530187369,"_cnpmcore_publish_time":"2021-12-16T18:21:26.554Z"},"1.2.7":{"name":"anser","version":"1.2.7","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js"],"gitHead":"808e380bb2682b404d99879f72d89d10d90fa70b","_id":"anser@1.2.7","_shasum":"fb1a41a05ffdef5b9e33d5d64794765fd76524e0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"dist":{"shasum":"fb1a41a05ffdef5b9e33d5d64794765fd76524e0","size":8916,"noattachment":false,"key":"/anser/-/anser-1.2.7.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.7.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/anser-1.2.7.tgz_1490275932999_0.21916778408922255"},"publish_time":1490275933755,"_hasShrinkwrap":false,"_cnpm_publish_time":1490275933755,"_cnpmcore_publish_time":"2021-12-16T18:21:26.769Z"},"1.2.6":{"name":"anser","version":"1.2.6","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"https://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","scripts/","resources/","menu/","cli.js","index.js"],"gitHead":"24f2b3e0c7931035de2263f7da7d78e98bd21c1d","_id":"anser@1.2.6","_shasum":"617e48b9395600a469050767b572f334ddccbc3a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"dist":{"shasum":"617e48b9395600a469050767b572f334ddccbc3a","size":8722,"noattachment":false,"key":"/anser/-/anser-1.2.6.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.6.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/anser-1.2.6.tgz_1490022255478_0.5862685951869935"},"publish_time":1490022256235,"_hasShrinkwrap":false,"_cnpm_publish_time":1490022256235,"_cnpmcore_publish_time":"2021-12-16T18:21:27.048Z"},"1.2.5":{"name":"anser","version":"1.2.5","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","build/","dist/","src/","resources/","menu/","scripts/","cli.js","index.js"],"gitHead":"191a25c2e85c2404de1cb371b9853f5bcd5e2470","_id":"anser@1.2.5","_shasum":"5dcfc956eaa373b9c23010dd20dabec2ce19475b","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"5dcfc956eaa373b9c23010dd20dabec2ce19475b","size":8261,"noattachment":false,"key":"/anser/-/anser-1.2.5.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.5.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.2.5.tgz_1488653381339_0.22236888064071536"},"publish_time":1488653383373,"_hasShrinkwrap":false,"_cnpm_publish_time":1488653383373,"_cnpmcore_publish_time":"2021-12-16T18:21:27.233Z"},"1.2.4":{"name":"anser","version":"1.2.4","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","build/","dist/","src/","resources/","menu/","scripts/","cli.js","index.js"],"gitHead":"9c611d255da9208f10f8cd782a869c9c8dc70bba","_id":"anser@1.2.4","_shasum":"a884124180155bd94668c4a25f31be7ccca2bc1b","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"a884124180155bd94668c4a25f31be7ccca2bc1b","size":8251,"noattachment":false,"key":"/anser/-/anser-1.2.4.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.4.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.2.4.tgz_1488529702907_0.3420119658112526"},"publish_time":1488529704991,"_hasShrinkwrap":false,"_cnpm_publish_time":1488529704991,"_cnpmcore_publish_time":"2021-12-16T18:21:27.505Z"},"1.2.3":{"name":"anser","version":"1.2.3","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","build/","dist/","src/","resources/","menu/","scripts/","cli.js","index.js"],"gitHead":"a6478ffc63eee52c80c4406676c07a90ec8a4367","_id":"anser@1.2.3","_shasum":"f81d5d3a782420ddaac05464625b89baed381c79","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"f81d5d3a782420ddaac05464625b89baed381c79","size":8108,"noattachment":false,"key":"/anser/-/anser-1.2.3.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.3.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.2.3.tgz_1488528860193_0.4126682991627604"},"publish_time":1488528861937,"_hasShrinkwrap":false,"_cnpm_publish_time":1488528861937,"_cnpmcore_publish_time":"2021-12-16T18:21:27.742Z"},"1.2.2":{"name":"anser","version":"1.2.2","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","build/","dist/","src/","resources/","menu/","scripts/","cli.js","index.js"],"gitHead":"f1137920deb1ff22888d2221f79772d8cbe996dc","_id":"anser@1.2.2","_shasum":"fcd3eff3fbab5e81b2940a6b29795d79d9727ca0","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"fcd3eff3fbab5e81b2940a6b29795d79d9727ca0","size":8108,"noattachment":false,"key":"/anser/-/anser-1.2.2.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.2.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.2.2.tgz_1488528258360_0.6242058270145208"},"publish_time":1488528260330,"_hasShrinkwrap":false,"_cnpm_publish_time":1488528260330,"_cnpmcore_publish_time":"2021-12-16T18:21:27.957Z"},"1.2.1":{"name":"anser","version":"1.2.1","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","build/","dist/","src/","resources/","menu/","scripts/","cli.js","index.js"],"gitHead":"5104cbe2cbd5c8a8f3ca03b83b0ca5dce7f50ac2","_id":"anser@1.2.1","_shasum":"654c1bebe8fa693e38b057d9db1906a465475bde","_from":".","_npmVersion":"4.1.1","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"654c1bebe8fa693e38b057d9db1906a465475bde","size":7942,"noattachment":false,"key":"/anser/-/anser-1.2.1.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.1.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.2.1.tgz_1488528191632_0.6776240542531013"},"publish_time":1488528193619,"_hasShrinkwrap":false,"_cnpm_publish_time":1488528193619,"_cnpmcore_publish_time":"2021-12-16T18:21:28.633Z"},"1.2.0":{"name":"anser","version":"1.2.0","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","build/","dist/","src/","resources/","menu/","scripts/","cli.js","index.js"],"gitHead":"d78120adb131cee04040050e7e57ccff2db50986","_id":"anser@1.2.0","_shasum":"777b639a433380c7d58c5d567c4a63b19aa938a3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"777b639a433380c7d58c5d567c4a63b19aa938a3","size":7941,"noattachment":false,"key":"/anser/-/anser-1.2.0.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.2.0.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.2.0.tgz_1488478723052_0.41513628768734634"},"publish_time":1488478724934,"_hasShrinkwrap":false,"_cnpm_publish_time":1488478724934,"_cnpmcore_publish_time":"2021-12-16T18:21:28.846Z"},"1.1.0":{"name":"anser","version":"1.1.0","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","resources/","menu/","cli.js","index.js"],"gitHead":"a86412d4e51138a3594a638d6ddff60c10f2adad","_id":"anser@1.1.0","_shasum":"a415740b46fb3632d187b58ace8314b5196d7291","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"dist":{"shasum":"a415740b46fb3632d187b58ace8314b5196d7291","size":7566,"noattachment":false,"key":"/anser/-/anser-1.1.0.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.1.0.tgz_1464170703952_0.30086126062087715"},"publish_time":1464170706421,"_hasShrinkwrap":false,"_cnpm_publish_time":1464170706421,"_cnpmcore_publish_time":"2021-12-16T18:21:29.447Z"},"1.0.4":{"name":"anser","version":"1.0.4","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","resources/","menu/","cli.js","index.js"],"gitHead":"d5bff343f4ea556d1c972cdbb0840fe1873b8a74","_id":"anser@1.0.4","_shasum":"54b8a9b4194822cad29f93318577a6fd176c2555","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"dist":{"shasum":"54b8a9b4194822cad29f93318577a6fd176c2555","size":7488,"noattachment":false,"key":"/anser/-/anser-1.0.4.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.0.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.0.4.tgz_1464168230563_0.694113306235522"},"publish_time":1464168232838,"_hasShrinkwrap":false,"_cnpm_publish_time":1464168232838,"_cnpmcore_publish_time":"2021-12-16T18:21:29.659Z"},"1.0.3":{"name":"anser","version":"1.0.3","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":":rocket: Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","resources/","menu/","cli.js","index.js"],"gitHead":"0da735cee997cacb7aafaf8d22bc30db743f4bfe","_id":"anser@1.0.3","_shasum":"0c0c14f25107f79c3ec9a8ea7937aa4d177bd081","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"dist":{"shasum":"0c0c14f25107f79c3ec9a8ea7937aa4d177bd081","size":5581,"noattachment":false,"key":"/anser/-/anser-1.0.3.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.0.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.0.3.tgz_1464167877097_0.45105055323801935"},"publish_time":1464167879496,"_hasShrinkwrap":false,"_cnpm_publish_time":1464167879496,"_cnpmcore_publish_time":"2021-12-16T18:21:29.867Z"},"1.0.2":{"name":"anser","version":"1.0.2","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"dist/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"main":"lib/index.js","description":[{"h2":"Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","resources/","menu/","cli.js","index.js"],"gitHead":"12f01bff2aa9eee967d6492b175d503b073ba8f7","_id":"anser@1.0.2","_shasum":"1125ddeecbdb9ebd723c96bf649b310f6d446df7","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"1125ddeecbdb9ebd723c96bf649b310f6d446df7","size":9487,"noattachment":false,"key":"/anser/-/anser-1.0.2.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.0.2.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/anser-1.0.2.tgz_1462476255319_0.5605565677396953"},"publish_time":1462476256870,"_hasShrinkwrap":false,"_cnpm_publish_time":1462476256870,"_cnpmcore_publish_time":"2021-12-16T18:21:30.093Z"},"1.0.1":{"name":"anser","version":"1.0.1","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":"Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"files":["bin/","app/","lib/","dist/","src/","resources/","menu/","cli.js","index.js"],"gitHead":"839854f05e13e9c5ccec832e78b10a472d0218ec","_id":"anser@1.0.1","_shasum":"c0ee834fb33876b5cb66055281971fac4736179b","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"dist":{"shasum":"c0ee834fb33876b5cb66055281971fac4736179b","size":7038,"noattachment":false,"key":"/anser/-/anser-1.0.1.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/anser-1.0.1.tgz_1461601034403_0.32422289345413446"},"publish_time":1461601036898,"_hasShrinkwrap":false,"_cnpm_publish_time":1461601036898,"_cnpmcore_publish_time":"2021-12-16T18:21:30.294Z"},"1.0.0":{"name":"anser","version":"1.0.0","description":"A low level parser for ANSI sequences.","keywords":["ansi","html"],"author":{"name":"Ionică Bizău","email":"bizauionica@gmail.com","url":"http://ionicabizau.net"},"main":"lib/index.js","repository":{"type":"git","url":"git://github.com/IonicaBizau/anser.git"},"bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*","jshint":"*","jslint":"*"},"homepage":"https://github.com/IonicaBizau/anser#readme","directories":{"example":"examples","test":"test"},"blah":{"description":[{"h2":"Features"},{"ul":["Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.","Allows converting the input into JSON output.","HTML escaping","Converts links into HTML elements","Friendly APIs to use with  virtual dom libraries"]}],"thanks":"This project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:"},"license":"MIT","dependencies":{},"gitHead":"089c0e184241708a36c74176c048d3ca1fe95599","_id":"anser@1.0.0","_shasum":"877194798e01878a38f11c68d93652a988101983","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.0","_npmUser":{"name":"ionicabizau","email":"bizauionica@gmail.com"},"dist":{"shasum":"877194798e01878a38f11c68d93652a988101983","size":10253,"noattachment":false,"key":"/anser/-/anser-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/anser/download/anser-1.0.0.tgz"},"maintainers":[{"name":"ionicabizau","email":"bizauionica@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/anser-1.0.0.tgz_1461488743049_0.9725095808971673"},"publish_time":1461488744901,"_hasShrinkwrap":false,"_cnpm_publish_time":1461488744901,"_cnpmcore_publish_time":"2021-12-16T18:21:30.557Z"}},"readme":"<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n# anser\n\n [![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Travis](https://img.shields.io/travis/IonicaBizau/anser.svg)](https://travis-ci.org/IonicaBizau/anser/) [![Version](https://img.shields.io/npm/v/anser.svg)](https://www.npmjs.com/package/anser) [![Downloads](https://img.shields.io/npm/dt/anser.svg)](https://www.npmjs.com/package/anser) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)\n\n<a href=\"https://www.buymeacoffee.com/H96WwChMy\" target=\"_blank\"><img src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Buy Me A Coffee\"></a>\n\n\n\n\n\n\n\n> A low level parser for ANSI sequences.\n\n\n\n\n\n\n## :rocket: Features\n\n\n - Converts text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into equivalent HTML elements.\n - Allows converting the input into JSON output.\n - HTML escaping\n - Converts links into HTML elements\n - Friendly APIs to use with  virtual dom libraries\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :cloud: Installation\n\n```sh\n# Using npm\nnpm install --save anser\n\n# Using yarn\nyarn add anser\n```\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :clipboard: Example\n\n\n\n```js\nconst Anser = require(\"anser\");\n\nconst txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";\n\nconsole.log(Anser.ansiToHtml(txt));\n// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>\n\nconsole.log(Anser.ansiToHtml(txt, { use_classes: true }));\n// <span class=\"ansi-palette-196-fg\">Hello</span> <span class=\"ansi-palette-226-bg\">World</span>\n\nconsole.log(Anser.ansiToJson(txt));\n// [ { content: '',\n//     fg: null,\n//     bg: null,\n//     fg_truecolor: null,\n//     bg_truecolor: null,\n//     clearLine: undefined,\n//     decoration: null,\n//     was_processed: false,\n//     isEmpty: [Function: isEmpty] },\n//   { content: 'Hello',\n//     fg: '255, 0, 0',\n//     bg: null,\n//     fg_truecolor: null,\n//     bg_truecolor: null,\n//     clearLine: false,\n//     decoration: null,\n//     was_processed: true,\n//     isEmpty: [Function: isEmpty] },\n//   { content: ' ',\n//     fg: null,\n//     bg: null,\n//     fg_truecolor: null,\n//     bg_truecolor: null,\n//     clearLine: false,\n//     decoration: null,\n//     was_processed: false,\n//     isEmpty: [Function: isEmpty] },\n//   { content: 'World',\n//     fg: null,\n//     bg: '255, 255, 0',\n//     fg_truecolor: null,\n//     bg_truecolor: null,\n//     clearLine: false,\n//     decoration: null,\n//     was_processed: true,\n//     isEmpty: [Function: isEmpty] },\n//   { content: '',\n//     fg: null,\n//     bg: null,\n//     fg_truecolor: null,\n//     bg_truecolor: null,\n//     clearLine: false,\n//     decoration: null,\n//     was_processed: false,\n//     isEmpty: [Function: isEmpty] } ]\n```\n\n\n\n\n\n\nWhen using **TypeScript** without --esModuleInterop enabled you can do the following:\n```ts\nimport Anser = require('anser');\nconst txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";\nconsole.log(Anser.ansiToHtml(txt));\n// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>\n```\n\nOr with --esModuleInterop enabled you can do the following:\n```ts\nimport Anser from 'anser';\nconst txt = \"\\u001b[38;5;196mHello\\u001b[39m \\u001b[48;5;226mWorld\\u001b[49m\";\nconsole.log(Anser.ansiToHtml(txt));\n// <span style=\"color:rgb(255, 0, 0)\">Hello</span> <span style=\"background-color:rgb(255, 255, 0)\">World</span>\n```\n\n\n\n\n\n\n\n## :question: Get Help\n\nThere are few ways to get help:\n\n\n\n 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.\n 2. For bug reports and feature requests, open issues. :bug:\n 3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:\n\n\n\n\n\n## :memo: Documentation\n\n\n### `Anser.escapeForHtml(txt)`\nEscape the input HTML.\n\nThis does the minimum escaping of text to make it compliant with HTML.\nIn particular, the '&','<', and '>' characters are escaped. This should\nbe run prior to `ansiToHtml`.\n\n#### Params\n\n- **String** `txt`: The input text (containing the ANSI snippets).\n\n#### Return\n- **String** The escaped html.\n\n### `Anser.linkify(txt)`\nAdds the links in the HTML.\n\nThis replaces any links in the text with anchor tags that display the\nlink. The links should have at least one whitespace character\nsurrounding it. Also, you should apply this after you have run\n`ansiToHtml` on the text.\n\n#### Params\n\n- **String** `txt`: The input text.\n\n#### Return\n- **String** The HTML containing the <a> tags (unescaped).\n\n### `Anser.ansiToHtml(txt, options)`\nThis replaces ANSI terminal escape codes with SPAN tags that wrap the\ncontent.\n\nThis function only interprets ANSI SGR (Select Graphic Rendition) codes\nthat can be represented in HTML.\nFor example, cursor movement codes are ignored and hidden from output.\nThe default style uses colors that are very close to the prescribed\nstandard. The standard assumes that the text will have a black\nbackground. These colors are set as inline styles on the SPAN tags.\n\nAnother option is to set `use_classes: true` in the options argument.\nThis will instead set classes on the spans so the colors can be set via\nCSS. The class names used are of the format `ansi-*-fg/bg` and\n`ansi-bright-*-fg/bg` where `*` is the color name,\ni.e black/red/green/yellow/blue/magenta/cyan/white.\n\n#### Params\n\n- **String** `txt`: The input text.\n- **Object** `options`: The options passed to the ansiToHTML method.\n\n#### Return\n- **String** The HTML output.\n\n### `Anser.ansiToJson(txt, options)`\nConverts ANSI input into JSON output.\n\n#### Params\n\n- **String** `txt`: The input text.\n- **Object** `options`: The options passed to the ansiToHTML method.\n\n#### Return\n- **String** The HTML output.\n\n### `Anser.ansiToText(txt)`\nConverts ANSI input into text output.\n\n#### Params\n\n- **String** `txt`: The input text.\n\n#### Return\n- **String** The text output.\n\n### `Anser()`\nThe `Anser` class.\n\n#### Return\n- **Anser**\n\n### `setupPalette()`\nSets up the palette.\n\n### `escapeForHtml(txt)`\nEscapes the input text.\n\n#### Params\n\n- **String** `txt`: The input text.\n\n#### Return\n- **String** The escpaed HTML output.\n\n### `linkify(txt)`\nAdds HTML link elements.\n\n#### Params\n\n- **String** `txt`: The input text.\n\n#### Return\n- **String** The HTML output containing link elements.\n\n### `ansiToHtml(txt, options)`\nConverts ANSI input into HTML output.\n\n#### Params\n\n- **String** `txt`: The input text.\n- **Object** `options`: The options passed ot the `process` method.\n\n#### Return\n- **String** The HTML output.\n\n### `ansiToJson(txt, options)`\nConverts ANSI input into HTML output.\n\n#### Params\n\n- **String** `txt`: The input text.\n- **Object** `options`: The options passed ot the `process` method.\n\n#### Return\n- **String** The JSON output.\n\n### `ansiToText(txt)`\nConverts ANSI input into HTML output.\n\n#### Params\n\n- **String** `txt`: The input text.\n\n#### Return\n- **String** The text output.\n\n### `process(txt, options, markup)`\nProcesses the input.\n\n#### Params\n\n- **String** `txt`: The input text.\n- **Object** `options`: An object passed to `processChunk` method, extended with:\n - `json` (Boolean): If `true`, the result will be an object.\n - `use_classes` (Boolean): If `true`, HTML classes will be appended to the HTML output.\n- **Boolean** `markup`:\n\n### `processChunkJson(text, options, markup)`\nProcesses the current chunk into json output.\n\n#### Params\n\n- **String** `text`: The input text.\n- **Object** `options`: An object containing the following fields:\n - `json` (Boolean): If `true`, the result will be an object.\n - `use_classes` (Boolean): If `true`, HTML classes will be appended to the HTML output.\n- **Boolean** `markup`: If false, the colors will not be parsed.\n\n#### Return\n- **Object** The result object:\n - `content` (String): The text.\n - `fg` (String|null): The foreground color.\n - `bg` (String|null): The background color.\n - `fg_truecolor` (String|null): The foreground true color (if 16m color is enabled).\n - `bg_truecolor` (String|null): The background true color (if 16m color is enabled).\n - `clearLine` (Boolean): `true` if a carriageReturn \\r was fount at end of line.\n - `was_processed` (Bolean): `true` if the colors were processed, `false` otherwise.\n - `isEmpty` (Function): A function returning `true` if the content is empty, or `false` otherwise.\n\nAdd several widely used style codes\n\n### `processChunk(text, options, markup)`\nProcesses the current chunk of text.\n\n#### Params\n\n- **String** `text`: The input text.\n- **Object** `options`: An object containing the following fields:\n - `json` (Boolean): If `true`, the result will be an object.\n - `use_classes` (Boolean): If `true`, HTML classes will be appended to the HTML output.\n- **Boolean** `markup`: If false, the colors will not be parsed.\n\n#### Return\n- **Object|String** The result (object if `json` is wanted back or string otherwise).\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :yum: How to contribute\nHave an idea? Found a bug? See [how to contribute][contributing].\n\n\n## :sparkling_heart: Support my projects\nI open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,\nthis takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).\n\nHowever, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:\n\n\n - Starring and sharing the projects you like :rocket:\n - [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book:\n - [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:\n - [![Support me on Patreon][badge_patreon]][patreon]—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).\n - **Bitcoin**—You can send me bitcoins at this address (or scanning the code below): `1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6`\n\n    ![](https://i.imgur.com/z6OQI95.png)\n\n\nThanks! :heart:\n\n\n\n\n\n\n\n\n\n## :cake: Thanks\nThis project is highly based on [`ansi_up`](https://github.com/drudru/ansi_up), by [@drudru](https://github.com/drudru/). Thanks! :cake:\n\n\n\n\n\n\n\n\n## :dizzy: Where is this library used?\nIf you are using this library in one of your projects, add it in this list. :sparkles:\n\n - `react-native`\n - `gatsby`\n - `ansi-to-react`\n - `react-native-windows`\n - `@next/react-dev-overlay`\n - `@cubejs-client/react`\n - `mesh-devtool`\n - `nuclide-commons-ui`\n - `@redux-devtools/inspector-monitor-trace-tab`\n - `@atom-ide-community/nuclide-commons-ui`\n - `@theia/console`\n - `transformime`\n - `@viankakrisna/react-dev-utils`\n - `ansi-to-json`\n - `redux-devtools-trace-monitor`\n - `@kui-shell/plugin-client-common`\n - `react-webpack-build-helper`\n - `timer-react-dev-utils`\n - `react-native-macos`\n - `@axio/react-dev-utils`\n - `react-dev-utils-extra`\n - `webpack-isomorphic-dev-middleware`\n - `ansi-html-themed`\n - `react-native-okhttp-fork`\n - `uyun-react-dev-utils`\n - `ipynb2html-fix`\n - `react-dev-utils-sebfl-update`\n - `@jjavery/react-error-overlay`\n - `lambda-dev-utils`\n - `ipynb2html`\n - `react-error-overlay-canary`\n - `@classflow/react-dev-utils`\n - `react-error-overlay-dangerous`\n - `@devpodio/console`\n - `native-kakao-login`\n - `linklog`\n - `react-native-ytximkit`\n - `@mindinventory/rn-top-navbar`\n - `cycle-dev-utils`\n - `@viankakrisna/react-error-overlay`\n - `callstack-task-react-dev-utils`\n - `webpack-universal-compiler`\n - `@codewars/jest-reporter`\n - `react-native-kakao-maps`\n - `@hemith/react-native-tnk`\n - `react-native-contact-list`\n - `react-native-is7`\n - `@nib/e2e-core`\n - `react-native-biometric-authenticate`\n - `@corelmax/react-native-my2c2p-sdk`\n - `@proteria/react-scripts`\n - `@prague-digi/react-error-overlay`\n - `native-apple-login`\n - `react-ansi`\n - `rn-custom-tabview`\n - `@felipesimmi/react-native-datalogic-module`\n - `@blkmarketco/components-library`\n - `@datalogic/react-native-datalogic-module`\n - `ansi-to-react-with-options`\n - `callstack-task-react-error-overlay`\n - `react-native-flyy`\n - `@geeky-apo/react-native-advanced-clipboard`\n - `@apardellass/react-native-audio-stream`\n - `kunai`\n - `react-native-responsive-size`\n - `singularityui-tailer`\n - `rn-flatlist-fork`\n - `@unforgiven/react-native`\n - `ansi-to-react-with-classes`\n - `react-native-dsphoto-module`\n - `react-native-tvos`\n - `react-error-guard`\n - `@plansys/react-dev-utils`\n - `react-native-plugpag-wrapper`\n - `react-native-pulsator-native`\n - `react-native-hlf-wrapper`\n - `@alloc/react-error-overlay`\n - `birken-react-native-community-image-editor`\n - `react-dev-utils-custom-hmr`\n - `nuclide`\n - `@ehyland-org/react-error-overlay`\n - `@naze/error`\n - `ada-pack`\n - `@office-iss/react-native-win32`\n - `react-native-sf`\n - `native-google-login`\n - `zc-react-dev-utils`\n - `react-native-dm-player`\n - `react-native-test-module-hhh`\n - `@openpolitica/matomo-next`\n - `@ryfow/react-native-windows`\n - `react-native-modal-progress-bar`\n - `stack-frame-overlay`\n - `@digibear/socket-bridge`\n\n\n\n\n\n\n\n\n\n\n\n## :scroll: License\n\n[MIT][license] © [Ionică Bizău][website]\n\n\n\n\n\n\n[license]: /LICENSE\n[website]: https://ionicabizau.net\n[contributing]: /CONTRIBUTING.md\n[docs]: /DOCUMENTATION.md\n[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg\n[badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg\n[badge_paypal]: https://ionicabizau.github.io/badges/paypal.svg\n[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg\n[patreon]: https://www.patreon.com/ionicabizau\n[amazon]: http://amzn.eu/hRo9sIZ\n[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW\n","_attachments":{},"homepage":"https://github.com/IonicaBizau/anser#readme","bugs":{"url":"http://github.com/IonicaBizau/anser/issues"},"license":"MIT"}