-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
42 lines (42 loc) · 1.45 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
{
"name": "Text Counts",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "Text Counts",
"version": "1.0.0",
"devDependencies": {
"@figma/plugin-typings": "1.29.0",
"@types/node": "^16.11.7"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.29.0.tgz",
"integrity": "sha512-psti7aZtSfJcCh9JBom8S0tvC8Dbmtg9tkpJWxif4tp7ajZFwquCPjJ4vzoZ3xc2Iao8aBZ1+YOqswPPovGXqw==",
"dev": true
},
"node_modules/@types/node": {
"version": "16.11.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.7.tgz",
"integrity": "sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==",
"dev": true
}
},
"dependencies": {
"@figma/plugin-typings": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.29.0.tgz",
"integrity": "sha512-psti7aZtSfJcCh9JBom8S0tvC8Dbmtg9tkpJWxif4tp7ajZFwquCPjJ4vzoZ3xc2Iao8aBZ1+YOqswPPovGXqw==",
"dev": true
},
"@types/node": {
"version": "16.11.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.7.tgz",
"integrity": "sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==",
"dev": true
}
}
}