-
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) · 1011 Bytes
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 1011 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": "data-structures-and-algorithms",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "data-structures-and-algorithms",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@datastructures-js/priority-queue": "^6.3.3"
}
},
"node_modules/@datastructures-js/heap": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/@datastructures-js/heap/-/heap-4.3.3.tgz",
"integrity": "sha512-UcUu/DLh/aM4W3C8zZfwxxm6/6FIZUlm3mcAXuNOCa6Aj4iizNvNXQyb8DjZQH2jKSQbMRyNlngP6TPimuGjpQ=="
},
"node_modules/@datastructures-js/priority-queue": {
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/@datastructures-js/priority-queue/-/priority-queue-6.3.3.tgz",
"integrity": "sha512-CIbUf0h4TPu1tHJ2gV4OTjwPkh7XZNb37u44bwoW6Py2vPdgaRUhFh3qFET6jvhyMNq/+ChWfOBRh+9s5WUtvA==",
"dependencies": {
"@datastructures-js/heap": "^4.3.3"
}
}
}
}