optin flow in activities modal

This commit is contained in:
zmagod 2017-10-04 11:35:32 +02:00
parent 84f279de22
commit e9568bcd47
72 changed files with 14552 additions and 35 deletions

View file

@ -1,5 +1,5 @@
[ignore]
<PROJECT_ROOT>/node_modules/*
[include]
[libs]

View file

@ -1,5 +1,6 @@
// @flow
import React, { Component } from "react";
import { string, number, func, shape, bool, arrayOf } from "prop-types";
import { FormattedMessage } from "react-intl";
import { Modal, Button } from "react-bootstrap";
import _ from "lodash";
@ -44,8 +45,23 @@ const StyledModalBody = styled(Modal.Body)`
color: ${COLOR_MINE_SHAFT};
`;
class GlobalActivitiesModal extends Component {
constructor(props) {
type Props = {
more: boolean,
showModal: boolean,
onCloseModal: Function,
activites: Array<Activity>
};
type State = {
activities: Array<Activity>,
more: boolean
};
class GlobalActivitiesModal extends Component<Props, State> {
displayActivities: Function;
addMoreActivities: Function;
constructor(props: Props) {
super(props);
this.state = { activities: this.props.activites, more: this.props.more };
this.displayActivities = this.displayActivities.bind(this);
@ -82,7 +98,9 @@ class GlobalActivitiesModal extends Component {
addMoreActivities() {
const lastId = _.last(this.state.activities).id;
getActivities(lastId).then(response => {
getActivities(
lastId
).then((response: { activities: Array<Activity>, more: boolean }) => {
this.setState({
activities: [...this.state.activities, ...response.activities],
more: response.more
@ -127,17 +145,4 @@ class GlobalActivitiesModal extends Component {
}
}
GlobalActivitiesModal.propTypes = {
showModal: bool.isRequired,
more: bool.isRequired,
activites: arrayOf(
shape({
id: number.isRequired,
message: string.isRequired,
created_at: string.isRequired
})
).isRequired,
onCloseModal: func.isRequired
};
export default GlobalActivitiesModal;

View file

@ -1,7 +1,10 @@
// @flow
import { axiosInstance } from "./config";
import { ACTIVITIES_PATH } from "./endpoints";
export function getActivities(lastId = 0) {
export function getActivities(
lastId: number = 0
): Promise<*> {
const path = `${ACTIVITIES_PATH}?from=${lastId}`;
axiosInstance.get(path).then(({ data }) => data);
return axiosInstance.get(path).then(({ data }) => data);
}

452
flow-typed/npm/autoprefixer_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,452 @@
// flow-typed signature: f1a4681994944643fb1e2b6da0eefecf
// flow-typed version: <<STUB>>/autoprefixer_v^7.1.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'autoprefixer'
*
* 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 'autoprefixer' {
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 'autoprefixer/data/prefixes' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/at-rule' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/autoprefixer' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/brackets' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/browsers' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/declaration' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/align-content' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/align-items' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/align-self' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/appearance' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/background-size' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/block-logical' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/border-image' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/border-radius' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/break-props' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/cross-fade' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/display-flex' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/display-grid' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/filter-value' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/filter' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-basis' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-direction' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-flow' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-grow' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-shrink' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-spec' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-values' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex-wrap' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/flex' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/fullscreen' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/gradient' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/grid-column-align' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/grid-end' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/grid-row-align' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/grid-start' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/grid-template' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/image-rendering' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/image-set' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/inline-logical' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/intrinsic' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/justify-content' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/mask-border' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/order' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/pixelated' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/placeholder' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/text-decoration' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/text-emphasis-position' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/transform-decl' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/hacks/writing-mode' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/info' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/old-selector' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/old-value' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/prefixer' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/prefixes' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/processor' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/resolution' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/selector' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/supports' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/transition' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/utils' {
declare module.exports: any;
}
declare module 'autoprefixer/lib/value' {
declare module.exports: any;
}
// Filename aliases
declare module 'autoprefixer/data/prefixes.js' {
declare module.exports: $Exports<'autoprefixer/data/prefixes'>;
}
declare module 'autoprefixer/lib/at-rule.js' {
declare module.exports: $Exports<'autoprefixer/lib/at-rule'>;
}
declare module 'autoprefixer/lib/autoprefixer.js' {
declare module.exports: $Exports<'autoprefixer/lib/autoprefixer'>;
}
declare module 'autoprefixer/lib/brackets.js' {
declare module.exports: $Exports<'autoprefixer/lib/brackets'>;
}
declare module 'autoprefixer/lib/browsers.js' {
declare module.exports: $Exports<'autoprefixer/lib/browsers'>;
}
declare module 'autoprefixer/lib/declaration.js' {
declare module.exports: $Exports<'autoprefixer/lib/declaration'>;
}
declare module 'autoprefixer/lib/hacks/align-content.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/align-content'>;
}
declare module 'autoprefixer/lib/hacks/align-items.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/align-items'>;
}
declare module 'autoprefixer/lib/hacks/align-self.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/align-self'>;
}
declare module 'autoprefixer/lib/hacks/appearance.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/appearance'>;
}
declare module 'autoprefixer/lib/hacks/background-size.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/background-size'>;
}
declare module 'autoprefixer/lib/hacks/block-logical.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/block-logical'>;
}
declare module 'autoprefixer/lib/hacks/border-image.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/border-image'>;
}
declare module 'autoprefixer/lib/hacks/border-radius.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/border-radius'>;
}
declare module 'autoprefixer/lib/hacks/break-props.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/break-props'>;
}
declare module 'autoprefixer/lib/hacks/cross-fade.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/cross-fade'>;
}
declare module 'autoprefixer/lib/hacks/display-flex.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/display-flex'>;
}
declare module 'autoprefixer/lib/hacks/display-grid.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/display-grid'>;
}
declare module 'autoprefixer/lib/hacks/filter-value.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/filter-value'>;
}
declare module 'autoprefixer/lib/hacks/filter.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/filter'>;
}
declare module 'autoprefixer/lib/hacks/flex-basis.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-basis'>;
}
declare module 'autoprefixer/lib/hacks/flex-direction.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-direction'>;
}
declare module 'autoprefixer/lib/hacks/flex-flow.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-flow'>;
}
declare module 'autoprefixer/lib/hacks/flex-grow.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-grow'>;
}
declare module 'autoprefixer/lib/hacks/flex-shrink.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-shrink'>;
}
declare module 'autoprefixer/lib/hacks/flex-spec.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-spec'>;
}
declare module 'autoprefixer/lib/hacks/flex-values.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-values'>;
}
declare module 'autoprefixer/lib/hacks/flex-wrap.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-wrap'>;
}
declare module 'autoprefixer/lib/hacks/flex.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex'>;
}
declare module 'autoprefixer/lib/hacks/fullscreen.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/fullscreen'>;
}
declare module 'autoprefixer/lib/hacks/gradient.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/gradient'>;
}
declare module 'autoprefixer/lib/hacks/grid-column-align.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-column-align'>;
}
declare module 'autoprefixer/lib/hacks/grid-end.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-end'>;
}
declare module 'autoprefixer/lib/hacks/grid-row-align.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-row-align'>;
}
declare module 'autoprefixer/lib/hacks/grid-start.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-start'>;
}
declare module 'autoprefixer/lib/hacks/grid-template.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-template'>;
}
declare module 'autoprefixer/lib/hacks/image-rendering.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/image-rendering'>;
}
declare module 'autoprefixer/lib/hacks/image-set.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/image-set'>;
}
declare module 'autoprefixer/lib/hacks/inline-logical.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/inline-logical'>;
}
declare module 'autoprefixer/lib/hacks/intrinsic.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/intrinsic'>;
}
declare module 'autoprefixer/lib/hacks/justify-content.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/justify-content'>;
}
declare module 'autoprefixer/lib/hacks/mask-border.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/mask-border'>;
}
declare module 'autoprefixer/lib/hacks/order.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/order'>;
}
declare module 'autoprefixer/lib/hacks/pixelated.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/pixelated'>;
}
declare module 'autoprefixer/lib/hacks/placeholder.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/placeholder'>;
}
declare module 'autoprefixer/lib/hacks/text-decoration.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/text-decoration'>;
}
declare module 'autoprefixer/lib/hacks/text-emphasis-position.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/text-emphasis-position'>;
}
declare module 'autoprefixer/lib/hacks/transform-decl.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/transform-decl'>;
}
declare module 'autoprefixer/lib/hacks/writing-mode.js' {
declare module.exports: $Exports<'autoprefixer/lib/hacks/writing-mode'>;
}
declare module 'autoprefixer/lib/info.js' {
declare module.exports: $Exports<'autoprefixer/lib/info'>;
}
declare module 'autoprefixer/lib/old-selector.js' {
declare module.exports: $Exports<'autoprefixer/lib/old-selector'>;
}
declare module 'autoprefixer/lib/old-value.js' {
declare module.exports: $Exports<'autoprefixer/lib/old-value'>;
}
declare module 'autoprefixer/lib/prefixer.js' {
declare module.exports: $Exports<'autoprefixer/lib/prefixer'>;
}
declare module 'autoprefixer/lib/prefixes.js' {
declare module.exports: $Exports<'autoprefixer/lib/prefixes'>;
}
declare module 'autoprefixer/lib/processor.js' {
declare module.exports: $Exports<'autoprefixer/lib/processor'>;
}
declare module 'autoprefixer/lib/resolution.js' {
declare module.exports: $Exports<'autoprefixer/lib/resolution'>;
}
declare module 'autoprefixer/lib/selector.js' {
declare module.exports: $Exports<'autoprefixer/lib/selector'>;
}
declare module 'autoprefixer/lib/supports.js' {
declare module.exports: $Exports<'autoprefixer/lib/supports'>;
}
declare module 'autoprefixer/lib/transition.js' {
declare module.exports: $Exports<'autoprefixer/lib/transition'>;
}
declare module 'autoprefixer/lib/utils.js' {
declare module.exports: $Exports<'autoprefixer/lib/utils'>;
}
declare module 'autoprefixer/lib/value.js' {
declare module.exports: $Exports<'autoprefixer/lib/value'>;
}

120
flow-typed/npm/axios_v0.16.x.js vendored Normal file
View file

@ -0,0 +1,120 @@
// flow-typed signature: c788eedb73f0df0fed02bf99c0b49bcc
// flow-typed version: 2adcdf60cc/axios_v0.16.x/flow_>=v0.25.x
declare module 'axios' {
declare interface ProxyConfig {
host: string;
port: number;
}
declare interface Cancel {
constructor(message?: string): Cancel;
message: string;
}
declare interface Canceler {
(message?: string): void;
}
declare interface CancelTokenSource {
token: CancelToken;
cancel: Canceler;
}
declare interface CancelToken {
constructor(executor: (cancel: Canceler) => void): CancelToken;
static source(): CancelTokenSource;
promise: Promise<Cancel>;
reason?: Cancel;
throwIfRequested(): void;
}
declare interface AxiosXHRConfigBase<T> {
adapter?: <T>(config: AxiosXHRConfig<T>) => Promise<AxiosXHR<T>>;
auth?: {
username: string,
password: string
};
baseURL?: string,
cancelToken?: CancelToken;
headers?: Object;
httpAgent?: mixed; // Missing the type in the core flow node libdef
httpsAgent?: mixed; // Missing the type in the core flow node libdef
maxContentLength?: number;
maxRedirects?: 5,
params?: Object;
paramsSerializer?: (params: Object) => string;
progress?: (progressEvent: Event) => void | mixed;
proxy?: ProxyConfig;
responseType?: 'arraybuffer' | 'blob' | 'document' | 'json' | 'text' | 'stream';
timeout?: number;
transformRequest?: Array<<U>(data: T) => U|Array<<U>(data: T) => U>>;
transformResponse?: Array<<U>(data: T) => U>;
validateStatus?: (status: number) => boolean,
withCredentials?: boolean;
xsrfCookieName?: string;
xsrfHeaderName?: string;
}
declare type $AxiosXHRConfigBase<T> = AxiosXHRConfigBase<T>;
declare interface AxiosXHRConfig<T> extends AxiosXHRConfigBase<T> {
data?: T;
method?: string;
url: string;
}
declare type $AxiosXHRConfig<T> = AxiosXHRConfig<T>;
declare class AxiosXHR<T> {
config: AxiosXHRConfig<T>;
data: T;
headers: Object;
status: number;
statusText: string,
request: http$ClientRequest | XMLHttpRequest
}
declare type $AxiosXHR<T> = AxiosXHR<T>;
declare class AxiosInterceptorIdent extends String {}
declare class AxiosRequestInterceptor<T> {
use(
successHandler: ?(response: AxiosXHRConfig<T>) => Promise<AxiosXHRConfig<*>> | AxiosXHRConfig<*>,
errorHandler: ?(error: mixed) => mixed,
): AxiosInterceptorIdent;
eject(ident: AxiosInterceptorIdent): void;
}
declare class AxiosResponseInterceptor<T> {
use(
successHandler: ?(response: AxiosXHR<T>) => mixed,
errorHandler: ?(error: $AxiosError<any>) => mixed,
): AxiosInterceptorIdent;
eject(ident: AxiosInterceptorIdent): void;
}
declare type AxiosPromise<T> = Promise<AxiosXHR<T>>;
declare class Axios {
constructor<T>(config?: AxiosXHRConfigBase<T>): void;
$call: <T>(config: AxiosXHRConfig<T> | string, config?: AxiosXHRConfig<T>) => AxiosPromise<T>;
request<T>(config: AxiosXHRConfig<T>): AxiosPromise<T>;
delete<T>(url: string, config?: AxiosXHRConfigBase<T>): AxiosPromise<T>;
get<T>(url: string, config?: AxiosXHRConfigBase<T>): AxiosPromise<T>;
head<T>(url: string, config?: AxiosXHRConfigBase<T>): AxiosPromise<T>;
post<T>(url: string, data?: mixed, config?: AxiosXHRConfigBase<T>): AxiosPromise<T>;
put<T>(url: string, data?: mixed, config?: AxiosXHRConfigBase<T>): AxiosPromise<T>;
patch<T>(url: string, data?: mixed, config?: AxiosXHRConfigBase<T>): AxiosPromise<T>;
interceptors: {
request: AxiosRequestInterceptor<mixed>,
response: AxiosResponseInterceptor<mixed>,
};
defaults: AxiosXHRConfig<*> & { headers: Object };
}
declare class AxiosError<T> extends Error {
config: AxiosXHRConfig<T>;
response: AxiosXHR<T>;
code?: string;
}
declare type $AxiosError<T> = AxiosError<T>;
declare interface AxiosExport extends Axios {
Axios: typeof Axios;
Cancel: Class<Cancel>;
CancelToken: Class<CancelToken>;
isCancel(value: any): boolean;
create(config?: AxiosXHRConfigBase<any>): Axios;
all: typeof Promise.all;
spread(callback: Function): (arr: Array<any>) => Function
}
declare module.exports: AxiosExport;
}

227
flow-typed/npm/babel-core_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,227 @@
// flow-typed signature: 033c13f181d8def3234eb05622741d5e
// flow-typed version: <<STUB>>/babel-core_v^6.25.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-core'
*
* 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-core' {
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-core/lib/api/browser' {
declare module.exports: any;
}
declare module 'babel-core/lib/api/node' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/get-possible-plugin-names' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/get-possible-preset-names' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/merge' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/normalize-ast' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/resolve-from-possible-names' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/resolve-plugin' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/resolve-preset' {
declare module.exports: any;
}
declare module 'babel-core/lib/helpers/resolve' {
declare module.exports: any;
}
declare module 'babel-core/lib/store' {
declare module.exports: any;
}
declare module 'babel-core/lib/tools/build-external-helpers' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/index' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/logger' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/metadata' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/options/build-config-chain' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/options/config' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/options/index' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/options/option-manager' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/options/parsers' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/file/options/removed' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/internal-plugins/block-hoist' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/internal-plugins/shadow-functions' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/pipeline' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/plugin-pass' {
declare module.exports: any;
}
declare module 'babel-core/lib/transformation/plugin' {
declare module.exports: any;
}
declare module 'babel-core/lib/util' {
declare module.exports: any;
}
declare module 'babel-core/register' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-core/index' {
declare module.exports: $Exports<'babel-core'>;
}
declare module 'babel-core/index.js' {
declare module.exports: $Exports<'babel-core'>;
}
declare module 'babel-core/lib/api/browser.js' {
declare module.exports: $Exports<'babel-core/lib/api/browser'>;
}
declare module 'babel-core/lib/api/node.js' {
declare module.exports: $Exports<'babel-core/lib/api/node'>;
}
declare module 'babel-core/lib/helpers/get-possible-plugin-names.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/get-possible-plugin-names'>;
}
declare module 'babel-core/lib/helpers/get-possible-preset-names.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/get-possible-preset-names'>;
}
declare module 'babel-core/lib/helpers/merge.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/merge'>;
}
declare module 'babel-core/lib/helpers/normalize-ast.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/normalize-ast'>;
}
declare module 'babel-core/lib/helpers/resolve-from-possible-names.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-from-possible-names'>;
}
declare module 'babel-core/lib/helpers/resolve-plugin.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-plugin'>;
}
declare module 'babel-core/lib/helpers/resolve-preset.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-preset'>;
}
declare module 'babel-core/lib/helpers/resolve.js' {
declare module.exports: $Exports<'babel-core/lib/helpers/resolve'>;
}
declare module 'babel-core/lib/store.js' {
declare module.exports: $Exports<'babel-core/lib/store'>;
}
declare module 'babel-core/lib/tools/build-external-helpers.js' {
declare module.exports: $Exports<'babel-core/lib/tools/build-external-helpers'>;
}
declare module 'babel-core/lib/transformation/file/index.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/index'>;
}
declare module 'babel-core/lib/transformation/file/logger.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/logger'>;
}
declare module 'babel-core/lib/transformation/file/metadata.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/metadata'>;
}
declare module 'babel-core/lib/transformation/file/options/build-config-chain.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/build-config-chain'>;
}
declare module 'babel-core/lib/transformation/file/options/config.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/config'>;
}
declare module 'babel-core/lib/transformation/file/options/index.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/index'>;
}
declare module 'babel-core/lib/transformation/file/options/option-manager.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/option-manager'>;
}
declare module 'babel-core/lib/transformation/file/options/parsers.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/parsers'>;
}
declare module 'babel-core/lib/transformation/file/options/removed.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/removed'>;
}
declare module 'babel-core/lib/transformation/internal-plugins/block-hoist.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/internal-plugins/block-hoist'>;
}
declare module 'babel-core/lib/transformation/internal-plugins/shadow-functions.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/internal-plugins/shadow-functions'>;
}
declare module 'babel-core/lib/transformation/pipeline.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/pipeline'>;
}
declare module 'babel-core/lib/transformation/plugin-pass.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/plugin-pass'>;
}
declare module 'babel-core/lib/transformation/plugin.js' {
declare module.exports: $Exports<'babel-core/lib/transformation/plugin'>;
}
declare module 'babel-core/lib/util.js' {
declare module.exports: $Exports<'babel-core/lib/util'>;
}
declare module 'babel-core/register.js' {
declare module.exports: $Exports<'babel-core/register'>;
}

80
flow-typed/npm/babel-eslint_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,80 @@
// flow-typed signature: 335999f92001a6e33cb3af926ffbabc1
// flow-typed version: <<STUB>>/babel-eslint_v^7.2.3/flow_v0.56.0
/**
* 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/babylon-to-espree/attachComments' {
declare module.exports: any;
}
declare module 'babel-eslint/babylon-to-espree/convertComments' {
declare module.exports: any;
}
declare module 'babel-eslint/babylon-to-espree/convertTemplateType' {
declare module.exports: any;
}
declare module 'babel-eslint/babylon-to-espree/index' {
declare module.exports: any;
}
declare module 'babel-eslint/babylon-to-espree/toAST' {
declare module.exports: any;
}
declare module 'babel-eslint/babylon-to-espree/toToken' {
declare module.exports: any;
}
declare module 'babel-eslint/babylon-to-espree/toTokens' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-eslint/babylon-to-espree/attachComments.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>;
}
declare module 'babel-eslint/babylon-to-espree/convertComments.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertComments'>;
}
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>;
}
declare module 'babel-eslint/babylon-to-espree/index.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/index'>;
}
declare module 'babel-eslint/babylon-to-espree/toAST.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toAST'>;
}
declare module 'babel-eslint/babylon-to-espree/toToken.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toToken'>;
}
declare module 'babel-eslint/babylon-to-espree/toTokens.js' {
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toTokens'>;
}
declare module 'babel-eslint/index' {
declare module.exports: $Exports<'babel-eslint'>;
}
declare module 'babel-eslint/index.js' {
declare module.exports: $Exports<'babel-eslint'>;
}

67
flow-typed/npm/babel-loader_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,67 @@
// flow-typed signature: 09e7b3ecc59300149865091f35a9a6cf
// flow-typed version: <<STUB>>/babel-loader_v7.x/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-loader'
*
* 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-loader' {
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-loader/lib/fs-cache' {
declare module.exports: any;
}
declare module 'babel-loader/lib/index' {
declare module.exports: any;
}
declare module 'babel-loader/lib/resolve-rc' {
declare module.exports: any;
}
declare module 'babel-loader/lib/utils/exists' {
declare module.exports: any;
}
declare module 'babel-loader/lib/utils/read' {
declare module.exports: any;
}
declare module 'babel-loader/lib/utils/relative' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-loader/lib/fs-cache.js' {
declare module.exports: $Exports<'babel-loader/lib/fs-cache'>;
}
declare module 'babel-loader/lib/index.js' {
declare module.exports: $Exports<'babel-loader/lib/index'>;
}
declare module 'babel-loader/lib/resolve-rc.js' {
declare module.exports: $Exports<'babel-loader/lib/resolve-rc'>;
}
declare module 'babel-loader/lib/utils/exists.js' {
declare module.exports: $Exports<'babel-loader/lib/utils/exists'>;
}
declare module 'babel-loader/lib/utils/read.js' {
declare module.exports: $Exports<'babel-loader/lib/utils/read'>;
}
declare module 'babel-loader/lib/utils/relative.js' {
declare module.exports: $Exports<'babel-loader/lib/utils/relative'>;
}

View file

@ -0,0 +1,32 @@
// flow-typed signature: 9cf004f191011495475de26c0426e6ed
// flow-typed version: <<STUB>>/babel-plugin-syntax-dynamic-import_v^6.18.0/flow_v0.56.0
/**
* 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'>;
}

View file

@ -0,0 +1,32 @@
// flow-typed signature: 65c7c868d17f4ad80727ae7209990302
// flow-typed version: <<STUB>>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-plugin-transform-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-transform-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-transform-class-properties/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-plugin-transform-class-properties/lib/index.js' {
declare module.exports: $Exports<'babel-plugin-transform-class-properties/lib/index'>;
}

View file

@ -0,0 +1,32 @@
// flow-typed signature: 2e123989622fb6e41cd52fed803f35ac
// flow-typed version: <<STUB>>/babel-plugin-transform-object-rest-spread_v^6.23.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-plugin-transform-object-rest-spread'
*
* 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-object-rest-spread' {
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-object-rest-spread/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-plugin-transform-object-rest-spread/lib/index.js' {
declare module.exports: $Exports<'babel-plugin-transform-object-rest-spread/lib/index'>;
}

67
flow-typed/npm/babel-polyfill_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,67 @@
// flow-typed signature: 7f2ed99d320afda9cbf973047b8b7ef6
// flow-typed version: <<STUB>>/babel-polyfill_v^6.23.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-polyfill'
*
* 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-polyfill' {
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-polyfill/browser' {
declare module.exports: any;
}
declare module 'babel-polyfill/dist/polyfill' {
declare module.exports: any;
}
declare module 'babel-polyfill/dist/polyfill.min' {
declare module.exports: any;
}
declare module 'babel-polyfill/lib/index' {
declare module.exports: any;
}
declare module 'babel-polyfill/scripts/postpublish' {
declare module.exports: any;
}
declare module 'babel-polyfill/scripts/prepublish' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-polyfill/browser.js' {
declare module.exports: $Exports<'babel-polyfill/browser'>;
}
declare module 'babel-polyfill/dist/polyfill.js' {
declare module.exports: $Exports<'babel-polyfill/dist/polyfill'>;
}
declare module 'babel-polyfill/dist/polyfill.min.js' {
declare module.exports: $Exports<'babel-polyfill/dist/polyfill.min'>;
}
declare module 'babel-polyfill/lib/index.js' {
declare module.exports: $Exports<'babel-polyfill/lib/index'>;
}
declare module 'babel-polyfill/scripts/postpublish.js' {
declare module.exports: $Exports<'babel-polyfill/scripts/postpublish'>;
}
declare module 'babel-polyfill/scripts/prepublish.js' {
declare module.exports: $Exports<'babel-polyfill/scripts/prepublish'>;
}

View file

@ -0,0 +1,88 @@
// flow-typed signature: 698e3800122e56877fa94124b939923f
// flow-typed version: <<STUB>>/babel-preset-env_v^1.6.0/flow_v0.56.0
/**
* 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-in-features' {
declare module.exports: any;
}
declare module 'babel-preset-env/data/plugin-features' {
declare module.exports: any;
}
declare module 'babel-preset-env/lib/default-includes' {
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/targets-parser' {
declare module.exports: any;
}
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin' {
declare module.exports: any;
}
declare module 'babel-preset-env/lib/utils' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-preset-env/data/built-in-features.js' {
declare module.exports: $Exports<'babel-preset-env/data/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/lib/default-includes.js' {
declare module.exports: $Exports<'babel-preset-env/lib/default-includes'>;
}
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/targets-parser.js' {
declare module.exports: $Exports<'babel-preset-env/lib/targets-parser'>;
}
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin.js' {
declare module.exports: $Exports<'babel-preset-env/lib/transform-polyfill-require-plugin'>;
}
declare module 'babel-preset-env/lib/utils.js' {
declare module.exports: $Exports<'babel-preset-env/lib/utils'>;
}

View file

@ -0,0 +1,32 @@
// flow-typed signature: 3ba86a57c4a1f1c1df31668afb00d749
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.24.1/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-preset-es2015'
*
* 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-es2015' {
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-es2015/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'babel-preset-es2015/lib/index.js' {
declare module.exports: $Exports<'babel-preset-es2015/lib/index'>;
}

View file

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

33
flow-typed/npm/coffee-loader_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,33 @@
// flow-typed signature: 3c76a5e2f8058840a3168bc96ec7f8ca
// flow-typed version: <<STUB>>/coffee-loader_v^0.7.3/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'coffee-loader'
*
* 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 'coffee-loader' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'coffee-loader/index' {
declare module.exports: $Exports<'coffee-loader'>;
}
declare module 'coffee-loader/index.js' {
declare module.exports: $Exports<'coffee-loader'>;
}

151
flow-typed/npm/coffee-script_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,151 @@
// flow-typed signature: 3a80c133653c0e98ddfc5afc3167152b
// flow-typed version: <<STUB>>/coffee-script_v^1.12.6/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'coffee-script'
*
* 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 'coffee-script' {
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 'coffee-script/lib/coffee-script/browser' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/cake' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/coffee-script' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/command' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/grammar' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/helpers' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/index' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/lexer' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/nodes' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/optparse' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/parser' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/register' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/repl' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/rewriter' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/scope' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/sourcemap' {
declare module.exports: any;
}
declare module 'coffee-script/register' {
declare module.exports: any;
}
declare module 'coffee-script/repl' {
declare module.exports: any;
}
// Filename aliases
declare module 'coffee-script/lib/coffee-script/browser.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/browser'>;
}
declare module 'coffee-script/lib/coffee-script/cake.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/cake'>;
}
declare module 'coffee-script/lib/coffee-script/coffee-script.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/coffee-script'>;
}
declare module 'coffee-script/lib/coffee-script/command.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/command'>;
}
declare module 'coffee-script/lib/coffee-script/grammar.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/grammar'>;
}
declare module 'coffee-script/lib/coffee-script/helpers.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/helpers'>;
}
declare module 'coffee-script/lib/coffee-script/index.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/index'>;
}
declare module 'coffee-script/lib/coffee-script/lexer.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/lexer'>;
}
declare module 'coffee-script/lib/coffee-script/nodes.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/nodes'>;
}
declare module 'coffee-script/lib/coffee-script/optparse.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/optparse'>;
}
declare module 'coffee-script/lib/coffee-script/parser.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/parser'>;
}
declare module 'coffee-script/lib/coffee-script/register.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/register'>;
}
declare module 'coffee-script/lib/coffee-script/repl.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/repl'>;
}
declare module 'coffee-script/lib/coffee-script/rewriter.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/rewriter'>;
}
declare module 'coffee-script/lib/coffee-script/scope.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/scope'>;
}
declare module 'coffee-script/lib/coffee-script/sourcemap.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/sourcemap'>;
}
declare module 'coffee-script/register.js' {
declare module.exports: $Exports<'coffee-script/register'>;
}
declare module 'coffee-script/repl.js' {
declare module.exports: $Exports<'coffee-script/repl'>;
}

View file

@ -0,0 +1,33 @@
// flow-typed signature: b38159beac10c089153cce2c1986e655
// flow-typed version: <<STUB>>/compression-webpack-plugin_v^0.4.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'compression-webpack-plugin'
*
* 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 'compression-webpack-plugin' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'compression-webpack-plugin/index' {
declare module.exports: $Exports<'compression-webpack-plugin'>;
}
declare module 'compression-webpack-plugin/index.js' {
declare module.exports: $Exports<'compression-webpack-plugin'>;
}

94
flow-typed/npm/css-loader_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,94 @@
// flow-typed signature: 3dcc9fb7f77d34fcf759012c2704982b
// flow-typed version: <<STUB>>/css-loader_v^0.28.4/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'css-loader'
*
* 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 'css-loader' {
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 'css-loader/lib/compile-exports' {
declare module.exports: any;
}
declare module 'css-loader/lib/createResolver' {
declare module.exports: any;
}
declare module 'css-loader/lib/css-base' {
declare module.exports: any;
}
declare module 'css-loader/lib/getImportPrefix' {
declare module.exports: any;
}
declare module 'css-loader/lib/getLocalIdent' {
declare module.exports: any;
}
declare module 'css-loader/lib/loader' {
declare module.exports: any;
}
declare module 'css-loader/lib/localsLoader' {
declare module.exports: any;
}
declare module 'css-loader/lib/processCss' {
declare module.exports: any;
}
declare module 'css-loader/locals' {
declare module.exports: any;
}
// Filename aliases
declare module 'css-loader/index' {
declare module.exports: $Exports<'css-loader'>;
}
declare module 'css-loader/index.js' {
declare module.exports: $Exports<'css-loader'>;
}
declare module 'css-loader/lib/compile-exports.js' {
declare module.exports: $Exports<'css-loader/lib/compile-exports'>;
}
declare module 'css-loader/lib/createResolver.js' {
declare module.exports: $Exports<'css-loader/lib/createResolver'>;
}
declare module 'css-loader/lib/css-base.js' {
declare module.exports: $Exports<'css-loader/lib/css-base'>;
}
declare module 'css-loader/lib/getImportPrefix.js' {
declare module.exports: $Exports<'css-loader/lib/getImportPrefix'>;
}
declare module 'css-loader/lib/getLocalIdent.js' {
declare module.exports: $Exports<'css-loader/lib/getLocalIdent'>;
}
declare module 'css-loader/lib/loader.js' {
declare module.exports: $Exports<'css-loader/lib/loader'>;
}
declare module 'css-loader/lib/localsLoader.js' {
declare module.exports: $Exports<'css-loader/lib/localsLoader'>;
}
declare module 'css-loader/lib/processCss.js' {
declare module.exports: $Exports<'css-loader/lib/processCss'>;
}
declare module 'css-loader/locals.js' {
declare module.exports: $Exports<'css-loader/locals'>;
}

View file

@ -0,0 +1,73 @@
// flow-typed signature: b0fac6ac743d1e23d50f3f461567b685
// flow-typed version: <<STUB>>/eslint-config-airbnb_v^15.1.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-config-airbnb'
*
* 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-config-airbnb' {
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-config-airbnb/base' {
declare module.exports: any;
}
declare module 'eslint-config-airbnb/legacy' {
declare module.exports: any;
}
declare module 'eslint-config-airbnb/rules/react-a11y' {
declare module.exports: any;
}
declare module 'eslint-config-airbnb/rules/react' {
declare module.exports: any;
}
declare module 'eslint-config-airbnb/test/test-base' {
declare module.exports: any;
}
declare module 'eslint-config-airbnb/test/test-react-order' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-config-airbnb/base.js' {
declare module.exports: $Exports<'eslint-config-airbnb/base'>;
}
declare module 'eslint-config-airbnb/index' {
declare module.exports: $Exports<'eslint-config-airbnb'>;
}
declare module 'eslint-config-airbnb/index.js' {
declare module.exports: $Exports<'eslint-config-airbnb'>;
}
declare module 'eslint-config-airbnb/legacy.js' {
declare module.exports: $Exports<'eslint-config-airbnb/legacy'>;
}
declare module 'eslint-config-airbnb/rules/react-a11y.js' {
declare module.exports: $Exports<'eslint-config-airbnb/rules/react-a11y'>;
}
declare module 'eslint-config-airbnb/rules/react.js' {
declare module.exports: $Exports<'eslint-config-airbnb/rules/react'>;
}
declare module 'eslint-config-airbnb/test/test-base.js' {
declare module.exports: $Exports<'eslint-config-airbnb/test/test-base'>;
}
declare module 'eslint-config-airbnb/test/test-react-order.js' {
declare module.exports: $Exports<'eslint-config-airbnb/test/test-react-order'>;
}

View file

@ -0,0 +1,33 @@
// flow-typed signature: 11f58273605a07821f77e43cfd45beec
// flow-typed version: <<STUB>>/eslint-config-google_v^0.5.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-config-google'
*
* 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-config-google' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'eslint-config-google/index' {
declare module.exports: $Exports<'eslint-config-google'>;
}
declare module 'eslint-config-google/index.js' {
declare module.exports: $Exports<'eslint-config-google'>;
}

View file

@ -0,0 +1,59 @@
// flow-typed signature: 40624b8d2b29da21129e49e7527a93c2
// flow-typed version: <<STUB>>/eslint-config-prettier_v^2.3.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-config-prettier'
*
* 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-config-prettier' {
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-config-prettier/bin/cli' {
declare module.exports: any;
}
declare module 'eslint-config-prettier/bin/validators' {
declare module.exports: any;
}
declare module 'eslint-config-prettier/flowtype' {
declare module.exports: any;
}
declare module 'eslint-config-prettier/react' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-config-prettier/bin/cli.js' {
declare module.exports: $Exports<'eslint-config-prettier/bin/cli'>;
}
declare module 'eslint-config-prettier/bin/validators.js' {
declare module.exports: $Exports<'eslint-config-prettier/bin/validators'>;
}
declare module 'eslint-config-prettier/flowtype.js' {
declare module.exports: $Exports<'eslint-config-prettier/flowtype'>;
}
declare module 'eslint-config-prettier/index' {
declare module.exports: $Exports<'eslint-config-prettier'>;
}
declare module 'eslint-config-prettier/index.js' {
declare module.exports: $Exports<'eslint-config-prettier'>;
}
declare module 'eslint-config-prettier/react.js' {
declare module.exports: $Exports<'eslint-config-prettier/react'>;
}

View file

@ -0,0 +1,333 @@
// flow-typed signature: f9812bfad7016c328b16d149386a913f
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.7.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-plugin-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 'eslint-plugin-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 'eslint-plugin-import/config/electron' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/config/errors' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/config/react-native' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/config/react' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/config/recommended' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/config/stage-0' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/config/warnings' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/core/importType' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/core/staticRequire' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/ExportMap' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/importDeclaration' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/index' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/default' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/export' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/extensions' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/first' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/imports-first' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/max-dependencies' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/named' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/namespace' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/newline-after-import' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-absolute-path' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-amd' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-anonymous-default-export' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-commonjs' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-deprecated' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-duplicates' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-dynamic-require' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-extraneous-dependencies' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-internal-modules' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-mutable-exports' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-named-as-default-member' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-named-as-default' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-named-default' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-namespace' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-nodejs-modules' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-restricted-paths' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-unassigned-import' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-unresolved' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/no-webpack-loader-syntax' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/order' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/prefer-default-export' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/lib/rules/unambiguous' {
declare module.exports: any;
}
declare module 'eslint-plugin-import/memo-parser/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-plugin-import/config/electron.js' {
declare module.exports: $Exports<'eslint-plugin-import/config/electron'>;
}
declare module 'eslint-plugin-import/config/errors.js' {
declare module.exports: $Exports<'eslint-plugin-import/config/errors'>;
}
declare module 'eslint-plugin-import/config/react-native.js' {
declare module.exports: $Exports<'eslint-plugin-import/config/react-native'>;
}
declare module 'eslint-plugin-import/config/react.js' {
declare module.exports: $Exports<'eslint-plugin-import/config/react'>;
}
declare module 'eslint-plugin-import/config/recommended.js' {
declare module.exports: $Exports<'eslint-plugin-import/config/recommended'>;
}
declare module 'eslint-plugin-import/config/stage-0.js' {
declare module.exports: $Exports<'eslint-plugin-import/config/stage-0'>;
}
declare module 'eslint-plugin-import/config/warnings.js' {
declare module.exports: $Exports<'eslint-plugin-import/config/warnings'>;
}
declare module 'eslint-plugin-import/lib/core/importType.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/core/importType'>;
}
declare module 'eslint-plugin-import/lib/core/staticRequire.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/core/staticRequire'>;
}
declare module 'eslint-plugin-import/lib/ExportMap.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/ExportMap'>;
}
declare module 'eslint-plugin-import/lib/importDeclaration.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/importDeclaration'>;
}
declare module 'eslint-plugin-import/lib/index.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/index'>;
}
declare module 'eslint-plugin-import/lib/rules/default.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/default'>;
}
declare module 'eslint-plugin-import/lib/rules/export.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/export'>;
}
declare module 'eslint-plugin-import/lib/rules/extensions.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/extensions'>;
}
declare module 'eslint-plugin-import/lib/rules/first.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/first'>;
}
declare module 'eslint-plugin-import/lib/rules/imports-first.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/imports-first'>;
}
declare module 'eslint-plugin-import/lib/rules/max-dependencies.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/max-dependencies'>;
}
declare module 'eslint-plugin-import/lib/rules/named.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/named'>;
}
declare module 'eslint-plugin-import/lib/rules/namespace.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/namespace'>;
}
declare module 'eslint-plugin-import/lib/rules/newline-after-import.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/newline-after-import'>;
}
declare module 'eslint-plugin-import/lib/rules/no-absolute-path.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-absolute-path'>;
}
declare module 'eslint-plugin-import/lib/rules/no-amd.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-amd'>;
}
declare module 'eslint-plugin-import/lib/rules/no-anonymous-default-export.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-anonymous-default-export'>;
}
declare module 'eslint-plugin-import/lib/rules/no-commonjs.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-commonjs'>;
}
declare module 'eslint-plugin-import/lib/rules/no-deprecated.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-deprecated'>;
}
declare module 'eslint-plugin-import/lib/rules/no-duplicates.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-duplicates'>;
}
declare module 'eslint-plugin-import/lib/rules/no-dynamic-require.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-dynamic-require'>;
}
declare module 'eslint-plugin-import/lib/rules/no-extraneous-dependencies.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-extraneous-dependencies'>;
}
declare module 'eslint-plugin-import/lib/rules/no-internal-modules.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-internal-modules'>;
}
declare module 'eslint-plugin-import/lib/rules/no-mutable-exports.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-mutable-exports'>;
}
declare module 'eslint-plugin-import/lib/rules/no-named-as-default-member.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-named-as-default-member'>;
}
declare module 'eslint-plugin-import/lib/rules/no-named-as-default.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-named-as-default'>;
}
declare module 'eslint-plugin-import/lib/rules/no-named-default.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-named-default'>;
}
declare module 'eslint-plugin-import/lib/rules/no-namespace.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-namespace'>;
}
declare module 'eslint-plugin-import/lib/rules/no-nodejs-modules.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-nodejs-modules'>;
}
declare module 'eslint-plugin-import/lib/rules/no-restricted-paths.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-restricted-paths'>;
}
declare module 'eslint-plugin-import/lib/rules/no-unassigned-import.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-unassigned-import'>;
}
declare module 'eslint-plugin-import/lib/rules/no-unresolved.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-unresolved'>;
}
declare module 'eslint-plugin-import/lib/rules/no-webpack-loader-syntax.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-webpack-loader-syntax'>;
}
declare module 'eslint-plugin-import/lib/rules/order.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/order'>;
}
declare module 'eslint-plugin-import/lib/rules/prefer-default-export.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/prefer-default-export'>;
}
declare module 'eslint-plugin-import/lib/rules/unambiguous.js' {
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/unambiguous'>;
}
declare module 'eslint-plugin-import/memo-parser/index.js' {
declare module.exports: $Exports<'eslint-plugin-import/memo-parser/index'>;
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,32 @@
// flow-typed signature: 0eadd7ac9960e38805ddcc4159f87b3b
// flow-typed version: <<STUB>>/eslint-plugin-prettier_v^2.1.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-plugin-prettier'
*
* 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-prettier' {
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-prettier/eslint-plugin-prettier' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-plugin-prettier/eslint-plugin-prettier.js' {
declare module.exports: $Exports<'eslint-plugin-prettier/eslint-plugin-prettier'>;
}

View file

@ -0,0 +1,535 @@
// flow-typed signature: a605c48121c4c5363d608ed4bffe1896
// flow-typed version: <<STUB>>/eslint-plugin-react_v^7.1.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-plugin-react'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'eslint-plugin-react' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'eslint-plugin-react/lib/rules/boolean-prop-naming' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/default-props-match-prop-types' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/display-name' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/forbid-component-props' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/forbid-elements' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/forbid-foreign-prop-types' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/forbid-prop-types' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-boolean-value' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-closing-bracket-location' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-closing-tag-location' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-curly-spacing' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-equals-spacing' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-filename-extension' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-first-prop-new-line' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-handler-names' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-indent-props' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-indent' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-key' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-max-props-per-line' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-bind' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-comment-textnodes' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-duplicate-props' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-literals' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-target-blank' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-undef' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-pascal-case' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-sort-props' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-space-before-closing' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-tag-spacing' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-uses-react' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-uses-vars' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/jsx-wrap-multilines' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-array-index-key' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-children-prop' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-danger-with-children' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-danger' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-deprecated' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-did-mount-set-state' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-did-update-set-state' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-direct-mutation-state' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-find-dom-node' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-is-mounted' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-multi-comp' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-redundant-should-component-update' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-render-return-value' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-set-state' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-string-refs' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-typos' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-unescaped-entities' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-unknown-property' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-unused-prop-types' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-unused-state' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/no-will-update-set-state' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/prefer-es6-class' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/prefer-stateless-function' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/prop-types' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/react-in-jsx-scope' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/require-default-props' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/require-optimization' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/require-render-return' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/self-closing-comp' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/sort-comp' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/sort-prop-types' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/style-prop-object' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/rules/void-dom-elements-no-children' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/util/annotations' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/util/Components' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/util/makeNoMethodSetStateRule' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/util/pragma' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/util/variable' {
declare module.exports: any;
}
declare module 'eslint-plugin-react/lib/util/version' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-plugin-react/index' {
declare module.exports: $Exports<'eslint-plugin-react'>;
}
declare module 'eslint-plugin-react/index.js' {
declare module.exports: $Exports<'eslint-plugin-react'>;
}
declare module 'eslint-plugin-react/lib/rules/boolean-prop-naming.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/boolean-prop-naming'>;
}
declare module 'eslint-plugin-react/lib/rules/default-props-match-prop-types.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/default-props-match-prop-types'>;
}
declare module 'eslint-plugin-react/lib/rules/display-name.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/display-name'>;
}
declare module 'eslint-plugin-react/lib/rules/forbid-component-props.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-component-props'>;
}
declare module 'eslint-plugin-react/lib/rules/forbid-elements.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-elements'>;
}
declare module 'eslint-plugin-react/lib/rules/forbid-foreign-prop-types.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-foreign-prop-types'>;
}
declare module 'eslint-plugin-react/lib/rules/forbid-prop-types.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-prop-types'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-boolean-value.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-boolean-value'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-closing-bracket-location.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-closing-bracket-location'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-closing-tag-location.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-closing-tag-location'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-curly-spacing.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-curly-spacing'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-equals-spacing.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-equals-spacing'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-filename-extension.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-filename-extension'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-first-prop-new-line.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-first-prop-new-line'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-handler-names.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-handler-names'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-indent-props.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-indent-props'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-indent.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-indent'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-key.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-key'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-max-props-per-line.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-max-props-per-line'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-bind.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-bind'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-comment-textnodes'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-duplicate-props.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-duplicate-props'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-literals.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-literals'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-target-blank.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-target-blank'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-no-undef.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-undef'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-pascal-case.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-pascal-case'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-sort-props.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-sort-props'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-space-before-closing.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-space-before-closing'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-tag-spacing.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-tag-spacing'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-uses-react.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-uses-react'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-uses-vars.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-uses-vars'>;
}
declare module 'eslint-plugin-react/lib/rules/jsx-wrap-multilines.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-wrap-multilines'>;
}
declare module 'eslint-plugin-react/lib/rules/no-array-index-key.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-array-index-key'>;
}
declare module 'eslint-plugin-react/lib/rules/no-children-prop.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-children-prop'>;
}
declare module 'eslint-plugin-react/lib/rules/no-danger-with-children.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-danger-with-children'>;
}
declare module 'eslint-plugin-react/lib/rules/no-danger.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-danger'>;
}
declare module 'eslint-plugin-react/lib/rules/no-deprecated.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-deprecated'>;
}
declare module 'eslint-plugin-react/lib/rules/no-did-mount-set-state.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-did-mount-set-state'>;
}
declare module 'eslint-plugin-react/lib/rules/no-did-update-set-state.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-did-update-set-state'>;
}
declare module 'eslint-plugin-react/lib/rules/no-direct-mutation-state.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-direct-mutation-state'>;
}
declare module 'eslint-plugin-react/lib/rules/no-find-dom-node.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-find-dom-node'>;
}
declare module 'eslint-plugin-react/lib/rules/no-is-mounted.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-is-mounted'>;
}
declare module 'eslint-plugin-react/lib/rules/no-multi-comp.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-multi-comp'>;
}
declare module 'eslint-plugin-react/lib/rules/no-redundant-should-component-update.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-redundant-should-component-update'>;
}
declare module 'eslint-plugin-react/lib/rules/no-render-return-value.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-render-return-value'>;
}
declare module 'eslint-plugin-react/lib/rules/no-set-state.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-set-state'>;
}
declare module 'eslint-plugin-react/lib/rules/no-string-refs.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-string-refs'>;
}
declare module 'eslint-plugin-react/lib/rules/no-typos.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-typos'>;
}
declare module 'eslint-plugin-react/lib/rules/no-unescaped-entities.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unescaped-entities'>;
}
declare module 'eslint-plugin-react/lib/rules/no-unknown-property.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unknown-property'>;
}
declare module 'eslint-plugin-react/lib/rules/no-unused-prop-types.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unused-prop-types'>;
}
declare module 'eslint-plugin-react/lib/rules/no-unused-state.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unused-state'>;
}
declare module 'eslint-plugin-react/lib/rules/no-will-update-set-state.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-will-update-set-state'>;
}
declare module 'eslint-plugin-react/lib/rules/prefer-es6-class.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prefer-es6-class'>;
}
declare module 'eslint-plugin-react/lib/rules/prefer-stateless-function.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prefer-stateless-function'>;
}
declare module 'eslint-plugin-react/lib/rules/prop-types.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prop-types'>;
}
declare module 'eslint-plugin-react/lib/rules/react-in-jsx-scope.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/react-in-jsx-scope'>;
}
declare module 'eslint-plugin-react/lib/rules/require-default-props.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/require-default-props'>;
}
declare module 'eslint-plugin-react/lib/rules/require-optimization.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/require-optimization'>;
}
declare module 'eslint-plugin-react/lib/rules/require-render-return.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/require-render-return'>;
}
declare module 'eslint-plugin-react/lib/rules/self-closing-comp.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/self-closing-comp'>;
}
declare module 'eslint-plugin-react/lib/rules/sort-comp.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/sort-comp'>;
}
declare module 'eslint-plugin-react/lib/rules/sort-prop-types.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/sort-prop-types'>;
}
declare module 'eslint-plugin-react/lib/rules/style-prop-object.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/style-prop-object'>;
}
declare module 'eslint-plugin-react/lib/rules/void-dom-elements-no-children.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/void-dom-elements-no-children'>;
}
declare module 'eslint-plugin-react/lib/util/annotations.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/util/annotations'>;
}
declare module 'eslint-plugin-react/lib/util/Components.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/util/Components'>;
}
declare module 'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket'>;
}
declare module 'eslint-plugin-react/lib/util/makeNoMethodSetStateRule.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/util/makeNoMethodSetStateRule'>;
}
declare module 'eslint-plugin-react/lib/util/pragma.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/util/pragma'>;
}
declare module 'eslint-plugin-react/lib/util/variable.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/util/variable'>;
}
declare module 'eslint-plugin-react/lib/util/version.js' {
declare module.exports: $Exports<'eslint-plugin-react/lib/util/version'>;
}

2293
flow-typed/npm/eslint_vx.x.x.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,74 @@
// flow-typed signature: 7b24c2c81e534d7866830c90a17d0121
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^3.0.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'extract-text-webpack-plugin'
*
* 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 'extract-text-webpack-plugin' {
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 'extract-text-webpack-plugin/dist/cjs' {
declare module.exports: any;
}
declare module 'extract-text-webpack-plugin/dist/index' {
declare module.exports: any;
}
declare module 'extract-text-webpack-plugin/dist/lib/ExtractedModule' {
declare module.exports: any;
}
declare module 'extract-text-webpack-plugin/dist/lib/ExtractTextPluginCompilation' {
declare module.exports: any;
}
declare module 'extract-text-webpack-plugin/dist/lib/helpers' {
declare module.exports: any;
}
declare module 'extract-text-webpack-plugin/dist/lib/OrderUndefinedError' {
declare module.exports: any;
}
declare module 'extract-text-webpack-plugin/dist/loader' {
declare module.exports: any;
}
// Filename aliases
declare module 'extract-text-webpack-plugin/dist/cjs.js' {
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/cjs'>;
}
declare module 'extract-text-webpack-plugin/dist/index.js' {
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/index'>;
}
declare module 'extract-text-webpack-plugin/dist/lib/ExtractedModule.js' {
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/lib/ExtractedModule'>;
}
declare module 'extract-text-webpack-plugin/dist/lib/ExtractTextPluginCompilation.js' {
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/lib/ExtractTextPluginCompilation'>;
}
declare module 'extract-text-webpack-plugin/dist/lib/helpers.js' {
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/lib/helpers'>;
}
declare module 'extract-text-webpack-plugin/dist/lib/OrderUndefinedError.js' {
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/lib/OrderUndefinedError'>;
}
declare module 'extract-text-webpack-plugin/dist/loader.js' {
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/loader'>;
}

33
flow-typed/npm/file-loader_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,33 @@
// flow-typed signature: 7563cd57c8337799971cfc3d6df3ef10
// flow-typed version: <<STUB>>/file-loader_v^0.11.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'file-loader'
*
* 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 'file-loader' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'file-loader/index' {
declare module.exports: $Exports<'file-loader'>;
}
declare module 'file-loader/index.js' {
declare module.exports: $Exports<'file-loader'>;
}

6
flow-typed/npm/flow-bin_v0.x.x.js vendored Normal file
View file

@ -0,0 +1,6 @@
// 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 Normal file
View file

@ -0,0 +1,193 @@
// flow-typed signature: f4359697c58d7bb0ae0d7ffa9f6921ba
// flow-typed version: <<STUB>>/flow-typed_v^2.1.5/flow_v0.56.0
/**
* 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'>;
}

46
flow-typed/npm/glob_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,46 @@
// flow-typed signature: 108b09be539e135d8f6430de05c62380
// flow-typed version: <<STUB>>/glob_v^7.1.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'glob'
*
* 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 'glob' {
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 'glob/common' {
declare module.exports: any;
}
declare module 'glob/glob' {
declare module.exports: any;
}
declare module 'glob/sync' {
declare module.exports: any;
}
// Filename aliases
declare module 'glob/common.js' {
declare module.exports: $Exports<'glob/common'>;
}
declare module 'glob/glob.js' {
declare module.exports: $Exports<'glob/glob'>;
}
declare module 'glob/sync.js' {
declare module.exports: $Exports<'glob/sync'>;
}

View file

@ -0,0 +1,38 @@
// flow-typed signature: b4056fa1130866fc5702e9fc164c753b
// flow-typed version: <<STUB>>/immutability-helper_v^2.3.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'immutability-helper'
*
* 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 'immutability-helper' {
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 'immutability-helper/test' {
declare module.exports: any;
}
// Filename aliases
declare module 'immutability-helper/index' {
declare module.exports: $Exports<'immutability-helper'>;
}
declare module 'immutability-helper/index.js' {
declare module.exports: $Exports<'immutability-helper'>;
}
declare module 'immutability-helper/test.js' {
declare module.exports: $Exports<'immutability-helper/test'>;
}

255
flow-typed/npm/js-yaml_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,255 @@
// flow-typed signature: d697245cd484ef0d805c83f0e6ede07b
// flow-typed version: <<STUB>>/js-yaml_v^3.9.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'js-yaml'
*
* 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 'js-yaml' {
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 'js-yaml/bin/js-yaml' {
declare module.exports: any;
}
declare module 'js-yaml/dist/js-yaml' {
declare module.exports: any;
}
declare module 'js-yaml/dist/js-yaml.min' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/common' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/dumper' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/exception' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/loader' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/mark' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/schema' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/schema/core' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/schema/default_full' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/schema/default_safe' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/schema/failsafe' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/schema/json' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/binary' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/bool' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/float' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/int' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/js/function' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/js/regexp' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/js/undefined' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/map' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/merge' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/null' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/omap' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/pairs' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/seq' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/set' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/str' {
declare module.exports: any;
}
declare module 'js-yaml/lib/js-yaml/type/timestamp' {
declare module.exports: any;
}
// Filename aliases
declare module 'js-yaml/bin/js-yaml.js' {
declare module.exports: $Exports<'js-yaml/bin/js-yaml'>;
}
declare module 'js-yaml/dist/js-yaml.js' {
declare module.exports: $Exports<'js-yaml/dist/js-yaml'>;
}
declare module 'js-yaml/dist/js-yaml.min.js' {
declare module.exports: $Exports<'js-yaml/dist/js-yaml.min'>;
}
declare module 'js-yaml/index' {
declare module.exports: $Exports<'js-yaml'>;
}
declare module 'js-yaml/index.js' {
declare module.exports: $Exports<'js-yaml'>;
}
declare module 'js-yaml/lib/js-yaml.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml'>;
}
declare module 'js-yaml/lib/js-yaml/common.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/common'>;
}
declare module 'js-yaml/lib/js-yaml/dumper.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/dumper'>;
}
declare module 'js-yaml/lib/js-yaml/exception.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/exception'>;
}
declare module 'js-yaml/lib/js-yaml/loader.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/loader'>;
}
declare module 'js-yaml/lib/js-yaml/mark.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/mark'>;
}
declare module 'js-yaml/lib/js-yaml/schema.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema'>;
}
declare module 'js-yaml/lib/js-yaml/schema/core.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/core'>;
}
declare module 'js-yaml/lib/js-yaml/schema/default_full.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/default_full'>;
}
declare module 'js-yaml/lib/js-yaml/schema/default_safe.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/default_safe'>;
}
declare module 'js-yaml/lib/js-yaml/schema/failsafe.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/failsafe'>;
}
declare module 'js-yaml/lib/js-yaml/schema/json.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/json'>;
}
declare module 'js-yaml/lib/js-yaml/type.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type'>;
}
declare module 'js-yaml/lib/js-yaml/type/binary.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/binary'>;
}
declare module 'js-yaml/lib/js-yaml/type/bool.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/bool'>;
}
declare module 'js-yaml/lib/js-yaml/type/float.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/float'>;
}
declare module 'js-yaml/lib/js-yaml/type/int.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/int'>;
}
declare module 'js-yaml/lib/js-yaml/type/js/function.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/js/function'>;
}
declare module 'js-yaml/lib/js-yaml/type/js/regexp.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/js/regexp'>;
}
declare module 'js-yaml/lib/js-yaml/type/js/undefined.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/js/undefined'>;
}
declare module 'js-yaml/lib/js-yaml/type/map.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/map'>;
}
declare module 'js-yaml/lib/js-yaml/type/merge.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/merge'>;
}
declare module 'js-yaml/lib/js-yaml/type/null.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/null'>;
}
declare module 'js-yaml/lib/js-yaml/type/omap.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/omap'>;
}
declare module 'js-yaml/lib/js-yaml/type/pairs.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/pairs'>;
}
declare module 'js-yaml/lib/js-yaml/type/seq.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/seq'>;
}
declare module 'js-yaml/lib/js-yaml/type/set.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/set'>;
}
declare module 'js-yaml/lib/js-yaml/type/str.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/str'>;
}
declare module 'js-yaml/lib/js-yaml/type/timestamp.js' {
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/timestamp'>;
}

1047
flow-typed/npm/lodash_v4.x.x.js vendored Normal file

File diff suppressed because it is too large Load diff

242
flow-typed/npm/moment_v2.3.x.js vendored Normal file
View file

@ -0,0 +1,242 @@
// flow-typed signature: 3409270fb7c9e22d114cc0f4ac1dbf36
// flow-typed version: 148333be22/moment_v2.3.x/flow_>=v0.34.x
type moment$MomentOptions = {
y?: number|string,
year?: number|string,
years?: number|string,
M?: number|string,
month?: number|string,
months?: number|string,
d?: number|string,
day?: number|string,
days?: number|string,
date?: number|string,
h?: number|string,
hour?: number|string,
hours?: number|string,
m?: number|string,
minute?: number|string,
minutes?: number|string,
s?: number|string,
second?: number|string,
seconds?: number|string,
ms?: number|string,
millisecond?: number|string,
milliseconds?: number|string,
};
type moment$MomentObject = {
years: number,
months: number,
date: number,
hours: number,
minutes: number,
seconds: number,
milliseconds: number,
};
type moment$MomentCreationData = {
input: string,
format: string,
locale: Object,
isUTC: bool,
strict: bool,
};
type moment$CalendarFormat = string | (moment: moment$Moment) => string;
type moment$CalendarFormats = {
sameDay?: moment$CalendarFormat,
nextDay?: moment$CalendarFormat,
nextWeek?: moment$CalendarFormat,
lastDay?: moment$CalendarFormat,
lastWeek?: moment$CalendarFormat,
sameElse?: moment$CalendarFormat,
};
declare class moment$LocaleData {
months(moment: moment$Moment): string;
monthsShort(moment: moment$Moment): string;
monthsParse(month: string): number;
weekdays(moment: moment$Moment): string;
weekdaysShort(moment: moment$Moment): string;
weekdaysMin(moment: moment$Moment): string;
weekdaysParse(weekDay: string): number;
longDateFormat(dateFormat: string): string;
isPM(date: string): bool;
meridiem(hours: number, minutes: number, isLower: bool): string;
calendar(key: 'sameDay'|'nextDay'|'lastDay'|'nextWeek'|'prevWeek'|'sameElse', moment: moment$Moment): string;
relativeTime(number: number, withoutSuffix: bool, key: 's'|'m'|'mm'|'h'|'hh'|'d'|'dd'|'M'|'MM'|'y'|'yy', isFuture: bool): string;
pastFuture(diff: any, relTime: string): string;
ordinal(number: number): string;
preparse(str: string): any;
postformat(str: string): any;
week(moment: moment$Moment): string;
invalidDate(): string;
firstDayOfWeek(): number;
firstDayOfYear(): number;
}
declare class moment$MomentDuration {
humanize(suffix?: bool): string;
milliseconds(): number;
asMilliseconds(): number;
seconds(): number;
asSeconds(): number;
minutes(): number;
asMinutes(): number;
hours(): number;
asHours(): number;
days(): number;
asDays(): number;
months(): number;
asMonths(): number;
years(): number;
asYears(): number;
add(value: number|moment$MomentDuration|Object, unit?: string): this;
subtract(value: number|moment$MomentDuration|Object, unit?: string): this;
as(unit: string): number;
get(unit: string): number;
toJSON(): string;
toISOString(): string;
isValid(): bool;
}
declare class moment$Moment {
static ISO_8601: string;
static (string?: string, format?: string|Array<string>, locale?: string, strict?: bool): moment$Moment;
static (initDate: ?Object|number|Date|Array<number>|moment$Moment|string): moment$Moment;
static unix(seconds: number): moment$Moment;
static utc(): moment$Moment;
static utc(number: number|Array<number>): moment$Moment;
static utc(str: string, str2?: string|Array<string>, str3?: string): moment$Moment;
static utc(moment: moment$Moment): moment$Moment;
static utc(date: Date): moment$Moment;
static parseZone(): moment$Moment;
static parseZone(rawDate: string): moment$Moment;
static parseZone(rawDate: string, format: string | Array<string>): moment$Moment;
static parseZone(rawDate: string, format: string, strict: boolean): moment$Moment;
static parseZone(rawDate: string, format: string, locale: string, strict: boolean): moment$Moment;
isValid(): bool;
invalidAt(): 0|1|2|3|4|5|6;
creationData(): moment$MomentCreationData;
millisecond(number: number): this;
milliseconds(number: number): this;
millisecond(): number;
milliseconds(): number;
second(number: number): this;
seconds(number: number): this;
second(): number;
seconds(): number;
minute(number: number): this;
minutes(number: number): this;
minute(): number;
minutes(): number;
hour(number: number): this;
hours(number: number): this;
hour(): number;
hours(): number;
date(number: number): this;
dates(number: number): this;
date(): number;
dates(): number;
day(day: number|string): this;
days(day: number|string): this;
day(): number;
days(): number;
weekday(number: number): this;
weekday(): number;
isoWeekday(number: number): this;
isoWeekday(): number;
dayOfYear(number: number): this;
dayOfYear(): number;
week(number: number): this;
weeks(number: number): this;
week(): number;
weeks(): number;
isoWeek(number: number): this;
isoWeeks(number: number): this;
isoWeek(): number;
isoWeeks(): number;
month(number: number): this;
months(number: number): this;
month(): number;
months(): number;
quarter(number: number): this;
quarter(): number;
year(number: number): this;
years(number: number): this;
year(): number;
years(): number;
weekYear(number: number): this;
weekYear(): number;
isoWeekYear(number: number): this;
isoWeekYear(): number;
weeksInYear(): number;
isoWeeksInYear(): number;
get(string: string): number;
set(unit: string, value: number): this;
set(options: { [unit: string]: number }): this;
static max(...dates: Array<moment$Moment>): moment$Moment;
static max(dates: Array<moment$Moment>): moment$Moment;
static min(...dates: Array<moment$Moment>): moment$Moment;
static min(dates: Array<moment$Moment>): moment$Moment;
add(value: number|moment$MomentDuration|moment$Moment|Object, unit?: string): this;
subtract(value: number|moment$MomentDuration|moment$Moment|string|Object, unit?: string): this;
startOf(unit: string): this;
endOf(unit: string): this;
local(): this;
utc(): this;
utcOffset(offset: number|string): this;
utcOffset(): number;
format(format?: string): string;
fromNow(removeSuffix?: bool): string;
from(value: moment$Moment|string|number|Date|Array<number>, removePrefix?: bool): string;
toNow(removePrefix?: bool): string;
to(value: moment$Moment|string|number|Date|Array<number>, removePrefix?: bool): string;
calendar(refTime?: any, formats?: moment$CalendarFormats): string;
diff(date: moment$Moment|string|number|Date|Array<number>, format?: string, floating?: bool): number;
valueOf(): number;
unix(): number;
daysInMonth(): number;
toDate(): Date;
toArray(): Array<number>;
toJSON(): string;
toISOString(): string;
toObject(): moment$MomentObject;
isBefore(date?: moment$Moment|string|number|Date|Array<number>, units?: ?string): bool;
isSame(date?: moment$Moment|string|number|Date|Array<number>, units?: ?string): bool;
isAfter(date?: moment$Moment|string|number|Date|Array<number>, units?: ?string): bool;
isSameOrBefore(date?: moment$Moment|string|number|Date|Array<number>, units?: ?string): bool;
isSameOrAfter(date?: moment$Moment|string|number|Date|Array<number>, units?: ?string): bool;
isBetween(date: moment$Moment|string|number|Date|Array<number>): bool;
isDST(): bool;
isDSTShifted(): bool;
isLeapYear(): bool;
clone(): moment$Moment;
static isMoment(obj: any): bool;
static isDate(obj: any): bool;
static locale(locale: string, localeData?: Object): string;
static updateLocale(locale: string, localeData?: ?Object): void;
static locale(locales: Array<string>): string;
locale(locale: string, customization?: Object|null): moment$Moment;
locale(): string;
static months(): Array<string>;
static monthsShort(): Array<string>;
static weekdays(): Array<string>;
static weekdaysShort(): Array<string>;
static weekdaysMin(): Array<string>;
static months(): string;
static monthsShort(): string;
static weekdays(): string;
static weekdaysShort(): string;
static weekdaysMin(): string;
static localeData(key?: string): moment$LocaleData;
static duration(value: number|Object|string, unit?: string): moment$MomentDuration;
static isDuration(obj: any): bool;
static normalizeUnits(unit: string): string;
static invalid(object: any): moment$Moment;
}
declare module 'moment' {
declare module.exports: Class<moment$Moment>;
}

249
flow-typed/npm/node-sass_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,249 @@
// flow-typed signature: b62289b8cf56449ba9a6e3d76f2dee62
// flow-typed version: <<STUB>>/node-sass_v^4.5.3/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'node-sass'
*
* 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 'node-sass' {
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 'node-sass/lib/binding' {
declare module.exports: any;
}
declare module 'node-sass/lib/errors' {
declare module.exports: any;
}
declare module 'node-sass/lib/extensions' {
declare module.exports: any;
}
declare module 'node-sass/lib/index' {
declare module.exports: any;
}
declare module 'node-sass/lib/render' {
declare module.exports: any;
}
declare module 'node-sass/scripts/build' {
declare module.exports: any;
}
declare module 'node-sass/scripts/coverage' {
declare module.exports: any;
}
declare module 'node-sass/scripts/install' {
declare module.exports: any;
}
declare module 'node-sass/scripts/prepublish' {
declare module.exports: any;
}
declare module 'node-sass/scripts/util/downloadoptions' {
declare module.exports: any;
}
declare module 'node-sass/scripts/util/proxy' {
declare module.exports: any;
}
declare module 'node-sass/scripts/util/useragent' {
declare module.exports: any;
}
declare module 'node-sass/test/api' {
declare module.exports: any;
}
declare module 'node-sass/test/binding' {
declare module.exports: any;
}
declare module 'node-sass/test/cli' {
declare module.exports: any;
}
declare module 'node-sass/test/downloadoptions' {
declare module.exports: any;
}
declare module 'node-sass/test/errors' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_arrays_of_importers' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_functions_setter' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_functions_string_conversion' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_data_cb' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_data' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_error' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file_and_data_cb' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file_and_data' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file_cb' {
declare module.exports: any;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file' {
declare module.exports: any;
}
declare module 'node-sass/test/lowlevel' {
declare module.exports: any;
}
declare module 'node-sass/test/runtime' {
declare module.exports: any;
}
declare module 'node-sass/test/scripts/util/proxy' {
declare module.exports: any;
}
declare module 'node-sass/test/spec' {
declare module.exports: any;
}
declare module 'node-sass/test/useragent' {
declare module.exports: any;
}
// Filename aliases
declare module 'node-sass/lib/binding.js' {
declare module.exports: $Exports<'node-sass/lib/binding'>;
}
declare module 'node-sass/lib/errors.js' {
declare module.exports: $Exports<'node-sass/lib/errors'>;
}
declare module 'node-sass/lib/extensions.js' {
declare module.exports: $Exports<'node-sass/lib/extensions'>;
}
declare module 'node-sass/lib/index.js' {
declare module.exports: $Exports<'node-sass/lib/index'>;
}
declare module 'node-sass/lib/render.js' {
declare module.exports: $Exports<'node-sass/lib/render'>;
}
declare module 'node-sass/scripts/build.js' {
declare module.exports: $Exports<'node-sass/scripts/build'>;
}
declare module 'node-sass/scripts/coverage.js' {
declare module.exports: $Exports<'node-sass/scripts/coverage'>;
}
declare module 'node-sass/scripts/install.js' {
declare module.exports: $Exports<'node-sass/scripts/install'>;
}
declare module 'node-sass/scripts/prepublish.js' {
declare module.exports: $Exports<'node-sass/scripts/prepublish'>;
}
declare module 'node-sass/scripts/util/downloadoptions.js' {
declare module.exports: $Exports<'node-sass/scripts/util/downloadoptions'>;
}
declare module 'node-sass/scripts/util/proxy.js' {
declare module.exports: $Exports<'node-sass/scripts/util/proxy'>;
}
declare module 'node-sass/scripts/util/useragent.js' {
declare module.exports: $Exports<'node-sass/scripts/util/useragent'>;
}
declare module 'node-sass/test/api.js' {
declare module.exports: $Exports<'node-sass/test/api'>;
}
declare module 'node-sass/test/binding.js' {
declare module.exports: $Exports<'node-sass/test/binding'>;
}
declare module 'node-sass/test/cli.js' {
declare module.exports: $Exports<'node-sass/test/cli'>;
}
declare module 'node-sass/test/downloadoptions.js' {
declare module.exports: $Exports<'node-sass/test/downloadoptions'>;
}
declare module 'node-sass/test/errors.js' {
declare module.exports: $Exports<'node-sass/test/errors'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_arrays_of_importers.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_arrays_of_importers'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_functions_setter.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_functions_setter'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_functions_string_conversion.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_functions_string_conversion'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_data_cb.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_importer_data_cb'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_data.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_importer_data'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_error.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_importer_error'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file_and_data_cb.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_importer_file_and_data_cb'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file_and_data.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_importer_file_and_data'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file_cb.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_importer_file_cb'>;
}
declare module 'node-sass/test/fixtures/extras/my_custom_importer_file.js' {
declare module.exports: $Exports<'node-sass/test/fixtures/extras/my_custom_importer_file'>;
}
declare module 'node-sass/test/lowlevel.js' {
declare module.exports: $Exports<'node-sass/test/lowlevel'>;
}
declare module 'node-sass/test/runtime.js' {
declare module.exports: $Exports<'node-sass/test/runtime'>;
}
declare module 'node-sass/test/scripts/util/proxy.js' {
declare module.exports: $Exports<'node-sass/test/scripts/util/proxy'>;
}
declare module 'node-sass/test/spec.js' {
declare module.exports: $Exports<'node-sass/test/spec'>;
}
declare module 'node-sass/test/useragent.js' {
declare module.exports: $Exports<'node-sass/test/useragent'>;
}

View file

@ -0,0 +1,45 @@
// flow-typed signature: be91233006134fdcf02c711d9f6bc293
// flow-typed version: <<STUB>>/path-complete-extname_v^0.1.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'path-complete-extname'
*
* 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 'path-complete-extname' {
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 'path-complete-extname/Gruntfile' {
declare module.exports: any;
}
declare module 'path-complete-extname/test' {
declare module.exports: any;
}
// Filename aliases
declare module 'path-complete-extname/Gruntfile.js' {
declare module.exports: $Exports<'path-complete-extname/Gruntfile'>;
}
declare module 'path-complete-extname/index' {
declare module.exports: $Exports<'path-complete-extname'>;
}
declare module 'path-complete-extname/index.js' {
declare module.exports: $Exports<'path-complete-extname'>;
}
declare module 'path-complete-extname/test.js' {
declare module.exports: $Exports<'path-complete-extname/test'>;
}

46
flow-typed/npm/postcss-loader_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,46 @@
// flow-typed signature: 7750ad1d054a4bb3b3e45240c6c4e462
// flow-typed version: <<STUB>>/postcss-loader_v^2.0.6/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'postcss-loader'
*
* 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 'postcss-loader' {
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 'postcss-loader/lib/Error' {
declare module.exports: any;
}
declare module 'postcss-loader/lib/index' {
declare module.exports: any;
}
declare module 'postcss-loader/lib/options' {
declare module.exports: any;
}
// Filename aliases
declare module 'postcss-loader/lib/Error.js' {
declare module.exports: $Exports<'postcss-loader/lib/Error'>;
}
declare module 'postcss-loader/lib/index.js' {
declare module.exports: $Exports<'postcss-loader/lib/index'>;
}
declare module 'postcss-loader/lib/options.js' {
declare module.exports: $Exports<'postcss-loader/lib/options'>;
}

View file

@ -0,0 +1,67 @@
// flow-typed signature: da68a9867b070878772bc7a5a4fa5e06
// flow-typed version: <<STUB>>/postcss-smart-import_v^0.7.5/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'postcss-smart-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 'postcss-smart-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 'postcss-smart-import/gulpfile.babel' {
declare module.exports: any;
}
declare module 'postcss-smart-import/lib/index.classic.commonjs' {
declare module.exports: any;
}
declare module 'postcss-smart-import/lib/index.classic.esmodule' {
declare module.exports: any;
}
declare module 'postcss-smart-import/lib/index.es2015.esmodule' {
declare module.exports: any;
}
declare module 'postcss-smart-import/lib/index.modern.commonjs' {
declare module.exports: any;
}
declare module 'postcss-smart-import/lib/index.modern.esmodule' {
declare module.exports: any;
}
// Filename aliases
declare module 'postcss-smart-import/gulpfile.babel.js' {
declare module.exports: $Exports<'postcss-smart-import/gulpfile.babel'>;
}
declare module 'postcss-smart-import/lib/index.classic.commonjs.js' {
declare module.exports: $Exports<'postcss-smart-import/lib/index.classic.commonjs'>;
}
declare module 'postcss-smart-import/lib/index.classic.esmodule.js' {
declare module.exports: $Exports<'postcss-smart-import/lib/index.classic.esmodule'>;
}
declare module 'postcss-smart-import/lib/index.es2015.esmodule.js' {
declare module.exports: $Exports<'postcss-smart-import/lib/index.es2015.esmodule'>;
}
declare module 'postcss-smart-import/lib/index.modern.commonjs.js' {
declare module.exports: $Exports<'postcss-smart-import/lib/index.modern.commonjs'>;
}
declare module 'postcss-smart-import/lib/index.modern.esmodule.js' {
declare module.exports: $Exports<'postcss-smart-import/lib/index.modern.esmodule'>;
}

33
flow-typed/npm/precss_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,33 @@
// flow-typed signature: b907a81b22c83a788579f89a4d6881f6
// flow-typed version: <<STUB>>/precss_v^2.0.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'precss'
*
* 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 'precss' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
// Filename aliases
declare module 'precss/index' {
declare module.exports: $Exports<'precss'>;
}
declare module 'precss/index.js' {
declare module.exports: $Exports<'precss'>;
}

80
flow-typed/npm/prettier_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,80 @@
// flow-typed signature: ec2480bdab6d29c50fa0e02fac6424fd
// flow-typed version: <<STUB>>/prettier_v^1.7.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'prettier'
*
* 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 'prettier' {
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 'prettier/bin/prettier' {
declare module.exports: any;
}
declare module 'prettier/parser-babylon' {
declare module.exports: any;
}
declare module 'prettier/parser-flow' {
declare module.exports: any;
}
declare module 'prettier/parser-graphql' {
declare module.exports: any;
}
declare module 'prettier/parser-parse5' {
declare module.exports: any;
}
declare module 'prettier/parser-postcss' {
declare module.exports: any;
}
declare module 'prettier/parser-typescript' {
declare module.exports: any;
}
// Filename aliases
declare module 'prettier/bin/prettier.js' {
declare module.exports: $Exports<'prettier/bin/prettier'>;
}
declare module 'prettier/index' {
declare module.exports: $Exports<'prettier'>;
}
declare module 'prettier/index.js' {
declare module.exports: $Exports<'prettier'>;
}
declare module 'prettier/parser-babylon.js' {
declare module.exports: $Exports<'prettier/parser-babylon'>;
}
declare module 'prettier/parser-flow.js' {
declare module.exports: $Exports<'prettier/parser-flow'>;
}
declare module 'prettier/parser-graphql.js' {
declare module.exports: $Exports<'prettier/parser-graphql'>;
}
declare module 'prettier/parser-parse5.js' {
declare module.exports: $Exports<'prettier/parser-parse5'>;
}
declare module 'prettier/parser-postcss.js' {
declare module.exports: $Exports<'prettier/parser-postcss'>;
}
declare module 'prettier/parser-typescript.js' {
declare module.exports: $Exports<'prettier/parser-typescript'>;
}

38
flow-typed/npm/prettysize_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,38 @@
// flow-typed signature: 016d1d07ed837df856600333ae3aa66c
// flow-typed version: <<STUB>>/prettysize_v^0.1.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'prettysize'
*
* 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 'prettysize' {
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 'prettysize/tests/tests' {
declare module.exports: any;
}
// Filename aliases
declare module 'prettysize/index' {
declare module.exports: $Exports<'prettysize'>;
}
declare module 'prettysize/index.js' {
declare module.exports: $Exports<'prettysize'>;
}
declare module 'prettysize/tests/tests.js' {
declare module.exports: $Exports<'prettysize/tests/tests'>;
}

34
flow-typed/npm/prop-types_v15.x.x.js vendored Normal file
View file

@ -0,0 +1,34 @@
// flow-typed signature: 3eaa1f24c7397b78a7481992d2cddcb2
// flow-typed version: a1a20d4928/prop-types_v15.x.x/flow_>=v0.41.x
type $npm$propTypes$ReactPropsCheckType = (
props: any,
propName: string,
componentName: string,
href?: string) => ?Error;
declare module 'prop-types' {
declare var array: React$PropType$Primitive<Array<any>>;
declare var bool: React$PropType$Primitive<boolean>;
declare var func: React$PropType$Primitive<Function>;
declare var number: React$PropType$Primitive<number>;
declare var object: React$PropType$Primitive<Object>;
declare var string: React$PropType$Primitive<string>;
declare var any: React$PropType$Primitive<any>;
declare var arrayOf: React$PropType$ArrayOf;
declare var element: React$PropType$Primitive<any>; /* TODO */
declare var instanceOf: React$PropType$InstanceOf;
declare var node: React$PropType$Primitive<any>; /* TODO */
declare var objectOf: React$PropType$ObjectOf;
declare var oneOf: React$PropType$OneOf;
declare var oneOfType: React$PropType$OneOfType;
declare var shape: React$PropType$Shape;
declare function checkPropTypes<V>(
propTypes: $Subtype<{[_: $Keys<V>]: $npm$propTypes$ReactPropsCheckType}>,
values: V,
location: string,
componentName: string,
getStack: ?(() => ?string)
) : void;
}

