-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage-lock.json
53 lines (53 loc) · 1.89 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
{
"name": "FemtoIDE",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"chevrotain": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-4.1.1.tgz",
"integrity": "sha512-NQky1HQyiAzxsxpq4Ppt47SYO2U3JLtmfs85QPf3kYSzGBjjp5AA8kqjH8hCjGFRpaQ781QOk1ragQIOkBgUTA==",
"requires": {
"regexp-to-ast": "0.3.5"
}
},
"fatfs": {
"version": "0.10.7",
"resolved": "https://registry.npmjs.org/fatfs/-/fatfs-0.10.7.tgz",
"integrity": "sha512-MYhg+WjcgyidtfEngBySpF1tm7kgPKDBVd7S9wZSg6Ij3P++UIsPV1Lj9TdpAhIybnTHVLVLP/5DnUe5EFgDcg==",
"requires": {
"fifolock": "1.0.0",
"struct-fu": "1.2.1",
"xok": "1.0.0"
}
},
"fifolock": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fifolock/-/fifolock-1.0.0.tgz",
"integrity": "sha1-o35U8+vmnRNIDZWoKrxCt6XBeS0="
},
"java-parser": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/java-parser/-/java-parser-0.2.0.tgz",
"integrity": "sha512-2wDWxyE/AfKiCAjpfT2gIi2DfwcE7tESXH5bZiJ2MxsJ1RVlQIAgJbvbGuoLFQwTbiLOib+7HrtWT91p5an4ug==",
"requires": {
"chevrotain": "4.1.1"
}
},
"regexp-to-ast": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.3.5.tgz",
"integrity": "sha512-1CJygtdvsfNFwiyjaMLBWtg2tfEqx/jSZ8S6TV+GlNL8kiH8rb4cm5Pb7A/C2BpyM/fA8ZJEudlCwi/jvAY+Ow=="
},
"struct-fu": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/struct-fu/-/struct-fu-1.2.1.tgz",
"integrity": "sha512-QrtfoBRe+RixlBJl852/Gu7tLLTdx3kWs3MFzY1OHNrSsYYK7aIAnzqsncYRWrKGG/QSItDmOTlELMxehw4Gjw=="
},
"xok": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/xok/-/xok-1.0.0.tgz",
"integrity": "sha1-G04aLcjlk72JB9xM/Wof5uQlSJk="
}
}
}