-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
49 lines (49 loc) · 1.54 KB
/
package-lock.json
File metadata and controls
49 lines (49 loc) · 1.54 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
48
49
{
"name": "design-status-chip",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "design-status-chip",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@figma/widget-typings": "^1.12.0",
"typescript": "^5.9.2"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.117.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.117.0.tgz",
"integrity": "sha512-EDirBOeOcS90SQ5SwrJyTiL6iJxG/81U9nzJJkBqdWRHGMfFWAOydbAlcRylgETKwIKRlflL92nNSt+WmnweKA==",
"dev": true,
"license": "MIT License",
"peer": true
},
"node_modules/@figma/widget-typings": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@figma/widget-typings/-/widget-typings-1.12.0.tgz",
"integrity": "sha512-jrGwhsPdAuDZpPYcjpVdZV5Mc2iwFoM9PcU2zmf5MgxIleum9+codCWhi6VgSKJjxru9aPdNWkxE6KBChD1IOw==",
"dev": true,
"license": "MIT License",
"peerDependencies": {
"@figma/plugin-typings": "1.x"
}
},
"node_modules/typescript": {
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}