flumm-fetch-cookies/package.json

35 lines
745 B
JSON
Raw Normal View History

2019-01-13 22:30:17 +00:00
{
"name": "flumm-fetch-cookies",
"version": "1.3.5",
"description": "flumm-fetch wrapper that adds support for cookie-jars",
2019-01-13 22:30:17 +00:00
"main": "src/index.mjs",
"engines": {
"node": ">=11.14.0"
2019-01-13 22:30:17 +00:00
},
"files": [
"src/"
],
2019-01-13 22:30:17 +00:00
"scripts": {
"test": "node test/index.mjs"
2019-01-13 22:30:17 +00:00
},
"repository": {
"type": "git",
2019-11-25 03:02:17 +00:00
"url": "git+https://github.com/kein-Bot/flumm-fetch-cookies.git"
2019-01-13 22:30:17 +00:00
},
"keywords": [
"cookie",
"cookie-jar",
"flumm-fetch",
2019-01-13 22:30:17 +00:00
"fetch"
],
2019-11-25 03:02:17 +00:00
"author": "flummi & jkhsjdhjs",
2019-01-13 22:30:17 +00:00
"license": "MIT",
"bugs": {
2019-11-25 03:02:17 +00:00
"url": "https://github.com/kein-Bot/flumm-fetch-cookies/issues"
2019-01-13 22:30:17 +00:00
},
2019-11-25 14:41:12 +00:00
"homepage": "https://github.com/kein-Bot/flumm-fetch-cookies#readme",
"dependencies": {
2020-02-13 13:55:13 +00:00
"flumm-fetch": "^1.0.1"
2019-11-25 14:41:12 +00:00
}
2019-01-13 22:30:17 +00:00
}