-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 982 Bytes
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 982 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
{
"name": "maze-visualizer",
"version": "0.1.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"maze-algorithms": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/maze-algorithms/-/maze-algorithms-0.3.7.tgz",
"integrity": "sha512-eViNPZxogLQiXCOGDN9x36pM6B6ciLuo+j/nJ1sM/L+n8zaZS+6QFnLiRBvhWIeJyiunHnX84zKPLSP+DlFP/A==",
"dev": true,
"requires": {
"maze-utilities": "~3.0.0",
"tessellatron": "~0.5.0"
}
},
"maze-utilities": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/maze-utilities/-/maze-utilities-3.0.0.tgz",
"integrity": "sha512-67UomrLBgoCYwWu6yiaCox8RZkpSivpcMO1P8ttw89j8U80zvHThvckXQvLlfF3NX+CggNylBJGFUo2d9G55wQ==",
"dev": true
},
"tessellatron": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/tessellatron/-/tessellatron-0.5.0.tgz",
"integrity": "sha512-yksFvku3GiESnphqTKtMlQ8VvJXw4YTJrxRIm5qcuU+5xq3hWgdf5fB54y5x28FHJXlN7MhjS8DrBLcVGC25kA=="
}
}
}