-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
83 lines (83 loc) · 3.3 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "html-r",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@abraham/reflection": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@abraham/reflection/-/reflection-0.7.0.tgz",
"integrity": "sha512-W4V4I0PzxeWCiMKnS4n4x3Fzb8cQp2qlmBO7RACS/00YsvIgijjcBz5Mp3P1PPP9vSzpbmi0qwuVYZ4twXKwxg=="
},
"@rhtml/components": {
"version": "0.0.57",
"resolved": "https://registry.npmjs.org/@rhtml/components/-/components-0.0.57.tgz",
"integrity": "sha512-5jyb56kU0r0lisq1Z72IMlAFBWVi1kmxS+Gq2ms8IxSh69izvNWw0wyOFPn/lgHsWAEiLAfQggFWwGytAqWa5Q==",
"requires": {
"@rhtml/renderer": "0.0.57",
"@rxdi/lit-html": "^0.7.66",
"rxjs": "^6.5.4",
"shades": "^2.1.0"
}
},
"@rhtml/di": {
"version": "0.0.57",
"resolved": "https://registry.npmjs.org/@rhtml/di/-/di-0.0.57.tgz",
"integrity": "sha512-BFZpIS+2z7YTgmncRrKBlmIork0H4HHdEsvlQZ1SMX5zNe2Vn2la9rw/HDIrCJFPuRdKh94mFbxdXHL3NCcJ/A=="
},
"@rhtml/experiments": {
"version": "0.0.57",
"resolved": "https://registry.npmjs.org/@rhtml/experiments/-/experiments-0.0.57.tgz",
"integrity": "sha512-mNHfFpKG1GT+5tTzQnkqwK7plTPlYkrJ+a7bXfrI4vsTqwbndMzaJ0TeYbhhS5+Tx7oclTIm4rEmyWhHF179cw==",
"requires": {
"@rxdi/lit-html": "^0.7.66"
}
},
"@rhtml/operators": {
"version": "0.0.57",
"resolved": "https://registry.npmjs.org/@rhtml/operators/-/operators-0.0.57.tgz",
"integrity": "sha512-iiITPHcChJvm2yJbIGpEOKU0ovhH0qF2ISMz/BfxOphZrWgNQJSqBg8COJDIZDnlZ2dhsJ82DFHjwxfrEp/2UA==",
"requires": {
"@rhtml/renderer": "0.0.57",
"@rxdi/lit-html": "^0.7.66"
}
},
"@rhtml/renderer": {
"version": "0.0.57",
"resolved": "https://registry.npmjs.org/@rhtml/renderer/-/renderer-0.0.57.tgz",
"integrity": "sha512-LluhkEVt0cMojzGPGMe86f2i6qlYVXPvGzDJ+C4Qu2zlaQ5RpXFtKJ1IOVzHUo7y5+1ssmDDjlA1zvNmyMutfw==",
"requires": {
"@rxdi/lit-html": "^0.7.66"
}
},
"@rxdi/lit-html": {
"version": "0.7.66",
"resolved": "https://registry.npmjs.org/@rxdi/lit-html/-/lit-html-0.7.66.tgz",
"integrity": "sha512-kfHzk8fO9nvmZqP9IINcxtYOf0Q3mxag4WCNEGy9mG8uiUjbCriuHsVHEhKxIKkbpQp4BhHE3c85HHX+AtquMQ=="
},
"rxjs": {
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz",
"integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==",
"requires": {
"tslib": "^1.9.0"
}
},
"shades": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/shades/-/shades-2.1.0.tgz",
"integrity": "sha512-6D+4+lPBjc95ptStD9PzOfrEc2d7zwxWVn2SFEbYaI4EXB5+tcChhyGwOEvbEjGb+d1QS44AcYcSYgWNz5grzg=="
},
"tslib": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.2.tgz",
"integrity": "sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg=="
},
"typescript": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
}
}
}