View file

@ -0,0 +1,38 @@
// flow-typed signature: 8189c0cd612eff3e9fd27797367fa850
// flow-typed version: <<STUB>>/rails-erb-loader_v^5.0.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'rails-erb-loader'
*
* 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 'rails-erb-loader' {
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 'rails-erb-loader/test' {
declare module.exports: any;
}
// Filename aliases
declare module 'rails-erb-loader/index' {
declare module.exports: $Exports<'rails-erb-loader'>;
}
declare module 'rails-erb-loader/index.js' {
declare module.exports: $Exports<'rails-erb-loader'>;
}
declare module 'rails-erb-loader/test.js' {
declare module.exports: $Exports<'rails-erb-loader/test'>;
}

View file

@ -0,0 +1,319 @@
// flow-typed signature: d9e2f506969f4808e4bbce470ffee333
// flow-typed version: <<STUB>>/react-bootstrap-table_v^4.0.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-bootstrap-table'
*
* 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 'react-bootstrap-table' {
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 'react-bootstrap-table/dist/react-bootstrap-table' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/dist/react-bootstrap-table.min' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/BootstrapTable' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/Const' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/csv_export_util' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/Editor' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/ExpandComponent' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/ExpandRowHeaderColumn' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/filesaver' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/Filter' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/filters/Date' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/filters/Number' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/filters/Regex' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/filters/Select' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/filters/Text' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/index' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/Notification' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/pagination/PageButton' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/pagination/PaginationList' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/pagination/SizePerPageDropDown' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/SelectRowHeaderColumn' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/store/TableDataStore' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/TableBody' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/TableColumn' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/TableEditColumn' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/TableFilter' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/TableHeader' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/TableHeaderColumn' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/TableRow' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/ButtonGroup' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/ClearSearchButton' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/DeleteButton' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/ExportCSVButton' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertButton' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModal' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModalBody' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModalFooter' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModalHeader' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/SearchField' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/ShowSelectedOnlyButton' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/toolbar/ToolBar' {
declare module.exports: any;
}
declare module 'react-bootstrap-table/lib/util' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-bootstrap-table/dist/react-bootstrap-table.js' {
declare module.exports: $Exports<'react-bootstrap-table/dist/react-bootstrap-table'>;
}
declare module 'react-bootstrap-table/dist/react-bootstrap-table.min.js' {
declare module.exports: $Exports<'react-bootstrap-table/dist/react-bootstrap-table.min'>;
}
declare module 'react-bootstrap-table/lib/BootstrapTable.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/BootstrapTable'>;
}
declare module 'react-bootstrap-table/lib/Const.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/Const'>;
}
declare module 'react-bootstrap-table/lib/csv_export_util.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/csv_export_util'>;
}
declare module 'react-bootstrap-table/lib/Editor.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/Editor'>;
}
declare module 'react-bootstrap-table/lib/ExpandComponent.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/ExpandComponent'>;
}
declare module 'react-bootstrap-table/lib/ExpandRowHeaderColumn.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/ExpandRowHeaderColumn'>;
}
declare module 'react-bootstrap-table/lib/filesaver.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/filesaver'>;
}
declare module 'react-bootstrap-table/lib/Filter.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/Filter'>;
}
declare module 'react-bootstrap-table/lib/filters/Date.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/filters/Date'>;
}
declare module 'react-bootstrap-table/lib/filters/Number.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/filters/Number'>;
}
declare module 'react-bootstrap-table/lib/filters/Regex.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/filters/Regex'>;
}
declare module 'react-bootstrap-table/lib/filters/Select.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/filters/Select'>;
}
declare module 'react-bootstrap-table/lib/filters/Text.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/filters/Text'>;
}
declare module 'react-bootstrap-table/lib/index.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/index'>;
}
declare module 'react-bootstrap-table/lib/Notification.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/Notification'>;
}
declare module 'react-bootstrap-table/lib/pagination/PageButton.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/pagination/PageButton'>;
}
declare module 'react-bootstrap-table/lib/pagination/PaginationList.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/pagination/PaginationList'>;
}
declare module 'react-bootstrap-table/lib/pagination/SizePerPageDropDown.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/pagination/SizePerPageDropDown'>;
}
declare module 'react-bootstrap-table/lib/SelectRowHeaderColumn.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/SelectRowHeaderColumn'>;
}
declare module 'react-bootstrap-table/lib/store/TableDataStore.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/store/TableDataStore'>;
}
declare module 'react-bootstrap-table/lib/TableBody.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/TableBody'>;
}
declare module 'react-bootstrap-table/lib/TableColumn.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/TableColumn'>;
}
declare module 'react-bootstrap-table/lib/TableEditColumn.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/TableEditColumn'>;
}
declare module 'react-bootstrap-table/lib/TableFilter.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/TableFilter'>;
}
declare module 'react-bootstrap-table/lib/TableHeader.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/TableHeader'>;
}
declare module 'react-bootstrap-table/lib/TableHeaderColumn.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/TableHeaderColumn'>;
}
declare module 'react-bootstrap-table/lib/TableRow.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/TableRow'>;
}
declare module 'react-bootstrap-table/lib/toolbar/ButtonGroup.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/ButtonGroup'>;
}
declare module 'react-bootstrap-table/lib/toolbar/ClearSearchButton.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/ClearSearchButton'>;
}
declare module 'react-bootstrap-table/lib/toolbar/DeleteButton.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/DeleteButton'>;
}
declare module 'react-bootstrap-table/lib/toolbar/ExportCSVButton.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/ExportCSVButton'>;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertButton.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/InsertButton'>;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModal.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/InsertModal'>;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModalBody.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/InsertModalBody'>;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModalFooter.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/InsertModalFooter'>;
}
declare module 'react-bootstrap-table/lib/toolbar/InsertModalHeader.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/InsertModalHeader'>;
}
declare module 'react-bootstrap-table/lib/toolbar/SearchField.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/SearchField'>;
}
declare module 'react-bootstrap-table/lib/toolbar/ShowSelectedOnlyButton.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/ShowSelectedOnlyButton'>;
}
declare module 'react-bootstrap-table/lib/toolbar/ToolBar.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/toolbar/ToolBar'>;
}
declare module 'react-bootstrap-table/lib/util.js' {
declare module.exports: $Exports<'react-bootstrap-table/lib/util'>;
}

