/usr/lib/nodejs/request-capture-har/package.json is in node-request-capture-har 1.1.4-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 | {
"name": "request-capture-har",
"version": "1.1.4",
"description": "Wrapper for request module that saves all traffic as a HAR file, useful for auto mocking a client",
"main": "request-capture-har.js",
"scripts": {
"test": "semistandard",
"travis": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulirish/node-request-capture-har.git"
},
"keywords": [
"http",
"request",
"har"
],
"author": "Lars Thorup <lars@zealake.com> (http://github.com/larsthorup)",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulirish/node-request-capture-har/issues"
},
"homepage": "https://github.com/paulirish/node-request-capture-har#readme",
"files": [
"request-capture-har.js"
],
"devDependencies": {
"semistandard": "^8.0.0"
}
}
|