/usr/lib/nodejs/builtins/package.json is in node-builtins 1.0.3-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 | {
"name": "builtins",
"version": "1.0.3",
"description": "List of node.js builtin modules",
"repository": "juliangruber/builtins",
"license": "MIT",
"main": "builtins.json",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "node test.js"
}
}
|