-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
61 lines (61 loc) · 1.47 KB
/
package-lock.json
File metadata and controls
61 lines (61 loc) · 1.47 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "docdb",
"version": "0.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "docdb",
"version": "0.0.6",
"funding": [
{
"type": "individual",
"url": "http://dudko.dev/donate"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/dudko.dev"
},
{
"type": "paypal",
"url": "https://paypal.me/dudkodev"
},
{
"type": "patreon",
"url": "https://patreon.com/dudko_dev"
}
],
"license": "MIT",
"dependencies": {
"@sergdudko/objectstream": "^4.0.6"
}
},
"node_modules/@sergdudko/objectstream": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/@sergdudko/objectstream/-/objectstream-4.0.6.tgz",
"integrity": "sha512-4hZxLwthIN4rF3/RmF2yOLHv+FUh8MCtZUoLcGTihJtNjv93Do+Jt3q99wdi+tLIvckpeQ/ASab+0rRVUu5Z2A==",
"funding": [
{
"type": "individual",
"url": "http://dudko.dev/donate"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/dudko.dev"
},
{
"type": "paypal",
"url": "https://paypal.me/dudkodev"
},
{
"type": "patreon",
"url": "https://patreon.com/dudko_dev"
}
],
"license": "MIT",
"engines": {
"node": ">=10"
}
}
}
}