/usr/lib/nodejs/cookies/package.json is in node-cookies 0.5.0-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 | {
"name": "cookies",
"version": "0.5.0",
"description": "Cookies, optionally signed using Keygrip.",
"main": "./lib/cookies",
"dependencies": {
"keygrip": "~1.0.0"
},
"devDependencies": {
"express": "*",
"restify": "*",
"supertest": "0",
"mocha": "1"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"author": "Jed Schmidt <tr@nslator.jp> (http://jed.is)",
"repository": "expressjs/cookies",
"scripts": {
"test": "mocha --reporter spec"
}
}
|