/usr/lib/nodejs/imagemagick/package.json is in node-imagemagick 0.1.3-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 | { "name" : "imagemagick"
, "description" : "A wrapper around the imagemagick cli"
, "version" : "0.1.3"
, "author" : "Rasmus Andersson <http://rsms.me/>"
, "licenses" : ["MIT"]
, "repository" : { "type" : "git"
, "url" : "http://github.com/rsms/node-imagemagick.git" }
, "engine" : ["node >=0.6"]
, "main" : "imagemagick"
}
|