2018-04-09 20:49:01 +00:00
|
|
|
{
|
|
|
|
"name": "reddit-post-dump",
|
2018-04-26 02:55:48 +00:00
|
|
|
"version": "1.3.3",
|
2018-04-09 20:49:01 +00:00
|
|
|
"description": "Reddit user post dump tool with versatile saving patterns and fallback searches for deleted users.",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.unknown.name/niels/reddit-post-dump.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"reddit",
|
|
|
|
"user",
|
|
|
|
"posts",
|
|
|
|
"dump",
|
|
|
|
"fetch",
|
|
|
|
"download",
|
|
|
|
"rip"
|
|
|
|
],
|
|
|
|
"author": "Niels Simenon",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2018-04-18 23:47:09 +00:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2018-04-09 22:26:30 +00:00
|
|
|
"config": "^1.30.0",
|
2018-04-16 21:46:39 +00:00
|
|
|
"date-fns": "^1.29.0",
|
2018-04-24 20:25:36 +00:00
|
|
|
"dist-exiftool": "^10.53.0",
|
2018-04-26 01:26:39 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2018-04-09 20:49:01 +00:00
|
|
|
"fs-extra": "^5.0.0",
|
2018-04-24 20:25:36 +00:00
|
|
|
"node-exiftool": "^2.3.0",
|
2018-04-15 01:55:10 +00:00
|
|
|
"node-fetch": "^2.1.2",
|
2018-04-26 01:26:39 +00:00
|
|
|
"promise.prototype.finally": "^3.1.0",
|
2018-04-09 20:49:01 +00:00
|
|
|
"snoowrap": "^1.15.2",
|
2018-04-15 01:55:10 +00:00
|
|
|
"url-pattern": "^1.0.3",
|
2018-04-09 20:49:01 +00:00
|
|
|
"yargs": "^11.0.0"
|
|
|
|
}
|
|
|
|
}
|