/usr/lib/nodejs/browserify-rsa/package.json is in node-browserify-rsa 4.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 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"name": "browserify-rsa",
"version": "4.0.1",
"description": "RSA for browserify",
"main": "index.js",
"scripts": {
"test": "node test.js | tspec"
},
"author": "",
"license": "MIT",
"dependencies": {
"bn.js": "^4.1.0",
"randombytes": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git@github.com:crypto-browserify/browserify-rsa.git"
},
"devDependencies": {
"parse-asn1": "^5.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
}
}
|