Skip to content

Commit c37165e

Browse files
joshblackmattrosno
authored andcommitted
chore(project): add initial files
* chore(project): add initial files * chore(project): sync offline mirror
1 parent 3c5a3fa commit c37165e

File tree

1,482 files changed

+11915
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,482 files changed

+11915
-2
lines changed

.circleci/config.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
jobs:
3+
test:
4+
docker:
5+
- image: circleci/node:10
6+
working_directory: ~/repo
7+
steps:
8+
- checkout
9+
- run:
10+
name: Install yarn
11+
command: |
12+
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
13+
export PATH=$HOME/.yarn/bin:$PATH
14+
- run: yarn install --offline --frozen-lockfile
15+
- run:
16+
name: Run ci checks
17+
command: yarn ci-check
18+
19+
workflows:
20+
version: 2
21+
main:
22+
jobs:
23+
- test

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 2
8+
indent_style = space
9+
insert_final_newline = true
10+
max_line_length = 80
11+
trim_trailing_whitespace = true
12+
13+
[*.md]
14+
trim_trailing_whitespace = false

.github/CODE_OF_CONDUCT.md

+34

.github/CONTRIBUTING.md

+108

.github/ISSUE_TEMPLATE/bug_report.md

+38
+16

.github/ISSUE_TEMPLATE/question.md

+28

.github/PULL_REQUEST_TEMPLATE.md

+17

.github/SUPPORT.md

+7

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

.prettierignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
lib
3+
es
4+
umd
5+
build
6+
dist
2.92 KB
Binary file not shown.
29.1 KB
Binary file not shown.
28.4 KB
Binary file not shown.
19.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 KB
Binary file not shown.
2.39 KB
Binary file not shown.
74.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26.1 KB
Binary file not shown.
26.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
15.5 KB
Binary file not shown.
22.4 KB
Binary file not shown.
5.62 KB
Binary file not shown.
Binary file not shown.
71.5 KB
Binary file not shown.
12.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9.35 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
7.08 KB
Binary file not shown.
6.49 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20.8 KB
Binary file not shown.
Binary file not shown.
2.85 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5.4 KB
Binary file not shown.
Binary file not shown.
3.13 KB
Binary file not shown.
Binary file not shown.
4.02 KB
Binary file not shown.
84.2 KB
Binary file not shown.
7.46 KB
Binary file not shown.
3.61 KB
Binary file not shown.
2.11 KB
Binary file not shown.
2.74 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3.11 KB
Binary file not shown.
45.9 KB
Binary file not shown.
136 KB
Binary file not shown.

.yarn-offline-mirror/abab-2.0.0.tgz

4.54 KB
Binary file not shown.

.yarn-offline-mirror/abbrev-1.1.1.tgz

2.25 KB
Binary file not shown.
5.28 KB
Binary file not shown.

.yarn-offline-mirror/acorn-5.7.3.tgz

125 KB
Binary file not shown.

.yarn-offline-mirror/acorn-6.1.1.tgz

242 KB
Binary file not shown.
Binary file not shown.
2.83 KB
Binary file not shown.
7.07 KB
Binary file not shown.
15.7 KB
Binary file not shown.
4.29 KB
Binary file not shown.

.yarn-offline-mirror/ajv-6.10.0.tgz

194 KB
Binary file not shown.
8.51 KB
Binary file not shown.
17.3 KB
Binary file not shown.
2.59 KB
Binary file not shown.
7.31 KB
Binary file not shown.
7.1 KB
Binary file not shown.
3.44 KB
Binary file not shown.
7.41 KB
Binary file not shown.
2.29 KB
Binary file not shown.
2.21 KB
Binary file not shown.
2.36 KB
Binary file not shown.
2.39 KB
Binary file not shown.
3.72 KB
Binary file not shown.
3.44 KB
Binary file not shown.
3.36 KB
Binary file not shown.
3.38 KB
Binary file not shown.

.yarn-offline-mirror/aproba-1.2.0.tgz

3.44 KB
Binary file not shown.
5.16 KB
Binary file not shown.
29.1 KB
Binary file not shown.
30.9 KB
Binary file not shown.
2.37 KB
Binary file not shown.
3.13 KB
Binary file not shown.
2.8 KB
Binary file not shown.
2.79 KB
Binary file not shown.
1.3 KB
Binary file not shown.
2 KB
Binary file not shown.
1.65 KB
Binary file not shown.
1.95 KB
Binary file not shown.
2.34 KB
Binary file not shown.
1.05 KB
Binary file not shown.
9.55 KB
Binary file not shown.
2.24 KB
Binary file not shown.
2.3 KB
Binary file not shown.
1.44 KB
Binary file not shown.
1.92 KB
Binary file not shown.
2.08 KB
Binary file not shown.
2.72 KB
Binary file not shown.

