/usr/lib/nodejs/ebnf-parser/package.json is in node-ebnf-parser 0.1.10+dfsg-3build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"name": "ebnf-parser",
"version": "0.1.10",
"description": "A parser for BNF and EBNF grammars used by jison",
"main": "ebnf-parser.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/zaach/ebnf-parser.git"
},
"keywords": [
"bnf",
"ebnf",
"grammar",
"parser",
"jison"
],
"author": "Zach Carter",
"license": "MIT",
"devDependencies": {
"jison": "git://github.com/zaach/jison.git#ef2647",
"lex-parser": "0.1.0",
"test": "*"
}
}
|