/usr/lib/nodejs/bcrypt-pbkdf/package.json is in node-bcrypt-pbkdf 1.0.1-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 | {
"name": "bcrypt-pbkdf",
"version": "1.0.1",
"description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
"main": "index.js",
"dependencies": {
"tweetnacl": "^0.14.3"
},
"devDependencies": {},
"license": "BSD-3-Clause"
}
|