forked from burodepeper/language-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
123 lines (123 loc) · 4.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "language-markdown",
"version": "0.29.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"lib-ass": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/lib-ass/-/lib-ass-0.0.6.tgz",
"integrity": "sha1-Np+PIv3ZlqhoiZGVRCf2/O9yv3Y=",
"requires": {
"coffee-script": "1.7.0"
},
"dependencies": {
"coffee-script": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.7.0.tgz",
"integrity": "sha1-3MX8kuRen1VGvbMln5+oWzhhix0=",
"requires": {
"mkdirp": "0.3.5"
},
"dependencies": {
"mkdirp": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
"integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc="
}
}
}
}
},
"lodash": {
"version": "4.17.5",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw=="
},
"season": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/season/-/season-5.3.0.tgz",
"integrity": "sha1-KC05fmQW9EkjKHvVVFCtCAuV22U=",
"requires": {
"cson-parser": "1.0.9",
"fs-plus": "2.8.1",
"optimist": "0.4.0"
},
"dependencies": {
"cson-parser": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/cson-parser/-/cson-parser-1.0.9.tgz",
"integrity": "sha1-t5/BuCp3V0NoDw7/uL+tMRNNrHQ=",
"requires": {
"coffee-script": "1.9.0"
},
"dependencies": {
"coffee-script": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.9.0.tgz",
"integrity": "sha1-dJLLvD8DYcxdiGWv9yN1Uv8z4fc="
}
}
},
"fs-plus": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/fs-plus/-/fs-plus-2.8.1.tgz",
"integrity": "sha1-YLyuDSBm9LtHJvI63VJdragGMPY=",
"requires": {
"async": "0.2.10",
"mkdirp": "0.3.5",
"rimraf": "2.2.8",
"underscore-plus": "1.6.6"
},
"dependencies": {
"async": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
"integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E="
},
"mkdirp": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
"integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc="
},
"rimraf": {
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
"integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI="
},
"underscore-plus": {
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/underscore-plus/-/underscore-plus-1.6.6.tgz",
"integrity": "sha1-ZezeG9xEGjXYnmUP1w3PE65Dmn0=",
"requires": {
"underscore": "1.6.0"
},
"dependencies": {
"underscore": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz",
"integrity": "sha1-izixDKze9jM3uLJOT/htRa6lKag="
}
}
}
}
},
"optimist": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.4.0.tgz",
"integrity": "sha1-y47Dfy/jqphky2eidSUOfhliCiU=",
"requires": {
"wordwrap": "0.0.3"
},
"dependencies": {
"wordwrap": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
}
}
}
}
}
}
}