.yarn-offline-mirror/arrify-1.0.1.tgz

1.42 KB
Binary file not shown.

.yarn-offline-mirror/asap-2.0.6.tgz

11.1 KB
Binary file not shown.

.yarn-offline-mirror/asn1-0.2.4.tgz

5.53 KB
Binary file not shown.
12.2 KB
Binary file not shown.

.yarn-offline-mirror/assert-1.4.1.tgz

9.04 KB
Binary file not shown.
3.85 KB
Binary file not shown.
2.52 KB
Binary file not shown.
8.36 KB
Binary file not shown.
1.51 KB
Binary file not shown.

.yarn-offline-mirror/async-1.5.2.tgz

38 KB
Binary file not shown.

.yarn-offline-mirror/async-2.6.2.tgz

120 KB
Binary file not shown.
1.75 KB
Binary file not shown.
4.52 KB
Binary file not shown.
16 KB
Binary file not shown.
7.92 KB
Binary file not shown.

.yarn-offline-mirror/atob-2.1.2.tgz

12.4 KB
Binary file not shown.
65.5 KB
Binary file not shown.
5.04 KB
Binary file not shown.

.yarn-offline-mirror/aws4-1.8.0.tgz

9.24 KB
Binary file not shown.
16.9 KB
Binary file not shown.
2.86 KB
Binary file not shown.
23.2 KB
Binary file not shown.
864 Bytes
Binary file not shown.
11.3 KB
Binary file not shown.
Binary file not shown.
18.2 KB
Binary file not shown.
4.8 KB
Binary file not shown.
2.35 KB
Binary file not shown.
12 KB
Binary file not shown.
2.28 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
129 KB
Binary file not shown.
838 Bytes
Binary file not shown.
Binary file not shown.
4.24 KB
Binary file not shown.
13.1 KB
Binary file not shown.
2.44 KB
Binary file not shown.
29.5 KB
Binary file not shown.
20.8 KB
Binary file not shown.
67.6 KB
Binary file not shown.

.yarn-offline-mirror/bail-1.0.3.tgz

2.02 KB
Binary file not shown.
2.51 KB
Binary file not shown.

.yarn-offline-mirror/base-0.11.2.tgz

8.72 KB
Binary file not shown.
4.9 KB
Binary file not shown.

.yarn-offline-mirror/batch-0.6.1.tgz

3.3 KB
Binary file not shown.
10.8 KB
Binary file not shown.

.yarn-offline-mirror/bfj-6.1.1.tgz

42.5 KB
Binary file not shown.

.yarn-offline-mirror/big.js-5.2.2.tgz

15.9 KB
Binary file not shown.
Binary file not shown.
3.64 KB
Binary file not shown.
133 KB
Binary file not shown.

.yarn-offline-mirror/bn.js-4.11.8.tgz

22.7 KB
Binary file not shown.
15.2 KB
Binary file not shown.
9.2 KB
Binary file not shown.
851 Bytes
Binary file not shown.
4.14 KB
Binary file not shown.

.yarn-offline-mirror/braces-1.8.5.tgz

5.84 KB
Binary file not shown.

.yarn-offline-mirror/braces-2.3.2.tgz

17.1 KB
Binary file not shown.
2.45 KB
Binary file not shown.
Binary file not shown.
4.73 KB
Binary file not shown.
7.61 KB
Binary file not shown.
2.31 KB
Binary file not shown.
2.26 KB
Binary file not shown.
5.86 KB
Binary file not shown.
4.29 KB
Binary file not shown.
46.9 KB
Binary file not shown.
19 KB
Binary file not shown.
19.1 KB
Binary file not shown.

.yarn-offline-mirror/bser-2.0.0.tgz

5.97 KB
Binary file not shown.

.yarn-offline-mirror/buffer-4.9.1.tgz

58 KB
Binary file not shown.
2.24 KB
Binary file not shown.
5.19 KB
Binary file not shown.
2.24 KB
Binary file not shown.
Binary file not shown.

.yarn-offline-mirror/bytes-3.0.0.tgz

4.05 KB
Binary file not shown.
30.6 KB
Binary file not shown.
4.73 KB
Binary file not shown.
3.11 KB
Binary file not shown.
1.58 KB
Binary file not shown.
1.44 KB
Binary file not shown.
1.96 KB
Binary file not shown.
2.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)