[global] update flow-typed, .env, and some dependencies.

This commit is contained in:
41666 2019-04-14 12:51:12 -05:00
parent 50b5e334a3
commit c3b510f0bb
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
18 changed files with 3471 additions and 396 deletions

View file

@ -17,6 +17,16 @@ DISCORD_BOT_TOKEN=qgTk4wm9Q7ECmMCovpmJVNCBltzJhL
# URL to the app for OAuth callbacks
APP_URL=http://localhost:6769
# URL to use for bot RPC, if unset, it will use ^
INTERNAL_RPC_URL=
# Log channel, if unset, the bot won't log errors in a very visible manner.
LOG_CHANNEL=
# Bot mention for login page.
# This may be fetched separately at some point.
BOT_HANDLE="roleypoly#3712"
# CHANGE THIS ALWAYS. BUT EXACTLY ONCE.
# CHANGE THIS ALWAYS. BUT EXACTLY ONCE.
# CHANGE THIS ALWAYS. BUT EXACTLY ONCE.
@ -25,5 +35,7 @@ APP_KEY=PJoayPGqi8vfYVFYBDgSeJSDYUpzBX
# shared secret for bot authenticated requests.
SHARED_SECRET=EJ1LongZLRJgHBhkSROsGh8MeaE0YvMo
# your and your friend's user ID for using admin tools.
ROOT_USERS=62601275618889721

View file

@ -1,9 +1,13 @@
[ignore]
.*/node_modules/*
.*/dist/*
.*/packages/*/lib/*
[include]
[libs]
./packages/*/*
[options]
esproposal.optional_chaining=enable
munge_underscores=true
emoji=true

View file

@ -0,0 +1,32 @@
// flow-typed signature: bc4e2309ea659005cdd86bc4ec5fdafb
// flow-typed version: <<STUB>>/@babel/preset-react_v^7.0.0/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* '@babel/preset-react'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module '@babel/preset-react' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@babel/preset-react/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module '@babel/preset-react/lib/index.js' {
declare module.exports: $Exports<'@babel/preset-react/lib/index'>;
}

32
flow-typed/npm/async-retry_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,32 @@
// flow-typed signature: bc75aec44ae5fdc84dd56235b22e0cc9
// flow-typed version: <<STUB>>/async-retry_v^1.2.3/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* 'async-retry'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'async-retry' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'async-retry/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'async-retry/lib/index.js' {
declare module.exports: $Exports<'async-retry/lib/index'>;
}

32
flow-typed/npm/babel-jest_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,32 @@
// flow-typed signature: 762c1faee0b222fa17ea8e1c33fe3f2f
// flow-typed version: <<STUB>>/babel-jest_v^24.7.0/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-jest'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'babel-jest' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'babel-jest/build/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-jest/build/index.js' {
declare module.exports: $Exports<'babel-jest/build/index'>;
}

View file

@ -1,5 +1,5 @@
// flow-typed signature: 6116ca3cb569193eb8a9047fbbf5992b
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^3.4.2/flow_v0.96.0
// flow-typed signature: 4fb2b3a476af47fa4fb9ef0061765ae7
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^3.6.1/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:

View file

