-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package-lock.json
File metadata and controls
41 lines (41 loc) · 1.12 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
{
"name": "@shevky/plugin-content-bridge",
"version": "0.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@shevky/plugin-content-bridge",
"version": "0.0.5",
"license": "MIT",
"dependencies": {
"@shevky/base": "^0.0.5",
"nanoid": "^5.1.6"
}
},
"node_modules/@shevky/base": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@shevky/base/-/base-0.0.5.tgz",
"integrity": "sha512-nXlZvemBaXKQnjk4I7d/9DMyglr+wDD0RhTgt+aazrHOe2rQSEHdy8REJhhNODUF4KiUD6g7MIFHv+VIRxtAnA==",
"license": "MIT"
},
"node_modules/nanoid": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
"integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.js"
},
"engines": {
"node": "^18 || >=20"
}
}
}
}