{ "_from": "ansi-to-html@^0.6.4", "_id": "ansi-to-html@0.6.14", "_inBundle": false, "_integrity": "sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA==", "_location": "/ansi-to-html", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ansi-to-html@^0.6.4", "name": "ansi-to-html", "escapedName": "ansi-to-html", "rawSpec": "^0.6.4", "saveSpec": null, "fetchSpec": "^0.6.4" }, "_requiredBy": [ "/parcel-bundler" ], "_resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.14.tgz", "_shasum": "65fe6d08bba5dd9db33f44a20aec331e0010dad8", "_spec": "ansi-to-html@^0.6.4", "_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler", "author": { "name": "Rob Burns", "email": "rburns@paiges.net", "url": "http://rburns.paiges.net/" }, "babel": { "presets": [ "@babel/env" ] }, "bin": { "ansi-to-html": "bin/ansi-to-html" }, "bugs": { "url": "https://github.com/rburns/ansi-to-html/issues" }, "bundleDependencies": false, "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" }, { "name": "Lior Chervinsky", "url": "https://github.com/lior-chervinsky" }, { "name": "Maple Miao", "url": "https://github.com/mapleeit" } ], "dependencies": { "entities": "^1.1.2" }, "deprecated": false, "description": "Convert ansi escaped text streams to html.", "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" }, "engines": { "node": "*" }, "homepage": "https://github.com/rburns/ansi-to-html", "keywords": [ "ansi", "html" ], "license": "MIT", "main": "lib/ansi_to_html.js", "name": "ansi-to-html", "repository": { "type": "git", "url": "git+https://github.com/rburns/ansi-to-html.git" }, "scripts": { "build": "babel src --out-dir lib", "build:watch": "babel src --out-dir lib --watch", "lint": "eslint src test", "test": "mocha --reporter tap", "test:watch": "mocha --reporter tap --watch ./test ./" }, "version": "0.6.14" }