-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
61 lines (61 loc) · 2.11 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
{
"name": "pandoc-asciimath2tex",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pandoc-asciimath2tex",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"asciimath2tex": "^1.4.0",
"pandoc-filter": "^2.0.3"
}
},
"node_modules/asciimath2tex": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/asciimath2tex/-/asciimath2tex-1.4.0.tgz",
"integrity": "sha512-zqy7wtJ36AC+rkaEQLCG0cC6+WIl06wtjCSK7EO02KambvJ5Rfv4sjZZSSfYLFapMJ1qxnjxy88hiVSOnzHs+Q=="
},
"node_modules/get-stdin": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
"integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
"engines": {
"node": ">=8"
}
},
"node_modules/pandoc-filter": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/pandoc-filter/-/pandoc-filter-2.0.3.tgz",
"integrity": "sha512-Ian8giUEJBH555y5IFQg3CAfsAifTeq724Nu0HEOM6NuwiHYvRO1Ma0mHinQApeFU97lhf5irT7bpgnWuyyZgg==",
"dependencies": {
"get-stdin": "~7.0.0"
},
"engines": {
"node": ">=7.6.0"
}
}
},
"dependencies": {
"asciimath2tex": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/asciimath2tex/-/asciimath2tex-1.4.0.tgz",
"integrity": "sha512-zqy7wtJ36AC+rkaEQLCG0cC6+WIl06wtjCSK7EO02KambvJ5Rfv4sjZZSSfYLFapMJ1qxnjxy88hiVSOnzHs+Q=="
},
"get-stdin": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
"integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ=="
},
"pandoc-filter": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/pandoc-filter/-/pandoc-filter-2.0.3.tgz",
"integrity": "sha512-Ian8giUEJBH555y5IFQg3CAfsAifTeq724Nu0HEOM6NuwiHYvRO1Ma0mHinQApeFU97lhf5irT7bpgnWuyyZgg==",
"requires": {
"get-stdin": "~7.0.0"
}
}
}
}