mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
flow-typed: resync, add eris
This commit is contained in:
parent
03ad4202b8
commit
6b36b1d5f2
29 changed files with 459 additions and 11711 deletions
87
flow-typed/npm/@babel/cli_vx.x.x.js
vendored
87
flow-typed/npm/@babel/cli_vx.x.x.js
vendored
|
@ -1,87 +0,0 @@
|
|||
// flow-typed signature: db14c502a3d80adeed91dfd2f0bd247b
|
||||
// flow-typed version: <<STUB>>/@babel/cli_v^7.2.3/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/cli'
|
||||
*
|
||||
* 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/cli' {
|
||||
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/cli/bin/babel-external-helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/bin/babel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel-external-helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel/dir' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel/file' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel/util' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/cli/bin/babel-external-helpers.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/bin/babel-external-helpers'>;
|
||||
}
|
||||
declare module '@babel/cli/bin/babel.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/bin/babel'>;
|
||||
}
|
||||
declare module '@babel/cli/index' {
|
||||
declare module.exports: $Exports<'@babel/cli'>;
|
||||
}
|
||||
declare module '@babel/cli/index.js' {
|
||||
declare module.exports: $Exports<'@babel/cli'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel-external-helpers.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel-external-helpers'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/dir.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/dir'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/file.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/file'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/index.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/index'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/options.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/options'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/util.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/util'>;
|
||||
}
|
46
flow-typed/npm/@babel/node_vx.x.x.js
vendored
46
flow-typed/npm/@babel/node_vx.x.x.js
vendored
|
@ -1,46 +0,0 @@
|
|||
// flow-typed signature: 9c371ed97512907007870edf086a64df
|
||||
// flow-typed version: <<STUB>>/@babel/node_v^7.2.2/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/node'
|
||||
*
|
||||
* 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/node' {
|
||||
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/node/bin/babel-node' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/node/lib/_babel-node' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/node/lib/babel-node' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/node/bin/babel-node.js' {
|
||||
declare module.exports: $Exports<'@babel/node/bin/babel-node'>;
|
||||
}
|
||||
declare module '@babel/node/lib/_babel-node.js' {
|
||||
declare module.exports: $Exports<'@babel/node/lib/_babel-node'>;
|
||||
}
|
||||
declare module '@babel/node/lib/babel-node.js' {
|
||||
declare module.exports: $Exports<'@babel/node/lib/babel-node'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 9557c876fb8a90a2c677378b6487777e
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v^7.4.0/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-class-properties'
|
||||
*
|
||||
* 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/plugin-proposal-class-properties' {
|
||||
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/plugin-proposal-class-properties/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-class-properties/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib/index'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: a82a1c9b0deaecedee1de2c3ba51745d
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-syntax-dynamic-import_v^7.2.0/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-syntax-dynamic-import'
|
||||
*
|
||||
* 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/plugin-syntax-dynamic-import' {
|
||||
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/plugin-syntax-dynamic-import/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-syntax-dynamic-import/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-syntax-dynamic-import/lib/index'>;
|
||||
}
|
|
@ -1,53 +0,0 @@
|
|||
// flow-typed signature: b4bd7d6fdfaaddf21d49f52f5fb5fbb4
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-transform-runtime_v^7.4.0/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-transform-runtime'
|
||||
*
|
||||
* 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/plugin-transform-runtime' {
|
||||
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/plugin-transform-runtime/lib/helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-transform-runtime/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-transform-runtime/lib/runtime-corejs2-definitions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-transform-runtime/lib/runtime-corejs3-definitions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-transform-runtime/lib/helpers.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/helpers'>;
|
||||
}
|
||||
declare module '@babel/plugin-transform-runtime/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/index'>;
|
||||
}
|
||||
declare module '@babel/plugin-transform-runtime/lib/runtime-corejs2-definitions.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/runtime-corejs2-definitions'>;
|
||||
}
|
||||
declare module '@babel/plugin-transform-runtime/lib/runtime-corejs3-definitions.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/runtime-corejs3-definitions'>;
|
||||
}
|
200
flow-typed/npm/@babel/preset-env_vx.x.x.js
vendored
200
flow-typed/npm/@babel/preset-env_vx.x.x.js
vendored
|
@ -1,200 +0,0 @@
|
|||
// flow-typed signature: 122d45157f9b71829bdc43d9508bedb5
|
||||
// flow-typed version: <<STUB>>/@babel/preset-env_v^7.4.1/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/preset-env'
|
||||
*
|
||||
* 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-env' {
|
||||
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-env/data/built-ins.json' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/corejs2-built-in-features' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/plugin-features' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/shipped-proposals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/unreleased-labels' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/available-plugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/debug' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/filter-items' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/get-option-specific-excludes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/module-transformations' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/normalize-options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/built-in-definitions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/entry-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/get-platform-specific-default' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/usage-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/built-in-definitions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/entry-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/shipped-proposals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/usage-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/entry-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/usage-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/targets-parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/preset-env/data/built-ins.json.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/built-ins.json'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/corejs2-built-in-features.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/corejs2-built-in-features'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/plugin-features.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/plugin-features'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/shipped-proposals.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/shipped-proposals'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/unreleased-labels.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/unreleased-labels'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/available-plugins.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/available-plugins'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/debug.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/debug'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/filter-items.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/filter-items'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/get-option-specific-excludes.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/get-option-specific-excludes'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/index'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/module-transformations.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/module-transformations'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/normalize-options.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/normalize-options'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/options.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/options'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/built-in-definitions.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/built-in-definitions'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/entry-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/entry-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/get-platform-specific-default.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/get-platform-specific-default'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/usage-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/usage-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/built-in-definitions.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/built-in-definitions'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/entry-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/entry-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/shipped-proposals.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/shipped-proposals'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/usage-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/usage-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/entry-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/regenerator/entry-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/usage-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/regenerator/usage-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/targets-parser.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/targets-parser'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/utils.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/utils'>;
|
||||
}
|
18
flow-typed/npm/@primer/components_vx.x.x.js
vendored
18
flow-typed/npm/@primer/components_vx.x.x.js
vendored
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: b20c013bffa4deab971c5778d04281d3
|
||||
// flow-typed version: <<STUB>>/@primer/components_v^11.0.0/flow_v0.95.1
|
||||
// flow-typed signature: a72e4dfb7c44d3a502f4733b739eaaca
|
||||
// flow-typed version: <<STUB>>/@primer/components_v^12.0.0/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -26,6 +26,10 @@ declare module '@primer/components/codemods/__tests__/v1' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@primer/components/codemods/__tests__/v12' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@primer/components/codemods/__tests__/v2' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -58,6 +62,10 @@ declare module '@primer/components/codemods/v1' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@primer/components/codemods/v12' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@primer/components/codemods/v2' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -242,6 +250,9 @@ declare module '@primer/components/src/UnderlineNav' {
|
|||
declare module '@primer/components/codemods/__tests__/v1.js' {
|
||||
declare module.exports: $Exports<'@primer/components/codemods/__tests__/v1'>;
|
||||
}
|
||||
declare module '@primer/components/codemods/__tests__/v12.js' {
|
||||
declare module.exports: $Exports<'@primer/components/codemods/__tests__/v12'>;
|
||||
}
|
||||
declare module '@primer/components/codemods/__tests__/v2.js' {
|
||||
declare module.exports: $Exports<'@primer/components/codemods/__tests__/v2'>;
|
||||
}
|
||||
|
@ -266,6 +277,9 @@ declare module '@primer/components/codemods/lib/replaceImportSource.js' {
|
|||
declare module '@primer/components/codemods/v1.js' {
|
||||
declare module.exports: $Exports<'@primer/components/codemods/v1'>;
|
||||
}
|
||||
declare module '@primer/components/codemods/v12.js' {
|
||||
declare module.exports: $Exports<'@primer/components/codemods/v12'>;
|
||||
}
|
||||
declare module '@primer/components/codemods/v2.js' {
|
||||
declare module.exports: $Exports<'@primer/components/codemods/v2'>;
|
||||
}
|
||||
|
|
109
flow-typed/npm/babel-eslint_vx.x.x.js
vendored
109
flow-typed/npm/babel-eslint_vx.x.x.js
vendored
|
@ -1,109 +0,0 @@
|
|||
// flow-typed signature: 7416a3b4c4d75063a005ebcc17d7463c
|
||||
// flow-typed version: <<STUB>>/babel-eslint_v^10.0.1/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-eslint'
|
||||
*
|
||||
* 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-eslint' {
|
||||
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-eslint/lib/analyze-scope' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/attachComments' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/convertComments' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/convertTemplateType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/toAST' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/toToken' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/toTokens' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/parse-with-scope' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/parse' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/visitor-keys' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-eslint/lib/analyze-scope.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/analyze-scope'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/attachComments.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/attachComments'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/convertComments.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/convertComments'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/convertTemplateType.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/convertTemplateType'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/index.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/index'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/toAST.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/toAST'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/toToken.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/toToken'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/toTokens.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/toTokens'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/index'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/parse-with-scope.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/parse-with-scope'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/parse.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/parse'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/visitor-keys.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/visitor-keys'>;
|
||||
}
|
|
@ -1,130 +0,0 @@
|
|||
// flow-typed signature: a0fedde8a71514215f0969cb5dd3170e
|
||||
// flow-typed version: <<STUB>>/babel-plugin-styled-components_v^1.10.0/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-plugin-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 'babel-plugin-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 'babel-plugin-styled-components/lib/css/placeholderUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/minify/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/utils/detectors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/utils/getName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/utils/hash' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/utils/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/utils/prefixDigit' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/assignStyledRequired' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/displayNameAndId' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/minify' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/pure' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/templateLiterals/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/templateLiterals/transpile' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/transpileCssProp' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-styled-components/lib/css/placeholderUtils.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/css/placeholderUtils'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/index'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/minify/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/minify/index'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/utils/detectors.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/utils/detectors'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/utils/getName.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/utils/getName'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/utils/hash.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/utils/hash'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/utils/options.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/utils/options'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/utils/prefixDigit.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/utils/prefixDigit'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/assignStyledRequired.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/visitors/assignStyledRequired'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/displayNameAndId.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/visitors/displayNameAndId'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/minify.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/visitors/minify'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/pure.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/visitors/pure'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/templateLiterals/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/visitors/templateLiterals/index'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/templateLiterals/transpile.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/visitors/templateLiterals/transpile'>;
|
||||
}
|
||||
declare module 'babel-plugin-styled-components/lib/visitors/transpileCssProp.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-styled-components/lib/visitors/transpileCssProp'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 2e8d5ca90c966f43f4613d8fe6d9f30d
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-strip-types_v^6.22.0/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-plugin-transform-flow-strip-types'
|
||||
*
|
||||
* 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-plugin-transform-flow-strip-types' {
|
||||
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-plugin-transform-flow-strip-types/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-flow-strip-types/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-flow-strip-types/lib/index'>;
|
||||
}
|
32
flow-typed/npm/babel-preset-flow_vx.x.x.js
vendored
32
flow-typed/npm/babel-preset-flow_vx.x.x.js
vendored
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: c02e7d0c77cbe856c77121e5204d4403
|
||||
// flow-typed version: <<STUB>>/babel-preset-flow_v^6.23.0/flow_v0.94.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-preset-flow'
|
||||
*
|
||||
* 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-flow' {
|
||||
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-flow/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-preset-flow/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-preset-flow/lib/index'>;
|
||||
}
|
44
flow-typed/npm/babel-register_v6.x.x.js
vendored
44
flow-typed/npm/babel-register_v6.x.x.js
vendored
|
@ -1,44 +0,0 @@
|
|||
// flow-typed signature: d39f8c42e21629554940dda3bcbe90e6
|
||||
// flow-typed version: b80967946f/babel-register_v6.x.x/flow_>=v0.30.x
|
||||
|
||||
declare module 'babel-register' {
|
||||
declare type Options = {|
|
||||
ast?: boolean,
|
||||
auxiliaryCommentAfter?: ?string,
|
||||
auxiliaryCommentBefore?: ?string,
|
||||
babelrc?: boolean,
|
||||
code?: boolean,
|
||||
comments?: boolean,
|
||||
compact?: 'auto' | boolean,
|
||||
env?: Object,
|
||||
extends?: ?string,
|
||||
filename?: string,
|
||||
filenameRelative?: string,
|
||||
generatorOpts?: Object,
|
||||
getModuleId?: void | null | (moduleName: string) => string,
|
||||
highlightCode?: boolean,
|
||||
ignore?: boolean | string | RegExp | (filename: string) => boolean,
|
||||
inputSourceMap?: Object,
|
||||
minified?: boolean,
|
||||
moduleId?: string,
|
||||
moduleIds?: boolean,
|
||||
moduleRoot?: string,
|
||||
only?: RegExp,
|
||||
parserOpts?: Object,
|
||||
plugins?: Array<[string, Object] | string>,
|
||||
presets?: Array<string>,
|
||||
retainLines?: boolean,
|
||||
resolveModuleSource?: null | (source: string, filename: string) => boolean,
|
||||
shouldPrintComment?: null | (commentContents: string) => string,
|
||||
sourceFileName?: string,
|
||||
sourceMaps?: boolean | 'inline' | 'both',
|
||||
sourceMapTarget?: string,
|
||||
sourceRoot?: string,
|
||||
sourceType?: 'script' | 'module' | 'unambiguous',
|
||||
wrapPluginVisitorMethod?: null | (pluginAlias: string, visitorType: string, callback: Function) => boolean,
|
||||
extensions?: Array<string>,
|
||||
cache?: boolean,
|
||||
|};
|
||||
|
||||
declare module.exports: (options?: Options) => void;
|
||||
}
|
|
@ -1,10 +1,10 @@
|
|||
// flow-typed signature: d1fd6e0f7eed4569a406d412cf277486
|
||||
// flow-typed version: <<STUB>>/@babel/preset-flow_v^7.0.0/flow_v0.95.1
|
||||
// flow-typed signature: ebcf7353364f219af707d81b3e8caab3
|
||||
// flow-typed version: <<STUB>>/bufferutil_v^4.0.1/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/preset-flow'
|
||||
* 'bufferutil'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
|||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module '@babel/preset-flow' {
|
||||
declare module 'bufferutil' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -22,11 +22,17 @@ declare module '@babel/preset-flow' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@babel/preset-flow/lib/index' {
|
||||
declare module 'bufferutil/fallback' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/preset-flow/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-flow/lib/index'>;
|
||||
declare module 'bufferutil/fallback.js' {
|
||||
declare module.exports: $Exports<'bufferutil/fallback'>;
|
||||
}
|
||||
declare module 'bufferutil/index' {
|
||||
declare module.exports: $Exports<'bufferutil'>;
|
||||
}
|
||||
declare module 'bufferutil/index.js' {
|
||||
declare module.exports: $Exports<'bufferutil'>;
|
||||
}
|
45
flow-typed/npm/chokidar_vx.x.x.js
vendored
45
flow-typed/npm/chokidar_vx.x.x.js
vendored
|
@ -1,45 +0,0 @@
|
|||
// flow-typed signature: ac7451453b504568e363e60966d73f72
|
||||
// flow-typed version: <<STUB>>/chokidar_v^2.1.2/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'chokidar'
|
||||
*
|
||||
* 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 'chokidar' {
|
||||
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 'chokidar/lib/fsevents-handler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'chokidar/lib/nodefs-handler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'chokidar/index' {
|
||||
declare module.exports: $Exports<'chokidar'>;
|
||||
}
|
||||
declare module 'chokidar/index.js' {
|
||||
declare module.exports: $Exports<'chokidar'>;
|
||||
}
|
||||
declare module 'chokidar/lib/fsevents-handler.js' {
|
||||
declare module.exports: $Exports<'chokidar/lib/fsevents-handler'>;
|
||||
}
|
||||
declare module 'chokidar/lib/nodefs-handler.js' {
|
||||
declare module.exports: $Exports<'chokidar/lib/nodefs-handler'>;
|
||||
}
|
1871
flow-typed/npm/discord.js_v11.3.x.js
vendored
1871
flow-typed/npm/discord.js_v11.3.x.js
vendored
File diff suppressed because it is too large
Load diff
388
flow-typed/npm/eris_vx.x.x.js
vendored
Normal file
388
flow-typed/npm/eris_vx.x.x.js
vendored
Normal file
|
@ -0,0 +1,388 @@
|
|||
// flow-typed signature: 432d6a3fa21c7cbfcaf3bc516b214fac
|
||||
// flow-typed version: <<STUB>>/eris_v^0.9.0/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'eris'
|
||||
*
|
||||
* 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 'eris' {
|
||||
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 'eris/lib/Client' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/command/Command' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/command/CommandClient' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/Constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/errors/DiscordHTTPError' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/errors/DiscordRESTError' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/gateway/Shard' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/gateway/ShardManager' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/rest/Endpoints' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/rest/RequestHandler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Base' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Call' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/CategoryChannel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Channel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/ExtendedUser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/GroupChannel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Guild' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/GuildAuditLogEntry' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/GuildChannel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/GuildIntegration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Invite' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Member' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Message' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Permission' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/PermissionOverwrite' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/PrivateChannel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Relationship' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/Role' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/TextChannel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/UnavailableGuild' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/User' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/VoiceChannel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/structures/VoiceState' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/util/Bucket' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/util/Collection' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/util/MultipartData' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/util/SequentialBucket' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/Piper' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/SharedStream' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/BaseTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/DCAOpusTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/FFmpegDuplex' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/FFmpegOggTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/FFmpegPCMTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/OggOpusTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/PCMOpusTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/VolumeTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/streams/WebmOpusTransformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/VoiceConnection' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/VoiceConnectionManager' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eris/lib/voice/VoiceDataStream' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eris/index' {
|
||||
declare module.exports: $Exports<'eris'>;
|
||||
}
|
||||
declare module 'eris/index.js' {
|
||||
declare module.exports: $Exports<'eris'>;
|
||||
}
|
||||
declare module 'eris/lib/Client.js' {
|
||||
declare module.exports: $Exports<'eris/lib/Client'>;
|
||||
}
|
||||
declare module 'eris/lib/command/Command.js' {
|
||||
declare module.exports: $Exports<'eris/lib/command/Command'>;
|
||||
}
|
||||
declare module 'eris/lib/command/CommandClient.js' {
|
||||
declare module.exports: $Exports<'eris/lib/command/CommandClient'>;
|
||||
}
|
||||
declare module 'eris/lib/Constants.js' {
|
||||
declare module.exports: $Exports<'eris/lib/Constants'>;
|
||||
}
|
||||
declare module 'eris/lib/errors/DiscordHTTPError.js' {
|
||||
declare module.exports: $Exports<'eris/lib/errors/DiscordHTTPError'>;
|
||||
}
|
||||
declare module 'eris/lib/errors/DiscordRESTError.js' {
|
||||
declare module.exports: $Exports<'eris/lib/errors/DiscordRESTError'>;
|
||||
}
|
||||
declare module 'eris/lib/gateway/Shard.js' {
|
||||
declare module.exports: $Exports<'eris/lib/gateway/Shard'>;
|
||||
}
|
||||
declare module 'eris/lib/gateway/ShardManager.js' {
|
||||
declare module.exports: $Exports<'eris/lib/gateway/ShardManager'>;
|
||||
}
|
||||
declare module 'eris/lib/rest/Endpoints.js' {
|
||||
declare module.exports: $Exports<'eris/lib/rest/Endpoints'>;
|
||||
}
|
||||
declare module 'eris/lib/rest/RequestHandler.js' {
|
||||
declare module.exports: $Exports<'eris/lib/rest/RequestHandler'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Base.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Base'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Call.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Call'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/CategoryChannel.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/CategoryChannel'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Channel.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Channel'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/ExtendedUser.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/ExtendedUser'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/GroupChannel.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/GroupChannel'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Guild.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Guild'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/GuildAuditLogEntry.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/GuildAuditLogEntry'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/GuildChannel.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/GuildChannel'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/GuildIntegration.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/GuildIntegration'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Invite.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Invite'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Member.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Member'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Message.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Message'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Permission.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Permission'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/PermissionOverwrite.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/PermissionOverwrite'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/PrivateChannel.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/PrivateChannel'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Relationship.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Relationship'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/Role.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/Role'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/TextChannel.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/TextChannel'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/UnavailableGuild.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/UnavailableGuild'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/User.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/User'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/VoiceChannel.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/VoiceChannel'>;
|
||||
}
|
||||
declare module 'eris/lib/structures/VoiceState.js' {
|
||||
declare module.exports: $Exports<'eris/lib/structures/VoiceState'>;
|
||||
}
|
||||
declare module 'eris/lib/util/Bucket.js' {
|
||||
declare module.exports: $Exports<'eris/lib/util/Bucket'>;
|
||||
}
|
||||
declare module 'eris/lib/util/Collection.js' {
|
||||
declare module.exports: $Exports<'eris/lib/util/Collection'>;
|
||||
}
|
||||
declare module 'eris/lib/util/MultipartData.js' {
|
||||
declare module.exports: $Exports<'eris/lib/util/MultipartData'>;
|
||||
}
|
||||
declare module 'eris/lib/util/SequentialBucket.js' {
|
||||
declare module.exports: $Exports<'eris/lib/util/SequentialBucket'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/Piper.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/Piper'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/SharedStream.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/SharedStream'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/BaseTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/BaseTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/DCAOpusTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/DCAOpusTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/FFmpegDuplex.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/FFmpegDuplex'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/FFmpegOggTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/FFmpegOggTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/FFmpegPCMTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/FFmpegPCMTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/OggOpusTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/OggOpusTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/PCMOpusTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/PCMOpusTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/VolumeTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/VolumeTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/streams/WebmOpusTransformer.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/streams/WebmOpusTransformer'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/VoiceConnection.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/VoiceConnection'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/VoiceConnectionManager.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/VoiceConnectionManager'>;
|
||||
}
|
||||
declare module 'eris/lib/voice/VoiceDataStream.js' {
|
||||
declare module.exports: $Exports<'eris/lib/voice/VoiceDataStream'>;
|
||||
}
|
4
flow-typed/npm/erlpack_vx.x.x.js
vendored
4
flow-typed/npm/erlpack_vx.x.x.js
vendored
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: e71faa0399b5509e750da57d6468739b
|
||||
// flow-typed version: <<STUB>>/erlpack_vhammerandchisel/erlpack/flow_v0.95.1
|
||||
// flow-typed signature: 232d4beefbeac5079b067cce43313beb
|
||||
// flow-typed version: <<STUB>>/erlpack_vdiscordapp/erlpack/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
459
flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js
vendored
459
flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js
vendored
|
@ -1,459 +0,0 @@
|
|||
// flow-typed signature: e889b1f7a27cdbaaef0d8003f5949d2b
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^3.4.2/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'eslint-plugin-flowtype'
|
||||
*
|
||||
* 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 'eslint-plugin-flowtype' {
|
||||
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 'eslint-plugin-flowtype/dist/bin/addAssertions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkDocs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkTests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/utilities' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/isSimpleType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/needWrap' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleComplexType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleSimpleType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/booleanStyle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/defineFlowType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/delimiterDangle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/genericSpacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/newlineAfterFlowAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noDupeKeys' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noExistentialType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMixed' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noUnusedExpressions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireCompoundTypeAlias' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireExactType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireParameterType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireTypesAtTop' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireVariableType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/semi' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/sortKeys' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateVariables' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeIdMatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeImportStyle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/useFlowType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/validSyntax' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getParameterName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFile' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/quoteName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/spacingFixers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/addAssertions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/addAssertions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkDocs.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/checkDocs'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkTests.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/checkTests'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/utilities.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/utilities'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/index'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyle/index'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/isSimpleType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyle/isSimpleType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/needWrap.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyle/needWrap'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleComplexType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyleComplexType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleSimpleType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyleSimpleType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/booleanStyle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/booleanStyle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/defineFlowType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/defineFlowType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/delimiterDangle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/delimiterDangle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/genericSpacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/genericSpacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/newlineAfterFlowAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/newlineAfterFlowAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noDupeKeys.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noDupeKeys'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noExistentialType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noExistentialType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMixed.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noMixed'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noMutableArray'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noUnusedExpressions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noUnusedExpressions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noWeakTypes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireCompoundTypeAlias.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireCompoundTypeAlias'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireExactType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireExactType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireParameterType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireParameterType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireReturnType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireTypesAtTop.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireTypesAtTop'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireVariableType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireVariableType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/semi.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/semi'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/sortKeys.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/sortKeys'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateVariables.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateVariables'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeIdMatch.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeIdMatch'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeImportStyle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeImportStyle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/useFlowType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/useFlowType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/validSyntax.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/validSyntax'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getParameterName.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getParameterName'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/index'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFile.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/isFlowFile'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/quoteName.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/quoteName'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/spacingFixers.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/spacingFixers'>;
|
||||
}
|
29
flow-typed/npm/eventemitter3_v3.x.x.js
vendored
Normal file
29
flow-typed/npm/eventemitter3_v3.x.x.js
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
// flow-typed signature: e0e60921e1438e658e9a94a81829c155
|
||||
// flow-typed version: a90ebf442a/eventemitter3_v3.x.x/flow_>=v0.25.x
|
||||
|
||||
declare module 'eventemitter3' {
|
||||
declare type ListenerFn = (...args: any[]) => void
|
||||
declare class EventEmitter {
|
||||
static constructor(): EventEmitter,
|
||||
static prefixed: string | boolean,
|
||||
eventNames(): (string | Symbol)[],
|
||||
listeners(event: string | Symbol): ListenerFn[],
|
||||
listenerCount(event: string | Symbol): number,
|
||||
on(event: string | Symbol, listener: ListenerFn, context?: any): this,
|
||||
addListener(event: string | Symbol, listener: ListenerFn, context?: any): this,
|
||||
once(event: string | Symbol, listener: ListenerFn, context?: any): this,
|
||||
removeAllListeners(event?: string | Symbol): this,
|
||||
removeListener(event: string | Symbol, listener?: ListenerFn, context?: any, once?: boolean): this,
|
||||
off(event: string | Symbol, listener?: ListenerFn, context?: any, once?: boolean): this,
|
||||
emit(event: string, ...params?: any[]): this
|
||||
}
|
||||
declare module.exports: Class<EventEmitter>
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eventemitter3/index' {
|
||||
declare module.exports: $Exports<'eventemitter3'>
|
||||
}
|
||||
declare module 'eventemitter3/index.js' {
|
||||
declare module.exports: $Exports<'eventemitter3'>
|
||||
}
|
6
flow-typed/npm/flow-bin_v0.x.x.js
vendored
6
flow-typed/npm/flow-bin_v0.x.x.js
vendored
|
@ -1,6 +0,0 @@
|
|||
// flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
|
||||
// flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
|
||||
|
||||
declare module "flow-bin" {
|
||||
declare module.exports: string;
|
||||
}
|
193
flow-typed/npm/flow-typed_vx.x.x.js
vendored
193
flow-typed/npm/flow-typed_vx.x.x.js
vendored
|
@ -1,193 +0,0 @@
|
|||
// flow-typed signature: 9bb3733126989bc065fda20e815365f1
|
||||
// flow-typed version: <<STUB>>/flow-typed_v^2.5.1/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'flow-typed'
|
||||
*
|
||||
* 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 'flow-typed' {
|
||||
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 'flow-typed/dist/cli' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/create-stub' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/install' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/runTests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/search' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/update-cache' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/update' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/validateDefs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/version' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/cacheRepoUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/codeSign' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/fileUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/flowProjectUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/flowVersion' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/git' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/github' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/isInFlowTypedRepo' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/libDefs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/node' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/npm/npmLibDefs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/npm/npmProjectUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/semver' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/stubUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/validationErrors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'flow-typed/dist/cli.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/cli'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/create-stub.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/create-stub'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/install.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/install'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/runTests.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/runTests'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/search.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/search'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/update-cache.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/update-cache'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/update.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/update'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/validateDefs.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/validateDefs'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/version.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/version'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/cacheRepoUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/cacheRepoUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/codeSign.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/codeSign'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/fileUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/fileUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/flowProjectUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/flowProjectUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/flowVersion.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/flowVersion'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/git.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/git'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/github.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/github'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/isInFlowTypedRepo.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/isInFlowTypedRepo'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/libDefs.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/libDefs'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/node.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/node'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/npm/npmLibDefs.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/npm/npmLibDefs'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/npm/npmProjectUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/npm/npmProjectUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/semver.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/semver'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/stubUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/stubUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/validationErrors.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/validationErrors'>;
|
||||
}
|
6
flow-typed/npm/nanoid_vx.x.x.js
vendored
6
flow-typed/npm/nanoid_vx.x.x.js
vendored
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 350975d87c3d65817608a49c0e564f85
|
||||
// flow-typed version: <<STUB>>/nanoid_v^2.0.1/flow_v0.94.0
|
||||
// flow-typed signature: a0f2442fec3839683a9f9487162d97ab
|
||||
// flow-typed version: <<STUB>>/nanoid_v^2.0.1/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
declare module 'nanoid' {
|
||||
declare module.exports: (size?: number) => string;
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
186
flow-typed/npm/npm-run-all_vx.x.x.js
vendored
186
flow-typed/npm/npm-run-all_vx.x.x.js
vendored
|
@ -1,186 +0,0 @@
|
|||
// flow-typed signature: a9f8e8f824be69a14c83db7fb9b0c914
|
||||
// flow-typed version: <<STUB>>/npm-run-all_v^4.1.5/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'npm-run-all'
|
||||
*
|
||||
* 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 'npm-run-all' {
|
||||
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 'npm-run-all/bin/common/bootstrap' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/common/parse-cli-args' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/common/version' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/npm-run-all/help' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/npm-run-all/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/npm-run-all/main' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/run-p/help' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/run-p/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/run-p/main' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/run-s/help' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/run-s/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/bin/run-s/main' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/create-header' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/create-prefix-transform-stream' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/match-tasks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/npm-run-all-error' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/read-package-json' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/run-task' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/run-tasks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/spawn-posix' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/spawn-win32' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'npm-run-all/lib/spawn' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'npm-run-all/bin/common/bootstrap.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/common/bootstrap'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/common/parse-cli-args.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/common/parse-cli-args'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/common/version.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/common/version'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/npm-run-all/help.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/npm-run-all/help'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/npm-run-all/index.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/npm-run-all/index'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/npm-run-all/main.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/npm-run-all/main'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/run-p/help.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/run-p/help'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/run-p/index.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/run-p/index'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/run-p/main.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/run-p/main'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/run-s/help.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/run-s/help'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/run-s/index.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/run-s/index'>;
|
||||
}
|
||||
declare module 'npm-run-all/bin/run-s/main.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/bin/run-s/main'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/create-header.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/create-header'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/create-prefix-transform-stream.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/create-prefix-transform-stream'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/index.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/index'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/match-tasks.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/match-tasks'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/npm-run-all-error.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/npm-run-all-error'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/read-package-json.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/read-package-json'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/run-task.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/run-task'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/run-tasks.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/run-tasks'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/spawn-posix.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/spawn-posix'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/spawn-win32.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/spawn-win32'>;
|
||||
}
|
||||
declare module 'npm-run-all/lib/spawn.js' {
|
||||
declare module.exports: $Exports<'npm-run-all/lib/spawn'>;
|
||||
}
|
472
flow-typed/npm/pm2_vx.x.x.js
vendored
472
flow-typed/npm/pm2_vx.x.x.js
vendored
|
@ -1,472 +0,0 @@
|
|||
// flow-typed signature: 41176daaece69384f78eaf010c9437d4
|
||||
// flow-typed version: <<STUB>>/pm2_v^3.3.1/flow_v0.94.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'pm2'
|
||||
*
|
||||
* 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 'pm2' {
|
||||
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 'pm2/constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/CliUx' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Configuration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Containerizer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Dashboard' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Deploy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Extra' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Log' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/LogManagement' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/flagExt' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/flagWatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/HTTP' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/LOCAL' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/Modularizer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/NPM' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Modules/TAR' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Monit' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/pm2-plus/auth-strategies/CliAuth' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/pm2-plus/auth-strategies/WebAuth' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/pm2-plus/helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/pm2-plus/link' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/pm2-plus/PM2IO' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/pm2-plus/process-selector' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Serve' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Spinner' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Startup' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/API/Version' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/binaries/DevCLI' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/binaries/Runtime' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/binaries/Runtime4Docker' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Client' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Common' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/completion' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Configuration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Daemon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Event' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/God' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/God/ActionMethods' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/God/ClusterMode' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/God/ForkMode' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/God/Methods' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/God/Reload' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/HttpInterface' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/ProcessContainer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/ProcessContainerFork' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/ProcessUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Satan' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/Config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/find-package-json' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/fmt' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/IsAbsolute' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/isbinaryfile' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/json5' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/open' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/passwd' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/tools/promise.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/TreeKill' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Utility' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Watcher' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/lib/Worker' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'pm2/paths' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'pm2/constants.js' {
|
||||
declare module.exports: $Exports<'pm2/constants'>;
|
||||
}
|
||||
declare module 'pm2/index' {
|
||||
declare module.exports: $Exports<'pm2'>;
|
||||
}
|
||||
declare module 'pm2/index.js' {
|
||||
declare module.exports: $Exports<'pm2'>;
|
||||
}
|
||||
declare module 'pm2/lib/API.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/CliUx.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/CliUx'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Configuration.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Configuration'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Containerizer.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Containerizer'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Dashboard.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Dashboard'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Deploy.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Deploy'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Extra.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Extra'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Log.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Log'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/LogManagement.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/LogManagement'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/flagExt.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/flagExt'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/flagWatch.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/flagWatch'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/HTTP.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/HTTP'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/index.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/index'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/LOCAL.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/LOCAL'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/Modularizer.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/Modularizer'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/NPM.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/NPM'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Modules/TAR.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Modules/TAR'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Monit.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Monit'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/pm2-plus/auth-strategies/CliAuth.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/pm2-plus/auth-strategies/CliAuth'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/pm2-plus/auth-strategies/WebAuth.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/pm2-plus/auth-strategies/WebAuth'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/pm2-plus/helpers.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/pm2-plus/helpers'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/pm2-plus/link.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/pm2-plus/link'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/pm2-plus/PM2IO.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/pm2-plus/PM2IO'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/pm2-plus/process-selector.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/pm2-plus/process-selector'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Serve.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Serve'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Spinner.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Spinner'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Startup.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Startup'>;
|
||||
}
|
||||
declare module 'pm2/lib/API/Version.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/API/Version'>;
|
||||
}
|
||||
declare module 'pm2/lib/binaries/DevCLI.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/binaries/DevCLI'>;
|
||||
}
|
||||
declare module 'pm2/lib/binaries/Runtime.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/binaries/Runtime'>;
|
||||
}
|
||||
declare module 'pm2/lib/binaries/Runtime4Docker.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/binaries/Runtime4Docker'>;
|
||||
}
|
||||
declare module 'pm2/lib/Client.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Client'>;
|
||||
}
|
||||
declare module 'pm2/lib/Common.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Common'>;
|
||||
}
|
||||
declare module 'pm2/lib/completion.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/completion'>;
|
||||
}
|
||||
declare module 'pm2/lib/Configuration.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Configuration'>;
|
||||
}
|
||||
declare module 'pm2/lib/Daemon.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Daemon'>;
|
||||
}
|
||||
declare module 'pm2/lib/Event.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Event'>;
|
||||
}
|
||||
declare module 'pm2/lib/God.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/God'>;
|
||||
}
|
||||
declare module 'pm2/lib/God/ActionMethods.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/God/ActionMethods'>;
|
||||
}
|
||||
declare module 'pm2/lib/God/ClusterMode.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/God/ClusterMode'>;
|
||||
}
|
||||
declare module 'pm2/lib/God/ForkMode.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/God/ForkMode'>;
|
||||
}
|
||||
declare module 'pm2/lib/God/Methods.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/God/Methods'>;
|
||||
}
|
||||
declare module 'pm2/lib/God/Reload.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/God/Reload'>;
|
||||
}
|
||||
declare module 'pm2/lib/HttpInterface.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/HttpInterface'>;
|
||||
}
|
||||
declare module 'pm2/lib/ProcessContainer.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/ProcessContainer'>;
|
||||
}
|
||||
declare module 'pm2/lib/ProcessContainerFork.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/ProcessContainerFork'>;
|
||||
}
|
||||
declare module 'pm2/lib/ProcessUtils.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/ProcessUtils'>;
|
||||
}
|
||||
declare module 'pm2/lib/Satan.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Satan'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/Config.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/Config'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/find-package-json.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/find-package-json'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/fmt.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/fmt'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/IsAbsolute.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/IsAbsolute'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/isbinaryfile.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/isbinaryfile'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/json5.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/json5'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/open.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/open'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/passwd.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/passwd'>;
|
||||
}
|
||||
declare module 'pm2/lib/tools/promise.min.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/tools/promise.min'>;
|
||||
}
|
||||
declare module 'pm2/lib/TreeKill.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/TreeKill'>;
|
||||
}
|
||||
declare module 'pm2/lib/Utility.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Utility'>;
|
||||
}
|
||||
declare module 'pm2/lib/Watcher.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Watcher'>;
|
||||
}
|
||||
declare module 'pm2/lib/Worker.js' {
|
||||
declare module.exports: $Exports<'pm2/lib/Worker'>;
|
||||
}
|
||||
declare module 'pm2/paths.js' {
|
||||
declare module.exports: $Exports<'pm2/paths'>;
|
||||
}
|
7454
flow-typed/npm/sequelize_v4.x.x.js
vendored
7454
flow-typed/npm/sequelize_v4.x.x.js
vendored
File diff suppressed because it is too large
Load diff
59
flow-typed/npm/standard-flow_vx.x.x.js
vendored
59
flow-typed/npm/standard-flow_vx.x.x.js
vendored
|
@ -1,59 +0,0 @@
|
|||
// flow-typed signature: b804fe18497c555d6089d6462e8467e0
|
||||
// flow-typed version: <<STUB>>/standard-flow_v^1.0.0/flow_v0.93.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'standard-flow'
|
||||
*
|
||||
* 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 'standard-flow' {
|
||||
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 'standard-flow/bin/cmd' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'standard-flow/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'standard-flow/test/api' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'standard-flow/test/cmd' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'standard-flow/bin/cmd.js' {
|
||||
declare module.exports: $Exports<'standard-flow/bin/cmd'>;
|
||||
}
|
||||
declare module 'standard-flow/index' {
|
||||
declare module.exports: $Exports<'standard-flow'>;
|
||||
}
|
||||
declare module 'standard-flow/index.js' {
|
||||
declare module.exports: $Exports<'standard-flow'>;
|
||||
}
|
||||
declare module 'standard-flow/options.js' {
|
||||
declare module.exports: $Exports<'standard-flow/options'>;
|
||||
}
|
||||
declare module 'standard-flow/test/api.js' {
|
||||
declare module.exports: $Exports<'standard-flow/test/api'>;
|
||||
}
|
||||
declare module 'standard-flow/test/cmd.js' {
|
||||
declare module.exports: $Exports<'standard-flow/test/cmd'>;
|
||||
}
|
45
flow-typed/npm/standard_vx.x.x.js
vendored
45
flow-typed/npm/standard_vx.x.x.js
vendored
|
@ -1,45 +0,0 @@
|
|||
// flow-typed signature: e0216d1da37785021b8d706a96bd5f35
|
||||
// flow-typed version: <<STUB>>/standard_v12.0.1/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '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 '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.
|
||||
*/
|
||||
declare module 'standard/bin/cmd' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'standard/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'standard/bin/cmd.js' {
|
||||
declare module.exports: $Exports<'standard/bin/cmd'>;
|
||||
}
|
||||
declare module 'standard/index' {
|
||||
declare module.exports: $Exports<'standard'>;
|
||||
}
|
||||
declare module 'standard/index.js' {
|
||||
declare module.exports: $Exports<'standard'>;
|
||||
}
|
||||
declare module 'standard/options.js' {
|
||||
declare module.exports: $Exports<'standard/options'>;
|
||||
}
|
102
flow-typed/npm/uuid_v3.x.x.js
vendored
102
flow-typed/npm/uuid_v3.x.x.js
vendored
|
@ -1,102 +0,0 @@
|
|||
// flow-typed signature: 3cf668e64747095cab0bb360cf2fb34f
|
||||
// flow-typed version: d659bd0cb8/uuid_v3.x.x/flow_>=v0.32.x
|
||||
|
||||
declare module "uuid" {
|
||||
declare class uuid {
|
||||
static (
|
||||
options?: {|
|
||||
random?: number[],
|
||||
rng?: () => number[] | Buffer
|
||||
|},
|
||||
buffer?: number[] | Buffer,
|
||||
offset?: number
|
||||
): string,
|
||||
|
||||
static v1(
|
||||
options?: {|
|
||||
node?: number[],
|
||||
clockseq?: number,
|
||||
msecs?: number | Date,
|
||||
nsecs?: number
|
||||
|},
|
||||
buffer?: number[] | Buffer,
|
||||
offset?: number
|
||||
): string,
|
||||
|
||||
static v4(
|
||||
options?: {|
|
||||
random?: number[],
|
||||
rng?: () => number[] | Buffer
|
||||
|},
|
||||
buffer?: number[] | Buffer,
|
||||
offset?: number
|
||||
): string
|
||||
}
|
||||
declare module.exports: Class<uuid>;
|
||||
}
|
||||
|
||||
declare module "uuid/v1" {
|
||||
declare class v1 {
|
||||
static (
|
||||
options?: {|
|
||||
node?: number[],
|
||||
clockseq?: number,
|
||||
msecs?: number | Date,
|
||||
nsecs?: number
|
||||
|},
|
||||
buffer?: number[] | Buffer,
|
||||
offset?: number
|
||||
): string
|
||||
}
|
||||
|
||||
declare module.exports: Class<v1>;
|
||||
}
|
||||
|
||||
declare module "uuid/v3" {
|
||||
declare class v3 {
|
||||
static (
|
||||
name?: string | number[],
|
||||
namespace?: string | number[],
|
||||
buffer?: number[] | Buffer,
|
||||
offset?: number
|
||||
): string,
|
||||
|
||||
static name: string,
|
||||
static DNS: string,
|
||||
static URL: string
|
||||
}
|
||||
|
||||
declare module.exports: Class<v3>;
|
||||
}
|
||||
|
||||
declare module "uuid/v4" {
|
||||
declare class v4 {
|
||||
static (
|
||||
options?: {|
|
||||
random?: number[],
|
||||
rng?: () => number[] | Buffer
|
||||
|},
|
||||
buffer?: number[] | Buffer,
|
||||
offset?: number
|
||||
): string
|
||||
}
|
||||
|
||||
declare module.exports: Class<v4>;
|
||||
}
|
||||
|
||||
declare module "uuid/v5" {
|
||||
declare class v5 {
|
||||
static (
|
||||
name?: string | number[],
|
||||
namespace?: string | number[],
|
||||
buffer?: number[] | Buffer,
|
||||
offset?: number
|
||||
): string,
|
||||
|
||||
static name: string,
|
||||
static DNS: string,
|
||||
static URL: string
|
||||
}
|
||||
|
||||
declare module.exports: Class<v5>;
|
||||
}
|
|
@ -1,10 +1,10 @@
|
|||
// flow-typed signature: b09bad27d2a78c265c8431a6054ae16e
|
||||
// flow-typed version: <<STUB>>/koa-compress_v^3.0.0/flow_v0.94.0
|
||||
// flow-typed signature: 27b1b18a6dfe500914cf8170c92467a5
|
||||
// flow-typed version: <<STUB>>/zlib-sync_v^0.1.4/flow_v0.95.1
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'koa-compress'
|
||||
* 'zlib-sync'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
|||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module 'koa-compress' {
|
||||
declare module 'zlib-sync' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -25,9 +25,9 @@ declare module 'koa-compress' {
|
|||
|
||||
|
||||
// Filename aliases
|
||||
declare module 'koa-compress/index' {
|
||||
declare module.exports: $Exports<'koa-compress'>;
|
||||
declare module 'zlib-sync/index' {
|
||||
declare module.exports: $Exports<'zlib-sync'>;
|
||||
}
|
||||
declare module 'koa-compress/index.js' {
|
||||
declare module.exports: $Exports<'koa-compress'>;
|
||||
declare module 'zlib-sync/index.js' {
|
||||
declare module.exports: $Exports<'zlib-sync'>;
|
||||
}
|
Loading…
Add table
Reference in a new issue