Skip to content

Commit c586745

Browse files
committed
feat: Make it public
Related: graphql-compose/graphql-compose-mongoose#46
1 parent 52cde1b commit c586745

34 files changed

+5637
-231
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cache:
77
notifications:
88
email: true
99
node_js:
10+
- "8"
1011
- "7"
11-
- "6"
1212
- "5"
1313
- "4"
1414
before_install: yarn global add greenkeeper-lockfile@1

Diff for: flow-typed/npm/babel-cli_vx.x.x.js

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
// flow-typed signature: 25c5e9a036a3e199649f88360d74aba9
2+
// flow-typed version: <<STUB>>/babel-cli_v^6.24.1/flow_v0.47.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-cli'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-cli' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-cli/bin/babel-doctor' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-cli/bin/babel-external-helpers' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-cli/bin/babel-node' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-cli/bin/babel' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-cli/lib/_babel-node' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-cli/lib/babel-external-helpers' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'babel-cli/lib/babel-node' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'babel-cli/lib/babel/dir' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'babel-cli/lib/babel/file' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module 'babel-cli/lib/babel/index' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module 'babel-cli/lib/babel/util' {
66+
declare module.exports: any;
67+
}
68+
69+
// Filename aliases
70+
declare module 'babel-cli/bin/babel-doctor.js' {
71+
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>;
72+
}
73+
declare module 'babel-cli/bin/babel-external-helpers.js' {
74+
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>;
75+
}
76+
declare module 'babel-cli/bin/babel-node.js' {
77+
declare module.exports: $Exports<'babel-cli/bin/babel-node'>;
78+
}
79+
declare module 'babel-cli/bin/babel.js' {
80+
declare module.exports: $Exports<'babel-cli/bin/babel'>;
81+
}
82+
declare module 'babel-cli/index' {
83+
declare module.exports: $Exports<'babel-cli'>;
84+
}
85+
declare module 'babel-cli/index.js' {
86+
declare module.exports: $Exports<'babel-cli'>;
87+
}
88+
declare module 'babel-cli/lib/_babel-node.js' {
89+
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>;
90+
}
91+
declare module 'babel-cli/lib/babel-external-helpers.js' {
92+
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>;
93+
}
94+
declare module 'babel-cli/lib/babel-node.js' {
95+
declare module.exports: $Exports<'babel-cli/lib/babel-node'>;
96+
}
97+
declare module 'babel-cli/lib/babel/dir.js' {
98+
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>;
99+
}
100+
declare module 'babel-cli/lib/babel/file.js' {
101+
declare module.exports: $Exports<'babel-cli/lib/babel/file'>;
102+
}
103+
declare module 'babel-cli/lib/babel/index.js' {
104+
declare module.exports: $Exports<'babel-cli/lib/babel/index'>;
105+
}
106+
declare module 'babel-cli/lib/babel/util.js' {
107+
declare module.exports: $Exports<'babel-cli/lib/babel/util'>;
108+
}

Diff for: flow-typed/npm/babel-eslint_vx.x.x.js

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
// flow-typed signature: 3f39e881bf0b4e83c4715f3d9c1be3f9
2+
// flow-typed version: <<STUB>>/babel-eslint_v^7.2.3/flow_v0.47.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-eslint'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-eslint' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-eslint/babylon-to-espree/attachComments' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-eslint/babylon-to-espree/convertComments' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-eslint/babylon-to-espree/convertTemplateType' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-eslint/babylon-to-espree/index' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-eslint/babylon-to-espree/toAST' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-eslint/babylon-to-espree/toToken' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'babel-eslint/babylon-to-espree/toTokens' {
50+
declare module.exports: any;
51+
}
52+
53+
// Filename aliases
54+
declare module 'babel-eslint/babylon-to-espree/attachComments.js' {
55+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>;
56+
}
57+
declare module 'babel-eslint/babylon-to-espree/convertComments.js' {
58+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertComments'>;
59+
}
60+
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' {
61+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>;
62+
}
63+
declare module 'babel-eslint/babylon-to-espree/index.js' {
64+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/index'>;
65+
}
66+
declare module 'babel-eslint/babylon-to-espree/toAST.js' {
67+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toAST'>;
68+
}
69+
declare module 'babel-eslint/babylon-to-espree/toToken.js' {
70+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toToken'>;
71+
}
72+
declare module 'babel-eslint/babylon-to-espree/toTokens.js' {
73+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toTokens'>;
74+
}
75+
declare module 'babel-eslint/index' {
76+
declare module.exports: $Exports<'babel-eslint'>;
77+
}
78+
declare module 'babel-eslint/index.js' {
79+
declare module.exports: $Exports<'babel-eslint'>;
80+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: bbcb803d9f49929318cc761b809a9cf8
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-strip-types_v^6.22.0/flow_v0.47.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-flow-strip-types'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-transform-flow-strip-types' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-transform-flow-strip-types/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-flow-strip-types/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-flow-strip-types/lib/index'>;
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: a7f10d4e1bb10a70f85748b8d561edb8
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-object-rest-spread_v^6.23.0/flow_v0.47.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-object-rest-spread'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-transform-object-rest-spread' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-transform-object-rest-spread/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-object-rest-spread/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-object-rest-spread/lib/index'>;
32+
}

