/usr/lib/nodejs/keese/package.json is in node-keese 1.0.4-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 | {
"name": "keese",
"version": "1.0.4",
"description": "Generates arbitrary-precision, comparable values, appropriate for use as sorting keys",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thejoshwolfe/node-keese.git"
},
"author": "Josh Wolfe <thejoshwolfe@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thejoshwolfe/node-keese/issues"
},
"homepage": "https://github.com/thejoshwolfe/node-keese"
}
|