1
0
Fork 0
arangodb/js/node/node_modules/ansi_up/package.json

63 lines
1.5 KiB
JSON

{
"_from": "ansi_up@latest",
"_id": "ansi_up@4.0.3",
"_inBundle": false,
"_integrity": "sha512-ub+xzfB7Mkikx6u0/iHx97Cvs5SJRNjh3yoQpuRaAvC9L2t8ZghlqG6jXIQ7XkbtQyHJU/EP2AnPvwcib0vu6A==",
"_location": "/ansi_up",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ansi_up@latest",
"name": "ansi_up",
"escapedName": "ansi_up",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-4.0.3.tgz",
"_shasum": "7cc6683304c71f4dcd83725b7e8d313089e369a7",
"_spec": "ansi_up@latest",
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node",
"author": {
"name": "drudru",
"email": "drudru@gmail.com"
},
"bugs": {
"url": "http://github.com/drudru/ansi_up/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert ansi sequences in strings to colorful HTML",
"devDependencies": {
"mocha": "*",
"should": "*",
"typescript": "^3.0"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/drudru/ansi_up#readme",
"keywords": [
"ansi",
"html"
],
"license": "MIT",
"main": "./ansi_up.js",
"name": "ansi_up",
"repository": {
"type": "git",
"url": "git://github.com/drudru/ansi_up.git"
},
"scripts": {
"build": "make typescript",
"test": "make test"
},
"types": "./ansi_up.d.ts",
"version": "4.0.3"
}