react-saasify-chrisvxd
Version:
React components for Saasify web clients.
90 lines (89 loc) • 1.84 kB
JSON
{
"name": "ansi-to-html",
"version": "0.6.12",
"description": "Convert ansi escaped text streams to html.",
"main": "lib/ansi_to_html.js",
"engines": {
"node": "*"
},
"scripts": {
"build": "babel src --out-dir lib",
"lint": "eslint src test",
"test": "mocha --reporter tap"
},
"repository": {
"type": "git",
"url": "https://github.com/rburns/ansi-to-html.git"
},
"homepage": "https://github.com/rburns/ansi-to-html",
"bugs": {
"url": "https://github.com/rburns/ansi-to-html/issues"
},
"keywords": [
"ansi",
"html"
],
"author": {
"name": "Rob Burns",
"email": "rburns@paiges.net",
"url": "http://rburns.paiges.net/"
},
"contributors": [
{
"name": "Dane Stuckel",
"email": "dane.stuckel@gmail.com"
},
{
"name": "Michael",
"email": "michael@riesd.com"
},
{
"name": "Thorsten Kohnhorst",
"email": "monsterkodi@gmx.net"
},
{
"name": "Yoram Grahame",
"email": "yoz@yoz.com"
},
{
"name": "Patrick Steele-Idem",
"email": "pnidem@gmail.com"
},
{
"name": "Paul Grime",
"email": "gitgrimbo@gmail.com"
},
{
"name": "NeeEoo",
"url": "https://github.com/NeeEoo"
},
{
"name": "Brett Zamir",
"url": "https://github.com/brettz9"
},
{
"name": "Piotr Monwid-Olechnowicz",
"url": "https://github.com/hasparus"
}
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"chai": "~4.2.0",
"eslint": "^5.16.0",
"mocha": "^6.1.4"
},
"dependencies": {
"entities": "^1.1.2"
},
"bin": {
"ansi-to-html": "./bin/ansi-to-html"
},
"babel": {
"presets": [
"@babel/env"
]
}
}