2019-01-13 22:30:17 +00:00
|
|
|
{
|
2019-07-22 20:42:38 +00:00
|
|
|
"name": "flumm-fetch-cookies",
|
2019-08-15 21:14:23 +00:00
|
|
|
"version": "1.1.0",
|
2019-07-22 20:42:38 +00:00
|
|
|
"description": "flumm-fetch wrapper that adds support for cookie-jars",
|
2019-01-13 22:30:17 +00:00
|
|
|
"main": "src/index.mjs",
|
|
|
|
"engines": {
|
2019-06-15 22:06:28 +00:00
|
|
|
"node": ">=10.0.0"
|
2019-01-13 22:30:17 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-07-22 20:42:38 +00:00
|
|
|
"url": "git+https://gitfap.de/keinBot/flumm-fetch-cookies.git"
|
2019-01-13 22:30:17 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cookie",
|
|
|
|
"cookie-jar",
|
2019-07-22 20:42:38 +00:00
|
|
|
"flumm-fetch",
|
2019-01-13 22:30:17 +00:00
|
|
|
"fetch"
|
|
|
|
],
|
2019-07-22 20:42:38 +00:00
|
|
|
"private": "true",
|
2019-01-13 22:30:17 +00:00
|
|
|
"author": "jkhsjdhjs",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-07-22 20:42:38 +00:00
|
|
|
"url": "https://gitfap.de/keinBot/flumm-fetch-cookies/issues"
|
2019-01-13 22:30:17 +00:00
|
|
|
},
|
2019-07-22 20:42:38 +00:00
|
|
|
"homepage": "https://gitfap.de/keinBot/flumm-fetch-cookies#readme"
|
2019-01-13 22:30:17 +00:00
|
|
|
}
|