forked from Shonen-Labs/StarkFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (24 loc) · 736 Bytes
/
package-lock.json
File metadata and controls
26 lines (24 loc) · 736 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
{
"name": "StarkFinder",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"prismjs-cairo": "^1.0.1"
}
},
"node_modules/prismjs-cairo": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/prismjs-cairo/-/prismjs-cairo-1.0.1.tgz",
"integrity": "sha512-eb72klpxsCzKk1EccVWJzfshXrNteKJ5AqOIJOFKsbJ2uwuWrNKZOLDaNhMyApc51Vc0QmUWKo4AK4AVhSWkJQ=="
}
},
"dependencies": {
"prismjs-cairo": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/prismjs-cairo/-/prismjs-cairo-1.0.1.tgz",
"integrity": "sha512-eb72klpxsCzKk1EccVWJzfshXrNteKJ5AqOIJOFKsbJ2uwuWrNKZOLDaNhMyApc51Vc0QmUWKo4AK4AVhSWkJQ=="
}
}
}