Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

47 lines
1.1 KiB

{
"name": "fetch-cookie",
"version": "0.11.0",
"description": "Decorator for a `fetch` function to support automatic cookies.",
"homepage": "https://github.com/valeriangalliat/fetch-cookie",
"bugs": "https://github.com/valeriangalliat/fetch-cookie/issues",
"license": "Unlicense",
"engines": {
"node": ">=8"
},
"author": {
"name": "Valérian Galliat",
"url": "http://val.codejam.info/"
},
"files": [
"index.js",
"node-fetch.js",
"index.d.ts",
"node-fetch.d.ts",
"README.md",
"UNLICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/valeriangalliat/fetch-cookie.git"
},
"scripts": {
"lint": "standard",
"prepare": "npm run lint && npm test",
"test": "mocha"
},
"dependencies": {
"tough-cookie": "^2.3.3 || ^3.0.1 || ^4.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/express": "^4.16.0",
"@types/mocha": "^7.0.2",
"@types/node-fetch": "^2.1.1",
"chai": "^4.1.2",
"express": "^4.14.1",
"mocha": "^7.1.1",
"node-fetch": "^2.6.0",
"standard": "^14.3.3",
"tough-cookie": "^2.3.3 || ^3.0.1 || ^4.0.0"
}
}