/usr/lib/nodejs/uniqid/package.json is in node-uniqid 4.1.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 25 26 27 28 29 30 31 32 33 | {
"name": "uniqid",
"version": "4.1.1",
"description": "Unique ID Generator",
"homepage": "http://github.com/adamhalasz/diet-uniqid/",
"keywords": [
"unique id",
"uniqid",
"unique identifier",
"hexatridecimal"
],
"bugs": {
"url": "http://github.com/adamhalasz/uniqid/issues",
"email": "mail@adamhalasz.com"
},
"repository": {
"type": "git",
"url": "https://github.com/adamhalasz/uniqid.git"
},
"files": [
"index.js"
],
"license": "MIT",
"author": {
"name": "Halász Ádám",
"email": "mail@adamhalasz.com",
"url": "http://adamhalasz.com/"
},
"main": "index.js",
"dependencies": {
"macaddress": "^0.2.8"
}
}
|