forked from jackos/rustnote-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 741 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 741 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
{
"name": "rustnote-site",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"monaco-editor": "^0.28.0"
}
},
"node_modules/monaco-editor": {
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.28.0.tgz",
"integrity": "sha512-Mo0Mn2rZubXqjiy8AUs/0hGnY2y3oc4UPAP2hgVqrMX0E5Np9aCCz+BeHKzkl4D3n6xeR7mB4JuvOumD5kwC/A=="
}
},
"dependencies": {
"monaco-editor": {
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.28.0.tgz",
"integrity": "sha512-Mo0Mn2rZubXqjiy8AUs/0hGnY2y3oc4UPAP2hgVqrMX0E5Np9aCCz+BeHKzkl4D3n6xeR7mB4JuvOumD5kwC/A=="
}
}
}