unitfile-parser/package-lock.json

22 lines
699 B
JSON

{
"name": "systemd-unitfile2",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"chevrotain": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-7.0.3.tgz",
"integrity": "sha512-G634q7M5EiqNNv+0MKcQES2jmqabbi4PvUDpzjG2t+i1XQFaMCz0o8BZ8lbQbZex4RqkzJ3pOy+UwNLFlQm4eg==",
"requires": {
"regexp-to-ast": "0.5.0"
}
},
"regexp-to-ast": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.5.0.tgz",
"integrity": "sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw=="
}
}
}