UNPKG

@ru-hend/http-cookie-agent

Version:

Allows cookies with every Node.js HTTP clients.

106 lines (105 loc) 2.63 kB
{ "name": "@ru-hend/http-cookie-agent", "version": "7.0.2", "description": "Allows cookies with every Node.js HTTP clients.", "keywords": [ "agent", "axios", "cookies", "fetch", "got", "http", "https", "needle", "node-fetch", "phin", "request", "superagent", "tough-cookie", "urllib", "undici" ], "homepage": "https://github.com/3846masa/http-cookie-agent#readme", "bugs": { "url": "https://github.com/3846masa/http-cookie-agent/issues" }, "repository": { "type": "git", "url": "https://github.com/3846masa/http-cookie-agent.git" }, "funding": "https://github.com/sponsors/3846masa", "license": "MIT", "author": "3846masa <3846masahiro+git@gmail.com>", "exports": { "./http": "./http/index.js", "./undici": "./undici/index.js", "./undici/v6": "./undici/v6/index.js" }, "files": [ "dist", "undici", "http", "!**/__tests__" ], "dependencies": { "agent-base": "^7.1.4" }, "devDependencies": { "@3846masa/configs": "github:3846masa/configs#6d886368a53bbe52a8dc599de1b24441691439ed", "@babel/cli": "7.28.0", "@babel/core": "7.28.0", "@babel/plugin-proposal-explicit-resource-management": "7.27.4", "@babel/preset-env": "7.28.0", "@babel/preset-typescript": "7.27.1", "@hapi/wreck": "18.1.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/babel__core": "7.20.5", "@types/needle": "3.3.0", "@types/node": "20.19.7", "@types/request": "2.48.12", "@types/semver": "7.7.0", "@types/superagent": "8.1.9", "agentkeepalive": "4.6.0", "axios": "1.10.0", "disposablestack": "1.1.7", "got": "14.4.7", "http-proxy-agent": "7.0.2", "needle": "3.3.1", "node-fetch": "3.3.2", "phin": "3.7.1", "proxy": "2.2.0", "request": "2.88.2", "rimraf": "6.0.1", "semantic-release": "24.2.6", "semver": "7.7.2", "superagent": "10.2.2", "tough-cookie": "5.1.2", "typescript": "5.8.3", "undici": "7.10.0", "undici__v6": "npm:undici@6.21.3", "urllib": "4.7.1", "vitest": "3.2.4" }, "peerDependencies": { "tough-cookie": "^4.0.0 || ^5.0.0", "undici": "npm:@ru-hend/undici" }, "peerDependenciesMeta": { "undici": { "optional": true } }, "packageManager": "pnpm@10.12.4", "engines": { "node": ">=10" }, "pnpm": { "overrides": { "urllib>undici": "$undici" }, "patchedDependencies": { "@semantic-release/git@10.0.1": "patches/@semantic-release__git@10.0.1.patch" } } }