/usr/lib/nodejs/querystringify/package.json is in node-querystringify 0.0.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 32 33 34 35 36 37 38 39 | {
"name": "querystringify",
"version": "0.0.4",
"description": "Querystringify - Small, simple but powerful query string parser.",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover _mocha -- test.js",
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/unshiftio/querystringify"
},
"keywords": [
"query",
"string",
"query-string",
"querystring",
"qs",
"stringify",
"parse",
"decode",
"encode"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/unshiftio/querystringify/issues"
},
"homepage": "https://github.com/unshiftio/querystringify",
"devDependencies": {
"assume": "1.4.x",
"istanbul": "0.4.x",
"mocha": "2.4.x",
"pre-commit": "1.1.x"
}
}
|