mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
32 lines
846 B
JSON
32 lines
846 B
JSON
{
|
|
"name": "decorate",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"sync": "aws s3 sync s3://gdbible-analytics/RAW ./RAW",
|
|
"empty": "aws s3 rm s3://gdbible-analytics/RAW --recursive",
|
|
"combine": "find RAW -name '*.gz' -exec cat '{}' ';' > combined.log"
|
|
},
|
|
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cloudfront-log-parser": "~1.2.0",
|
|
"date-fns": "~2.30.0",
|
|
"glob-stream": "~8.0.0",
|
|
"named-placeholders": "~1.1.3",
|
|
"readable-stream": "~4.4.0",
|
|
"split2": "~4.2.0",
|
|
"sqlite": "~4.2.0",
|
|
"sqlite3": "~5.1.6",
|
|
"stream-chain": "~2.2.5",
|
|
"through2": "~4.0.2",
|
|
"ua-parser-js": "~1.0.35"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.14.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|