mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Update analytics dependencies
This commit is contained in:
parent
a10e3622bc
commit
d287bd0398
2503
analytics/package-lock.json
generated
2503
analytics/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,22 +7,22 @@
|
||||
"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"
|
||||
"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.1.0",
|
||||
"date-fns": "~2.9.0",
|
||||
"glob-stream": "~6.1.0",
|
||||
"named-placeholders": "~1.1.2",
|
||||
"readable-stream": "~3.6.0",
|
||||
"split2": "~3.2.2",
|
||||
"sqlite": "~4.0.19",
|
||||
"sqlite3": "~5.0.2",
|
||||
"stream-chain": "~2.2.4",
|
||||
"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": "~0.7.21"
|
||||
"ua-parser-js": "~1.0.35"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.14.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user