/usr/lib/nodejs/multipipe/package.json is in node-multipipe 1.0.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 | {
"name": "multipipe",
"version": "1.0.2",
"description": "pipe streams with centralized error handling",
"license": "MIT",
"repository": "juliangruber/multipipe",
"dependencies": {
"duplexer2": "^0.1.2",
"object-assign": "^4.1.0"
},
"devDependencies": {
"mocha": "^3.0.0",
"through2": "^2.0.0"
},
"scripts": {
"test": "make test"
}
}
|