/usr/lib/nodejs/regjsgen/package.json is in node-regjsgen 0.4.0+ds-1.
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 28 29 30 31 32 33 34 35 36 37 38 39 | {
"name": "regjsgen",
"version": "0.4.0",
"description": "Generate regular expressions from regjsparser’s AST.",
"homepage": "https://github.com/bnjmnt4n/regjsgen",
"main": "regjsgen.js",
"keywords": [
"ast",
"generate",
"regex",
"regexp",
"regular expressions"
],
"license": "MIT",
"author": {
"name": "Benjamin Tan",
"url": "https://bnjmnt4n.now.sh/"
},
"repository": {
"type": "git",
"url": "https://github.com/bnjmnt4n/regjsgen.git"
},
"bugs": "https://github.com/bnjmnt4n/regjsgen/issues",
"files": [
"LICENSE",
"regjsgen.js"
],
"scripts": {
"test": "node tests/tests.js",
"coverage": "istanbul cover --report html tests/tests.js",
"update-fixtures": "node tests/update-fixtures.js"
},
"devDependencies": {
"codecov": "^3.0.0",
"istanbul": "~0.4.5",
"regjsparser": "~0.3.0",
"request": "^2.83.0"
}
}
|