Diff for: flow-typed/npm/babel-preset-env_vx.x.x.js

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
// flow-typed signature: 9be49775f818b1a7831d1122a5bb96c7
2+
// flow-typed version: <<STUB>>/babel-preset-env_v^1.5.1/flow_v0.47.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-preset-env'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-preset-env' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-preset-env/data/built-in-features' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-preset-env/data/plugin-features' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-preset-env/lib/default-includes' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-preset-env/lib/index' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-preset-env/lib/module-transformations' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-preset-env/lib/normalize-options' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'babel-preset-env/lib/targets-parser' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'babel-preset-env/lib/utils' {
58+
declare module.exports: any;
59+
}
60+
61+
// Filename aliases
62+
declare module 'babel-preset-env/data/built-in-features.js' {
63+
declare module.exports: $Exports<'babel-preset-env/data/built-in-features'>;
64+
}
65+
declare module 'babel-preset-env/data/plugin-features.js' {
66+
declare module.exports: $Exports<'babel-preset-env/data/plugin-features'>;
67+
}
68+
declare module 'babel-preset-env/lib/default-includes.js' {
69+
declare module.exports: $Exports<'babel-preset-env/lib/default-includes'>;
70+
}
71+
declare module 'babel-preset-env/lib/index.js' {
72+
declare module.exports: $Exports<'babel-preset-env/lib/index'>;
73+
}
74+
declare module 'babel-preset-env/lib/module-transformations.js' {
75+
declare module.exports: $Exports<'babel-preset-env/lib/module-transformations'>;
76+
}
77+
declare module 'babel-preset-env/lib/normalize-options.js' {
78+
declare module.exports: $Exports<'babel-preset-env/lib/normalize-options'>;
79+
}
80+
declare module 'babel-preset-env/lib/targets-parser.js' {
81+
declare module.exports: $Exports<'babel-preset-env/lib/targets-parser'>;
82+
}
83+
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin.js' {
84+
declare module.exports: $Exports<'babel-preset-env/lib/transform-polyfill-require-plugin'>;
85+
}
86+
declare module 'babel-preset-env/lib/utils.js' {
87+
declare module.exports: $Exports<'babel-preset-env/lib/utils'>;
88+
}

Diff for: flow-typed/npm/cz-conventional-changelog_vx.x.x.js

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// flow-typed signature: 98fa4f62b7a9ad35a7a43f0fc38c54f6
2+
// flow-typed version: <<STUB>>/cz-conventional-changelog_v^2.0.0/flow_v0.47.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'cz-conventional-changelog'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'cz-conventional-changelog' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'cz-conventional-changelog/engine' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'cz-conventional-changelog/engine.js' {
31+
declare module.exports: $Exports<'cz-conventional-changelog/engine'>;
32+
}
33+
declare module 'cz-conventional-changelog/index' {
34+
declare module.exports: $Exports<'cz-conventional-changelog'>;
35+
}
36+
declare module 'cz-conventional-changelog/index.js' {
37+
declare module.exports: $Exports<'cz-conventional-changelog'>;
38+
}

0 commit comments

Comments
 (0)