File: //usr/share/opensearch-dashboards/node_modules/set-cookie-serde/package.json
{
"name": "set-cookie-serde",
"version": "1.0.0",
"description": "Serialize and deserialize set-cookie headers",
"author": "Stephen Belanger <admin@stephenbelanger.com> (https://github.com/qard)",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/Qard/set-cookie-serde#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Qard/set-cookie-serde.git"
},
"bugs": {
"url": "https://github.com/Qard/set-cookie-serde/issues"
},
"scripts": {
"test": "tap test.js"
},
"dependencies": {},
"devDependencies": {
"tap": "^12.0.1"
}
}