forked from mengxiangjin/python-learn
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
Latest commit
17 lines (17 loc) · 458 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
17 lines (17 loc) · 458 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "python-learn",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@types/frida-gum": "^19.0.0"
}
},
"node_modules/@types/frida-gum": {
"version": "19.0.0",
"resolved": "https://registry.npmjs.org/@types/frida-gum/-/frida-gum-19.0.0.tgz",
"integrity": "sha512-qViK1KwvPEAkajwSUv0wpZvZLiX8xO4JFFCh8dfYZfzSyOEfoE0KliCP/nJSKIKG6N3hXnPowrvPufjs5fLKAA=="
}
}
}