forked from mongodb-js/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.depalignrc.json
More file actions
67 lines (67 loc) · 932 Bytes
/
.depalignrc.json
File metadata and controls
67 lines (67 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"ignore": {
"debug": [
"^2.2.0",
"^4.2.0",
"^4.3.1"
],
"semver": [
"^7.1.1",
"^5.4.1",
"^5.1.0",
"^5.7.1",
"^7.3.5",
"^7.6.0"
],
"eslint-config-mongodb-js": [
"^5.0.3",
"^2.2.0",
"^3.0.1",
"^2.1.0"
],
"chai": [
"^4.1.2",
"^4.2.0",
"^3.4.1",
"^3.5.0",
"^4.3.4"
],
"sinon": [
"^9.0.0",
"^1.17.6",
"^7.2.7",
"^9.0.2",
"^9.2.3",
"^8.1.1"
],
"uuid": [
"^3.1.0",
"^3.3.3",
"^8.2.0",
"^3.3.2",
"^3.0.0"
],
"fs-extra": [
"^8.1.0",
"^9.1.0"
],
"numeral": [
"^1.5.6"
],
"babel-loader": [
"^7.1.5"
],
"@babel/core": [
"7.16.0"
],
"@babel/parser": [
"7.16.0"
],
"js-yaml": [
"^3.13.1"
],
"bson": [
"^4.4.1"
]
}
}