-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 927 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 927 Bytes
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
{
"name": "@arcticnotes/node-ppt",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@arcticnotes/node-ppt",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@arcticnotes/node-wsh": "0.0.12"
}
},
"node_modules/@arcticnotes/node-wsh": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/@arcticnotes/node-wsh/-/node-wsh-0.0.12.tgz",
"integrity": "sha512-h5KNgq1bGDwzO/h5eo8XdWhEEiqQbxbuDT5MPt1Tk2bSiGI3+jRQ5cbDerWgwRRj9RVp4ajGHBh2N3Fg0052EA==",
"license": "MIT",
"dependencies": {
"@arcticnotes/syncline": "0.0.4"
}
},
"node_modules/@arcticnotes/syncline": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@arcticnotes/syncline/-/syncline-0.0.4.tgz",
"integrity": "sha512-TYfqc9HlU5L8ZgIquEE2OQO0uOnvRjhnDZLtYpHRUFFNPGff5jeWM8bpKHHU25KFT1B/im41STw6BbGzo1Qy6A==",
"license": "MIT"
}
}
}