forked from IliaSky/web-slides
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 988 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
32 lines (32 loc) · 988 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
32
{
"name": "web-slides",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"is-stream": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
"integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
},
"slang": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/slang/-/slang-0.3.0.tgz",
"integrity": "sha1-E691tPDAGMaoGT1wT2WyO+T7q9w="
},
"slm": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/slm/-/slm-2.0.0.tgz",
"integrity": "sha512-8XgPx7nHm5POoOMEO701zqhQRxJvCboRl1NWTxzHLmMe4U0BgRlbDWUC4zREScbNWBA7a8XdLTZJRTQRIDu3bw=="
},
"wkhtmltopdf": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/wkhtmltopdf/-/wkhtmltopdf-0.3.4.tgz",
"integrity": "sha1-4ttUKn3CJIAyvxNnVLXN188oFfA=",
"requires": {
"is-stream": "^1.0.1",
"slang": ">=0.2"
}
}
}
}