request-cookie
Version:
Cookie store for request-compose
42 lines (41 loc) • 957 B
JSON
{
"name": "request-cookie",
"version": "1.0.1",
"description": "Cookie store for request-compose",
"keywords": [
"cookie"
],
"license": "Apache-2.0",
"homepage": "https://github.com/simov/request-cookie",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/request-cookie.git"
},
"dependencies": {
"tough-cookie": "^4.1.3"
},
"devDependencies": {
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"request-compose": "^2.1.6",
"request-logs": "^2.1.5"
},
"bin": {},
"main": "./mw.js",
"type": "commonjs",
"files": [
"mw.js",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"test": "npm run test:ci",
"test:ci": "npx mocha --recursive",
"test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
},
"engines": {
"node": ">=8.0.0"
}
}