/usr/lib/nodejs/redis/package.json is in node-redis 0.12.1-2.
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 | {
"name": "redis",
"version": "0.12.1",
"description": "Redis client library",
"keywords": [
"redis",
"database"
],
"author": "Matt Ranney <mjr@ranney.com>",
"main": "./index.js",
"scripts": {
"test": "node ./test.js"
},
"devDependencies": {
"metrics": ">=0.1.5",
"colors": "~0.6.0-1",
"underscore": "~1.4.4"
},
"repository": {
"type": "git",
"url": "git://github.com/mranney/node_redis.git"
}
}
|