-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
47 lines (47 loc) · 1.81 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"chevrotain": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-6.5.0.tgz",
"integrity": "sha512-BwqQ/AgmKJ8jcMEjaSnfMybnKMgGTrtDKowfTP3pX4jwVy0kNjRsT/AP6h+wC3+3NC+X8X15VWBnTCQlX+wQFg==",
"requires": {
"regexp-to-ast": "0.4.0"
}
},
"java-parser": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/java-parser/-/java-parser-0.4.0.tgz",
"integrity": "sha512-mzmgkwOIYdEQiWInuRp4PDQulZyCKaGXMF/o/EaIO215M6FTUW28BdMFnnEasgqZjHMpNx8IrhNBoSP3gG7PBQ==",
"requires": {
"chevrotain": "6.5.0",
"lodash": "4.17.15"
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew=="
},
"prettier-plugin-java": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-java/-/prettier-plugin-java-0.4.0.tgz",
"integrity": "sha512-TgO3VDGBUyPX4jV1+KPdVKlVsoExLFf/jhvNdEs/bhyZIAHXg6LV7MGAaJqblDCh2CIJrOp/j3KLpKvwftFIrQ==",
"requires": {
"java-parser": "^0.4.0",
"lodash": "4.17.15"
}
},
"regexp-to-ast": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.4.0.tgz",
"integrity": "sha512-4qf/7IsIKfSNHQXSwial1IFmfM1Cc/whNBQqRwe0V2stPe7KmN1U0tWQiIx6JiirgSrisjE0eECdNf7Tav1Ntw=="
}
}
}