-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
48 lines (48 loc) · 1.44 KB
/
package-lock.json
File metadata and controls
48 lines (48 loc) · 1.44 KB
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
{
"name": "xit-parse",
"version": "1.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "xit-parse",
"version": "1.2.1",
"license": "MIT",
"dependencies": {
"uuid": "^9.0.0",
"xit-parse": "^1.2.1"
}
},
"node_modules/uuid": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/xit-parse": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/xit-parse/-/xit-parse-1.2.1.tgz",
"integrity": "sha512-s59y8cdqtuQ0dQ/3te0fAKi0GFQjfhLaK45jP+nGgTkmAoshfccsQ5aDczM+5DZxaG5fNg/iMCsiNea1j72MQA==",
"dependencies": {
"uuid": "^9.0.0"
}
}
},
"dependencies": {
"uuid": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg=="
},
"xit-parse": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/xit-parse/-/xit-parse-1.2.1.tgz",
"integrity": "sha512-s59y8cdqtuQ0dQ/3te0fAKi0GFQjfhLaK45jP+nGgTkmAoshfccsQ5aDczM+5DZxaG5fNg/iMCsiNea1j72MQA==",
"requires": {
"uuid": "^9.0.0"
}
}
}
}