/usr/lib/nodejs/iconv/package.json is in node-iconv 2.1.11-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 | {
"name": "iconv",
"main": "./lib/iconv",
"version": "2.1.11",
"description": "Text recoding in JavaScript for fun and profit!",
"homepage": "https://github.com/bnoordhuis/node-iconv",
"repository": {
"type": "git",
"url": "git://github.com/bnoordhuis/node-iconv.git"
},
"author": {
"name": "Ben Noordhuis",
"email": "info@bnoordhuis.nl"
},
"engines": {
"node": ">=0.8.0"
},
"license": "ISC",
"readmeFilename": "README.md",
"dependencies": {
"nan": "~2.0.4"
},
"devDependencies": {
"tap": "~0.4.8"
},
"scripts": {
"test": "tap test/test-*.js"
}
}
|