-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
187 lines (187 loc) · 6.9 KB
/
package-lock.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "gcode-file",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"abs-svg-path": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz",
"integrity": "sha1-32Acjo0roQ1KdtYl4japo5wnI78="
},
"adaptive-bezier-curve": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/adaptive-bezier-curve/-/adaptive-bezier-curve-1.0.3.tgz",
"integrity": "sha1-R3V3q+h9coDUbKQWSfbCJkb+gic="
},
"almost-equal": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/almost-equal/-/almost-equal-1.1.0.tgz",
"integrity": "sha1-+FHGMROHV5lCdqou++jfowZszN0="
},
"an-array": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/an-array/-/an-array-1.0.0.tgz",
"integrity": "sha1-wSWlu4JXd4419LT2qpx9D6nkJmU="
},
"array-almost-equal": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/array-almost-equal/-/array-almost-equal-1.0.0.tgz",
"integrity": "sha1-Q8VP9DUELpy/pCEqxJraX8c1n8U=",
"requires": {
"almost-equal": "0.0.0",
"an-array": "1.0.0"
},
"dependencies": {
"almost-equal": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/almost-equal/-/almost-equal-0.0.0.tgz",
"integrity": "sha1-56Wms0V7Z8g+4ARPmo0HY3NV8C0="
}
}
},
"canvas-sketch-util": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/canvas-sketch-util/-/canvas-sketch-util-1.10.0.tgz",
"integrity": "sha512-IiJWEQDBinl6KZVLYcdp79ZJXXKsS1HuDUoWtwWh0NJMVUA6jaM0pxcBRYiaujBXjQFPT91pl8L9iFFmma3+zA==",
"requires": {
"abs-svg-path": "0.1.1",
"almost-equal": "1.1.0",
"array-almost-equal": "1.0.0",
"clone": "2.1.2",
"color-luminance": "2.1.0",
"convert-length": "1.0.1",
"d3-path": "1.0.9",
"defined": "1.0.0",
"float-hsl2rgb": "1.0.2",
"float-rgb2hsl": "1.0.1",
"lineclip": "1.1.5",
"normalize-svg-path": "1.0.1",
"parse-color": "1.0.0",
"parse-svg-path": "0.1.2",
"primitive-quad": "2.0.0",
"regl": "1.3.13",
"seed-random": "2.2.0",
"simplex-noise": "2.4.0",
"svg-path-contours": "2.0.0"
}
},
"clone": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
"integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18="
},
"color-convert": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
"integrity": "sha1-vbbGnOZg+t/+CwAHzER+G59ygr0="
},
"color-luminance": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/color-luminance/-/color-luminance-2.1.0.tgz",
"integrity": "sha1-WP8uvTK1LQf1N47v5aDnnWsxitc="
},
"convert-length": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/convert-length/-/convert-length-1.0.1.tgz",
"integrity": "sha512-w94Vge3sck6J1NHuA0du367/JTbj1zfjTapX7ixR2W+KlU4zb+NRTbou3x9nTpm5vlcXmjoaUJQpVN9pULCdxQ==",
"requires": {
"defined": "1.0.0"
}
},
"d3-path": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz",
"integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg=="
},
"defined": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
"integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
},
"float-hsl2rgb": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/float-hsl2rgb/-/float-hsl2rgb-1.0.2.tgz",
"integrity": "sha1-7PNQnECsZWfJaiBGIrDExL9DyKE="
},
"float-rgb2hsl": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/float-rgb2hsl/-/float-rgb2hsl-1.0.1.tgz",
"integrity": "sha1-jv6qD8cm5TNjp5vz9jYIIFXBDA4="
},
"lineclip": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/lineclip/-/lineclip-1.1.5.tgz",
"integrity": "sha1-K/JgZ9lDVP6r+R5CdoI221YW/RM="
},
"normalize-svg-path": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-1.0.1.tgz",
"integrity": "sha1-b3Ka1rcLtMpO/y/ksQdInv4dVv4=",
"requires": {
"svg-arc-to-cubic-bezier": "3.2.0"
}
},
"parse-color": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/parse-color/-/parse-color-1.0.0.tgz",
"integrity": "sha1-e3SLlag/A/FqlPU15S1/PZRlhhk=",
"requires": {
"color-convert": "0.5.3"
}
},
"parse-svg-path": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/parse-svg-path/-/parse-svg-path-0.1.2.tgz",
"integrity": "sha1-en7A0esG+lMlx9PgCbhZoJtdSes="
},
"primitive-quad": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/primitive-quad/-/primitive-quad-2.0.0.tgz",
"integrity": "sha1-wgmT5PlgAjiSa7UA5SkFMEPvius="
},
"regl": {
"version": "1.3.13",
"resolved": "https://registry.npmjs.org/regl/-/regl-1.3.13.tgz",
"integrity": "sha512-TTiCabJbbUykCL4otjqOvKqDFJhvJOT7xB51JxcDeSHGrEJl1zz4RthPcoOogqfuR3ECN4Te790DfHCXzli5WQ=="
},
"seed-random": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/seed-random/-/seed-random-2.2.0.tgz",
"integrity": "sha1-KpsZ4lCoFwmSMaW5mk2vgLf77VQ="
},
"simplex-noise": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/simplex-noise/-/simplex-noise-2.4.0.tgz",
"integrity": "sha512-OjyDWm/QZjVbMrPxDVi9b2as+SeNn9EBXlrWVRlFW+TSyWMSXouDryXkQN0vf5YP+QZKobrmkvx1eQYPLtuqfw=="
},
"svg-arc-to-cubic-bezier": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz",
"integrity": "sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g=="
},
"svg-path-contours": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/svg-path-contours/-/svg-path-contours-2.0.0.tgz",
"integrity": "sha1-x2oSlCnbBette2Hk0cWNEUqJOKI=",
"requires": {
"abs-svg-path": "0.1.1",
"adaptive-bezier-curve": "1.0.3",
"normalize-svg-path": "0.1.0",
"vec2-copy": "1.0.0"
},
"dependencies": {
"normalize-svg-path": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-0.1.0.tgz",
"integrity": "sha1-RWNg5g7Odfvve11+FgSA5//Rb+U="
}
}
},
"vec2-copy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vec2-copy/-/vec2-copy-1.0.0.tgz",
"integrity": "sha1-xu7B2NrVRiUZTl9x+EM7YtLyCno="
}
}
}