1439
flow-typed/npm/react-bootstrap_vx.x.x.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,45 @@
// flow-typed signature: bc9de7d76b8c1b9bc1d4b84e5f36892d
// flow-typed version: <<STUB>>/react-data-grid_v^2.0.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-data-grid'
*
* 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 'react-data-grid' {
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 'react-data-grid/dist/react-data-grid' {
declare module.exports: any;
}
declare module 'react-data-grid/dist/react-data-grid.min' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-data-grid/dist/react-data-grid.js' {
declare module.exports: $Exports<'react-data-grid/dist/react-data-grid'>;
}
declare module 'react-data-grid/dist/react-data-grid.min.js' {
declare module.exports: $Exports<'react-data-grid/dist/react-data-grid.min'>;
}
declare module 'react-data-grid/index' {
declare module.exports: $Exports<'react-data-grid'>;
}
declare module 'react-data-grid/index.js' {
declare module.exports: $Exports<'react-data-grid'>;
}

View file

@ -0,0 +1,67 @@
// flow-typed signature: e3a62462e1b024bd70ee4a18ea8c1763
// flow-typed version: <<STUB>>/react-intl-redux_v^0.6.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-intl-redux'
*
* 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 'react-intl-redux' {
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 'react-intl-redux/lib/components/IntlProvider' {
declare module.exports: any;
}
declare module 'react-intl-redux/lib/components/Provider' {
declare module.exports: any;
}
declare module 'react-intl-redux/lib/index' {
declare module.exports: any;
}
declare module 'react-intl-redux/src/components/IntlProvider' {
declare module.exports: any;
}
declare module 'react-intl-redux/src/components/Provider' {
declare module.exports: any;
}
declare module 'react-intl-redux/src/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-intl-redux/lib/components/IntlProvider.js' {
declare module.exports: $Exports<'react-intl-redux/lib/components/IntlProvider'>;
}
declare module 'react-intl-redux/lib/components/Provider.js' {
declare module.exports: $Exports<'react-intl-redux/lib/components/Provider'>;
}
declare module 'react-intl-redux/lib/index.js' {
declare module.exports: $Exports<'react-intl-redux/lib/index'>;
}
declare module 'react-intl-redux/src/components/IntlProvider.js' {
declare module.exports: $Exports<'react-intl-redux/src/components/IntlProvider'>;
}
declare module 'react-intl-redux/src/components/Provider.js' {
declare module.exports: $Exports<'react-intl-redux/src/components/Provider'>;
}
declare module 'react-intl-redux/src/index.js' {
declare module.exports: $Exports<'react-intl-redux/src/index'>;
}

233
flow-typed/npm/react-intl_v2.x.x.js vendored Normal file
View file

@ -0,0 +1,233 @@
// flow-typed signature: 4c4c0d4f407d88878f9e0b815c57c823
// flow-typed version: 97b6f00328/react-intl_v2.x.x/flow_>=v0.53.x
/**
* Original implementation of this file by @marudor at https://github.com/marudor/flowInterfaces
* Copied here based on intention to merge with flow-typed expressed here:
* https://github.com/marudor/flowInterfaces/issues/6
*/
// Mostly from https://github.com/yahoo/react-intl/wiki/API#react-intl-api
type $npm$ReactIntl$LocaleData = {
locale: string,
[key: string]: any
};
type $npm$ReactIntl$MessageDescriptor = {
id: string,
description?: string,
defaultMessage?: string
};
type $npm$ReactIntl$IntlConfig = {
locale: string,
formats: Object,
messages: { [id: string]: string },
defaultLocale?: string,
defaultFormats?: Object
};
type $npm$ReactIntl$IntlProviderConfig = {
locale?: string,
formats?: Object,
messages?: { [id: string]: string },
defaultLocale?: string,
defaultFormats?: Object
};
type $npm$ReactIntl$IntlFormat = {
formatDate: (value: any, options?: Object) => string,
formatTime: (value: any, options?: Object) => string,
formatRelative: (value: any, options?: Object) => string,
formatNumber: (value: any, options?: Object) => string,
formatPlural: (value: any, options?: Object) => string,
formatMessage: (
messageDescriptor: $npm$ReactIntl$MessageDescriptor,
values?: Object
) => string,
formatHTMLMessage: (
messageDescriptor: $npm$ReactIntl$MessageDescriptor,
values?: Object
) => string
};
type $npm$ReactIntl$IntlShape = $npm$ReactIntl$IntlConfig &
$npm$ReactIntl$IntlFormat & { now: () => number };
type $npm$ReactIntl$DateTimeFormatOptions = {
localeMatcher?: "best fit" | "lookup",
formatMatcher?: "basic" | "best fit",
timeZone?: string,
hour12?: boolean,
weekday?: "narrow" | "short" | "long",
era?: "narrow" | "short" | "long",
year?: "numeric" | "2-digit",
month?: "numeric" | "2-digit" | "narrow" | "short" | "long",
day?: "numeric" | "2-digit",
hour?: "numeric" | "2-digit",
minute?: "numeric" | "2-digit",
second?: "numeric" | "2-digit",
timeZoneName?: "short" | "long"
};
type $npm$ReactIntl$RelativeFormatOptions = {
style?: "best fit" | "numeric",
units?: "second" | "minute" | "hour" | "day" | "month" | "year"
};
type $npm$ReactIntl$NumberFormatOptions = {
localeMatcher?: "best fit" | "lookup",
style?: "decimal" | "currency" | "percent",
currency?: string,
currencyDisplay?: "symbol" | "code" | "name",
useGrouping?: boolean,
minimumIntegerDigits?: number,
minimumFractionDigits?: number,
maximumFractionDigits?: number,
minimumSignificantDigits?: number,
maximumSignificantDigits?: number
};
type $npm$ReactIntl$PluralFormatOptions = {
style?: "cardinal" | "ordinal"
};
type $npm$ReactIntl$PluralCategoryString =
| "zero"
| "one"
| "two"
| "few"
| "many"
| "other";
type $npm$ReactIntl$DateParseable = number | string | Date;
declare module "react-intl" {
// PropType checker
declare function intlShape(
props: Object,
propName: string,
componentName: string
): void;
declare function addLocaleData(
data: $npm$ReactIntl$LocaleData | Array<$npm$ReactIntl$LocaleData>
): void;
declare function defineMessages<
T: { [key: string]: $npm$ReactIntl$MessageDescriptor }
>(
messageDescriptors: T
): T;
declare function injectIntl<Props: {}>(
WrappedComponent: React$ComponentType<
{ intl: $npm$ReactIntl$IntlShape } & Props
>,
options?: {
intlPropName?: string,
withRef?: boolean
}
): React$ComponentType<Props>;
declare function formatMessage(
messageDescriptor: $npm$ReactIntl$MessageDescriptor,
values?: Object
): string;
declare function formatHTMLMessage(
messageDescriptor: $npm$ReactIntl$MessageDescriptor,
values?: Object
): string;
declare function formatDate(
value: any,
options?: $npm$ReactIntl$DateTimeFormatOptions & { format: string }
): string;
declare function formatTime(
value: any,
options?: $npm$ReactIntl$DateTimeFormatOptions & { format: string }
): string;
declare function formatRelative(
value: any,
options?: $npm$ReactIntl$RelativeFormatOptions & {
format: string,
now: any
}
): string;
declare function formatNumber(
value: any,
options?: $npm$ReactIntl$NumberFormatOptions & { format: string }
): string;
declare function formatPlural(
value: any,
options?: $npm$ReactIntl$PluralFormatOptions
): $npm$ReactIntl$PluralCategoryString;
declare class FormattedMessage extends React$Component<
$npm$ReactIntl$MessageDescriptor & {
values?: Object,
tagName?: string,
children?: (...formattedMessage: Array<React$Node>) => React$Node
}
> {}
declare class FormattedHTMLMessage extends React$Component<
$npm$ReactIntl$DateTimeFormatOptions & {
values?: Object,
tagName?: string,
children?: (...formattedMessage: Array<React$Node>) => React$Node
}
> {}
declare class FormattedDate extends React$Component<
$npm$ReactIntl$DateTimeFormatOptions & {
value: $npm$ReactIntl$DateParseable,
format?: string,
children?: (formattedDate: string) => React$Node
}
> {}
declare class FormattedTime extends React$Component<
$npm$ReactIntl$DateTimeFormatOptions & {
value: $npm$ReactIntl$DateParseable,
format?: string,
children?: (formattedDate: string) => React$Node
}
> {}
declare class FormattedRelative extends React$Component<
$npm$ReactIntl$RelativeFormatOptions & {
value: $npm$ReactIntl$DateParseable,
format?: string,
updateInterval?: number,
initialNow?: $npm$ReactIntl$DateParseable,
children?: (formattedDate: string) => React$Node
}
> {}
declare class FormattedNumber extends React$Component<
$npm$ReactIntl$NumberFormatOptions & {
value: number | string,
format?: string,
children?: (formattedNumber: string) => React$Node
}
> {}
declare class FormattedPlural extends React$Component<
$npm$ReactIntl$PluralFormatOptions & {
value: number | string,
other: React$Node,
zero?: React$Node,
one?: React$Node,
two?: React$Node,
few?: React$Node,
many?: React$Node,
children?: (formattedPlural: React$Node) => React$Node
}
> {}
declare class IntlProvider extends React$Component<
$npm$ReactIntl$IntlProviderConfig & {
children: React$Node,
initialNow?: $npm$ReactIntl$DateParseable
}
> {}
declare type IntlShape = $npm$ReactIntl$IntlShape;
declare type MessageDescriptor = $npm$ReactIntl$MessageDescriptor;
}

60
flow-typed/npm/react-moment_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,60 @@
// flow-typed signature: 4348d03e073e2f377d5b9fc1823328d5
// flow-typed version: <<STUB>>/react-moment_v^0.6.4/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-moment'
*
* 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 'react-moment' {
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 'react-moment/dist/index' {
declare module.exports: any;
}
declare module 'react-moment/src/index' {
declare module.exports: any;
}
declare module 'react-moment/src/objects' {
declare module.exports: any;
}
declare module 'react-moment/tests/index' {
declare module.exports: any;
}
declare module 'react-moment/tests/objects' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-moment/dist/index.js' {
declare module.exports: $Exports<'react-moment/dist/index'>;
}
declare module 'react-moment/src/index.jsx' {
declare module.exports: $Exports<'react-moment/src/index'>;
}
declare module 'react-moment/src/objects.js' {
declare module.exports: $Exports<'react-moment/src/objects'>;
}
declare module 'react-moment/tests/index.jsx' {
declare module.exports: $Exports<'react-moment/tests/index'>;
}
declare module 'react-moment/tests/objects.js' {
declare module.exports: $Exports<'react-moment/tests/objects'>;
}

114
flow-typed/npm/react-redux_v5.x.x.js vendored Normal file
View file

@ -0,0 +1,114 @@
// flow-typed signature: f0d96df48e9abc14bcc1405ba2a47dde
// flow-typed version: 83053e4020/react-redux_v5.x.x/flow_>=v0.53.x
// flow-typed signature: 8db7b853f57c51094bf0ab8b2650fd9c
// flow-typed version: ab8db5f14d/react-redux_v5.x.x/flow_>=v0.30.x
import type { Dispatch, Store } from "redux";
declare module "react-redux" {
/*
S = State
A = Action
OP = OwnProps
SP = StateProps
DP = DispatchProps
*/
declare type MapStateToProps<S, OP: Object, SP: Object> = (
state: S,
ownProps: OP
) => ((state: S, ownProps: OP) => SP) | SP;
declare type MapDispatchToProps<A, OP: Object, DP: Object> =
| ((dispatch: Dispatch<A>, ownProps: OP) => DP)
| DP;
declare type MergeProps<SP, DP: Object, OP: Object, P: Object> = (
stateProps: SP,
dispatchProps: DP,
ownProps: OP
) => P;
declare type Context = { store: Store<*, *> };
declare class ConnectedComponent<OP, P> extends React$Component<OP> {
static WrappedComponent: Class<React$Component<P>>,
getWrappedInstance(): React$Component<P>,
props: OP,
state: void
}
declare type ConnectedComponentClass<OP, P> = Class<
ConnectedComponent<OP, P>
>;
declare type Connector<OP, P> = (
component: React$ComponentType<P>
) => ConnectedComponentClass<OP, P>;
declare class Provider<S, A> extends React$Component<{
store: Store<S, A>,
children?: any
}> {}
declare function createProvider(
storeKey?: string,
subKey?: string
): Provider<*, *>;
declare type ConnectOptions = {
pure?: boolean,
withRef?: boolean
};
declare type Null = null | void;
declare function connect<A, OP>(
...rest: Array<void> // <= workaround for https://github.com/facebook/flow/issues/2360
): Connector<OP, $Supertype<{ dispatch: Dispatch<A> } & OP>>;
declare function connect<A, OP>(
mapStateToProps: Null,
mapDispatchToProps: Null,
mergeProps: Null,
options: ConnectOptions
): Connector<OP, $Supertype<{ dispatch: Dispatch<A> } & OP>>;
declare function connect<S, A, OP, SP>(
mapStateToProps: MapStateToProps<S, OP, SP>,
mapDispatchToProps: Null,
mergeProps: Null,
options?: ConnectOptions
): Connector<OP, $Supertype<SP & { dispatch: Dispatch<A> } & OP>>;
declare function connect<A, OP, DP>(
mapStateToProps: Null,
mapDispatchToProps: MapDispatchToProps<A, OP, DP>,
mergeProps: Null,
options?: ConnectOptions
): Connector<OP, $Supertype<DP & OP>>;
declare function connect<S, A, OP, SP, DP>(
mapStateToProps: MapStateToProps<S, OP, SP>,
mapDispatchToProps: MapDispatchToProps<A, OP, DP>,
mergeProps: Null,
options?: ConnectOptions
): Connector<OP, $Supertype<SP & DP & OP>>;
declare function connect<S, A, OP, SP, DP, P>(
mapStateToProps: MapStateToProps<S, OP, SP>,
mapDispatchToProps: Null,
mergeProps: MergeProps<SP, DP, OP, P>,
options?: ConnectOptions
): Connector<OP, P>;
declare function connect<S, A, OP, SP, DP, P>(
mapStateToProps: MapStateToProps<S, OP, SP>,
mapDispatchToProps: MapDispatchToProps<A, OP, DP>,
mergeProps: MergeProps<SP, DP, OP, P>,
options?: ConnectOptions
): Connector<OP, P>;
}

View file

@ -0,0 +1,60 @@
// flow-typed signature: 668cec81f44409307b7a90dff9d3fec4
// flow-typed version: <<STUB>>/react-router-bootstrap_v^0.24.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-router-bootstrap'
*
* 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 'react-router-bootstrap' {
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 'react-router-bootstrap/lib/index' {
declare module.exports: any;
}
declare module 'react-router-bootstrap/lib/IndexLinkContainer' {
declare module.exports: any;
}
declare module 'react-router-bootstrap/lib/LinkContainer' {
declare module.exports: any;
}
declare module 'react-router-bootstrap/lib/ReactRouterBootstrap' {
declare module.exports: any;
}
declare module 'react-router-bootstrap/lib/ReactRouterBootstrap.min' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-router-bootstrap/lib/index.js' {
declare module.exports: $Exports<'react-router-bootstrap/lib/index'>;
}
declare module 'react-router-bootstrap/lib/IndexLinkContainer.js' {
declare module.exports: $Exports<'react-router-bootstrap/lib/IndexLinkContainer'>;
}
declare module 'react-router-bootstrap/lib/LinkContainer.js' {
declare module.exports: $Exports<'react-router-bootstrap/lib/LinkContainer'>;
}
declare module 'react-router-bootstrap/lib/ReactRouterBootstrap.js' {
declare module.exports: $Exports<'react-router-bootstrap/lib/ReactRouterBootstrap'>;
}
declare module 'react-router-bootstrap/lib/ReactRouterBootstrap.min.js' {
declare module.exports: $Exports<'react-router-bootstrap/lib/ReactRouterBootstrap.min'>;
}

View file

@ -0,0 +1,158 @@
// flow-typed signature: 4d8e947f2e396ef2f26ecbd1ed7f04ab
// flow-typed version: 97d98ab83e/react-router-dom_v4.x.x/flow_>=v0.53.x
declare module "react-router-dom" {
declare export class BrowserRouter extends React$Component<{
basename?: string,
forceRefresh?: boolean,
getUserConfirmation?: GetUserConfirmation,
keyLength?: number,
children?: React$Node
}> {}
declare export class HashRouter extends React$Component<{
basename?: string,
getUserConfirmation?: GetUserConfirmation,
hashType?: "slash" | "noslash" | "hashbang",
children?: React$Node
}> {}
declare export class Link extends React$Component<{
to: string | LocationShape,
replace?: boolean,
children?: React$Node
}> {}
declare export class NavLink extends React$Component<{
to: string | LocationShape,
activeClassName?: string,
className?: string,
activeStyle?: Object,
style?: Object,
isActive?: (match: Match, location: Location) => boolean,
children?: React$Node,
exact?: boolean,
strict?: boolean
}> {}
// NOTE: Below are duplicated from react-router. If updating these, please
// update the react-router and react-router-native types as well.
declare export type Location = {
pathname: string,
search: string,
hash: string,
state?: any,
key?: string
};
declare export type LocationShape = {
pathname?: string,
search?: string,
hash?: string,
state?: any
};
declare export type HistoryAction = "PUSH" | "REPLACE" | "POP";
declare export type RouterHistory = {
length: number,
location: Location,
action: HistoryAction,
listen(
callback: (location: Location, action: HistoryAction) => void
): () => void,
push(path: string | LocationShape, state?: any): void,
replace(path: string | LocationShape, state?: any): void,
go(n: number): void,
goBack(): void,
goForward(): void,
canGo?: (n: number) => boolean,
block(
callback: (location: Location, action: HistoryAction) => boolean
): void,
// createMemoryHistory
index?: number,
entries?: Array<Location>
};
declare export type Match = {
params: { [key: string]: ?string },
isExact: boolean,
path: string,
url: string
};
declare export type ContextRouter = {|
history: RouterHistory,
location: Location,
match: Match
|};
declare export type GetUserConfirmation = (
message: string,
callback: (confirmed: boolean) => void
) => void;
declare type StaticRouterContext = {
url?: string
};
declare export class StaticRouter extends React$Component<{
basename?: string,
location?: string | Location,
context: StaticRouterContext,
children?: React$Node
}> {}
declare export class MemoryRouter extends React$Component<{
initialEntries?: Array<LocationShape | string>,
initialIndex?: number,
getUserConfirmation?: GetUserConfirmation,
keyLength?: number,
children?: React$Node
}> {}
declare export class Router extends React$Component<{
history: RouterHistory,
children?: React$Node
}> {}
declare export class Prompt extends React$Component<{
message: string | ((location: Location) => string | true),
when?: boolean
}> {}
declare export class Redirect extends React$Component<{
to: string | LocationShape,
push?: boolean
}> {}
declare export class Route extends React$Component<{
component?: React$ComponentType<*>,
render?: (router: ContextRouter) => React$Node,
children?: React$ComponentType<ContextRouter> | React$Node,
path?: string,
exact?: boolean,
strict?: boolean
}> {}
declare export class Switch extends React$Component<{
children?: React$Node
}> {}
declare export function withRouter<P>(
Component: React$ComponentType<{| ...ContextRouter, ...P |}>
): React$ComponentType<P>;
declare type MatchPathOptions = {
path?: string,
exact?: boolean,
sensitive?: boolean,
strict?: boolean
};
declare export function matchPath(
pathname: string,
options?: MatchPathOptions | string
): null | Match;
}

View file

@ -0,0 +1,32 @@
// flow-typed signature: acfd06012f517a794ef1b76526eacad3
// flow-typed version: <<STUB>>/react-router-prop-types_v^0.0.1/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-router-prop-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 'react-router-prop-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 'react-router-prop-types/dist/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-router-prop-types/dist/index.js' {
declare module.exports: $Exports<'react-router-prop-types/dist/index'>;
}

