ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.68 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/nodevenv/public_html/dp_taxhelplines/10/lib/node_modules/anser/ |
Upload File : |
{ "_from": "anser@1.4.9", "_id": "anser@1.4.9", "_inBundle": false, "_integrity": "sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==", "_location": "/anser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "anser@1.4.9", "name": "anser", "escapedName": "anser", "rawSpec": "1.4.9", "saveSpec": null, "fetchSpec": "1.4.9" }, "_requiredBy": [ "/@next/react-dev-overlay" ], "_resolved": "https://registry.npmjs.org/anser/-/anser-1.4.9.tgz", "_shasum": "1f85423a5dcf8da4631a341665ff675b96845760", "_spec": "anser@1.4.9", "_where": "/home/taxhyuvu/nodevenv/dp_taxhelplines/10/lib/node_modules/@next/react-dev-overlay", "author": { "name": "Ionică Bizău", "email": "bizauionica@gmail.com", "url": "https://ionicabizau.net" }, "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:" }, "bugs": { "url": "http://github.com/IonicaBizau/anser/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "A low level parser for ANSI sequences.", "devDependencies": { "jshint": "*", "jslint": "*", "mocha": "*", "should": "*" }, "directories": { "example": "examples", "test": "test" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "bloggify.js", "bloggify.json", "bloggify/" ], "homepage": "https://github.com/IonicaBizau/anser#readme", "keywords": [ "ansi", "html" ], "license": "MIT", "main": "lib/index.js", "name": "anser", "repository": { "type": "git", "url": "git://github.com/IonicaBizau/anser.git" }, "scripts": { "test": "mocha" }, "types": "lib/index.d.ts", "version": "1.4.9" }