/usr/lib/nodejs/lastfm/package.json is in node-lastfm 0.9.2-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 34 | {
"name": "lastfm",
"description": "Read and write to Last.fm",
"version": "0.9.2",
"author": "James Scott <jammus@gmail.com>",
"contributors": [
"Garrett Wilkin <garrett.wilkin@gmail.com> (http://geethink.com)",
"Uwe L. Korn <uwelk@xhochy.com> (http://xhochy.com/)",
"Max Kueng (http://maxkueng.com/)",
"Andrew Kelley <superjoe30@gmail.com> (http://andrewkelley.me/)"
],
"repository": {
"type": "git",
"url": "http://github.com/jammus/lastfm-node.git"
},
"engine": [
"node >= 0.4.10"
],
"directories": {
"test": "tests"
},
"dependencies": {
"underscore": "~1.6.0"
},
"devDependencies": {
"gently": ""
},
"main": "./lib/lastfm/index",
"bugs": {
"url": "https://github.com/jammus/lastfm-node/issues"
},
"homepage": "https://github.com/jammus/lastfm-node",
"license": "MIT"
}
|