-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
executable file
·62 lines (62 loc) · 2.03 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "slides",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"markdown-to-slides": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/markdown-to-slides/-/markdown-to-slides-1.0.5.tgz",
"integrity": "sha1-Zpm9MaHPUYmrjgTC9NzYPB7xhfA=",
"requires": {
"marked": "^0.3.2",
"marked-to-md": "1.0.x",
"mustache": "2.1.x",
"optimist": "~0.3.4",
"remark": "git://github.com/gnab/remark.git#a6fdde973b965c1e1a5e6d93645096f71f96a05b"
}
},
"marked": {
"version": "0.3.19",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz",
"integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg=="
},
"marked-to-md": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/marked-to-md/-/marked-to-md-1.0.1.tgz",
"integrity": "sha1-hkyssC8/CpJRDFOo1foeFKzQml8="
},
"mustache": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-2.1.3.tgz",
"integrity": "sha1-JbkLQgSkVMiY6LsuONJt4iOrvVY="
},
"optimist": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
"integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
"requires": {
"wordwrap": "~0.0.2"
}
},
"remark": {
"version": "git://github.com/gnab/remark.git#a6fdde973b965c1e1a5e6d93645096f71f96a05b",
"from": "git://github.com/gnab/remark.git#v0.13.0",
"requires": {
"marked": "0.3.1"
},
"dependencies": {
"marked": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.1.tgz",
"integrity": "sha1-FWo7gDzFTFkpDmA1S4O6qn1mwHQ="
}
}
},
"wordwrap": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
}
}
}