gtags-parsers
Version:
External parser for customized GNU global source tagging system
43 lines (42 loc) • 892 B
JSON
{
"name": "gtags-parsers",
"version": "0.2.4",
"description": "External parser for customized GNU global source tagging system",
"main": "js-parser.js",
"bin": {
"gtags-javascript": "gtags-javascript",
"gtags-html": "gtags-html"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gh4ck3r/gtags-parsers.git"
},
"keywords": [
"GNU",
"global",
"gtags",
"cscope",
"cgtas",
"exuberant",
"parser",
"JavaScript",
"HTML"
],
"author": "Changbin Park",
"license": "MIT",
"bugs": {
"url": "https://github.com/gh4ck3r/gtags-parsers/issues"
},
"homepage": "https://github.com/gh4ck3r/gtags-parsers#readme",
"dependencies": {
"ansi-string": "^0.1.1",
"esprima": "^4.0.0",
"htmlparser2": "^3.9.2"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}