tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mermaid: 10.9.0 -> 11.4.2
Petr Zahradnik
1 year ago
ce694750
9391aab7
+965
-32
3 changed files
expand all
collapse all
unified
split
pkgs
by-name
me
mermaid-cli
integrity.patch
package.nix
remove-puppeteer-from-dev-deps.patch
+931
pkgs/by-name/me/mermaid-cli/integrity.patch
···
1
1
+
Subject: [PATCH] build: add missing package integrity
2
2
+
---
3
3
+
Index: package-lock.json
4
4
+
<+>UTF-8
5
5
+
===================================================================
6
6
+
diff --git a/package-lock.json b/package-lock.json
7
7
+
--- a/package-lock.json (revision f1f9df1a2a87f2649f9c2d6add5cb5d2714e70a8)
8
8
+
+++ b/package-lock.json (revision fa593dc39619f44b57a922927a66346248f31d7d)
9
9
+
@@ -319,6 +319,7 @@
10
10
+
"node_modules/@babel/helper-function-name/node_modules/ansi-styles": {
11
11
+
"version": "3.2.1",
12
12
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
13
13
+
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
14
14
+
"dev": true,
15
15
+
"license": "MIT",
16
16
+
"dependencies": {
17
17
+
@@ -331,6 +332,7 @@
18
18
+
"node_modules/@babel/helper-function-name/node_modules/chalk": {
19
19
+
"version": "2.4.2",
20
20
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
21
21
+
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
22
22
+
"dev": true,
23
23
+
"license": "MIT",
24
24
+
"dependencies": {
25
25
+
@@ -345,6 +347,7 @@
26
26
+
"node_modules/@babel/helper-function-name/node_modules/color-convert": {
27
27
+
"version": "1.9.3",
28
28
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
29
29
+
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
30
30
+
"dev": true,
31
31
+
"license": "MIT",
32
32
+
"dependencies": {
33
33
+
@@ -354,12 +357,14 @@
34
34
+
"node_modules/@babel/helper-function-name/node_modules/color-name": {
35
35
+
"version": "1.1.3",
36
36
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
37
37
+
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
38
38
+
"dev": true,
39
39
+
"license": "MIT"
40
40
+
},
41
41
+
"node_modules/@babel/helper-function-name/node_modules/escape-string-regexp": {
42
42
+
"version": "1.0.5",
43
43
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
44
44
+
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
45
45
+
"dev": true,
46
46
+
"license": "MIT",
47
47
+
"engines": {
48
48
+
@@ -369,6 +374,7 @@
49
49
+
"node_modules/@babel/helper-function-name/node_modules/has-flag": {
50
50
+
"version": "3.0.0",
51
51
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
52
52
+
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
53
53
+
"dev": true,
54
54
+
"license": "MIT",
55
55
+
"engines": {
56
56
+
@@ -378,6 +384,7 @@
57
57
+
"node_modules/@babel/helper-function-name/node_modules/supports-color": {
58
58
+
"version": "5.5.0",
59
59
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
60
60
+
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
61
61
+
"dev": true,
62
62
+
"license": "MIT",
63
63
+
"dependencies": {
64
64
+
@@ -597,6 +604,7 @@
65
65
+
"node_modules/@babel/highlight/node_modules/ansi-styles": {
66
66
+
"version": "3.2.1",
67
67
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
68
68
+
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
69
69
+
"dev": true,
70
70
+
"license": "MIT",
71
71
+
"dependencies": {
72
72
+
@@ -609,6 +617,7 @@
73
73
+
"node_modules/@babel/highlight/node_modules/chalk": {
74
74
+
"version": "2.4.2",
75
75
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
76
76
+
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
77
77
+
"dev": true,
78
78
+
"license": "MIT",
79
79
+
"dependencies": {
80
80
+
@@ -623,6 +632,7 @@
81
81
+
"node_modules/@babel/highlight/node_modules/color-convert": {
82
82
+
"version": "1.9.3",
83
83
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
84
84
+
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
85
85
+
"dev": true,
86
86
+
"license": "MIT",
87
87
+
"dependencies": {
88
88
+
@@ -632,12 +642,14 @@
89
89
+
"node_modules/@babel/highlight/node_modules/color-name": {
90
90
+
"version": "1.1.3",
91
91
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
92
92
+
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
93
93
+
"dev": true,
94
94
+
"license": "MIT"
95
95
+
},
96
96
+
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
97
97
+
"version": "1.0.5",
98
98
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
99
99
+
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
100
100
+
"dev": true,
101
101
+
"license": "MIT",
102
102
+
"engines": {
103
103
+
@@ -647,6 +659,7 @@
104
104
+
"node_modules/@babel/highlight/node_modules/has-flag": {
105
105
+
"version": "3.0.0",
106
106
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
107
107
+
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
108
108
+
"dev": true,
109
109
+
"license": "MIT",
110
110
+
"engines": {
111
111
+
@@ -656,6 +669,7 @@
112
112
+
"node_modules/@babel/highlight/node_modules/supports-color": {
113
113
+
"version": "5.5.0",
114
114
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
115
115
+
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
116
116
+
"dev": true,
117
117
+
"license": "MIT",
118
118
+
"dependencies": {
119
119
+
@@ -1053,6 +1067,7 @@
120
120
+
"node_modules/@babel/traverse/node_modules/ansi-styles": {
121
121
+
"version": "3.2.1",
122
122
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
123
123
+
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
124
124
+
"dev": true,
125
125
+
"license": "MIT",
126
126
+
"dependencies": {
127
127
+
@@ -1065,6 +1080,7 @@
128
128
+
"node_modules/@babel/traverse/node_modules/chalk": {
129
129
+
"version": "2.4.2",
130
130
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
131
131
+
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
132
132
+
"dev": true,
133
133
+
"license": "MIT",
134
134
+
"dependencies": {
135
135
+
@@ -1079,6 +1095,7 @@
136
136
+
"node_modules/@babel/traverse/node_modules/color-convert": {
137
137
+
"version": "1.9.3",
138
138
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
139
139
+
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
140
140
+
"dev": true,
141
141
+
"license": "MIT",
142
142
+
"dependencies": {
143
143
+
@@ -1088,12 +1105,14 @@
144
144
+
"node_modules/@babel/traverse/node_modules/color-name": {
145
145
+
"version": "1.1.3",
146
146
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
147
147
+
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
148
148
+
"dev": true,
149
149
+
"license": "MIT"
150
150
+
},
151
151
+
"node_modules/@babel/traverse/node_modules/escape-string-regexp": {
152
152
+
"version": "1.0.5",
153
153
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
154
154
+
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
155
155
+
"dev": true,
156
156
+
"license": "MIT",
157
157
+
"engines": {
158
158
+
@@ -1113,6 +1132,7 @@
159
159
+
"node_modules/@babel/traverse/node_modules/has-flag": {
160
160
+
"version": "3.0.0",
161
161
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
162
162
+
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
163
163
+
"dev": true,
164
164
+
"license": "MIT",
165
165
+
"engines": {
166
166
+
@@ -1122,6 +1142,7 @@
167
167
+
"node_modules/@babel/traverse/node_modules/supports-color": {
168
168
+
"version": "5.5.0",
169
169
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
170
170
+
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
171
171
+
"dev": true,
172
172
+
"license": "MIT",
173
173
+
"dependencies": {
174
174
+
@@ -1935,6 +1956,7 @@
175
175
+
"node_modules/@jest/console/node_modules/chalk": {
176
176
+
"version": "4.1.2",
177
177
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
178
178
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
179
179
+
"dev": true,
180
180
+
"license": "MIT",
181
181
+
"dependencies": {
182
182
+
@@ -1999,6 +2021,7 @@
183
183
+
"node_modules/@jest/core/node_modules/chalk": {
184
184
+
"version": "4.1.2",
185
185
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
186
186
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
187
187
+
"dev": true,
188
188
+
"license": "MIT",
189
189
+
"dependencies": {
190
190
+
@@ -2164,6 +2187,7 @@
191
191
+
"node_modules/@jest/reporters/node_modules/chalk": {
192
192
+
"version": "4.1.2",
193
193
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
194
194
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
195
195
+
"dev": true,
196
196
+
"license": "MIT",
197
197
+
"dependencies": {
198
198
+
@@ -2323,6 +2347,7 @@
199
199
+
"node_modules/@jest/transform/node_modules/chalk": {
200
200
+
"version": "4.1.2",
201
201
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
202
202
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
203
203
+
"dev": true,
204
204
+
"license": "MIT",
205
205
+
"dependencies": {
206
206
+
@@ -2364,6 +2389,7 @@
207
207
+
"node_modules/@jest/types/node_modules/chalk": {
208
208
+
"version": "4.1.2",
209
209
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
210
210
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
211
211
+
"dev": true,
212
212
+
"license": "MIT",
213
213
+
"dependencies": {
214
214
+
@@ -3207,6 +3233,7 @@
215
215
+
"node_modules/@types/json5": {
216
216
+
"version": "0.0.29",
217
217
+
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
218
218
+
+ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
219
219
+
"dev": true,
220
220
+
"license": "MIT"
221
221
+
},
222
222
+
@@ -3491,6 +3518,7 @@
223
223
+
"node_modules/ajv": {
224
224
+
"version": "6.12.6",
225
225
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
226
226
+
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
227
227
+
"dev": true,
228
228
+
"license": "MIT",
229
229
+
"dependencies": {
230
230
+
@@ -3824,6 +3852,7 @@
231
231
+
"node_modules/babel-jest/node_modules/chalk": {
232
232
+
"version": "4.1.2",
233
233
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
234
234
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
235
235
+
"dev": true,
236
236
+
"license": "MIT",
237
237
+
"dependencies": {
238
238
+
@@ -4177,6 +4206,7 @@
239
239
+
"node_modules/callsites": {
240
240
+
"version": "3.1.0",
241
241
+
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
242
242
+
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
243
243
+
"dev": true,
244
244
+
"license": "MIT",
245
245
+
"engines": {
246
246
+
@@ -4375,6 +4405,7 @@
247
247
+
"node_modules/color-convert": {
248
248
+
"version": "2.0.1",
249
249
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
250
250
+
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
251
251
+
"dev": true,
252
252
+
"license": "MIT",
253
253
+
"dependencies": {
254
254
+
@@ -4394,6 +4425,7 @@
255
255
+
"node_modules/color-name": {
256
256
+
"version": "1.1.4",
257
257
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
258
258
+
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
259
259
+
"license": "MIT"
260
260
+
},
261
261
+
"node_modules/color-string": {
262
262
+
@@ -4515,6 +4547,7 @@
263
263
+
"node_modules/create-jest/node_modules/chalk": {
264
264
+
"version": "4.1.2",
265
265
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
266
266
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
267
267
+
"dev": true,
268
268
+
"license": "MIT",
269
269
+
"dependencies": {
270
270
+
@@ -4531,6 +4564,7 @@
271
271
+
"node_modules/cross-spawn": {
272
272
+
"version": "7.0.3",
273
273
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
274
274
+
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
275
275
+
"dev": true,
276
276
+
"license": "MIT",
277
277
+
"dependencies": {
278
278
+
@@ -5185,6 +5219,7 @@
279
279
+
"node_modules/deep-is": {
280
280
+
"version": "0.1.3",
281
281
+
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
282
282
+
+ "integrity": "sha512-GtxAN4HvBachZzm4OnWqc45ESpUCMwkYcsjnsPs23FwJbsO+k4t0k9bQCgOmzIlpHO28+WPK/KRbRk0DDHuuDw==",
283
283
+
"dev": true,
284
284
+
"license": "MIT"
285
285
+
},
286
286
+
@@ -5300,6 +5335,7 @@
287
287
+
"node_modules/doctrine": {
288
288
+
"version": "2.1.0",
289
289
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
290
290
+
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
291
291
+
"dev": true,
292
292
+
"license": "Apache-2.0",
293
293
+
"dependencies": {
294
294
+
@@ -5381,6 +5417,7 @@
295
295
+
"node_modules/error-ex": {
296
296
+
"version": "1.3.2",
297
297
+
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
298
298
+
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
299
299
+
"dev": true,
300
300
+
"license": "MIT",
301
301
+
"dependencies": {
302
302
+
@@ -5567,6 +5604,7 @@
303
303
+
"node_modules/es-to-primitive": {
304
304
+
"version": "1.2.1",
305
305
+
"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
306
306
+
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
307
307
+
"dev": true,
308
308
+
"license": "MIT",
309
309
+
"dependencies": {
310
310
+
@@ -5851,6 +5889,7 @@
311
311
+
"node_modules/eslint-plugin-es/node_modules/eslint-utils": {
312
312
+
"version": "2.1.0",
313
313
+
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
314
314
+
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
315
315
+
"dev": true,
316
316
+
"license": "MIT",
317
317
+
"dependencies": {
318
318
+
@@ -5866,6 +5905,7 @@
319
319
+
"node_modules/eslint-plugin-es/node_modules/eslint-visitor-keys": {
320
320
+
"version": "1.3.0",
321
321
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
322
322
+
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
323
323
+
"dev": true,
324
324
+
"license": "Apache-2.0",
325
325
+
"engines": {
326
326
+
@@ -6067,6 +6107,7 @@
327
327
+
"node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
328
328
+
"version": "2.0.0",
329
329
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz",
330
330
+
+ "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==",
331
331
+
"dev": true,
332
332
+
"license": "Apache-2.0",
333
333
+
"engines": {
334
334
+
@@ -6089,6 +6130,7 @@
335
335
+
"node_modules/eslint/node_modules/chalk": {
336
336
+
"version": "4.1.2",
337
337
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
338
338
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
339
339
+
"dev": true,
340
340
+
"license": "MIT",
341
341
+
"dependencies": {
342
342
+
@@ -6105,6 +6147,7 @@
343
343
+
"node_modules/eslint/node_modules/doctrine": {
344
344
+
"version": "3.0.0",
345
345
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
346
346
+
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
347
347
+
"dev": true,
348
348
+
"license": "Apache-2.0",
349
349
+
"dependencies": {
350
350
+
@@ -6237,6 +6280,7 @@
351
351
+
"node_modules/esrecurse": {
352
352
+
"version": "4.3.0",
353
353
+
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
354
354
+
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
355
355
+
"dev": true,
356
356
+
"license": "BSD-2-Clause",
357
357
+
"dependencies": {
358
358
+
@@ -6249,6 +6293,7 @@
359
359
+
"node_modules/estraverse": {
360
360
+
"version": "5.2.0",
361
361
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
362
362
+
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
363
363
+
"dev": true,
364
364
+
"license": "BSD-2-Clause",
365
365
+
"engines": {
366
366
+
@@ -6264,6 +6309,7 @@
367
367
+
"node_modules/esutils": {
368
368
+
"version": "2.0.3",
369
369
+
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
370
370
+
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
371
371
+
"dev": true,
372
372
+
"license": "BSD-2-Clause",
373
373
+
"engines": {
374
374
+
@@ -6375,6 +6421,7 @@
375
375
+
"node_modules/fast-deep-equal": {
376
376
+
"version": "3.1.3",
377
377
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
378
378
+
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
379
379
+
"dev": true,
380
380
+
"license": "MIT"
381
381
+
},
382
382
+
@@ -6404,12 +6451,14 @@
383
383
+
"node_modules/fast-json-stable-stringify": {
384
384
+
"version": "2.1.0",
385
385
+
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
386
386
+
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
387
387
+
"dev": true,
388
388
+
"license": "MIT"
389
389
+
},
390
390
+
"node_modules/fast-levenshtein": {
391
391
+
"version": "2.0.6",
392
392
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
393
393
+
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
394
394
+
"dev": true,
395
395
+
"license": "MIT"
396
396
+
},
397
397
+
@@ -6485,6 +6534,7 @@
398
398
+
"node_modules/find-up": {
399
399
+
"version": "4.1.0",
400
400
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
401
401
+
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
402
402
+
"dev": true,
403
403
+
"license": "MIT",
404
404
+
"dependencies": {
405
405
+
@@ -6544,6 +6594,7 @@
406
406
+
"node_modules/fs.realpath": {
407
407
+
"version": "1.0.0",
408
408
+
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
409
409
+
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
410
410
+
"license": "ISC"
411
411
+
},
412
412
+
"node_modules/fsevents": {
413
413
+
@@ -6812,6 +6863,7 @@
414
414
+
"node_modules/has": {
415
415
+
"version": "1.0.3",
416
416
+
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
417
417
+
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
418
418
+
"dev": true,
419
419
+
"license": "MIT",
420
420
+
"dependencies": {
421
421
+
@@ -6834,6 +6886,7 @@
422
422
+
"node_modules/has-flag": {
423
423
+
"version": "4.0.0",
424
424
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
425
425
+
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
426
426
+
"dev": true,
427
427
+
"license": "MIT",
428
428
+
"engines": {
429
429
+
@@ -7012,6 +7065,7 @@
430
430
+
"node_modules/import-fresh": {
431
431
+
"version": "3.2.1",
432
432
+
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz",
433
433
+
+ "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==",
434
434
+
"dev": true,
435
435
+
"license": "MIT",
436
436
+
"dependencies": {
437
437
+
@@ -7055,6 +7109,7 @@
438
438
+
"node_modules/imurmurhash": {
439
439
+
"version": "0.1.4",
440
440
+
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
441
441
+
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
442
442
+
"dev": true,
443
443
+
"license": "MIT",
444
444
+
"engines": {
445
445
+
@@ -7064,6 +7119,7 @@
446
446
+
"node_modules/inflight": {
447
447
+
"version": "1.0.6",
448
448
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
449
449
+
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
450
450
+
"license": "ISC",
451
451
+
"dependencies": {
452
452
+
"once": "^1.3.0",
453
453
+
@@ -7073,6 +7129,7 @@
454
454
+
"node_modules/inherits": {
455
455
+
"version": "2.0.4",
456
456
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
457
457
+
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
458
458
+
"license": "ISC"
459
459
+
},
460
460
+
"node_modules/internal-slot": {
461
461
+
@@ -7133,6 +7190,7 @@
462
462
+
"node_modules/is-arrayish": {
463
463
+
"version": "0.2.1",
464
464
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
465
465
+
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
466
466
+
"dev": true,
467
467
+
"license": "MIT"
468
468
+
},
469
469
+
@@ -7197,6 +7255,7 @@
470
470
+
"node_modules/is-callable": {
471
471
+
"version": "1.2.2",
472
472
+
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz",
473
473
+
+ "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==",
474
474
+
"dev": true,
475
475
+
"license": "MIT",
476
476
+
"engines": {
477
477
+
@@ -7446,6 +7505,7 @@
478
478
+
"node_modules/is-string": {
479
479
+
"version": "1.0.5",
480
480
+
"resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
481
481
+
+ "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
482
482
+
"dev": true,
483
483
+
"license": "MIT",
484
484
+
"engines": {
485
485
+
@@ -7458,6 +7518,7 @@
486
486
+
"node_modules/is-symbol": {
487
487
+
"version": "1.0.3",
488
488
+
"resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
489
489
+
+ "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
490
490
+
"dev": true,
491
491
+
"license": "MIT",
492
492
+
"dependencies": {
493
493
+
@@ -7539,6 +7600,7 @@
494
494
+
"node_modules/isexe": {
495
495
+
"version": "2.0.0",
496
496
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
497
497
+
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
498
498
+
"dev": true,
499
499
+
"license": "ISC"
500
500
+
},
501
501
+
@@ -7720,6 +7782,7 @@
502
502
+
"node_modules/jest-circus/node_modules/chalk": {
503
503
+
"version": "4.1.2",
504
504
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
505
505
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
506
506
+
"dev": true,
507
507
+
"license": "MIT",
508
508
+
"dependencies": {
509
509
+
@@ -7770,6 +7833,7 @@
510
510
+
"node_modules/jest-cli/node_modules/chalk": {
511
511
+
"version": "4.1.2",
512
512
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
513
513
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
514
514
+
"dev": true,
515
515
+
"license": "MIT",
516
516
+
"dependencies": {
517
517
+
@@ -7832,6 +7896,7 @@
518
518
+
"node_modules/jest-config/node_modules/chalk": {
519
519
+
"version": "4.1.2",
520
520
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
521
521
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
522
522
+
"dev": true,
523
523
+
"license": "MIT",
524
524
+
"dependencies": {
525
525
+
@@ -7864,6 +7929,7 @@
526
526
+
"node_modules/jest-diff/node_modules/chalk": {
527
527
+
"version": "4.1.2",
528
528
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
529
529
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
530
530
+
"dev": true,
531
531
+
"license": "MIT",
532
532
+
"dependencies": {
533
533
+
@@ -7910,6 +7976,7 @@
534
534
+
"node_modules/jest-each/node_modules/chalk": {
535
535
+
"version": "4.1.2",
536
536
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
537
537
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
538
538
+
"dev": true,
539
539
+
"license": "MIT",
540
540
+
"dependencies": {
541
541
+
@@ -8010,6 +8077,7 @@
542
542
+
"node_modules/jest-matcher-utils/node_modules/chalk": {
543
543
+
"version": "4.1.2",
544
544
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
545
545
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
546
546
+
"dev": true,
547
547
+
"license": "MIT",
548
548
+
"dependencies": {
549
549
+
@@ -8047,6 +8115,7 @@
550
550
+
"node_modules/jest-message-util/node_modules/chalk": {
551
551
+
"version": "4.1.2",
552
552
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
553
553
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
554
554
+
"dev": true,
555
555
+
"license": "MIT",
556
556
+
"dependencies": {
557
557
+
@@ -8141,6 +8210,7 @@
558
558
+
"node_modules/jest-resolve/node_modules/chalk": {
559
559
+
"version": "4.1.2",
560
560
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
561
561
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
562
562
+
"dev": true,
563
563
+
"license": "MIT",
564
564
+
"dependencies": {
565
565
+
@@ -8190,6 +8260,7 @@
566
566
+
"node_modules/jest-runner/node_modules/chalk": {
567
567
+
"version": "4.1.2",
568
568
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
569
569
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
570
570
+
"dev": true,
571
571
+
"license": "MIT",
572
572
+
"dependencies": {
573
573
+
@@ -8240,6 +8311,7 @@
574
574
+
"node_modules/jest-runtime/node_modules/chalk": {
575
575
+
"version": "4.1.2",
576
576
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
577
577
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
578
578
+
"dev": true,
579
579
+
"license": "MIT",
580
580
+
"dependencies": {
581
581
+
@@ -8298,6 +8370,7 @@
582
582
+
"node_modules/jest-snapshot/node_modules/chalk": {
583
583
+
"version": "4.1.2",
584
584
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
585
585
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
586
586
+
"dev": true,
587
587
+
"license": "MIT",
588
588
+
"dependencies": {
589
589
+
@@ -8348,6 +8421,7 @@
590
590
+
"node_modules/jest-util/node_modules/chalk": {
591
591
+
"version": "4.1.2",
592
592
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
593
593
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
594
594
+
"dev": true,
595
595
+
"license": "MIT",
596
596
+
"dependencies": {
597
597
+
@@ -8382,6 +8456,7 @@
598
598
+
"node_modules/jest-validate/node_modules/chalk": {
599
599
+
"version": "4.1.2",
600
600
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
601
601
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
602
602
+
"dev": true,
603
603
+
"license": "MIT",
604
604
+
"dependencies": {
605
605
+
@@ -8418,6 +8493,7 @@
606
606
+
"node_modules/jest-watcher/node_modules/chalk": {
607
607
+
"version": "4.1.2",
608
608
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
609
609
+
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
610
610
+
"dev": true,
611
611
+
"license": "MIT",
612
612
+
"dependencies": {
613
613
+
@@ -8478,6 +8554,7 @@
614
614
+
"node_modules/js-tokens": {
615
615
+
"version": "4.0.0",
616
616
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
617
617
+
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
618
618
+
"dev": true,
619
619
+
"license": "MIT"
620
620
+
},
621
621
+
@@ -8531,12 +8608,14 @@
622
622
+
"node_modules/json-schema-traverse": {
623
623
+
"version": "0.4.1",
624
624
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
625
625
+
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
626
626
+
"dev": true,
627
627
+
"license": "MIT"
628
628
+
},
629
629
+
"node_modules/json-stable-stringify-without-jsonify": {
630
630
+
"version": "1.0.1",
631
631
+
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
632
632
+
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
633
633
+
"dev": true,
634
634
+
"license": "MIT"
635
635
+
},
636
636
+
@@ -8569,6 +8648,7 @@
637
637
+
"node_modules/jsx-ast-utils": {
638
638
+
"version": "3.1.0",
639
639
+
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz",
640
640
+
+ "integrity": "sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA==",
641
641
+
"dev": true,
642
642
+
"license": "MIT",
643
643
+
"dependencies": {
644
644
+
@@ -8660,6 +8740,7 @@
645
645
+
"node_modules/levn": {
646
646
+
"version": "0.4.1",
647
647
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
648
648
+
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
649
649
+
"dev": true,
650
650
+
"license": "MIT",
651
651
+
"dependencies": {
652
652
+
@@ -8745,6 +8826,7 @@
653
653
+
"node_modules/locate-path": {
654
654
+
"version": "5.0.0",
655
655
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
656
656
+
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
657
657
+
"dev": true,
658
658
+
"license": "MIT",
659
659
+
"dependencies": {
660
660
+
@@ -8757,6 +8839,7 @@
661
661
+
"node_modules/lodash": {
662
662
+
"version": "4.17.21",
663
663
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
664
664
+
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
665
665
+
"license": "MIT"
666
666
+
},
667
667
+
"node_modules/lodash-es": {
668
668
+
@@ -8775,6 +8858,7 @@
669
669
+
"node_modules/loose-envify": {
670
670
+
"version": "1.4.0",
671
671
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
672
672
+
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
673
673
+
"dev": true,
674
674
+
"license": "MIT",
675
675
+
"dependencies": {
676
676
+
@@ -8993,6 +9077,7 @@
677
677
+
"node_modules/natural-compare": {
678
678
+
"version": "1.4.0",
679
679
+
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
680
680
+
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
681
681
+
"dev": true,
682
682
+
"license": "MIT"
683
683
+
},
684
684
+
@@ -9045,6 +9130,7 @@
685
685
+
"node_modules/object-assign": {
686
686
+
"version": "4.1.1",
687
687
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
688
688
+
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
689
689
+
"license": "MIT",
690
690
+
"engines": {
691
691
+
"node": ">=0.10.0"
692
692
+
@@ -9075,6 +9161,7 @@
693
693
+
"node_modules/object-keys": {
694
694
+
"version": "1.1.1",
695
695
+
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
696
696
+
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
697
697
+
"dev": true,
698
698
+
"license": "MIT",
699
699
+
"engines": {
700
700
+
@@ -9161,6 +9248,7 @@
701
701
+
"node_modules/once": {
702
702
+
"version": "1.4.0",
703
703
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
704
704
+
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
705
705
+
"license": "ISC",
706
706
+
"dependencies": {
707
707
+
"wrappy": "1"
708
708
+
@@ -9185,6 +9273,7 @@
709
709
+
"node_modules/optionator": {
710
710
+
"version": "0.9.1",
711
711
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
712
712
+
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
713
713
+
"dev": true,
714
714
+
"license": "MIT",
715
715
+
"dependencies": {
716
716
+
@@ -9218,6 +9307,7 @@
717
717
+
"node_modules/p-locate": {
718
718
+
"version": "4.1.0",
719
719
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
720
720
+
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
721
721
+
"dev": true,
722
722
+
"license": "MIT",
723
723
+
"dependencies": {
724
724
+
@@ -9230,6 +9320,7 @@
725
725
+
"node_modules/p-locate/node_modules/p-limit": {
726
726
+
"version": "2.3.0",
727
727
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
728
728
+
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
729
729
+
"dev": true,
730
730
+
"license": "MIT",
731
731
+
"dependencies": {
732
732
+
@@ -9245,6 +9336,7 @@
733
733
+
"node_modules/p-try": {
734
734
+
"version": "2.2.0",
735
735
+
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
736
736
+
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
737
737
+
"dev": true,
738
738
+
"license": "MIT",
739
739
+
"engines": {
740
740
+
@@ -9294,6 +9386,7 @@
741
741
+
"node_modules/parent-module": {
742
742
+
"version": "1.0.1",
743
743
+
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
744
744
+
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
745
745
+
"dev": true,
746
746
+
"license": "MIT",
747
747
+
"dependencies": {
748
748
+
@@ -9331,6 +9424,7 @@
749
749
+
"node_modules/path-exists": {
750
750
+
"version": "4.0.0",
751
751
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
752
752
+
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
753
753
+
"dev": true,
754
754
+
"license": "MIT",
755
755
+
"engines": {
756
756
+
@@ -9340,6 +9434,7 @@
757
757
+
"node_modules/path-is-absolute": {
758
758
+
"version": "1.0.1",
759
759
+
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
760
760
+
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
761
761
+
"license": "MIT",
762
762
+
"engines": {
763
763
+
"node": ">=0.10.0"
764
764
+
@@ -9348,6 +9443,7 @@
765
765
+
"node_modules/path-key": {
766
766
+
"version": "3.1.1",
767
767
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
768
768
+
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
769
769
+
"dev": true,
770
770
+
"license": "MIT",
771
771
+
"engines": {
772
772
+
@@ -9357,6 +9453,7 @@
773
773
+
"node_modules/path-parse": {
774
774
+
"version": "1.0.7",
775
775
+
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
776
776
+
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
777
777
+
"license": "MIT"
778
778
+
},
779
779
+
"node_modules/pathe": {
780
780
+
@@ -9531,6 +9628,7 @@
781
781
+
"node_modules/pkg-dir": {
782
782
+
"version": "4.2.0",
783
783
+
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
784
784
+
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
785
785
+
"dev": true,
786
786
+
"license": "MIT",
787
787
+
"dependencies": {
788
788
+
@@ -9711,6 +9809,7 @@
789
789
+
"node_modules/prelude-ls": {
790
790
+
"version": "1.2.1",
791
791
+
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
792
792
+
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
793
793
+
"dev": true,
794
794
+
"license": "MIT",
795
795
+
"engines": {
796
796
+
@@ -9854,6 +9953,7 @@
797
797
+
"node_modules/punycode": {
798
798
+
"version": "2.1.1",
799
799
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
800
800
+
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
801
801
+
"dev": true,
802
802
+
"license": "MIT",
803
803
+
"engines": {
804
804
+
@@ -10090,6 +10190,7 @@
805
805
+
"node_modules/regexpp": {
806
806
+
"version": "3.1.0",
807
807
+
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz",
808
808
+
+ "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==",
809
809
+
"dev": true,
810
810
+
"license": "MIT",
811
811
+
"engines": {
812
812
+
@@ -10152,6 +10253,7 @@
813
813
+
"node_modules/resolve-from": {
814
814
+
"version": "4.0.0",
815
815
+
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
816
816
+
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
817
817
+
"dev": true,
818
818
+
"license": "MIT",
819
819
+
"engines": {
820
820
+
@@ -10181,6 +10283,7 @@
821
821
+
"node_modules/rimraf": {
822
822
+
"version": "3.0.2",
823
823
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
824
824
+
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
825
825
+
"dev": true,
826
826
+
"license": "ISC",
827
827
+
"dependencies": {
828
828
+
@@ -10275,6 +10378,7 @@
829
829
+
"node_modules/rw": {
830
830
+
"version": "1.3.3",
831
831
+
"resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz",
832
832
+
+ "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
833
833
+
"license": "BSD-3-Clause"
834
834
+
},
835
835
+
"node_modules/safe-array-concat": {
836
836
+
@@ -10299,6 +10403,7 @@
837
837
+
"node_modules/safe-buffer": {
838
838
+
"version": "5.1.2",
839
839
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
840
840
+
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
841
841
+
"dev": true,
842
842
+
"license": "MIT"
843
843
+
},
844
844
+
@@ -10332,6 +10437,7 @@
845
845
+
"node_modules/safer-buffer": {
846
846
+
"version": "2.1.2",
847
847
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
848
848
+
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
849
849
+
"license": "MIT"
850
850
+
},
851
851
+
"node_modules/semver": {
852
852
+
@@ -10381,6 +10487,7 @@
853
853
+
"node_modules/shebang-command": {
854
854
+
"version": "2.0.0",
855
855
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
856
856
+
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
857
857
+
"dev": true,
858
858
+
"license": "MIT",
859
859
+
"dependencies": {
860
860
+
@@ -10393,6 +10500,7 @@
861
861
+
"node_modules/shebang-regex": {
862
862
+
"version": "3.0.0",
863
863
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
864
864
+
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
865
865
+
"dev": true,
866
866
+
"license": "MIT",
867
867
+
"engines": {
868
868
+
@@ -10823,6 +10931,7 @@
869
869
+
"node_modules/strip-bom": {
870
870
+
"version": "3.0.0",
871
871
+
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
872
872
+
+ "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
873
873
+
"dev": true,
874
874
+
"license": "MIT",
875
875
+
"engines": {
876
876
+
@@ -10842,6 +10951,7 @@
877
877
+
"node_modules/strip-json-comments": {
878
878
+
"version": "3.1.1",
879
879
+
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
880
880
+
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
881
881
+
"dev": true,
882
882
+
"license": "MIT",
883
883
+
"engines": {
884
884
+
@@ -11053,6 +11163,7 @@
885
885
+
"node_modules/text-table": {
886
886
+
"version": "0.2.0",
887
887
+
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
888
888
+
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
889
889
+
"dev": true,
890
890
+
"license": "MIT"
891
891
+
},
892
892
+
@@ -11172,6 +11283,7 @@
893
893
+
"node_modules/type-check": {
894
894
+
"version": "0.4.0",
895
895
+
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
896
896
+
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
897
897
+
"dev": true,
898
898
+
"license": "MIT",
899
899
+
"dependencies": {
900
900
+
@@ -11355,6 +11467,7 @@
901
901
+
"node_modules/uri-js": {
902
902
+
"version": "4.2.2",
903
903
+
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
904
904
+
+ "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==",
905
905
+
"dev": true,
906
906
+
"license": "BSD-2-Clause",
907
907
+
"dependencies": {
908
908
+
@@ -11371,6 +11484,7 @@
909
909
+
"node_modules/util-deprecate": {
910
910
+
"version": "1.0.2",
911
911
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
912
912
+
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
913
913
+
"license": "MIT"
914
914
+
},
915
915
+
"node_modules/uuid": {
916
916
+
@@ -11643,6 +11757,7 @@
917
917
+
"node_modules/which": {
918
918
+
"version": "2.0.2",
919
919
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
920
920
+
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
921
921
+
"dev": true,
922
922
+
"license": "ISC",
923
923
+
"dependencies": {
924
924
+
@@ -11785,6 +11900,7 @@
925
925
+
"node_modules/wrappy": {
926
926
+
"version": "1.0.2",
927
927
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
928
928
+
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
929
929
+
"license": "ISC"
930
930
+
},
931
931
+
"node_modules/write-file-atomic": {
+18
-32
pkgs/by-name/me/mermaid-cli/package.nix
···
1
1
{
2
2
+
buildNpmPackage,
2
3
lib,
3
4
stdenv,
4
5
fetchFromGitHub,
5
5
-
fetchYarnDeps,
6
6
makeWrapper,
7
7
nodejs,
8
8
-
fixup-yarn-lock,
9
9
-
yarn,
10
8
chromium,
11
9
}:
12
12
-
13
13
-
stdenv.mkDerivation rec {
10
10
+
let
11
11
+
version = "11.4.2";
12
12
+
in
13
13
+
buildNpmPackage {
14
14
pname = "mermaid-cli";
15
15
-
version = "10.9.0";
15
15
+
version = version;
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "mermaid-js";
19
19
repo = "mermaid-cli";
20
20
rev = version;
21
21
-
hash = "sha256-o9QaJsJlfqsAguYGHAdf8aqZWbOgDJs+0KVQAVtRlA0=";
21
21
+
hash = "sha256-hj6pnucms6OcLuIebnlHMQj2K8zMbyuWzvVkZh029Sw=";
22
22
};
23
23
24
24
-
offlineCache = fetchYarnDeps {
25
25
-
yarnLock = "${src}/yarn.lock";
26
26
-
hash = "sha256-SfRzn5FxO+Ls+ne7ay3tySNLr+awEJ9fo/nwcAY11qA=";
27
27
-
};
24
24
+
patches = [
25
25
+
./integrity.patch # https://github.com/mermaid-js/mermaid-cli/issues/828
26
26
+
./remove-puppeteer-from-dev-deps.patch # https://github.com/mermaid-js/mermaid-cli/issues/830
27
27
+
];
28
28
+
29
29
+
npmDepsHash = "sha256-lrj3lSCfqUfUFvtnJ/ELNUFE9kNTC4apnGrYxYmkUtE=";
28
30
29
31
nativeBuildInputs = [
30
32
makeWrapper
31
33
nodejs
32
32
-
fixup-yarn-lock
33
33
-
yarn
34
34
];
35
35
36
36
-
configurePhase = ''
37
37
-
runHook preConfigure
36
36
+
env = {
37
37
+
PUPPETEER_SKIP_DOWNLOAD = true;
38
38
+
};
38
39
39
39
-
export HOME=$(mktemp -d)
40
40
-
yarn config --offline set yarn-offline-mirror "$offlineCache"
41
41
-
fixup-yarn-lock yarn.lock
42
42
-
yarn --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive install
43
43
-
patchShebangs node_modules
44
44
-
45
45
-
runHook postConfigure
46
46
-
'';
47
47
-
48
48
-
buildPhase = ''
49
49
-
runHook preBuild
50
50
-
51
51
-
yarn --offline prepare
52
52
-
53
53
-
runHook postBuild
54
54
-
'';
40
40
+
npmBuildScript = "prepare";
55
41
56
42
installPhase =
57
43
''
58
44
runHook preInstall
59
45
60
60
-
yarn --offline --production install
46
46
+
npm --omit=dev --include=peer --ignore-scripts install
61
47
62
48
mkdir -p "$out/lib/node_modules/@mermaid-js/mermaid-cli"
63
49
cp -r . "$out/lib/node_modules/@mermaid-js/mermaid-cli"
+16
pkgs/by-name/me/mermaid-cli/remove-puppeteer-from-dev-deps.patch
···
1
1
+
Subject: [PATCH] remove pupperteer from dev dependencies
2
2
+
---
3
3
+
Index: package.json
4
4
+
<+>UTF-8
5
5
+
===================================================================
6
6
+
diff --git a/package.json b/package.json
7
7
+
--- a/package.json (revision fa593dc39619f44b57a922927a66346248f31d7d)
8
8
+
+++ b/package.json (date 1736721981718)
9
9
+
@@ -45,7 +45,6 @@
10
10
+
"@tsconfig/node18": "^18.2.4",
11
11
+
"@types/node": "~18.19.31",
12
12
+
"jest": "^29.0.1",
13
13
+
- "puppeteer": "^23.1.1",
14
14
+
"standard": "^17.0.0",
15
15
+
"typescript": "^5.0.1-rc",
16
16
+
"vite": "^6.0.2",