2019-03-02 22:59:15 +00:00
{
2019-03-03 03:18:33 +00:00
"name" : "traxxx" ,
2024-03-25 20:51:57 +00:00
"version" : "1.237.6" ,
2019-03-03 03:18:33 +00:00
"description" : "All the latest porn releases in one place" ,
"main" : "src/app.js" ,
"scripts" : {
2021-01-13 15:08:19 +00:00
"start" : "node -r source-map-support/register src/init.js" ,
2019-06-03 03:31:38 +00:00
"webpack" : "webpack --env=production --mode=production" ,
"webpack-dev" : "webpack --env=development --mode=development" ,
2021-11-20 22:59:15 +00:00
"webpack-watch" : "webpack --progress --color --watch --env=development --mode=development" ,
2019-12-09 23:30:55 +00:00
"babel" : "babel src --source-maps -d dist" ,
"babel-watch" : "babel src -w --source-maps -d dist" ,
"build" : "babel src --source-maps -d dist && webpack --env=production --mode=production" ,
2019-03-03 03:18:33 +00:00
"eslint" : "eslint src/" ,
2019-03-25 02:57:33 +00:00
"eslint-watch" : "esw --watch src/" ,
"knex" : "knex" ,
"migrate-make" : "knex-migrate generate" ,
"migrate" : "knex-migrate up" ,
"rollback" : "knex-migrate down" ,
"seed-make" : "knex seed:make" ,
2019-09-26 01:27:01 +00:00
"seed" : "knex seed:run" ,
2020-09-09 19:36:52 +00:00
"flush" : "cli-confirm \"This completely purges the database, are you sure [y]es/[n]o?\" && knex-migrate down --to 0 && knex-migrate up && knex seed:run" ,
2020-05-25 00:02:28 +00:00
"tag-thumbs" : "cd \"public/img/tags/$TAG\"; mkdir -p thumbs lazy; mogrify -path thumbs -resize x240\\> -quality 90% *.jpeg; mogrify -path lazy -resize x90\\> -quality 90% *.jpeg" ,
"tags-thumbs" : "for dir in public/img/tags/*; do mkdir -p \"$dir/thumbs\" \"$dir/lazy\"; mogrify -path \"$dir/thumbs\" -resize x280\\> -quality 90% \"$dir/*.jpeg\"; mogrify -path \"$dir/lazy\" -resize x90\\> -quality 90% \"$dir/*.jpeg\"; done" ,
2020-09-04 23:56:54 +00:00
"logo-thumbs" : "cd \"public/img/logos/$LOGO\"; mkdir -p thumbs lazy; mogrify -path thumbs -resize 300x40^\\> *.png; mogrify -path lazy -resize 50x\\> *.png" ,
"logos-thumbs" : "for dir in public/img/logos/*; do mkdir -p \"$dir/thumbs\" \"$dir/lazy\"; mogrify -path \"$dir/thumbs\" -resize 300x40^\\> \"$dir/*.png\"; mogrify -path \"$dir/lazy\" -resize 50x\\> \"$dir/*.png\"; done"
2019-03-03 03:18:33 +00:00
} ,
"repository" : {
"type" : "git" ,
2021-05-19 22:06:28 +00:00
"url" : "https://gitea.unknown.name/DebaucheryLibrarian/traxxx"
2019-03-03 03:18:33 +00:00
} ,
"keywords" : [
"porn" ,
"releases" ,
"updates" ,
"nsfw"
] ,
2020-05-06 23:53:07 +00:00
"author" : "DebaucheryLibrarian" ,
2019-03-03 03:18:33 +00:00
"license" : "ISC" ,
"devDependencies" : {
2023-11-30 02:12:47 +00:00
"@babel/cli" : "^7.23.4" ,
"@babel/core" : "^7.23.3" ,
"@babel/eslint-parser" : "^7.23.3" ,
2020-02-20 01:35:23 +00:00
"@babel/plugin-proposal-optional-chaining" : "^7.8.3" ,
2023-11-30 02:12:47 +00:00
"@babel/preset-env" : "^7.23.3" ,
"@babel/register" : "^7.22.15" ,
"autoprefixer" : "^10.4.16" ,
"babel-loader" : "^9.1.3" ,
2021-11-20 22:59:15 +00:00
"babel-preset-airbnb" : "^5.0.0" ,
2023-11-30 02:12:47 +00:00
"css-loader" : "^6.8.1" ,
"eslint" : "^8.54.0" ,
"eslint-config-airbnb" : "^19.0.4" ,
"eslint-config-airbnb-base" : "^15.0.0" ,
"eslint-plugin-import" : "^2.29.0" ,
"eslint-plugin-jsx-a11y" : "^6.8.0" ,
"eslint-plugin-react" : "^7.33.2" ,
"eslint-plugin-vue" : "^9.18.1" ,
"eslint-watch" : "^8.0.0" ,
"eslint-webpack-plugin" : "^4.0.1" ,
"mini-css-extract-plugin" : "^2.7.6" ,
"node-sass" : "^9.0.0" ,
"postcss-loader" : "^7.3.3" ,
2020-12-26 22:51:27 +00:00
"raw-loader" : "^4.0.2" ,
2023-11-30 02:12:47 +00:00
"sass-loader" : "^13.3.2" ,
"style-loader" : "^3.3.3" ,
"vue-loader" : "^17.3.1" ,
"webpack" : "^5.89.0" ,
"webpack-cli" : "^5.1.4"
2019-03-03 03:18:33 +00:00
} ,
"dependencies" : {
2023-11-30 02:12:47 +00:00
"@aws-sdk/client-s3" : "^3.458.0" ,
"@aws-sdk/credential-provider-ini" : "^3.458.0" ,
"@aws-sdk/lib-storage" : "^3.458.0" ,
"@casl/ability" : "^6.5.0" ,
"@faker-js/faker" : "^8.3.1" ,
"@graphile-contrib/pg-order-by-related" : "^1.0.0" ,
2021-11-20 22:59:15 +00:00
"@graphile-contrib/pg-simplify-inflector" : "^6.1.0" ,
2023-03-26 22:01:38 +00:00
"@graphile/pg-aggregates" : "^0.1.1" ,
2023-11-30 02:12:47 +00:00
"acorn" : "^8.11.2" ,
"array-equal" : "^1.0.2" ,
2019-12-09 04:00:49 +00:00
"babel-polyfill" : "^6.26.0" ,
2021-03-08 00:26:24 +00:00
"bhttp" : "^1.2.8" ,
2023-11-30 02:12:47 +00:00
"blake2" : "^5.0.0" ,
2019-12-09 04:00:49 +00:00
"bluebird" : "^3.7.2" ,
2023-11-30 02:12:47 +00:00
"body-parser" : "^1.20.2" ,
2020-11-22 03:07:09 +00:00
"bottleneck" : "^2.19.5" ,
2023-11-30 02:12:47 +00:00
"canvas" : "^2.11.2" ,
2020-02-26 23:38:11 +00:00
"casual" : "^1.6.2" ,
2023-11-30 02:12:47 +00:00
"cheerio" : "^1.0.0-rc.12" ,
2019-09-26 01:27:01 +00:00
"cli-confirm" : "^1.0.1" ,
2021-02-26 23:37:22 +00:00
"cloudscraper" : "^4.6.0" ,
2023-11-30 02:12:47 +00:00
"config" : "^3.3.9" ,
"connect-session-knex" : "^4.0.0" ,
"convert" : "^4.14.0" ,
"cookie" : "^0.6.0" ,
"csv-stringify" : "^6.4.4" ,
2023-06-24 15:32:53 +00:00
"date-fns" : "^2.30.0" ,
2023-11-30 02:12:47 +00:00
"dayjs" : "^1.11.10" ,
"dompurify" : "^3.0.6" ,
"ejs" : "^3.1.9" ,
2023-11-24 00:29:22 +00:00
"escape-string-regexp" : "^4.0.0" ,
2023-11-30 02:12:47 +00:00
"express" : "^4.18.2" ,
"express-promise-router" : "^4.1.1" ,
2024-01-03 22:03:30 +00:00
"express-query-boolean" : "^2.0.0" ,
2019-05-06 00:01:57 +00:00
"express-react-views" : "^0.11.0" ,
2023-11-30 02:12:47 +00:00
"express-session" : "^1.17.3" ,
2020-12-14 02:16:47 +00:00
"face-api.js" : "^0.22.2" ,
2023-11-30 02:12:47 +00:00
"file-type" : "^18.7.0" ,
2020-07-17 01:39:13 +00:00
"fluent-ffmpeg" : "^2.1.2" ,
2023-11-30 02:12:47 +00:00
"fs-extra" : "^11.1.1" ,
"graphile-build" : "^4.14.0" ,
"graphile-utils" : "^4.14.0" ,
"graphql" : "^15.8.0" ,
"html-entities" : "^2.4.0" ,
2021-11-20 22:59:15 +00:00
"iconv-lite" : "^0.6.3" ,
2023-11-30 02:12:47 +00:00
"inquirer" : "^8.2.6" ,
"inspector-api" : "^1.4.8" ,
2023-12-05 23:15:55 +00:00
"jsdom" : "^23.0.1" ,
2023-11-30 02:12:47 +00:00
"knex" : "^3.0.1" ,
2019-12-09 04:00:49 +00:00
"knex-migrate" : "^1.7.4" ,
2020-02-20 01:35:23 +00:00
"longjohn" : "^0.2.12" ,
2024-01-03 22:03:30 +00:00
"manticoresearch" : "^4.0.0" ,
2023-07-02 03:13:40 +00:00
"merge-anything" : "^5.1.7" ,
2023-11-30 02:12:47 +00:00
"mime" : "^3.0.0" ,
"mitt" : "^3.0.1" ,
"moment" : "^2.29.4" ,
2024-01-03 22:03:30 +00:00
"mysql" : "^2.18.1" ,
2023-11-30 02:12:47 +00:00
"nanoid" : "^3.3.7" ,
"node-fetch" : "^3.3.2" ,
2021-08-15 02:28:56 +00:00
"object-merge-advanced" : "^12.1.0" ,
2020-12-30 01:23:43 +00:00
"object.omit" : "^3.0.0" ,
2023-11-30 02:12:47 +00:00
"pg" : "^8.11.3" ,
"postgraphile" : "^4.14.0" ,
"postgraphile-plugin-connection-filter" : "^2.3.0" ,
2020-02-22 02:22:30 +00:00
"promise-task-queue" : "^1.2.0" ,
2023-11-30 02:12:47 +00:00
"prop-types" : "^15.8.1" ,
"puppeteer" : "^21.5.2" ,
2023-06-10 00:05:59 +00:00
"puppeteer-extra" : "^3.3.6" ,
"puppeteer-extra-plugin-stealth" : "^2.11.2" ,
2023-11-30 02:12:47 +00:00
"redis" : "^4.6.11" ,
"sharp" : "^0.33.0-rc.2" ,
"showdown" : "^2.1.0" ,
"source-map-support" : "^0.5.21" ,
2020-02-03 23:18:53 +00:00
"template-format" : "^1.2.5" ,
2023-11-30 02:12:47 +00:00
"tippy.js" : "^6.3.7" ,
"tough-cookie" : "^4.1.3" ,
2020-03-19 01:03:10 +00:00
"tunnel" : "0.0.6" ,
2023-11-30 02:12:47 +00:00
"ua-parser-js" : "^1.0.37" ,
"undici" : "^5.28.1" ,
2023-11-07 02:06:39 +00:00
"unprint" : "^0.10.11" ,
2019-11-28 04:36:22 +00:00
"url-pattern" : "^1.0.3" ,
2023-11-30 02:12:47 +00:00
"v-tooltip" : "^2.1.3" ,
"video.js" : "^8.6.1" ,
"videojs-vr" : "^2.0.0" ,
"vue" : "^3.3.9" ,
"vue-router" : "^4.2.5" ,
"vuex" : "^4.1.0" ,
"why-is-node-running" : "^2.2.2" ,
"winston" : "^3.11.0" ,
"winston-daily-rotate-file" : "^4.7.1" ,
"yargs" : "^17.7.2"
2019-03-03 03:18:33 +00:00
}
2019-03-02 22:59:15 +00:00
}