/usr/lib/nodejs/require-relative/package.json is in node-require-relative 0.8.7-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 | {
"name": "require-relative",
"version": "0.8.7",
"description": "require and resolve modules relative to a path of your choice",
"main": "index.js",
"homepage": "https://github.com/kamicane/require-relative",
"author": "Valerio Proietti <@kamicane> (http://mad4milk.net)",
"keywords": [
"require",
"resolve",
"modules",
"relative"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kamicane/require-relative/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/kamicane/require-relative.git"
}
}
|