2018-04-09 20:49:01 +00:00
|
|
|
{
|
|
|
|
"name": "reddit-post-dump",
|
2018-05-12 21:37:47 +00:00
|
|
|
"version": "1.9.0",
|
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": {
|
2018-04-29 02:13:05 +00:00
|
|
|
"start": "node src/app.js"
|
2018-04-29 02:13:01 +00:00
|
|
|
},
|
|
|
|
"pkg": {
|
|
|
|
"scripts": "src/app.js",
|
|
|
|
"out-path": "dist/",
|
|
|
|
"assets": "config/*"
|
2018-04-09 20:49:01 +00:00
|
|
|
},
|
|
|
|
"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-05-04 22:51:58 +00:00
|
|
|
"array.prototype.flatten": "^1.2.1",
|
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-05-10 23:46:08 +00:00
|
|
|
"mime-types": "^2.1.18",
|
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"
|
|
|
|
}
|
|
|
|
}
|