-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
42 lines (42 loc) · 1.49 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": "figma-proportional-scale",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"figma-plugin-ds": "^1.0.1"
},
"devDependencies": {
"@figma/plugin-typings": "^1.28.0"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.43.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.43.0.tgz",
"integrity": "sha512-FxLGYkMkTg87cw5O1S2qQVDCCFfuJpfJP3qKeLg9zmQ1yPD6trLvkeHau48XCYFzcd9o5Milaft/gfjGJ/BvTg==",
"dev": true
},
"node_modules/figma-plugin-ds": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/figma-plugin-ds/-/figma-plugin-ds-1.0.1.tgz",
"integrity": "sha512-j1/mcHeYx8IRzdLbNyqo9PQXqtI3ujN/RfjuXFS7OintJojuXG2GuaL8COzqAH66ZPXx4aFHMkqRjbBaudBCpA=="
}
},
"dependencies": {
"@figma/plugin-typings": {
"version": "1.43.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.43.0.tgz",
"integrity": "sha512-FxLGYkMkTg87cw5O1S2qQVDCCFfuJpfJP3qKeLg9zmQ1yPD6trLvkeHau48XCYFzcd9o5Milaft/gfjGJ/BvTg==",
"dev": true
},
"figma-plugin-ds": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/figma-plugin-ds/-/figma-plugin-ds-1.0.1.tgz",
"integrity": "sha512-j1/mcHeYx8IRzdLbNyqo9PQXqtI3ujN/RfjuXFS7OintJojuXG2GuaL8COzqAH66ZPXx4aFHMkqRjbBaudBCpA=="
}
}
}