@smockle/regression 3.0.3 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/LICENSE +21 -13
  2. package/README.md +14 -15
  3. package/dist/index.d.ts +53 -0
  4. package/dist/index.js +62 -0
  5. package/package.json +29 -40
  6. package/.editorconfig +0 -7
  7. package/.eslintrc.json +0 -6
  8. package/.flowconfig +0 -27
  9. package/.prettierignore +0 -1
  10. package/.travis.yml +0 -19
  11. package/appveyor.yml +0 -21
  12. package/flow-typed/npm/@smockle/matrix_vx.x.x.js +0 -192
  13. package/flow-typed/npm/@std/esm_vx.x.x.js +0 -32
  14. package/flow-typed/npm/codecov_vx.x.x.js +0 -276
  15. package/flow-typed/npm/colortape_vx.x.x.js +0 -80
  16. package/flow-typed/npm/eslint-config-standard_vx.x.x.js +0 -47
  17. package/flow-typed/npm/eslint-plugin-import_vx.x.x.js +0 -377
  18. package/flow-typed/npm/eslint-plugin-node_vx.x.x.js +0 -293
  19. package/flow-typed/npm/eslint-plugin-promise_vx.x.x.js +0 -170
  20. package/flow-typed/npm/eslint-plugin-standard_vx.x.x.js +0 -103
  21. package/flow-typed/npm/eslint_vx.x.x.js +0 -2401
  22. package/flow-typed/npm/flow-bin_v0.x.x.js +0 -6
  23. package/flow-typed/npm/flow-typed_vx.x.x.js +0 -193
  24. package/flow-typed/npm/husky_vx.x.x.js +0 -88
  25. package/flow-typed/npm/jsdoc-to-markdown_vx.x.x.js +0 -95
  26. package/flow-typed/npm/lint-staged_vx.x.x.js +0 -145
  27. package/flow-typed/npm/lodash_v4.x.x.js +0 -522
  28. package/flow-typed/npm/mathjs_vx.x.x.js +0 -6187
  29. package/flow-typed/npm/nyc_vx.x.x.js +0 -108
  30. package/flow-typed/npm/prettier-eslint-cli_vx.x.x.js +0 -78
  31. package/jsdoc.json +0 -6
  32. package/jsdoc2md/README.hbs +0 -32
  33. package/lib/regression.js +0 -3
  34. package/lib/regression.mjs +0 -93
  35. package/test/regression.mjs +0 -264
