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

62 lines
1.3 KiB
JSON

{
"_from": "ansi_up",
"_id": "ansi_up@2.0.2",
"_inBundle": false,
"_integrity": "sha1-m1TeUIxcV59baWjmXBuGPgaAq5I=",
"_location": "/ansi_up",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ansi_up",
"name": "ansi_up",
"escapedName": "ansi_up",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-2.0.2.tgz",
"_shasum": "9b54de508c5c579f5b6968e65c1b863e0680ab92",
"_spec": "ansi_up",
"_where": "/Users/manu/arangodb-devel/tmp",
"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": "^2.1"
},
"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"
},
"version": "2.0.2"
}