-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
47 lines (47 loc) · 1.53 KB
/
package-lock.json
File metadata and controls
47 lines (47 loc) · 1.53 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
42
43
44
45
46
47
{
"name": "lewa-type",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"afrim-input": "^0.1.3"
}
},
"node_modules/afrim": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/afrim/-/afrim-0.4.1.tgz",
"integrity": "sha512-gnvU/ciLd9dedGLK79eEZEreo5t9ixiyd1tSMxY1eUHBvdGFqtFunk7MgNQUMTne0zFp2bUiGQjkcWPVxaR29Q==",
"license": "MIT"
},
"node_modules/afrim-input": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/afrim-input/-/afrim-input-0.1.3.tgz",
"integrity": "sha512-CUGriFlwWOySRyhOCZVlz9Yo1sXjiImcd+Y6OUNCCWycl0CDE5s01+4dlTpwIXmXE0qEPlkdzm/4omC82umyrQ==",
"license": "MIT",
"dependencies": {
"afrim": "^0.4.1",
"ky": "^1.8.1",
"textarea-caret": "^3.1.0"
}
},
"node_modules/ky": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/ky/-/ky-1.11.0.tgz",
"integrity": "sha512-NEyo0ICpS0cqSuyoJFMCnHOZJILqXsKhIZlHJGDYaH8OB5IFrGzuBpEwyoMZG6gUKMPrazH30Ax5XKaujvD8ag==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sindresorhus/ky?sponsor=1"
}
},
"node_modules/textarea-caret": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz",
"integrity": "sha512-cXAvzO9pP5CGa6NKx0WYHl+8CHKZs8byMkt3PCJBCmq2a34YA9pO1NrQET5pzeqnBjBdToF5No4rrmkDUgQC2Q==",
"license": "MIT"
}
}
}