-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
38 lines (38 loc) · 1.23 KB
/
package-lock.json
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
{
"name": "serverless-htm",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.1",
"license": "Apache-2.0",
"dependencies": {
"htm": "^3.0.4",
"vhtml": "^2.2.0"
}
},
"node_modules/htm": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/htm/-/htm-3.0.4.tgz",
"integrity": "sha512-VRdvxX3tmrXuT/Ovt59NMp/ORMFi4bceFMDjos1PV4E0mV+5votuID8R60egR9A4U8nLt238R/snlJGz3UYiTQ=="
},
"node_modules/vhtml": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/vhtml/-/vhtml-2.2.0.tgz",
"integrity": "sha512-TPXrXrxBOslRUVnlVkiAqhoXneiertIg86bdvzionrUYhEuiROvyPZNiiP6GIIJ2Q7oPNVyEtIx8gMAZZE9lCQ=="
}
},
"dependencies": {
"htm": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/htm/-/htm-3.0.4.tgz",
"integrity": "sha512-VRdvxX3tmrXuT/Ovt59NMp/ORMFi4bceFMDjos1PV4E0mV+5votuID8R60egR9A4U8nLt238R/snlJGz3UYiTQ=="
},
"vhtml": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/vhtml/-/vhtml-2.2.0.tgz",
"integrity": "sha512-TPXrXrxBOslRUVnlVkiAqhoXneiertIg86bdvzionrUYhEuiROvyPZNiiP6GIIJ2Q7oPNVyEtIx8gMAZZE9lCQ=="
}
}
}