-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 955 Bytes
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 955 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
27
28
29
30
31
32
33
34
35
{
"name": "zenn-contents",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zenn-contents",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"zenn-cli": "^0.1.159"
}
},
"node_modules/zenn-cli": {
"version": "0.1.159",
"resolved": "https://registry.npmjs.org/zenn-cli/-/zenn-cli-0.1.159.tgz",
"integrity": "sha512-a4/Lkg3DnxWlYh2Z0abuvvmpQc0BnfTQrVyNQxYm+IOrwGJepZabwWTT0Q3eZ3r7hAV/xd8MZsmZL3y3pzMpAA==",
"license": "MIT",
"bin": {
"zenn": "dist/server/zenn.js"
},
"engines": {
"node": ">=14.0.0"
}
}
},
"dependencies": {
"zenn-cli": {
"version": "0.1.159",
"resolved": "https://registry.npmjs.org/zenn-cli/-/zenn-cli-0.1.159.tgz",
"integrity": "sha512-a4/Lkg3DnxWlYh2Z0abuvvmpQc0BnfTQrVyNQxYm+IOrwGJepZabwWTT0Q3eZ3r7hAV/xd8MZsmZL3y3pzMpAA=="
}
}
}