SAP-BTP-Spielwiese/app1/node_modules/http-cookie-agent/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

94 lines
2.1 KiB
JSON

{
"name": "http-cookie-agent",
"version": "1.0.6",
"description": "Allows cookies with every Node.js HTTP clients.",
"license": "MIT",
"author": "3846masa <3846masahiro+git@gmail.com>",
"homepage": "https://github.com/3846masa/http-cookie-agent#readme",
"repository": {
"type": "git",
"url": "https://github.com/3846masa/http-cookie-agent.git"
},
"bugs": {
"url": "https://github.com/3846masa/http-cookie-agent/issues"
},
"main": "dist/index.js",
"files": [
"dist",
"index.d.ts",
"!**/__tests__"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"semantic-release": "semantic-release",
"pretest": "npm run build",
"test": "ava"
},
"types": "index.d.ts",
"dependencies": {
"agent-base": "^6.0.2"
},
"peerDependencies": {
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@ava/typescript": "3.0.1",
"@hapi/wreck": "17.2.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@types/http-proxy": "1.17.8",
"@types/needle": "2.5.3",
"@types/node": "12.20.50",
"@types/node-fetch": "2.6.1",
"@types/request": "2.48.8",
"@types/superagent": "4.1.15",
"@types/tough-cookie": "4.0.2",
"agentkeepalive": "4.2.1",
"ava": "4.2.0",
"axios": "0.27.2",
"got": "11.8.3",
"http-proxy": "1.18.1",
"http-proxy-agent": "5.0.0",
"needle": "3.1.0",
"node-fetch": "2.6.7",
"phin": "3.6.1",
"request": "2.88.2",
"rimraf": "^3.0.2",
"semantic-release": "17.4.7",
"superagent": "7.1.3",
"tough-cookie": "4.0.0",
"typescript": "4.6.4",
"urllib": "2.38.0"
},
"keywords": [
"agent",
"axios",
"cookies",
"fetch",
"got",
"http",
"https",
"needle",
"node-fetch",
"phin",
"request",
"superagent",
"tough-cookie",
"urllib"
],
"engines": {
"node": ">=12.19.0 <13.0.0 || >=14.5.0"
},
"ava": {
"files": [
"**/__tests__/*.spec.ts"
],
"typescript": {
"rewritePaths": {
"src/": "dist/"
},
"compile": false
}
}
}