-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
29 lines (29 loc) · 903 Bytes
/
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
{
"name": "Pattern-Layer",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "Pattern-Layer",
"version": "1.0.0",
"devDependencies": {
"@figma/plugin-typings": "^1.41.1"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.41.1.tgz",
"integrity": "sha512-Cw8iTllj7Lv8cZIQ9zz82SbV3jqqXjTxiziyRP+/FiO+IphF0fGFgbzITE5bSYcn/T/wkkWn9hydJKU57eD51g==",
"dev": true
}
},
"dependencies": {
"@figma/plugin-typings": {
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.41.1.tgz",
"integrity": "sha512-Cw8iTllj7Lv8cZIQ9zz82SbV3jqqXjTxiziyRP+/FiO+IphF0fGFgbzITE5bSYcn/T/wkkWn9hydJKU57eD51g==",
"dev": true
}
}
}