generated from TH-Activities/saturday-hack-night-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
137 lines (137 loc) · 5.07 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "first-plugin",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "first-plugin",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@create-figma-plugin/utilities": "^2.5.1",
"@figma/plugin-typings": "*",
"@types/figma": "^1.0.4",
"typescript": "^5.1.6"
}
},
"node_modules/@create-figma-plugin/utilities": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@create-figma-plugin/utilities/-/utilities-2.5.1.tgz",
"integrity": "sha512-76th2qdaKk6EqCp3HLoTvystMil3v8qVfDarkJTFzf1UAaKuYkYlaM/nJI9fMKOXrjhzmIG6WE5WGHZCP804pA==",
"dev": true,
"dependencies": {
"hex-rgb": "^5.0.0",
"natural-compare-lite": "1.4.0",
"rgb-hex": "^4.0.1"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.72.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.72.0.tgz",
"integrity": "sha512-SRW8qQOLf/QOtgP7OsUfw4oD6Z+tbenLR2PgNXGSh2SJohcnucIEEc7An5Wd5qTl35xfC4TmZE0YpTGMknVpgw==",
"dev": true
},
"node_modules/@types/figma": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@types/figma/-/figma-1.0.4.tgz",
"integrity": "sha512-x3ba9L3s2HVCh3eEh7b2A7ReRNn/U6gdNRHavdegSEcDQlTY/E3Xw8vQ/ECD0H7ORKuNURkn5NxGwZ2+bhpV3g==",
"dev": true
},
"node_modules/hex-rgb": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-5.0.0.tgz",
"integrity": "sha512-NQO+lgVUCtHxZ792FodgW0zflK+ozS9X9dwGp9XvvmPlH7pyxd588cn24TD3rmPm/N0AIRXF10Otah8yKqGw4w==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/natural-compare-lite": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
"integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
"dev": true
},
"node_modules/rgb-hex": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/rgb-hex/-/rgb-hex-4.0.1.tgz",
"integrity": "sha512-HcNmN4252k7YgL1tlMatonEAJQlDrc1lt6UPjMO6xFD/DO6gX+NJz4EKRRZ9/I9nYUzVel6zhTJ5y3wdfSgJEQ==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
},
"dependencies": {
"@create-figma-plugin/utilities": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@create-figma-plugin/utilities/-/utilities-2.5.1.tgz",
"integrity": "sha512-76th2qdaKk6EqCp3HLoTvystMil3v8qVfDarkJTFzf1UAaKuYkYlaM/nJI9fMKOXrjhzmIG6WE5WGHZCP804pA==",
"dev": true,
"requires": {
"hex-rgb": "^5.0.0",
"natural-compare-lite": "1.4.0",
"rgb-hex": "^4.0.1"
}
},
"@figma/plugin-typings": {
"version": "1.72.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.72.0.tgz",
"integrity": "sha512-SRW8qQOLf/QOtgP7OsUfw4oD6Z+tbenLR2PgNXGSh2SJohcnucIEEc7An5Wd5qTl35xfC4TmZE0YpTGMknVpgw==",
"dev": true
},
"@types/figma": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@types/figma/-/figma-1.0.4.tgz",
"integrity": "sha512-x3ba9L3s2HVCh3eEh7b2A7ReRNn/U6gdNRHavdegSEcDQlTY/E3Xw8vQ/ECD0H7ORKuNURkn5NxGwZ2+bhpV3g==",
"dev": true
},
"hex-rgb": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-5.0.0.tgz",
"integrity": "sha512-NQO+lgVUCtHxZ792FodgW0zflK+ozS9X9dwGp9XvvmPlH7pyxd588cn24TD3rmPm/N0AIRXF10Otah8yKqGw4w==",
"dev": true
},
"natural-compare-lite": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
"integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
"dev": true
},
"rgb-hex": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/rgb-hex/-/rgb-hex-4.0.1.tgz",
"integrity": "sha512-HcNmN4252k7YgL1tlMatonEAJQlDrc1lt6UPjMO6xFD/DO6gX+NJz4EKRRZ9/I9nYUzVel6zhTJ5y3wdfSgJEQ==",
"dev": true
},
"typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true
}
}
}