@@ -1,170 +0,0 @@
1
- // flow-typed signature: 3d0aaab25f54d91d51e12553286b5694
2
- // flow-typed version: <<STUB>>/eslint-plugin-promise_v^3.5.0/flow_v0.53.1
3
-
4
- /**
5
- * This is an autogenerated libdef stub for:
6
- *
7
- * 'eslint-plugin-promise'
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 'eslint-plugin-promise' {
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 'eslint-plugin-promise/rules/always-return' {
26
- declare module.exports: any
27
- }
28
-
29
- declare module 'eslint-plugin-promise/rules/avoid-new' {
30
- declare module.exports: any
31
- }
32
-
33
- declare module 'eslint-plugin-promise/rules/catch-or-return' {
34
- declare module.exports: any
35
- }
36
-
37
- declare module 'eslint-plugin-promise/rules/lib/has-promise-callback' {
38
- declare module.exports: any
39
- }
40
-
41
- declare module 'eslint-plugin-promise/rules/lib/is-callback' {
42
- declare module.exports: any
43
- }
44
-
45
- declare module 'eslint-plugin-promise/rules/lib/is-inside-callback' {
46
- declare module.exports: any
47
- }
48
-
49
- declare module 'eslint-plugin-promise/rules/lib/is-inside-promise' {
50
- declare module.exports: any
51
- }
52
-
53
- declare module 'eslint-plugin-promise/rules/lib/is-named-callback' {
54
- declare module.exports: any
55
- }
56
-
57
- declare module 'eslint-plugin-promise/rules/lib/is-promise' {
58
- declare module.exports: any
59
- }
60
-
61
- declare module 'eslint-plugin-promise/rules/no-callback-in-promise' {
62
- declare module.exports: any
63
- }
64
-
65
- declare module 'eslint-plugin-promise/rules/no-native' {
66
- declare module.exports: any
67
- }
68
-
69
- declare module 'eslint-plugin-promise/rules/no-nesting' {
70
- declare module.exports: any
71
- }
72
-
73
- declare module 'eslint-plugin-promise/rules/no-promise-in-callback' {
74
- declare module.exports: any
75
- }
76
-
77
- declare module 'eslint-plugin-promise/rules/no-return-wrap' {
78
- declare module.exports: any
79
- }
80
-
81
- declare module 'eslint-plugin-promise/rules/param-names' {
82
- declare module.exports: any
83
- }
84
-
85
- declare module 'eslint-plugin-promise/rules/prefer-await-to-callbacks' {
86
- declare module.exports: any
87
- }
88
-
89
- declare module 'eslint-plugin-promise/rules/prefer-await-to-then' {
90
- declare module.exports: any
91
- }
92
-
93
- // Filename aliases
94
- declare module 'eslint-plugin-promise/index' {
95
- declare module.exports: $Exports<'eslint-plugin-promise'>
96
- }
97
- declare module 'eslint-plugin-promise/index.js' {
98
- declare module.exports: $Exports<'eslint-plugin-promise'>
99
- }
100
- declare module 'eslint-plugin-promise/rules/always-return.js' {
101
- declare module.exports: $Exports<'eslint-plugin-promise/rules/always-return'>
102
- }
103
- declare module 'eslint-plugin-promise/rules/avoid-new.js' {
104
- declare module.exports: $Exports<'eslint-plugin-promise/rules/avoid-new'>
105
- }
106
- declare module 'eslint-plugin-promise/rules/catch-or-return.js' {
107
- declare module.exports: $Exports<
108
- 'eslint-plugin-promise/rules/catch-or-return'
109
- >
110
- }
111
- declare module 'eslint-plugin-promise/rules/lib/has-promise-callback.js' {
112
- declare module.exports: $Exports<
113
- 'eslint-plugin-promise/rules/lib/has-promise-callback'
114
- >
115
- }
116
- declare module 'eslint-plugin-promise/rules/lib/is-callback.js' {
117
- declare module.exports: $Exports<
118
- 'eslint-plugin-promise/rules/lib/is-callback'
119
- >
120
- }
121
- declare module 'eslint-plugin-promise/rules/lib/is-inside-callback.js' {
122
- declare module.exports: $Exports<
123
- 'eslint-plugin-promise/rules/lib/is-inside-callback'
124
- >
125
- }
126
- declare module 'eslint-plugin-promise/rules/lib/is-inside-promise.js' {
127
- declare module.exports: $Exports<
128
- 'eslint-plugin-promise/rules/lib/is-inside-promise'
129
- >
130
- }
131
- declare module 'eslint-plugin-promise/rules/lib/is-named-callback.js' {
132
- declare module.exports: $Exports<
133
- 'eslint-plugin-promise/rules/lib/is-named-callback'
134
- >
135
- }
136
- declare module 'eslint-plugin-promise/rules/lib/is-promise.js' {
137
- declare module.exports: $Exports<'eslint-plugin-promise/rules/lib/is-promise'>
138
- }
139
- declare module 'eslint-plugin-promise/rules/no-callback-in-promise.js' {
140
- declare module.exports: $Exports<
141
- 'eslint-plugin-promise/rules/no-callback-in-promise'
142
- >
143
- }
144
- declare module 'eslint-plugin-promise/rules/no-native.js' {
145
- declare module.exports: $Exports<'eslint-plugin-promise/rules/no-native'>
146
- }
147
- declare module 'eslint-plugin-promise/rules/no-nesting.js' {
148
- declare module.exports: $Exports<'eslint-plugin-promise/rules/no-nesting'>
149
- }
150
- declare module 'eslint-plugin-promise/rules/no-promise-in-callback.js' {
151
- declare module.exports: $Exports<
152
- 'eslint-plugin-promise/rules/no-promise-in-callback'
153
- >
154
- }
155
- declare module 'eslint-plugin-promise/rules/no-return-wrap.js' {
156
- declare module.exports: $Exports<'eslint-plugin-promise/rules/no-return-wrap'>
157
- }
158
- declare module 'eslint-plugin-promise/rules/param-names.js' {
159
- declare module.exports: $Exports<'eslint-plugin-promise/rules/param-names'>
160
- }
161
- declare module 'eslint-plugin-promise/rules/prefer-await-to-callbacks.js' {
162
- declare module.exports: $Exports<
163
- 'eslint-plugin-promise/rules/prefer-await-to-callbacks'
164
- >
165
- }
166
- declare module 'eslint-plugin-promise/rules/prefer-await-to-then.js' {
167
- declare module.exports: $Exports<
168
- 'eslint-plugin-promise/rules/prefer-await-to-then'
169
- >
170
- }
@@ -1,103 +0,0 @@
1
- // flow-typed signature: e9ddede513e7fc46bbe55da6db6d5c47
2
- // flow-typed version: <<STUB>>/eslint-plugin-standard_v^3.0.0/flow_v0.53.1
3
-
4
- /**
5
- * This is an autogenerated libdef stub for:
6
- *
7
- * 'eslint-plugin-standard'
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 'eslint-plugin-standard' {
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 'eslint-plugin-standard/rules/array-bracket-even-spacing' {
26
- declare module.exports: any
27
- }
28
-
29
- declare module 'eslint-plugin-standard/rules/computed-property-even-spacing' {
30
- declare module.exports: any
31
- }
32
-
33
- declare module 'eslint-plugin-standard/rules/no-callback-literal' {
34
- declare module.exports: any
35
- }
36
-
37
- declare module 'eslint-plugin-standard/rules/object-curly-even-spacing' {
38
- declare module.exports: any
39
- }
40
-
41
- declare module 'eslint-plugin-standard/tests/array-bracket-even-spacing' {
42
- declare module.exports: any
43
- }
44
-
45
- declare module 'eslint-plugin-standard/tests/computed-property-even-spacing' {
46
- declare module.exports: any
47
- }
48
-
49
- declare module 'eslint-plugin-standard/tests/no-callback-literal' {
50
- declare module.exports: any
51
- }
52
-
53
- declare module 'eslint-plugin-standard/tests/object-curly-even-spacing' {
54
- declare module.exports: any
55
- }
56
-
57
- // Filename aliases
58
- declare module 'eslint-plugin-standard/index' {
59
- declare module.exports: $Exports<'eslint-plugin-standard'>
60
- }
61
- declare module 'eslint-plugin-standard/index.js' {
62
- declare module.exports: $Exports<'eslint-plugin-standard'>
63
- }
64
- declare module 'eslint-plugin-standard/rules/array-bracket-even-spacing.js' {
65
- declare module.exports: $Exports<
66
- 'eslint-plugin-standard/rules/array-bracket-even-spacing'
67
- >
68
- }
69
- declare module 'eslint-plugin-standard/rules/computed-property-even-spacing.js' {
70
- declare module.exports: $Exports<
71
- 'eslint-plugin-standard/rules/computed-property-even-spacing'
72
- >
73
- }
74
- declare module 'eslint-plugin-standard/rules/no-callback-literal.js' {
75
- declare module.exports: $Exports<
76
- 'eslint-plugin-standard/rules/no-callback-literal'
77
- >
78
- }
79
- declare module 'eslint-plugin-standard/rules/object-curly-even-spacing.js' {
80
- declare module.exports: $Exports<
81
- 'eslint-plugin-standard/rules/object-curly-even-spacing'
82
- >
83
- }
84
- declare module 'eslint-plugin-standard/tests/array-bracket-even-spacing.js' {
85
- declare module.exports: $Exports<
86
- 'eslint-plugin-standard/tests/array-bracket-even-spacing'
87
- >
88
- }
89
- declare module 'eslint-plugin-standard/tests/computed-property-even-spacing.js' {
90
- declare module.exports: $Exports<
91
- 'eslint-plugin-standard/tests/computed-property-even-spacing'
92
- >
93
- }
94
- declare module 'eslint-plugin-standard/tests/no-callback-literal.js' {
95
- declare module.exports: $Exports<
96
- 'eslint-plugin-standard/tests/no-callback-literal'
97
- >
98
- }
99
- declare module 'eslint-plugin-standard/tests/object-curly-even-spacing.js' {
100
- declare module.exports: $Exports<
101
- 'eslint-plugin-standard/tests/object-curly-even-spacing'
102
- >
103
- }