@ -1,4 +1,4 @@
// flow-typed signature: a6cbad9ec0f33677631899a6daf10c26
// flow-typed signature: 8ede7cbded5d7b04fc44cc1997bc16e1
// flow-typed version: <<STUB>>/eslint_v^5.16.0/flow_v0.96.0
/**
@ -50,10 +50,6 @@ declare module 'eslint/lib/api' {
declare module.exports: any;
}
declare module 'eslint/lib/built-in-rules-index' {
declare module.exports: any;
}
declare module 'eslint/lib/cli-engine' {
declare module.exports: any;
}
@ -150,10 +146,6 @@ declare module 'eslint/lib/formatters/jslint-xml' {
declare module.exports: any;
}
declare module 'eslint/lib/formatters/json-with-metadata' {
declare module.exports: any;
}
declare module 'eslint/lib/formatters/json' {
declare module.exports: any;
}
@ -182,6 +174,10 @@ declare module 'eslint/lib/formatters/visualstudio' {
declare module.exports: any;
}
declare module 'eslint/lib/ignored-paths' {
declare module.exports: any;
}
declare module 'eslint/lib/linter' {
declare module.exports: any;
}
@ -194,6 +190,10 @@ declare module 'eslint/lib/options' {
declare module.exports: any;
}
declare module 'eslint/lib/report-translator' {
declare module.exports: any;
}
declare module 'eslint/lib/rules' {
declare module.exports: any;
}
@ -986,10 +986,6 @@ declare module 'eslint/lib/rules/no-useless-call' {
declare module.exports: any;
}
declare module 'eslint/lib/rules/no-useless-catch' {
declare module.exports: any;
}
declare module 'eslint/lib/rules/no-useless-computed-key' {
declare module.exports: any;
}
@ -1090,10 +1086,6 @@ declare module 'eslint/lib/rules/prefer-destructuring' {
declare module.exports: any;
}
declare module 'eslint/lib/rules/prefer-named-capture-group' {
declare module.exports: any;
}
declare module 'eslint/lib/rules/prefer-numeric-literals' {
declare module.exports: any;
}
@ -1330,10 +1322,6 @@ declare module 'eslint/lib/util/ast-utils' {
declare module.exports: any;
}
declare module 'eslint/lib/util/config-comment-parser' {
declare module.exports: any;
}
declare module 'eslint/lib/util/file-finder' {
declare module.exports: any;
}
@ -1354,10 +1342,6 @@ declare module 'eslint/lib/util/hash' {
declare module.exports: any;
}
declare module 'eslint/lib/util/ignored-paths' {
declare module.exports: any;
}
declare module 'eslint/lib/util/interpolate' {
declare module.exports: any;
}
@ -1398,10 +1382,6 @@ declare module 'eslint/lib/util/patterns/letters' {
declare module.exports: any;
}
declare module 'eslint/lib/util/report-translator' {
declare module.exports: any;
}
declare module 'eslint/lib/util/rule-fixer' {
declare module.exports: any;
}
@ -1476,9 +1456,6 @@ declare module 'eslint/conf/eslint-recommended.js' {
declare module 'eslint/lib/api.js' {
declare module.exports: $Exports<'eslint/lib/api'>;
}
declare module 'eslint/lib/built-in-rules-index.js' {
declare module.exports: $Exports<'eslint/lib/built-in-rules-index'>;
}
declare module 'eslint/lib/cli-engine.js' {
declare module.exports: $Exports<'eslint/lib/cli-engine'>;
}
@ -1551,9 +1528,6 @@ declare module 'eslint/lib/formatters/html.js' {
declare module 'eslint/lib/formatters/jslint-xml.js' {
declare module.exports: $Exports<'eslint/lib/formatters/jslint-xml'>;
}
declare module 'eslint/lib/formatters/json-with-metadata.js' {
declare module.exports: $Exports<'eslint/lib/formatters/json-with-metadata'>;
}
declare module 'eslint/lib/formatters/json.js' {
declare module.exports: $Exports<'eslint/lib/formatters/json'>;
}
@ -1575,6 +1549,9 @@ declare module 'eslint/lib/formatters/unix.js' {
declare module 'eslint/lib/formatters/visualstudio.js' {
declare module.exports: $Exports<'eslint/lib/formatters/visualstudio'>;
}
declare module 'eslint/lib/ignored-paths.js' {
declare module.exports: $Exports<'eslint/lib/ignored-paths'>;
}
declare module 'eslint/lib/linter.js' {
declare module.exports: $Exports<'eslint/lib/linter'>;
}
@ -1584,6 +1561,9 @@ declare module 'eslint/lib/load-rules.js' {
declare module 'eslint/lib/options.js' {
declare module.exports: $Exports<'eslint/lib/options'>;
}
declare module 'eslint/lib/report-translator.js' {
declare module.exports: $Exports<'eslint/lib/report-translator'>;
}
declare module 'eslint/lib/rules.js' {
declare module.exports: $Exports<'eslint/lib/rules'>;
}
@ -2178,9 +2158,6 @@ declare module 'eslint/lib/rules/no-use-before-define.js' {
declare module 'eslint/lib/rules/no-useless-call.js' {
declare module.exports: $Exports<'eslint/lib/rules/no-useless-call'>;
}
declare module 'eslint/lib/rules/no-useless-catch.js' {
declare module.exports: $Exports<'eslint/lib/rules/no-useless-catch'>;
}
declare module 'eslint/lib/rules/no-useless-computed-key.js' {
declare module.exports: $Exports<'eslint/lib/rules/no-useless-computed-key'>;
}
@ -2256,9 +2233,6 @@ declare module 'eslint/lib/rules/prefer-const.js' {
declare module 'eslint/lib/rules/prefer-destructuring.js' {
declare module.exports: $Exports<'eslint/lib/rules/prefer-destructuring'>;
}
declare module 'eslint/lib/rules/prefer-named-capture-group.js' {
declare module.exports: $Exports<'eslint/lib/rules/prefer-named-capture-group'>;
}
declare module 'eslint/lib/rules/prefer-numeric-literals.js' {
declare module.exports: $Exports<'eslint/lib/rules/prefer-numeric-literals'>;
}
@ -2436,9 +2410,6 @@ declare module 'eslint/lib/util/apply-disable-directives.js' {
declare module 'eslint/lib/util/ast-utils.js' {
declare module.exports: $Exports<'eslint/lib/util/ast-utils'>;
}
declare module 'eslint/lib/util/config-comment-parser.js' {
declare module.exports: $Exports<'eslint/lib/util/config-comment-parser'>;
}
declare module 'eslint/lib/util/file-finder.js' {
declare module.exports: $Exports<'eslint/lib/util/file-finder'>;
}
@ -2454,9 +2425,6 @@ declare module 'eslint/lib/util/glob.js' {
declare module 'eslint/lib/util/hash.js' {
declare module.exports: $Exports<'eslint/lib/util/hash'>;
}
declare module 'eslint/lib/util/ignored-paths.js' {
declare module.exports: $Exports<'eslint/lib/util/ignored-paths'>;
}
declare module 'eslint/lib/util/interpolate.js' {
declare module.exports: $Exports<'eslint/lib/util/interpolate'>;
}
@ -2487,9 +2455,6 @@ declare module 'eslint/lib/util/path-utils.js' {
declare module 'eslint/lib/util/patterns/letters.js' {
declare module.exports: $Exports<'eslint/lib/util/patterns/letters'>;
}
declare module 'eslint/lib/util/report-translator.js' {
declare module.exports: $Exports<'eslint/lib/util/report-translator'>;
}
declare module 'eslint/lib/util/rule-fixer.js' {
declare module.exports: $Exports<'eslint/lib/util/rule-fixer'>;
}

109
flow-typed/npm/husky_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,109 @@
// flow-typed signature: 9940d527af68cc8afd454132fd439fae
// flow-typed version: <<STUB>>/husky_v^1.3.1/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* 'husky'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'husky' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'husky/husky' {
declare module.exports: any;
}
declare module 'husky/lib/getConf' {
declare module.exports: any;
}
declare module 'husky/lib/installer/bin' {
declare module.exports: any;
}
declare module 'husky/lib/installer/getScript' {
declare module.exports: any;
}
declare module 'husky/lib/installer/index' {
declare module.exports: any;
}
declare module 'husky/lib/installer/is' {
declare module.exports: any;
}
declare module 'husky/lib/installer/resolveGitDir' {
declare module.exports: any;
}
declare module 'husky/lib/runner/bin' {
declare module.exports: any;
}
declare module 'husky/lib/runner/index' {
declare module.exports: any;
}
declare module 'husky/lib/upgrader/bin' {
declare module.exports: any;
}
declare module 'husky/lib/upgrader/index' {
declare module.exports: any;
}
declare module 'husky/run' {
declare module.exports: any;
}
// Filename aliases
declare module 'husky/husky.js' {
declare module.exports: $Exports<'husky/husky'>;
}
declare module 'husky/lib/getConf.js' {
declare module.exports: $Exports<'husky/lib/getConf'>;
}
declare module 'husky/lib/installer/bin.js' {
declare module.exports: $Exports<'husky/lib/installer/bin'>;
}
declare module 'husky/lib/installer/getScript.js' {
declare module.exports: $Exports<'husky/lib/installer/getScript'>;
}
declare module 'husky/lib/installer/index.js' {
declare module.exports: $Exports<'husky/lib/installer/index'>;
}
declare module 'husky/lib/installer/is.js' {
declare module.exports: $Exports<'husky/lib/installer/is'>;
}
declare module 'husky/lib/installer/resolveGitDir.js' {
declare module.exports: $Exports<'husky/lib/installer/resolveGitDir'>;
}
declare module 'husky/lib/runner/bin.js' {
declare module.exports: $Exports<'husky/lib/runner/bin'>;
}
declare module 'husky/lib/runner/index.js' {
declare module.exports: $Exports<'husky/lib/runner/index'>;
}
declare module 'husky/lib/upgrader/bin.js' {
declare module.exports: $Exports<'husky/lib/upgrader/bin'>;
}
declare module 'husky/lib/upgrader/index.js' {
declare module.exports: $Exports<'husky/lib/upgrader/index'>;
}
declare module 'husky/run.js' {
declare module.exports: $Exports<'husky/run'>;
}

View file

@ -0,0 +1,33 @@
// flow-typed signature: ecd8e3a73e933c364b5d7e3ddafc72f2
// flow-typed version: <<STUB>>/stylelint-config-standard_v^18.2.0/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* 'stylelint-config-standard'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'stylelint-config-standard' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'stylelint-config-standard/index' {
declare module.exports: $Exports<'stylelint-config-standard'>;
}
declare module 'stylelint-config-standard/index.js' {
declare module.exports: $Exports<'stylelint-config-standard'>;
}

View file

@ -0,0 +1,33 @@
// flow-typed signature: 12d5c366ed1a01ef891ead808989f7d8
// flow-typed version: <<STUB>>/stylelint-config-styled-components_v^0.1.1/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* 'stylelint-config-styled-components'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'stylelint-config-styled-components' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'stylelint-config-styled-components/index' {
declare module.exports: $Exports<'stylelint-config-styled-components'>;
}
declare module 'stylelint-config-styled-components/index.js' {
declare module.exports: $Exports<'stylelint-config-styled-components'>;
}

View file

@ -0,0 +1,480 @@
// flow-typed signature: 32fd23102fa81c7e729c9b7ed645b2bb
// flow-typed version: <<STUB>>/stylelint-processor-styled-components_v^1.6.0/flow_v0.96.0
/**
* This is an autogenerated libdef stub for:
*
* 'stylelint-processor-styled-components'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'stylelint-processor-styled-components' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'stylelint-processor-styled-components/lib/index' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/lib/parsers/babylon-parser' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/lib/parsers/index' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/lib/utils/general' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/lib/utils/parse' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/lib/utils/result' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/lib/utils/styled' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/lib/utils/tagged-template-literal' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/index' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/parsers/babylon-parser' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/parsers/index' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/utils/general' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/utils/parse' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/utils/result' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/utils/styled' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/src/utils/tagged-template-literal' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/emptyblock.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/emptycode.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/garbage-css/invalid-css' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/indentation' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/invalid-indentation' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/source-maps' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/valid-js-comments' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/alternating-disable-enable' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/disable-whole-file' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/mix-in-css-disables' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-comments' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-disables' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-spaces' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-tabs' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-custom' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-tag' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/valid' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/complex' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/invalid' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/valid' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/import-name' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-import-name' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-module-name' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/module-name' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/relative-module-name' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/strict' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/real-world/Circle' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/real-world/LineNumbersReportedAccurate' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/global' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/helpers' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/identify-styled' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/imports' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/invalid' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/nesting' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/other-library' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/valid' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/garbage-css.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/hard.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/ignore-rule-comments.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/inject-global.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/interpolation-tagging.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/interpolations.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/jest-setup' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/nofiles.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/options.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/real-world.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/simple.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/typescript.test' {
declare module.exports: any;
}
declare module 'stylelint-processor-styled-components/test/utils.test' {
declare module.exports: any;
}
// Filename aliases
declare module 'stylelint-processor-styled-components/lib/index.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/index'>;
}
declare module 'stylelint-processor-styled-components/lib/parsers/babylon-parser.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/parsers/babylon-parser'>;
}
declare module 'stylelint-processor-styled-components/lib/parsers/index.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/parsers/index'>;
}
declare module 'stylelint-processor-styled-components/lib/utils/general.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/general'>;
}
declare module 'stylelint-processor-styled-components/lib/utils/parse.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/parse'>;
}
declare module 'stylelint-processor-styled-components/lib/utils/result.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/result'>;
}
declare module 'stylelint-processor-styled-components/lib/utils/styled.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/styled'>;
}
declare module 'stylelint-processor-styled-components/lib/utils/tagged-template-literal.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/lib/utils/tagged-template-literal'>;
}
declare module 'stylelint-processor-styled-components/src/index.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/index'>;
}
declare module 'stylelint-processor-styled-components/src/parsers/babylon-parser.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/parsers/babylon-parser'>;
}
declare module 'stylelint-processor-styled-components/src/parsers/index.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/parsers/index'>;
}
declare module 'stylelint-processor-styled-components/src/utils/general.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/general'>;
}
declare module 'stylelint-processor-styled-components/src/utils/parse.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/parse'>;
}
declare module 'stylelint-processor-styled-components/src/utils/result.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/result'>;
}
declare module 'stylelint-processor-styled-components/src/utils/styled.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/styled'>;
}
declare module 'stylelint-processor-styled-components/src/utils/tagged-template-literal.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/src/utils/tagged-template-literal'>;
}
declare module 'stylelint-processor-styled-components/test/emptyblock.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/emptyblock.test'>;
}
declare module 'stylelint-processor-styled-components/test/emptycode.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/emptycode.test'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/garbage-css/invalid-css.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/garbage-css/invalid-css'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/indentation.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/indentation'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/invalid-indentation.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/invalid-indentation'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/source-maps.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/source-maps'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/hard/valid-js-comments.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/hard/valid-js-comments'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/alternating-disable-enable.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/alternating-disable-enable'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/disable-whole-file.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/disable-whole-file'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/mix-in-css-disables.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/mix-in-css-disables'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-comments.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-comments'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-disables.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/ignore-rule-comments/use-single-line-disables'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-spaces.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/inject-global/valid-spaces'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/inject-global/valid-tabs.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/inject-global/valid-tabs'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-custom.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-custom'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-tag.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/invalid-tag'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/valid.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolation-tagging/valid'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/complex.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolations/complex'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/invalid.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolations/invalid'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/interpolations/valid.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/interpolations/valid'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/import-name.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/import-name'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-import-name.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/invalid-import-name'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/invalid-module-name.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/invalid-module-name'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/module-name.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/module-name'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/relative-module-name.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/relative-module-name'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/options/strict.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/options/strict'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/real-world/Circle.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/real-world/Circle'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/real-world/LineNumbersReportedAccurate.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/real-world/LineNumbersReportedAccurate'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/global.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/global'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/helpers.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/helpers'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/identify-styled.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/identify-styled'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/imports.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/imports'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/invalid.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/invalid'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/nesting.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/nesting'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/other-library.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/other-library'>;
}
declare module 'stylelint-processor-styled-components/test/fixtures/simple/valid.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/fixtures/simple/valid'>;
}
declare module 'stylelint-processor-styled-components/test/garbage-css.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/garbage-css.test'>;
}
declare module 'stylelint-processor-styled-components/test/hard.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/hard.test'>;
}
declare module 'stylelint-processor-styled-components/test/ignore-rule-comments.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/ignore-rule-comments.test'>;
}
declare module 'stylelint-processor-styled-components/test/inject-global.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/inject-global.test'>;
}
declare module 'stylelint-processor-styled-components/test/interpolation-tagging.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/interpolation-tagging.test'>;
}
declare module 'stylelint-processor-styled-components/test/interpolations.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/interpolations.test'>;
}
declare module 'stylelint-processor-styled-components/test/jest-setup.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/jest-setup'>;
}
declare module 'stylelint-processor-styled-components/test/nofiles.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/nofiles.test'>;
}
declare module 'stylelint-processor-styled-components/test/options.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/options.test'>;
}
declare module 'stylelint-processor-styled-components/test/real-world.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/real-world.test'>;
}
declare module 'stylelint-processor-styled-components/test/simple.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/simple.test'>;
}
declare module 'stylelint-processor-styled-components/test/typescript.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/typescript.test'>;
}
declare module 'stylelint-processor-styled-components/test/utils.test.js' {
declare module.exports: $Exports<'stylelint-processor-styled-components/test/utils.test'>;
}

2244
flow-typed/npm/stylelint_vx.x.x.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -41,22 +41,22 @@
"@babel/preset-react": "^7.0.0",
"await-outside": "^2.1.2",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.0",
"babel-jest": "^24.7.1",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"chokidar": "^2.1.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-flowtype": "^3.6.1",
"flow-bin": "^0.96.0",
"flow-mono-cli": "^1.5.0",
"flow-typed": "^2.5.1",
"husky": "^1.3.1",
"jest": "^24.7.0",
"jest": "^24.7.1",
"jest-styled-components": "^6.3.1",
"lerna": "^3.13.1",
"lerna": "^3.13.2",
"next": "^8.0.4",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
@ -64,8 +64,8 @@
"react-test-renderer": "^16.8.6",
"standard": "12.0.1",
"styled-components": "^4.2.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint": "^10.0.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0"
},

View file

@ -3,13 +3,14 @@
"name": "@roleypoly/bot",
"version": "2.0.0",
"scripts": {
"build": "babel --delete-dir-on-start -d lib .",
"build": "babel --delete-dir-on-start -d lib './*.js*'",
"dev": "yarn build --watch"
},
"main": "./lib/Bot.js",
"dependencies": {
"eris": "^0.9.0",
"@roleypoly/rpc-client": "2.0.0"
"@roleypoly/rpc-client": "2.0.0",
"async-retry": "^1.2.3",
"dotenv": "^7.0.0",
"eris": "^0.9.0"
},
"devDependencies": {
"@babel/cli": "^7.4.3"

View file

@ -4,11 +4,14 @@
"version": "2.0.0",
"scripts": {
"postinstall": "yarn build",
"build": "babel --delete-dir-on-start -d lib ."
"build": "babel --delete-dir-on-start -d lib .",
"dev": "yarn build --watch"
},
"types": ".",
"main": "./lib/index.js",
"dependencies": {
"superagent":"^5.0.2"
"async-retry": "^1.2.3",
"superagent": "^5.0.2"
},
"devDependencies": {
"@babel/cli": "^7.4.3"

View file

@ -11,6 +11,7 @@
"@discordjs/uws": "^11.149.1",
"@roleypoly/types": "^2.0.0",
"@roleypoly/ui": "^2.0.0",
"async-retry": "^1.2.3",
"bufferutil": "^4.0.1",
"chalk": "^2.4.2",
"dotenv": "^7.0.0",
@ -33,7 +34,7 @@
"nanoid": "^2.0.1",
"pg": "^7.9.0",
"pg-hstore": "^2.3.2",
"sequelize": "^5.2.10",
"sequelize": "^5.3.5",
"superagent": "^5.0.2",
"zlib-sync": "^0.1.4"
},
@ -51,7 +52,7 @@
"babel-eslint": "^10.0.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"chokidar": "^2.1.5",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-flowtype": "^3.6.1",
"standard": "12.0.1"
}
}

View file

@ -17,7 +17,7 @@
"next-redux-wrapper": "^3.0.0-alpha.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^6.0.1",
"react-redux": "^7.0.2",
"react-typist": "^2.0.5",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
@ -39,9 +39,9 @@
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-flowtype": "^3.6.1",
"react-test-renderer": "^16.8.6",
"standard": "12.0.1"
}

740
yarn.lock

File diff suppressed because it is too large Load diff