View file

@ -0,0 +1,53 @@
// flow-typed signature: 907803e15a67c7322e1adf858fa98727
// flow-typed version: <<STUB>>/react-tagsinput_v^3.17.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-tagsinput'
*
* 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 'react-tagsinput' {
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 'react-tagsinput/postcss.config' {
declare module.exports: any;
}
declare module 'react-tagsinput/react-tagsinput' {
declare module.exports: any;
}
declare module 'react-tagsinput/src/index' {
declare module.exports: any;
}
declare module 'react-tagsinput/test/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-tagsinput/postcss.config.js' {
declare module.exports: $Exports<'react-tagsinput/postcss.config'>;
}
declare module 'react-tagsinput/react-tagsinput.js' {
declare module.exports: $Exports<'react-tagsinput/react-tagsinput'>;
}
declare module 'react-tagsinput/src/index.js' {
declare module.exports: $Exports<'react-tagsinput/src/index'>;
}
declare module 'react-tagsinput/test/index.js' {
declare module.exports: $Exports<'react-tagsinput/test/index'>;
}

53
flow-typed/npm/react-timezone_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,53 @@
// flow-typed signature: 77c8c2adee8d01fa8f1e19b0a7caec65
// flow-typed version: <<STUB>>/react-timezone_v^0.2.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-timezone'
*
* 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 'react-timezone' {
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 'react-timezone/build/react-timezone' {
declare module.exports: any;
}
declare module 'react-timezone/build/react-timezone.min' {
declare module.exports: any;
}
declare module 'react-timezone/src/index' {
declare module.exports: any;
}
declare module 'react-timezone/webpack.config' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-timezone/build/react-timezone.js' {
declare module.exports: $Exports<'react-timezone/build/react-timezone'>;
}
declare module 'react-timezone/build/react-timezone.min.js' {
declare module.exports: $Exports<'react-timezone/build/react-timezone.min'>;
}
declare module 'react-timezone/src/index.js' {
declare module.exports: $Exports<'react-timezone/src/index'>;
}
declare module 'react-timezone/webpack.config.js' {
declare module.exports: $Exports<'react-timezone/webpack.config'>;
}

View file

@ -0,0 +1,87 @@
// flow-typed signature: 6b29943f9e2ccc1b3dbd7fef1e32f7f9
// flow-typed version: <<STUB>>/react-transition-group_v^2.2.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-transition-group'
*
* 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 'react-transition-group' {
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 'react-transition-group/CSSTransition' {
declare module.exports: any;
}
declare module 'react-transition-group/dist/react-transition-group' {
declare module.exports: any;
}
declare module 'react-transition-group/dist/react-transition-group.min' {
declare module.exports: any;
}
declare module 'react-transition-group/Transition' {
declare module.exports: any;
}
declare module 'react-transition-group/TransitionGroup' {
declare module.exports: any;
}
declare module 'react-transition-group/utils/ChildMapping' {
declare module.exports: any;
}
declare module 'react-transition-group/utils/PropTypes' {
declare module.exports: any;
}
declare module 'react-transition-group/utils/SimpleSet' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-transition-group/CSSTransition.js' {
declare module.exports: $Exports<'react-transition-group/CSSTransition'>;
}
declare module 'react-transition-group/dist/react-transition-group.js' {
declare module.exports: $Exports<'react-transition-group/dist/react-transition-group'>;
}
declare module 'react-transition-group/dist/react-transition-group.min.js' {
declare module.exports: $Exports<'react-transition-group/dist/react-transition-group.min'>;
}
declare module 'react-transition-group/index' {
declare module.exports: $Exports<'react-transition-group'>;
}
declare module 'react-transition-group/index.js' {
declare module.exports: $Exports<'react-transition-group'>;
}
declare module 'react-transition-group/Transition.js' {
declare module.exports: $Exports<'react-transition-group/Transition'>;
}
declare module 'react-transition-group/TransitionGroup.js' {
declare module.exports: $Exports<'react-transition-group/TransitionGroup'>;
}
declare module 'react-transition-group/utils/ChildMapping.js' {
declare module.exports: $Exports<'react-transition-group/utils/ChildMapping'>;
}
declare module 'react-transition-group/utils/PropTypes.js' {
declare module.exports: $Exports<'react-transition-group/utils/PropTypes'>;
}
declare module 'react-transition-group/utils/SimpleSet.js' {
declare module.exports: $Exports<'react-transition-group/utils/SimpleSet'>;
}

60
flow-typed/npm/redux-thunk_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,60 @@
// flow-typed signature: 0530be43006f29dc7476c902ea600f47
// flow-typed version: <<STUB>>/redux-thunk_v^2.2.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'redux-thunk'
*
* 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 'redux-thunk' {
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 'redux-thunk/dist/redux-thunk' {
declare module.exports: any;
}
declare module 'redux-thunk/dist/redux-thunk.min' {
declare module.exports: any;
}
declare module 'redux-thunk/es/index' {
declare module.exports: any;
}
declare module 'redux-thunk/lib/index' {
declare module.exports: any;
}
declare module 'redux-thunk/src/index' {
declare module.exports: any;
}
// Filename aliases
declare module 'redux-thunk/dist/redux-thunk.js' {
declare module.exports: $Exports<'redux-thunk/dist/redux-thunk'>;
}
declare module 'redux-thunk/dist/redux-thunk.min.js' {
declare module.exports: $Exports<'redux-thunk/dist/redux-thunk.min'>;
}
declare module 'redux-thunk/es/index.js' {
declare module.exports: $Exports<'redux-thunk/es/index'>;
}
declare module 'redux-thunk/lib/index.js' {
declare module.exports: $Exports<'redux-thunk/lib/index'>;
}
declare module 'redux-thunk/src/index.js' {
declare module.exports: $Exports<'redux-thunk/src/index'>;
}

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

@ -0,0 +1,109 @@
// flow-typed signature: 86993bd000012d3e1ef10d757d16952d
// flow-typed version: a165222d28/redux_v3.x.x/flow_>=v0.33.x
declare module 'redux' {
/*
S = State
A = Action
D = Dispatch
*/
declare type DispatchAPI<A> = (action: A) => A;
declare type Dispatch<A: { type: $Subtype<string> }> = DispatchAPI<A>;
declare type MiddlewareAPI<S, A, D = Dispatch<A>> = {
dispatch: D;
getState(): S;
};
declare type Store<S, A, D = Dispatch<A>> = {
// rewrite MiddlewareAPI members in order to get nicer error messages (intersections produce long messages)
dispatch: D;
getState(): S;
subscribe(listener: () => void): () => void;
replaceReducer(nextReducer: Reducer<S, A>): void
};
declare type Reducer<S, A> = (state: S, action: A) => S;
declare type CombinedReducer<S, A> = (state: $Shape<S> & {} | void, action: A) => S;
declare type Middleware<S, A, D = Dispatch<A>> =
(api: MiddlewareAPI<S, A, D>) =>
(next: D) => D;
declare type StoreCreator<S, A, D = Dispatch<A>> = {
(reducer: Reducer<S, A>, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
(reducer: Reducer<S, A>, preloadedState: S, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
};
declare type StoreEnhancer<S, A, D = Dispatch<A>> = (next: StoreCreator<S, A, D>) => StoreCreator<S, A, D>;
declare function createStore<S, A, D>(reducer: Reducer<S, A>, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
declare function createStore<S, A, D>(reducer: Reducer<S, A>, preloadedState: S, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
declare function applyMiddleware<S, A, D>(...middlewares: Array<Middleware<S, A, D>>): StoreEnhancer<S, A, D>;
declare type ActionCreator<A, B> = (...args: Array<B>) => A;
declare type ActionCreators<K, A> = { [key: K]: ActionCreator<A, any> };
declare function bindActionCreators<A, C: ActionCreator<A, any>, D: DispatchAPI<A>>(actionCreator: C, dispatch: D): C;
declare function bindActionCreators<A, K, C: ActionCreators<K, A>, D: DispatchAPI<A>>(actionCreators: C, dispatch: D): C;
declare function combineReducers<O: Object, A>(reducers: O): CombinedReducer<$ObjMap<O, <S>(r: Reducer<S, any>) => S>, A>;
declare function compose<A, B>(ab: (a: A) => B): (a: A) => B
declare function compose<A, B, C>(
bc: (b: B) => C,
ab: (a: A) => B
): (a: A) => C
declare function compose<A, B, C, D>(
cd: (c: C) => D,
bc: (b: B) => C,
ab: (a: A) => B
): (a: A) => D
declare function compose<A, B, C, D, E>(
de: (d: D) => E,
cd: (c: C) => D,
bc: (b: B) => C,
ab: (a: A) => B
): (a: A) => E
declare function compose<A, B, C, D, E, F>(
ef: (e: E) => F,
de: (d: D) => E,
cd: (c: C) => D,
bc: (b: B) => C,
ab: (a: A) => B
): (a: A) => F
declare function compose<A, B, C, D, E, F, G>(
fg: (f: F) => G,
ef: (e: E) => F,
de: (d: D) => E,
cd: (c: C) => D,
bc: (b: B) => C,
ab: (a: A) => B
): (a: A) => G
declare function compose<A, B, C, D, E, F, G, H>(
gh: (g: G) => H,
fg: (f: F) => G,
ef: (e: E) => F,
de: (d: D) => E,
cd: (c: C) => D,
bc: (b: B) => C,
ab: (a: A) => B
): (a: A) => H
declare function compose<A, B, C, D, E, F, G, H, I>(
hi: (h: H) => I,
gh: (g: G) => H,
fg: (f: F) => G,
ef: (e: E) => F,
de: (d: D) => E,
cd: (c: C) => D,
bc: (b: B) => C,
ab: (a: A) => B
): (a: A) => I
}

View file

@ -0,0 +1,45 @@
// flow-typed signature: b4910794ef5204b6d2341311cf6a06d0
// flow-typed version: <<STUB>>/resolve-url-loader_v^2.1.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'resolve-url-loader'
*
* 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 'resolve-url-loader' {
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 'resolve-url-loader/lib/find-file' {
declare module.exports: any;
}
declare module 'resolve-url-loader/lib/sources-absolute-to-relative' {
declare module.exports: any;
}
// Filename aliases
declare module 'resolve-url-loader/index' {
declare module.exports: $Exports<'resolve-url-loader'>;
}
declare module 'resolve-url-loader/index.js' {
declare module.exports: $Exports<'resolve-url-loader'>;
}
declare module 'resolve-url-loader/lib/find-file.js' {
declare module.exports: $Exports<'resolve-url-loader/lib/find-file'>;
}
declare module 'resolve-url-loader/lib/sources-absolute-to-relative.js' {
declare module.exports: $Exports<'resolve-url-loader/lib/sources-absolute-to-relative'>;
}

67
flow-typed/npm/sass-loader_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,67 @@
// flow-typed signature: 0fd62d2669b119fbd68e7978dcbbeb19
// flow-typed version: <<STUB>>/sass-loader_v^6.0.6/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'sass-loader'
*
* 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 'sass-loader' {
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 'sass-loader/lib/formatSassError' {
declare module.exports: any;
}
declare module 'sass-loader/lib/importsToResolve' {
declare module.exports: any;
}
declare module 'sass-loader/lib/loader' {
declare module.exports: any;
}
declare module 'sass-loader/lib/normalizeOptions' {
declare module.exports: any;
}
declare module 'sass-loader/lib/proxyCustomImporters' {
declare module.exports: any;
}
declare module 'sass-loader/lib/webpackImporter' {
declare module.exports: any;
}
// Filename aliases
declare module 'sass-loader/lib/formatSassError.js' {
declare module.exports: $Exports<'sass-loader/lib/formatSassError'>;
}
declare module 'sass-loader/lib/importsToResolve.js' {
declare module.exports: $Exports<'sass-loader/lib/importsToResolve'>;
}
declare module 'sass-loader/lib/loader.js' {
declare module.exports: $Exports<'sass-loader/lib/loader'>;
}
declare module 'sass-loader/lib/normalizeOptions.js' {
declare module.exports: $Exports<'sass-loader/lib/normalizeOptions'>;
}
declare module 'sass-loader/lib/proxyCustomImporters.js' {
declare module.exports: $Exports<'sass-loader/lib/proxyCustomImporters'>;
}
declare module 'sass-loader/lib/webpackImporter.js' {
declare module.exports: $Exports<'sass-loader/lib/webpackImporter'>;
}

16
flow-typed/npm/shortid_v2.2.x.js vendored Normal file
View file

@ -0,0 +1,16 @@
// flow-typed signature: 3ac917fa8b1c70ef0f22392d6c66ddc6
// flow-typed version: b43dff3e0e/shortid_v2.2.x/flow_>=v0.25.x
type ShortIdModule = {
(): string,
generate(): string,
seed(seed: number): ShortIdModule,
worker(workerId: number): ShortIdModule,
characters(characters: string): string,
decode(id: string): { version: number, worker: number },
isValid(id: mixed): boolean,
};
declare module 'shortid' {
declare module.exports: ShortIdModule;
};

66
flow-typed/npm/style-loader_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,66 @@
// flow-typed signature: d41f1b884b3b4d48a0cf391846b0554b
// flow-typed version: <<STUB>>/style-loader_v^0.18.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'style-loader'
*
* 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 'style-loader' {
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 'style-loader/lib/addStyles' {
declare module.exports: any;
}
declare module 'style-loader/lib/addStyleUrl' {
declare module.exports: any;
}
declare module 'style-loader/lib/urls' {
declare module.exports: any;
}
declare module 'style-loader/url' {
declare module.exports: any;
}
declare module 'style-loader/useable' {
declare module.exports: any;
}
// Filename aliases
declare module 'style-loader/index' {
declare module.exports: $Exports<'style-loader'>;
}
declare module 'style-loader/index.js' {
declare module.exports: $Exports<'style-loader'>;
}
declare module 'style-loader/lib/addStyles.js' {
declare module.exports: $Exports<'style-loader/lib/addStyles'>;
}
declare module 'style-loader/lib/addStyleUrl.js' {
declare module.exports: $Exports<'style-loader/lib/addStyleUrl'>;
}
declare module 'style-loader/lib/urls.js' {
declare module.exports: $Exports<'style-loader/lib/urls'>;
}
declare module 'style-loader/url.js' {
declare module.exports: $Exports<'style-loader/url'>;
}
declare module 'style-loader/useable.js' {
declare module.exports: $Exports<'style-loader/useable'>;
}

View file

@ -0,0 +1,391 @@
// flow-typed signature: 2d5d2167b399d10e16ddc719ea6fc62e
// flow-typed version: 1be5dad600/styled-components_v2.x.x/flow_>=v0.53.x
// @flow
type $npm$styledComponents$Interpolation = (<C: {}>(executionContext: C) => string) | string | number;
type $npm$styledComponents$NameGenerator = (hash: number) => string;
type $npm$styledComponents$TaggedTemplateLiteral<R> = {| (Array<string>, $npm$styledComponents$Interpolation): R |};
// ---- FUNCTIONAL COMPONENT DEFINITIONS ----
type $npm$styledComponents$ReactComponentFunctional<Props, DefaultProps = *> =
& { defaultProps: DefaultProps }
& $npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps<Props>
type $npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps<Props> =
React$StatelessFunctionalComponent<Props>
// ---- CLASS COMPONENT DEFINITIONS ----
class $npm$styledComponents$ReactComponent<Props, DefaultProps> extends React$Component<Props> {
static defaultProps: DefaultProps
}
type $npm$styledComponents$ReactComponentClass<Props, DefaultProps = *> = Class<$npm$styledComponents$ReactComponent<Props, DefaultProps>>
type $npm$styledComponents$ReactComponentClassUndefinedDefaultProps<Props> = Class<React$Component<Props, *>>
// ---- COMPONENT FUNCTIONS INPUT (UNION) & OUTPUT (INTERSECTION) ----
type $npm$styledComponents$ReactComponentUnion<Props> =
$npm$styledComponents$ReactComponentUnionWithDefaultProps<Props, *>
type $npm$styledComponents$ReactComponentUnionWithDefaultProps<Props, DefaultProps> =
| $npm$styledComponents$ReactComponentFunctional<Props, DefaultProps>
| $npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps<Props>
| $npm$styledComponents$ReactComponentClass<Props, DefaultProps>
| $npm$styledComponents$ReactComponentClassUndefinedDefaultProps<Props>
type $npm$styledComponents$ReactComponentIntersection<Props, DefaultProps = *> =
& $npm$styledComponents$ReactComponentFunctional<Props, DefaultProps>
& $npm$styledComponents$ReactComponentClass<Props, DefaultProps>;
// ---- WITHCOMPONENT ----
type $npm$styledComponents$ReactComponentStyledWithComponent<ComponentList> = <
Props, DefaultProps,
Input:
| ComponentList
| $npm$styledComponents$ReactComponentStyled<Props, DefaultProps>
| $npm$styledComponents$ReactComponentUnionWithDefaultProps<Props, DefaultProps>
>(Input) => $npm$styledComponents$ReactComponentStyled<Props, DefaultProps>
// ---- STATIC PROPERTIES ----
type $npm$styledComponents$ReactComponentStyledStaticProps<Props, ComponentList> = {|
attrs: <AdditionalProps: {}>(AdditionalProps) => $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteral<Props & AdditionalProps, ComponentList>,
extend: $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteral<Props, ComponentList>,
|}
type $npm$styledComponents$ReactComponentStyledStaticPropsWithComponent<Props, ComponentList> = {|
withComponent: $npm$styledComponents$ReactComponentStyledWithComponent<ComponentList>,
attrs: <AdditionalProps: {}>(AdditionalProps) => $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<Props & AdditionalProps, ComponentList>,
extend: $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<Props, ComponentList>,
|}
// ---- STYLED FUNCTION ----
// Error: styled(CustomComponent).withComponent('a')
// Ok: styled('div').withComponent('a')
type $npm$styledComponents$Call<ComponentListKeys> =
& (ComponentListKeys => $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<{}, ComponentListKeys>)
& (<Props>($npm$styledComponents$ReactComponentUnion<Props>) => $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteral<Props, ComponentListKeys>)
// ---- STYLED COMPONENT ----
type $npm$styledComponents$ReactComponentStyled<Props, ComponentList, DefaultProps = *> =
& $npm$styledComponents$ReactComponentStyledStaticPropsWithComponent<Props, ComponentList>
& $npm$styledComponents$ReactComponentIntersection<Props, DefaultProps>
// ---- TAGGED TEMPLATE LITERAL ----
type $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteral<Props, ComponentList> =
& $npm$styledComponents$ReactComponentStyledStaticProps<Props, ComponentList>
& $npm$styledComponents$TaggedTemplateLiteral<$npm$styledComponents$ReactComponentStyled<Props, ComponentList>>
type $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<Props, ComponentList> =
& $npm$styledComponents$ReactComponentStyledStaticPropsWithComponent<Props, ComponentList>
& $npm$styledComponents$TaggedTemplateLiteral<$npm$styledComponents$ReactComponentStyled<Props, ComponentList>>
// ---- WITHTHEME ----
type $npm$styledComponents$WithThemeReactComponentClass = <
InputProps: { theme: $npm$styledComponents$Theme },
InputDefaultProps: {},
OutputProps: $Diff<InputProps, { theme: $npm$styledComponents$Theme }>,
OutputDefaultProps: InputDefaultProps & { theme: $npm$styledComponents$Theme },
>($npm$styledComponents$ReactComponentClass<InputProps, InputDefaultProps>) => $npm$styledComponents$ReactComponentClass<OutputProps, OutputDefaultProps>
type $npm$styledComponents$WithThemeReactComponentClassUndefinedDefaultProps = <
InputProps: { theme: $npm$styledComponents$Theme },
OutputProps: $Diff<InputProps, { theme: $npm$styledComponents$Theme }>,
>($npm$styledComponents$ReactComponentClassUndefinedDefaultProps<InputProps>) => $npm$styledComponents$ReactComponentClass<OutputProps, { theme: $npm$styledComponents$Theme }>
type $npm$styledComponents$WithThemeReactComponentFunctional = <
InputProps: { theme: $npm$styledComponents$Theme },
InputDefaultProps: {},
OutputProps: $Diff<InputProps, { theme: $npm$styledComponents$Theme }>,
OutputDefaultProps: InputDefaultProps & { theme: $npm$styledComponents$Theme },
>($npm$styledComponents$ReactComponentFunctional<InputProps, InputDefaultProps>) => $npm$styledComponents$ReactComponentFunctional<OutputProps, OutputDefaultProps>
type $npm$styledComponents$WithThemeReactComponentFunctionalUndefinedDefaultProps = <
InputProps: { theme: $npm$styledComponents$Theme },
OutputProps: $Diff<InputProps, { theme: $npm$styledComponents$Theme }>
>($npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps<InputProps>) => $npm$styledComponents$ReactComponentFunctional<OutputProps, { theme: $npm$styledComponents$Theme }>
type $npm$styledComponents$WithTheme =
& $npm$styledComponents$WithThemeReactComponentClass
& $npm$styledComponents$WithThemeReactComponentClassUndefinedDefaultProps
& $npm$styledComponents$WithThemeReactComponentFunctional
& $npm$styledComponents$WithThemeReactComponentFunctionalUndefinedDefaultProps
// ---- MISC ----
type $npm$styledComponents$Theme = {[key: string]: mixed};
type $npm$styledComponents$ThemeProviderProps = {
theme: $npm$styledComponents$Theme | ((outerTheme: $npm$styledComponents$Theme) => void)
};
class Npm$StyledComponents$ThemeProvider extends React$Component<$npm$styledComponents$ThemeProviderProps> {}
class Npm$StyledComponents$StyleSheetManager extends React$Component<{ sheet: mixed }> {}
class Npm$StyledComponents$ServerStyleSheet {
instance: StyleSheet
collectStyles: (children: any) => React$Node
getStyleTags: () => string
getStyleElement: () => React$Node
}
type $npm$styledComponents$StyledComponentsComponentListKeys =
$Subtype<$Keys<$npm$styledComponents$StyledComponentsComponentList>>
type $npm$styledComponents$StyledComponentsComponentListValue =
$npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<{}, $npm$styledComponents$StyledComponentsComponentListKeys>
// ---- COMPONENT LIST ----
type $npm$styledComponents$StyledComponentsComponentList = {|
a: $npm$styledComponents$StyledComponentsComponentListValue,
abbr: $npm$styledComponents$StyledComponentsComponentListValue,
address: $npm$styledComponents$StyledComponentsComponentListValue,
area: $npm$styledComponents$StyledComponentsComponentListValue,
article: $npm$styledComponents$StyledComponentsComponentListValue,
aside: $npm$styledComponents$StyledComponentsComponentListValue,
audio: $npm$styledComponents$StyledComponentsComponentListValue,
b: $npm$styledComponents$StyledComponentsComponentListValue,
base: $npm$styledComponents$StyledComponentsComponentListValue,
bdi: $npm$styledComponents$StyledComponentsComponentListValue,
bdo: $npm$styledComponents$StyledComponentsComponentListValue,
big: $npm$styledComponents$StyledComponentsComponentListValue,
blockquote: $npm$styledComponents$StyledComponentsComponentListValue,
body: $npm$styledComponents$StyledComponentsComponentListValue,
br: $npm$styledComponents$StyledComponentsComponentListValue,
button: $npm$styledComponents$StyledComponentsComponentListValue,
canvas: $npm$styledComponents$StyledComponentsComponentListValue,
caption: $npm$styledComponents$StyledComponentsComponentListValue,
cite: $npm$styledComponents$StyledComponentsComponentListValue,
code: $npm$styledComponents$StyledComponentsComponentListValue,
col: $npm$styledComponents$StyledComponentsComponentListValue,
colgroup: $npm$styledComponents$StyledComponentsComponentListValue,
data: $npm$styledComponents$StyledComponentsComponentListValue,
datalist: $npm$styledComponents$StyledComponentsComponentListValue,
dd: $npm$styledComponents$StyledComponentsComponentListValue,
del: $npm$styledComponents$StyledComponentsComponentListValue,
details: $npm$styledComponents$StyledComponentsComponentListValue,
dfn: $npm$styledComponents$StyledComponentsComponentListValue,
dialog: $npm$styledComponents$StyledComponentsComponentListValue,
div: $npm$styledComponents$StyledComponentsComponentListValue,
dl: $npm$styledComponents$StyledComponentsComponentListValue,
dt: $npm$styledComponents$StyledComponentsComponentListValue,
em: $npm$styledComponents$StyledComponentsComponentListValue,
embed: $npm$styledComponents$StyledComponentsComponentListValue,
fieldset: $npm$styledComponents$StyledComponentsComponentListValue,
figcaption: $npm$styledComponents$StyledComponentsComponentListValue,
figure: $npm$styledComponents$StyledComponentsComponentListValue,
footer: $npm$styledComponents$StyledComponentsComponentListValue,
form: $npm$styledComponents$StyledComponentsComponentListValue,
h1: $npm$styledComponents$StyledComponentsComponentListValue,
h2: $npm$styledComponents$StyledComponentsComponentListValue,
h3: $npm$styledComponents$StyledComponentsComponentListValue,
h4: $npm$styledComponents$StyledComponentsComponentListValue,
h5: $npm$styledComponents$StyledComponentsComponentListValue,
h6: $npm$styledComponents$StyledComponentsComponentListValue,
head: $npm$styledComponents$StyledComponentsComponentListValue,
header: $npm$styledComponents$StyledComponentsComponentListValue,
hgroup: $npm$styledComponents$StyledComponentsComponentListValue,
hr: $npm$styledComponents$StyledComponentsComponentListValue,
html: $npm$styledComponents$StyledComponentsComponentListValue,
i: $npm$styledComponents$StyledComponentsComponentListValue,
iframe: $npm$styledComponents$StyledComponentsComponentListValue,
img: $npm$styledComponents$StyledComponentsComponentListValue,
input: $npm$styledComponents$StyledComponentsComponentListValue,
ins: $npm$styledComponents$StyledComponentsComponentListValue,
kbd: $npm$styledComponents$StyledComponentsComponentListValue,
keygen: $npm$styledComponents$StyledComponentsComponentListValue,
label: $npm$styledComponents$StyledComponentsComponentListValue,
legend: $npm$styledComponents$StyledComponentsComponentListValue,
li: $npm$styledComponents$StyledComponentsComponentListValue,
link: $npm$styledComponents$StyledComponentsComponentListValue,
main: $npm$styledComponents$StyledComponentsComponentListValue,
map: $npm$styledComponents$StyledComponentsComponentListValue,
mark: $npm$styledComponents$StyledComponentsComponentListValue,
menu: $npm$styledComponents$StyledComponentsComponentListValue,
menuitem: $npm$styledComponents$StyledComponentsComponentListValue,
meta: $npm$styledComponents$StyledComponentsComponentListValue,
meter: $npm$styledComponents$StyledComponentsComponentListValue,
nav: $npm$styledComponents$StyledComponentsComponentListValue,
noscript: $npm$styledComponents$StyledComponentsComponentListValue,
object: $npm$styledComponents$StyledComponentsComponentListValue,
ol: $npm$styledComponents$StyledComponentsComponentListValue,
optgroup: $npm$styledComponents$StyledComponentsComponentListValue,
option: $npm$styledComponents$StyledComponentsComponentListValue,
output: $npm$styledComponents$StyledComponentsComponentListValue,
p: $npm$styledComponents$StyledComponentsComponentListValue,
param: $npm$styledComponents$StyledComponentsComponentListValue,
picture: $npm$styledComponents$StyledComponentsComponentListValue,
pre: $npm$styledComponents$StyledComponentsComponentListValue,
progress: $npm$styledComponents$StyledComponentsComponentListValue,
q: $npm$styledComponents$StyledComponentsComponentListValue,
rp: $npm$styledComponents$StyledComponentsComponentListValue,
rt: $npm$styledComponents$StyledComponentsComponentListValue,
ruby: $npm$styledComponents$StyledComponentsComponentListValue,
s: $npm$styledComponents$StyledComponentsComponentListValue,
samp: $npm$styledComponents$StyledComponentsComponentListValue,
script: $npm$styledComponents$StyledComponentsComponentListValue,
section: $npm$styledComponents$StyledComponentsComponentListValue,
select: $npm$styledComponents$StyledComponentsComponentListValue,
small: $npm$styledComponents$StyledComponentsComponentListValue,
source: $npm$styledComponents$StyledComponentsComponentListValue,
span: $npm$styledComponents$StyledComponentsComponentListValue,
strong: $npm$styledComponents$StyledComponentsComponentListValue,
style: $npm$styledComponents$StyledComponentsComponentListValue,
sub: $npm$styledComponents$StyledComponentsComponentListValue,
summary: $npm$styledComponents$StyledComponentsComponentListValue,
sup: $npm$styledComponents$StyledComponentsComponentListValue,
table: $npm$styledComponents$StyledComponentsComponentListValue,
tbody: $npm$styledComponents$StyledComponentsComponentListValue,
td: $npm$styledComponents$StyledComponentsComponentListValue,
textarea: $npm$styledComponents$StyledComponentsComponentListValue,
tfoot: $npm$styledComponents$StyledComponentsComponentListValue,
th: $npm$styledComponents$StyledComponentsComponentListValue,
thead: $npm$styledComponents$StyledComponentsComponentListValue,
time: $npm$styledComponents$StyledComponentsComponentListValue,
title: $npm$styledComponents$StyledComponentsComponentListValue,
tr: $npm$styledComponents$StyledComponentsComponentListValue,
track: $npm$styledComponents$StyledComponentsComponentListValue,
u: $npm$styledComponents$StyledComponentsComponentListValue,
ul: $npm$styledComponents$StyledComponentsComponentListValue,
var: $npm$styledComponents$StyledComponentsComponentListValue,
video: $npm$styledComponents$StyledComponentsComponentListValue,
wbr: $npm$styledComponents$StyledComponentsComponentListValue,
// SVG
circle: $npm$styledComponents$StyledComponentsComponentListValue,
clipPath: $npm$styledComponents$StyledComponentsComponentListValue,
defs: $npm$styledComponents$StyledComponentsComponentListValue,
ellipse: $npm$styledComponents$StyledComponentsComponentListValue,
g: $npm$styledComponents$StyledComponentsComponentListValue,
image: $npm$styledComponents$StyledComponentsComponentListValue,
line: $npm$styledComponents$StyledComponentsComponentListValue,
linearGradient: $npm$styledComponents$StyledComponentsComponentListValue,
mask: $npm$styledComponents$StyledComponentsComponentListValue,
path: $npm$styledComponents$StyledComponentsComponentListValue,
pattern: $npm$styledComponents$StyledComponentsComponentListValue,
polygon: $npm$styledComponents$StyledComponentsComponentListValue,
polyline: $npm$styledComponents$StyledComponentsComponentListValue,
radialGradient: $npm$styledComponents$StyledComponentsComponentListValue,
rect: $npm$styledComponents$StyledComponentsComponentListValue,
stop: $npm$styledComponents$StyledComponentsComponentListValue,
svg: $npm$styledComponents$StyledComponentsComponentListValue,
text: $npm$styledComponents$StyledComponentsComponentListValue,
tspan: $npm$styledComponents$StyledComponentsComponentListValue,
|}
declare module 'styled-components' {
declare type Interpolation = $npm$styledComponents$Interpolation;
declare type NameGenerator = $npm$styledComponents$NameGenerator;
declare type Theme = $npm$styledComponents$Theme;
declare type ThemeProviderProps = $npm$styledComponents$ThemeProviderProps;
declare type TaggedTemplateLiteral<R> = $npm$styledComponents$TaggedTemplateLiteral<R>;
declare type ComponentListKeys = $npm$styledComponents$StyledComponentsComponentListKeys;
declare type ReactComponentFunctional<Props: {}, DefaultProps: ?{} = *> = $npm$styledComponents$ReactComponentFunctional<Props, DefaultProps>;
declare type ReactComponentFunctionalUndefinedDefaultProps<Props: {}> = $npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps<Props>;
declare type ReactComponentClass<Props: {}, DefaultProps: ?{} = *> = $npm$styledComponents$ReactComponentClass<Props, DefaultProps>;
declare type ReactComponentClassUndefinedDefaultProps<Props: {}> = $npm$styledComponents$ReactComponentClassUndefinedDefaultProps<Props>;
declare type ReactComponentUnion<Props> = $npm$styledComponents$ReactComponentUnion<Props>;
declare type ReactComponentIntersection<Props> = $npm$styledComponents$ReactComponentIntersection<Props>;
declare type ReactComponentStyledStaticProps<Props> = $npm$styledComponents$ReactComponentStyledStaticPropsWithComponent<Props, ComponentListKeys>;
declare type ReactComponentStyled<Props> = $npm$styledComponents$ReactComponentStyled<Props, ComponentListKeys>;
declare type ReactComponentStyledTaggedTemplateLiteral<Props> = $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<Props, ComponentListKeys>;
declare module.exports: {
$call: $npm$styledComponents$Call<ComponentListKeys>,
injectGlobal: TaggedTemplateLiteral<void>,
css: TaggedTemplateLiteral<Array<Interpolation>>,
keyframes: TaggedTemplateLiteral<string>,
withTheme: $npm$styledComponents$WithTheme,
ServerStyleSheet: typeof Npm$StyledComponents$ServerStyleSheet,
StyleSheetManager: typeof Npm$StyledComponents$StyleSheetManager,
ThemeProvider: typeof Npm$StyledComponents$ThemeProvider,
...$npm$styledComponents$StyledComponentsComponentList,
};
}
type $npm$styledComponents$StyledComponentsNativeComponentListKeys =
$Subtype<$Keys<$npm$styledComponents$StyledComponentsNativeComponentList>>
type $npm$styledComponents$StyledComponentsNativeComponentListValue =
$npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<{}, $npm$styledComponents$StyledComponentsNativeComponentListKeys>
type $npm$styledComponents$StyledComponentsNativeComponentList = {|
ActivityIndicator: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ActivityIndicatorIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ART: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Button: $npm$styledComponents$StyledComponentsNativeComponentListValue,
DatePickerIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
DrawerLayoutAndroid: $npm$styledComponents$StyledComponentsNativeComponentListValue,
FlatList: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Image: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ImageEditor: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ImageStore: $npm$styledComponents$StyledComponentsNativeComponentListValue,
KeyboardAvoidingView: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ListView: $npm$styledComponents$StyledComponentsNativeComponentListValue,
MapView: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Modal: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Navigator: $npm$styledComponents$StyledComponentsNativeComponentListValue,
NavigatorIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Picker: $npm$styledComponents$StyledComponentsNativeComponentListValue,
PickerIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ProgressBarAndroid: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ProgressViewIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
RecyclerViewBackedScrollView: $npm$styledComponents$StyledComponentsNativeComponentListValue,
RefreshControl: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ScrollView: $npm$styledComponents$StyledComponentsNativeComponentListValue,
SectionList: $npm$styledComponents$StyledComponentsNativeComponentListValue,
SegmentedControlIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Slider: $npm$styledComponents$StyledComponentsNativeComponentListValue,
SliderIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
SnapshotViewIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
StatusBar: $npm$styledComponents$StyledComponentsNativeComponentListValue,
SwipeableListView: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Switch: $npm$styledComponents$StyledComponentsNativeComponentListValue,
SwitchAndroid: $npm$styledComponents$StyledComponentsNativeComponentListValue,
SwitchIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
TabBarIOS: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Text: $npm$styledComponents$StyledComponentsNativeComponentListValue,
TextInput: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ToastAndroid: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ToolbarAndroid: $npm$styledComponents$StyledComponentsNativeComponentListValue,
Touchable: $npm$styledComponents$StyledComponentsNativeComponentListValue,
TouchableHighlight: $npm$styledComponents$StyledComponentsNativeComponentListValue,
TouchableNativeFeedback: $npm$styledComponents$StyledComponentsNativeComponentListValue,
TouchableOpacity: $npm$styledComponents$StyledComponentsNativeComponentListValue,
TouchableWithoutFeedback: $npm$styledComponents$StyledComponentsNativeComponentListValue,
View: $npm$styledComponents$StyledComponentsNativeComponentListValue,
ViewPagerAndroid: $npm$styledComponents$StyledComponentsNativeComponentListValue,
VirtualizedList: $npm$styledComponents$StyledComponentsNativeComponentListValue,
WebView: $npm$styledComponents$StyledComponentsNativeComponentListValue,
|}
declare module 'styled-components/native' {
declare type Interpolation = $npm$styledComponents$Interpolation;
declare type NameGenerator = $npm$styledComponents$NameGenerator;
declare type Theme = $npm$styledComponents$Theme;
declare type ThemeProviderProps = $npm$styledComponents$ThemeProviderProps;
declare type TaggedTemplateLiteral<R> = $npm$styledComponents$TaggedTemplateLiteral<R>;
declare type NativeComponentListKeys = $npm$styledComponents$StyledComponentsNativeComponentListKeys;
declare type ReactComponentFunctional<Props: {}, DefaultProps: ?{} = *> = $npm$styledComponents$ReactComponentFunctional<Props, DefaultProps>;
declare type ReactComponentFunctionalUndefinedDefaultProps<Props: {}> = $npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps<Props>;
declare type ReactComponentClass<Props: {}, DefaultProps: ?{} = *> = $npm$styledComponents$ReactComponentClass<Props, DefaultProps>;
declare type ReactComponentClassUndefinedDefaultProps<Props: {}> = $npm$styledComponents$ReactComponentClassUndefinedDefaultProps<Props>;
declare type ReactComponentUnion<Props> = $npm$styledComponents$ReactComponentUnion<Props>;
declare type ReactComponentIntersection<Props> = $npm$styledComponents$ReactComponentIntersection<Props>;
declare type ReactComponentStyledStaticProps<Props> = $npm$styledComponents$ReactComponentStyledStaticPropsWithComponent<Props, NativeComponentListKeys>;
declare type ReactComponentStyled<Props> = $npm$styledComponents$ReactComponentStyled<Props, NativeComponentListKeys>;
declare type ReactComponentStyledTaggedTemplateLiteral<Props> = $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent<Props, NativeComponentListKeys>;
declare module.exports: {
$call: $npm$styledComponents$Call<NativeComponentListKeys>,
css: TaggedTemplateLiteral<Array<Interpolation>>,
keyframes: TaggedTemplateLiteral<string>,
withTheme: $npm$styledComponents$WithTheme,
ThemeProvider: typeof Npm$StyledComponents$ThemeProvider,
...$npm$styledComponents$StyledComponentsNativeComponentList,
};
}

View file

@ -0,0 +1,144 @@
// flow-typed signature: a9383fa5501824f9b5e2f8158f537809
// flow-typed version: <<STUB>>/webpack-dev-server_v^2.5.1/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'webpack-dev-server'
*
* 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 'webpack-dev-server' {
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 'webpack-dev-server/bin/webpack-dev-server' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/index.bundle' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/index' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/live.bundle' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/live' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/overlay' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/socket' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/sockjs.bundle' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/sockjs' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/web_modules/jquery/index' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/web_modules/jquery/jquery-1.8.1' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/webpack.config' {
declare module.exports: any;
}
declare module 'webpack-dev-server/client/webpack.sockjs.config' {
declare module.exports: any;
}
declare module 'webpack-dev-server/lib/OptionsValidationError' {
declare module.exports: any;
}
declare module 'webpack-dev-server/lib/Server' {
declare module.exports: any;
}
declare module 'webpack-dev-server/lib/util/addDevServerEntrypoints' {
declare module.exports: any;
}
declare module 'webpack-dev-server/lib/util/createDomain' {
declare module.exports: any;
}
// Filename aliases
declare module 'webpack-dev-server/bin/webpack-dev-server.js' {
declare module.exports: $Exports<'webpack-dev-server/bin/webpack-dev-server'>;
}
declare module 'webpack-dev-server/client/index.bundle.js' {
declare module.exports: $Exports<'webpack-dev-server/client/index.bundle'>;
}
declare module 'webpack-dev-server/client/index.js' {
declare module.exports: $Exports<'webpack-dev-server/client/index'>;
}
declare module 'webpack-dev-server/client/live.bundle.js' {
declare module.exports: $Exports<'webpack-dev-server/client/live.bundle'>;
}
declare module 'webpack-dev-server/client/live.js' {
declare module.exports: $Exports<'webpack-dev-server/client/live'>;
}
declare module 'webpack-dev-server/client/overlay.js' {
declare module.exports: $Exports<'webpack-dev-server/client/overlay'>;
}
declare module 'webpack-dev-server/client/socket.js' {
declare module.exports: $Exports<'webpack-dev-server/client/socket'>;
}
declare module 'webpack-dev-server/client/sockjs.bundle.js' {
declare module.exports: $Exports<'webpack-dev-server/client/sockjs.bundle'>;
}
declare module 'webpack-dev-server/client/sockjs.js' {
declare module.exports: $Exports<'webpack-dev-server/client/sockjs'>;
}
declare module 'webpack-dev-server/client/web_modules/jquery/index.js' {
declare module.exports: $Exports<'webpack-dev-server/client/web_modules/jquery/index'>;
}
declare module 'webpack-dev-server/client/web_modules/jquery/jquery-1.8.1.js' {
declare module.exports: $Exports<'webpack-dev-server/client/web_modules/jquery/jquery-1.8.1'>;
}
declare module 'webpack-dev-server/client/webpack.config.js' {
declare module.exports: $Exports<'webpack-dev-server/client/webpack.config'>;
}
declare module 'webpack-dev-server/client/webpack.sockjs.config.js' {
declare module.exports: $Exports<'webpack-dev-server/client/webpack.sockjs.config'>;
}
declare module 'webpack-dev-server/lib/OptionsValidationError.js' {
declare module.exports: $Exports<'webpack-dev-server/lib/OptionsValidationError'>;
}
declare module 'webpack-dev-server/lib/Server.js' {
declare module.exports: $Exports<'webpack-dev-server/lib/Server'>;
}
declare module 'webpack-dev-server/lib/util/addDevServerEntrypoints.js' {
declare module.exports: $Exports<'webpack-dev-server/lib/util/addDevServerEntrypoints'>;
}
declare module 'webpack-dev-server/lib/util/createDomain.js' {
declare module.exports: $Exports<'webpack-dev-server/lib/util/createDomain'>;
}

View file

@ -0,0 +1,38 @@
// flow-typed signature: e660d3d4c0fadb486583312d652c9bc8
// flow-typed version: <<STUB>>/webpack-manifest-plugin_v^1.1.2/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'webpack-manifest-plugin'
*
* 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 'webpack-manifest-plugin' {
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 'webpack-manifest-plugin/lib/plugin' {
declare module.exports: any;
}
// Filename aliases
declare module 'webpack-manifest-plugin/index' {
declare module.exports: $Exports<'webpack-manifest-plugin'>;
}
declare module 'webpack-manifest-plugin/index.js' {
declare module.exports: $Exports<'webpack-manifest-plugin'>;
}
declare module 'webpack-manifest-plugin/lib/plugin.js' {
declare module.exports: $Exports<'webpack-manifest-plugin/lib/plugin'>;
}

60
flow-typed/npm/webpack-merge_vx.x.x.js vendored Normal file
View file

@ -0,0 +1,60 @@
// flow-typed signature: 69ee53d27f4e2b82764dea6a65c0e7b1
// flow-typed version: <<STUB>>/webpack-merge_v^4.1.0/flow_v0.56.0
/**
* This is an autogenerated libdef stub for:
*
* 'webpack-merge'
*
* 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 'webpack-merge' {
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 'webpack-merge/lib/index' {
declare module.exports: any;
}
declare module 'webpack-merge/lib/join-arrays-smart' {
declare module.exports: any;
}
declare module 'webpack-merge/lib/join-arrays' {
declare module.exports: any;
}
declare module 'webpack-merge/lib/unique' {
declare module.exports: any;
}
declare module 'webpack-merge/lib/unite-rules' {
declare module.exports: any;
}
// Filename aliases
declare module 'webpack-merge/lib/index.js' {
declare module.exports: $Exports<'webpack-merge/lib/index'>;
}
declare module 'webpack-merge/lib/join-arrays-smart.js' {
declare module.exports: $Exports<'webpack-merge/lib/join-arrays-smart'>;
}
declare module 'webpack-merge/lib/join-arrays.js' {
declare module.exports: $Exports<'webpack-merge/lib/join-arrays'>;
}
declare module 'webpack-merge/lib/unique.js' {
declare module.exports: $Exports<'webpack-merge/lib/unique'>;
}
declare module 'webpack-merge/lib/unite-rules.js' {
declare module.exports: $Exports<'webpack-merge/lib/unite-rules'>;
}

1936
flow-typed/npm/webpack_vx.x.x.js vendored Normal file

File diff suppressed because it is too large Load diff

7
flow-typed/types.js vendored Normal file
View file

@ -0,0 +1,7 @@
// @flow
export type Activity = {
id: number,
message: string,
created_at :string
}

View file

@ -30,6 +30,7 @@
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.56.0",
"flow-typed": "^2.1.5",
"prettier": "^1.7.0",
"webpack-dev-server": "^2.5.1"
},

366
yarn.lock
View file

@ -49,11 +49,18 @@ adjust-sourcemap-loader@^1.1.0:
object-path "^0.9.2"
regex-parser "^2.2.1"
agent-base@2:
version "2.1.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-2.1.1.tgz#d6de10d5af6132d5bd692427d46fc538539094c7"
dependencies:
extend "~3.0.0"
semver "~5.0.1"
ajv-keywords@^1.0.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
ajv-keywords@^2.0.0:
ajv-keywords@^2.0.0, ajv-keywords@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.0.tgz#a296e17f7bfae7c1ce4f7e0de53d29cb32162df0"
@ -73,6 +80,15 @@ ajv@^5.0.0, ajv@^5.1.5:
json-schema-traverse "^0.3.0"
json-stable-stringify "^1.0.1"
ajv@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.2.3.tgz#c06f598778c44c6b161abafe3466b81ad1814ed2"
dependencies:
co "^4.6.0"
fast-deep-equal "^1.0.0"
json-schema-traverse "^0.3.0"
json-stable-stringify "^1.0.1"
align-text@^0.1.1, align-text@^0.1.3:
version "0.1.4"
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
@ -945,6 +961,13 @@ binary-extensions@^1.0.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.10.0.tgz#9aeb9a6c5e88638aad171e167f5900abe24835d0"
"binary@>= 0.3.0 < 1":
version "0.3.0"
resolved "https://registry.yarnpkg.com/binary/-/binary-0.3.0.tgz#9f60553bc5ce8c3386f3b553cff47462adecaa79"
dependencies:
buffers "~0.1.1"
chainsaw "~0.1.0"
block-stream@*:
version "0.0.9"
resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
@ -1079,6 +1102,10 @@ buffer@^5.0.3:
base64-js "^1.0.2"
ieee754 "^1.1.4"
buffers@~0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb"
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
@ -1160,6 +1187,12 @@ chain-function@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/chain-function/-/chain-function-1.0.0.tgz#0d4ab37e7e18ead0bdc47b920764118ce58733dc"
chainsaw@~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/chainsaw/-/chainsaw-0.1.0.tgz#5eab50b28afe58074d0d58291388828b5e5fbc98"
dependencies:
traverse ">=0.3.0 <0.4"
chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@ -1178,6 +1211,10 @@ chalk@^2.1.0:
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"
charenc@~0.0.1:
version "0.0.2"
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
chokidar@^1.6.0, chokidar@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468"
@ -1309,7 +1346,7 @@ colormin@^1.0.5:
css-color-names "0.0.4"
has "^1.0.1"
colors@~1.1.2:
colors@^1.1.2, colors@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
@ -1490,6 +1527,10 @@ cross-spawn@^5.0.1:
shebang-command "^1.2.0"
which "^1.2.9"
crypt@~0.0.1:
version "0.0.2"
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
cryptiles@2.x.x:
version "2.0.5"
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
@ -1646,6 +1687,12 @@ date-now@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b"
debug@2:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
dependencies:
ms "2.0.0"
debug@2.6.8, debug@^2.1.1, debug@^2.2.0, debug@^2.4.5, debug@^2.6.6, debug@^2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
@ -1664,6 +1711,12 @@ decimal.js@7.2.3:
version "7.2.3"
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-7.2.3.tgz#6434c3b8a8c375780062fc633d0d2bbdb264cc78"
decompress-response@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
dependencies:
mimic-response "^1.0.0"
deep-equal@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
@ -1796,6 +1849,10 @@ domain-browser@^1.1.1:
version "1.1.7"
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
duplexer3@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
ecc-jsbn@~0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505"
@ -2214,7 +2271,7 @@ express@^4.13.3:
utils-merge "1.0.0"
vary "~1.1.1"
extend@~3.0.0:
extend@3, extend@~3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
@ -2361,6 +2418,34 @@ flow-bin@^0.56.0:
version "0.56.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.56.0.tgz#ce43092203a344ba9bf63c0cabe95d95145f6cad"
flow-typed@^2.1.5:
version "2.1.5"
resolved "https://registry.yarnpkg.com/flow-typed/-/flow-typed-2.1.5.tgz#c96912807a286357340042783c9369360f384bbd"
dependencies:
babel-polyfill "^6.23.0"
colors "^1.1.2"
fs-extra "^4.0.0"
github "^9.2.0"
glob "^7.1.2"
got "^7.1.0"
md5 "^2.1.0"
mkdirp "^0.5.1"
request "^2.81.0"
rimraf "^2.6.1"
semver "^5.1.0"
table "^4.0.1"
through "^2.3.8"
unzip "^0.1.11"
which "^1.2.14"
yargs "^4.2.0"
follow-redirects@0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-0.0.7.tgz#34b90bab2a911aa347571da90f22bd36ecd8a919"
dependencies:
debug "^2.2.0"
stream-consume "^0.1.0"
follow-redirects@^1.2.3:
version "1.2.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.4.tgz#355e8f4d16876b43f577b0d5ce2668b9723214ea"
@ -2425,6 +2510,14 @@ fs-extra@^0.30.0:
path-is-absolute "^1.0.0"
rimraf "^2.2.8"
fs-extra@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.2.tgz#f91704c53d1b461f893452b0c307d9997647ab6b"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"
fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@ -2444,6 +2537,15 @@ fstream-ignore@^1.0.5:
inherits "2"
minimatch "^3.0.0"
"fstream@>= 0.1.30 < 1":
version "0.1.31"
resolved "https://registry.yarnpkg.com/fstream/-/fstream-0.1.31.tgz#7337f058fbbbbefa8c9f561a28cab0849202c988"
dependencies:
graceful-fs "~3.0.2"
inherits "~2.0.0"
mkdirp "0.5"
rimraf "2"
fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2:
version "1.0.11"
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171"
@ -2508,6 +2610,15 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"
github@^9.2.0:
version "9.3.1"
resolved "https://registry.yarnpkg.com/github/-/github-9.3.1.tgz#6a3c5a9cc2a1cd0b5d097a47baefb9d11caef89e"
dependencies:
follow-redirects "0.0.7"
https-proxy-agent "^1.0.0"
mime "^1.2.11"
netrc "^0.1.4"
glob-base@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
@ -2571,10 +2682,35 @@ gonzales-pe@^4.0.3:
dependencies:
minimist "1.1.x"
got@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a"
dependencies:
decompress-response "^3.2.0"
duplexer3 "^0.1.4"
get-stream "^3.0.0"
is-plain-obj "^1.1.0"
is-retry-allowed "^1.0.0"
is-stream "^1.0.0"
isurl "^1.0.0-alpha5"
lowercase-keys "^1.0.0"
p-cancelable "^0.3.0"
p-timeout "^1.1.1"
safe-buffer "^5.0.1"
timed-out "^4.0.0"
url-parse-lax "^1.0.0"
url-to-options "^1.0.1"
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
graceful-fs@~3.0.2:
version "3.0.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-3.0.11.tgz#7613c778a1afea62f25c630a086d7f3acbbdd818"
dependencies:
natives "^1.1.0"
handle-thing@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-1.2.5.tgz#fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4"
@ -2604,6 +2740,16 @@ has-flag@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
has-symbol-support-x@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.1.tgz#66ec2e377e0c7d7ccedb07a3a84d77510ff1bc4c"
has-to-string-tag-x@^1.2.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
dependencies:
has-symbol-support-x "^1.4.1"
has-unicode@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@ -2742,6 +2888,14 @@ https-browserify@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-0.0.1.tgz#3f91365cabe60b77ed0ebba24b454e3e09d95a82"
https-proxy-agent@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz#35f7da6c48ce4ddbfa264891ac593ee5ff8671e6"
dependencies:
agent-base "2"
debug "2"
extend "3"
iconv-lite@~0.4.13:
version "0.4.18"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732ea8f0336a4789cf2"
@ -2891,7 +3045,7 @@ is-binary-path@^1.0.0:
dependencies:
binary-extensions "^1.0.0"
is-buffer@^1.0.2, is-buffer@^1.1.5:
is-buffer@^1.0.2, is-buffer@^1.1.5, is-buffer@~1.1.1:
version "1.1.5"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
@ -2988,6 +3142,10 @@ is-number@^3.0.0:
dependencies:
kind-of "^3.0.2"
is-object@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470"
is-path-cwd@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d"
@ -3004,7 +3162,7 @@ is-path-inside@^1.0.0:
dependencies:
path-is-inside "^1.0.1"
is-plain-obj@^1.0.0:
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
@ -3038,7 +3196,11 @@ is-resolvable@^1.0.0:
dependencies:
tryit "^1.0.1"
is-stream@^1.0.1, is-stream@^1.1.0:
is-retry-allowed@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@ -3093,6 +3255,13 @@ isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
isurl@^1.0.0-alpha5:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67"
dependencies:
has-to-string-tag-x "^1.2.0"
is-object "^1.0.1"
javascript-natural-sort@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59"
@ -3171,6 +3340,12 @@ jsonfile@^2.1.0:
optionalDependencies:
graceful-fs "^4.1.6"
jsonfile@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
optionalDependencies:
graceful-fs "^4.1.6"
jsonify@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@ -3328,7 +3503,7 @@ lodash.assign@^3.0.0:
lodash._createassigner "^3.0.0"
lodash.keys "^3.0.0"
lodash.assign@^4.0.1, lodash.assign@^4.2.0:
lodash.assign@^4.0.1, lodash.assign@^4.0.3, lodash.assign@^4.0.6, lodash.assign@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
@ -3416,6 +3591,10 @@ loud-rejection@^1.0.0:
currently-unhandled "^0.4.1"
signal-exit "^3.0.0"
lowercase-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306"
lru-cache@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.1.tgz#622e32e82488b49279114a4f9ecf45e7cd6bba55"
@ -3437,6 +3616,13 @@ map-obj@^1.0.0, map-obj@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
"match-stream@>= 0.0.2 < 1":
version "0.0.2"
resolved "https://registry.yarnpkg.com/match-stream/-/match-stream-0.0.2.tgz#99eb050093b34dffade421b9ac0b410a9cfa17cf"
dependencies:
buffers "~0.1.1"
readable-stream "~1.0.0"
math-expression-evaluator@^1.2.14:
version "1.2.17"
resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac"
@ -3460,6 +3646,14 @@ md5.js@^1.3.4:
hash-base "^3.0.0"
inherits "^2.0.1"
md5@^2.1.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/md5/-/md5-2.2.1.tgz#53ab38d5fe3c8891ba465329ea23fac0540126f9"
dependencies:
charenc "~0.0.1"
crypt "~0.0.1"
is-buffer "~1.1.1"
media-typer@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@ -3539,6 +3733,10 @@ mime@1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.4.tgz#115f9e3b6b3daf2959983cb38f149a2d40eb5d53"
mime@^1.2.11:
version "1.4.1"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6"
mime@^1.3.4:
version "1.3.6"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.6.tgz#591d84d3653a6b0b4a3b9df8de5aa8108e72e5e0"
@ -3547,6 +3745,10 @@ mimic-fn@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
mimic-response@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.0.tgz#df3d3652a73fded6b9b0b24146e6fd052353458e"
minimalistic-assert@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
@ -3580,7 +3782,7 @@ mixin-object@^2.0.1:
for-in "^0.1.3"
is-extendable "^0.1.1"
mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
mkdirp@0.5, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
dependencies:
@ -3613,6 +3815,10 @@ nan@^2.0.0, nan@^2.3.0, nan@^2.3.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45"
natives@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.0.tgz#e9ff841418a6b2ec7a495e939984f78f163e6e31"
natural-compare@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@ -3621,6 +3827,10 @@ negotiator@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
netrc@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/netrc/-/netrc-0.1.4.tgz#6be94fcaca8d77ade0a9670dc460914c94472444"
node-fetch@^1.0.1:
version "1.7.2"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.2.tgz#c54e9aac57e432875233525f3c891c4159ffefd7"
@ -3892,6 +4102,14 @@ osenv@0, osenv@^0.1.4:
os-homedir "^1.0.0"
os-tmpdir "^1.0.0"
"over@>= 0.0.5 < 1":
version "0.0.5"
resolved "https://registry.yarnpkg.com/over/-/over-0.0.5.tgz#f29852e70fd7e25f360e013a8ec44c82aedb5708"
p-cancelable@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
p-finally@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
@ -3910,6 +4128,12 @@ p-map@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.1.1.tgz#05f5e4ae97a068371bc2a5cc86bfbdbc19c4ae7a"
p-timeout@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.0.tgz#9820f99434c5817868b4f34809ee5291660d5b6c"
dependencies:
p-finally "^1.0.0"
pako@~0.2.0:
version "0.2.9"
resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"
@ -4518,7 +4742,7 @@ prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
prepend-http@^1.0.0:
prepend-http@^1.0.0, prepend-http@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
@ -4600,6 +4824,15 @@ public-encrypt@^4.0.0:
parse-asn1 "^5.0.0"
randombytes "^2.0.1"
"pullstream@>= 0.4.1 < 1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/pullstream/-/pullstream-0.4.1.tgz#d6fb3bf5aed697e831150eb1002c25a3f8ae1314"
dependencies:
over ">= 0.0.5 < 1"
readable-stream "~1.0.31"
setimmediate ">= 1.0.2 < 2"
slice-stream ">= 1.0.0 < 2"
punycode@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
@ -4902,6 +5135,15 @@ readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable
string_decoder "~1.0.3"
util-deprecate "~1.0.1"
readable-stream@~1.0.0, readable-stream@~1.0.31:
version "1.0.34"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
dependencies:
core-util-is "~1.0.0"
inherits "~2.0.1"
isarray "0.0.1"
string_decoder "~0.10.x"
readdirp@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78"
@ -5221,10 +5463,14 @@ selfsigned@^1.9.1:
dependencies:
node-forge "0.6.33"
"semver@2 || 3 || 4 || 5", semver@^5.3.0:
"semver@2 || 3 || 4 || 5", semver@^5.1.0, semver@^5.3.0:
version "5.4.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
semver@~5.0.1:
version "5.0.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.0.3.tgz#77466de589cd5d3c95f138aa78bc569a3cb5d27a"
semver@~5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@ -5276,7 +5522,7 @@ set-immediate-shim@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61"
setimmediate@^1.0.4, setimmediate@^1.0.5:
"setimmediate@>= 1.0.1 < 2", "setimmediate@>= 1.0.2 < 2", setimmediate@^1.0.4, setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
@ -5333,6 +5579,18 @@ slice-ansi@0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
slice-ansi@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
dependencies:
is-fullwidth-code-point "^2.0.0"
"slice-stream@>= 1.0.0 < 2":
version "1.0.0"
resolved "https://registry.yarnpkg.com/slice-stream/-/slice-stream-1.0.0.tgz#5b33bd66f013b1a7f86460b03d463dec39ad3ea0"
dependencies:
readable-stream "~1.0.31"
sntp@1.x.x:
version "1.0.9"
resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198"
@ -5478,6 +5736,10 @@ stream-browserify@^2.0.1:
inherits "~2.0.1"
readable-stream "^2.0.2"
stream-consume@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f"
stream-http@^2.3.1:
version "2.7.2"
resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.7.2.tgz#40a050ec8dc3b53b33d9909415c02c0bf1abfbad"
@ -5500,14 +5762,14 @@ string-width@^1.0.1, string-width@^1.0.2:
is-fullwidth-code-point "^1.0.0"
strip-ansi "^3.0.0"
string-width@^2.0.0:
string-width@^2.0.0, string-width@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
dependencies:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^4.0.0"
string_decoder@^0.10.25:
string_decoder@^0.10.25, string_decoder@~0.10.x:
version "0.10.31"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
@ -5631,6 +5893,17 @@ table@^3.7.8:
slice-ansi "0.0.4"
string-width "^2.0.0"
table@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
dependencies:
ajv "^5.2.3"
ajv-keywords "^2.1.0"
chalk "^2.1.0"
lodash "^4.17.4"
slice-ansi "1.0.0"
string-width "^2.1.1"
tapable@^0.2.7:
version "0.2.8"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22"
@ -5664,7 +5937,7 @@ text-table@~0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
through@^2.3.6:
through@^2.3.6, through@^2.3.8:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
@ -5676,6 +5949,10 @@ time-stamp@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-2.0.0.tgz#95c6a44530e15ba8d6f4a3ecb8c3a3fac46da357"
timed-out@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
timers-browserify@^2.0.2:
version "2.0.4"
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.4.tgz#96ca53f4b794a5e7c0e1bd7cc88a372298fa01e6"
@ -5700,6 +5977,10 @@ tough-cookie@~2.3.0:
dependencies:
punycode "^1.4.1"
"traverse@>=0.3.0 <0.4":
version "0.3.9"
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
trim-newlines@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
@ -5796,14 +6077,35 @@ uniqs@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
universalify@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
unzip@^0.1.11:
version "0.1.11"
resolved "https://registry.yarnpkg.com/unzip/-/unzip-0.1.11.tgz#89749c63b058d7d90d619f86b98aa1535d3b97f0"
dependencies:
binary ">= 0.3.0 < 1"
fstream ">= 0.1.30 < 1"
match-stream ">= 0.0.2 < 1"
pullstream ">= 0.4.1 < 1"
readable-stream "~1.0.31"
setimmediate ">= 1.0.1 < 2"
urix@^0.1.0, urix@~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
url-parse-lax@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
dependencies:
prepend-http "^1.0.1"
url-parse@1.0.x:
version "1.0.5"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.0.5.tgz#0854860422afdcfefeb6c965c662d4800169927b"
@ -5818,6 +6120,10 @@ url-parse@^1.1.8:
querystringify "~1.0.0"
requires-port "1.0.x"
url-to-options@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
url@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
@ -6024,7 +6330,7 @@ which-module@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
which@1, which@^1.2.9:
which@1, which@^1.2.14, which@^1.2.9:
version "1.3.0"
resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
dependencies:
@ -6040,6 +6346,10 @@ window-size@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
window-size@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.2.0.tgz#b4315bb4214a3d7058ebeee892e13fa24d98b075"
wordwrap@0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
@ -6077,6 +6387,13 @@ yallist@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
yargs-parser@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-2.4.1.tgz#85568de3cf150ff49fa51825f03a8c880ddcc5c4"
dependencies:
camelcase "^3.0.0"
lodash.assign "^4.0.6"
yargs-parser@^4.2.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-4.2.1.tgz#29cceac0dc4f03c6c87b4a9f217dd18c9f74871c"
@ -6095,6 +6412,25 @@ yargs-parser@^7.0.0:
dependencies:
camelcase "^4.1.0"
yargs@^4.2.0:
version "4.8.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-4.8.1.tgz#c0c42924ca4aaa6b0e6da1739dfb216439f9ddc0"
dependencies:
cliui "^3.2.0"
decamelize "^1.1.1"
get-caller-file "^1.0.1"
lodash.assign "^4.0.3"
os-locale "^1.4.0"
read-pkg-up "^1.0.1"
require-directory "^2.1.1"
require-main-filename "^1.0.1"
set-blocking "^2.0.0"
string-width "^1.0.1"
which-module "^1.0.0"
window-size "^0.2.0"
y18n "^3.2.1"
yargs-parser "^2.4.1"
yargs@^6.0.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208"