-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
38 lines (38 loc) · 1.26 KB
/
package-lock.json
File metadata and controls
38 lines (38 loc) · 1.26 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
{
"name": "@arcticnotes/keyframe-ppt",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@arcticnotes/keyframe-ppt",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@arcticnotes/keyframe-core": "0.0.1",
"@arcticnotes/node-wsh": "0.0.11"
}
},
"node_modules/@arcticnotes/keyframe-core": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@arcticnotes/keyframe-core/-/keyframe-core-0.0.1.tgz",
"integrity": "sha512-mN1qSEJL5hv7+0Dp1JPnMTSUgla+NHY7BFWwOM99Vk5CDF9WHbQM/1u403oTVeXGoKSGiiRsLrxOUuq1gyum/Q==",
"license": "MIT"
},
"node_modules/@arcticnotes/node-wsh": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/@arcticnotes/node-wsh/-/node-wsh-0.0.11.tgz",
"integrity": "sha512-F5j9ZuEJ67UprDEyLuBmjiQTN7sAA5n1FkdCKQSEE1YEJyLCcrhaWyaHWBlDxvU1IG5WHbJgt8KKCRP8QdLxDQ==",
"license": "MIT",
"dependencies": {
"@arcticnotes/syncline": "0.0.3"
}
},
"node_modules/@arcticnotes/syncline": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@arcticnotes/syncline/-/syncline-0.0.3.tgz",
"integrity": "sha512-lZ9bnSW8SQx0txEWkYRyso55VkE7ujModmNE1G1CJEowzmnkdjwIfrGIl6h+t+GHqZT6tXzjx+3gj261njCROw==",
"license": "MIT"
}
}
}