Files
reperl.nvim/package-lock.json

25 lines
589 B
JSON
Raw Permalink Normal View History

2026-01-22 11:17:53 -07:00
{
"name": "reperl.nvim",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"opencode-box": "^1.4.1"
}
},
"node_modules/opencode-box": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/opencode-box/-/opencode-box-1.4.1.tgz",
"integrity": "sha512-jYVne0PpzOEYRLqa8LOBsFjL4sNVAIdcZ8sKtIKjQ/QPyR6M0tU+0WJZpAs3qglk5m6iji8H3doQa+T09ws7xA==",
"license": "MIT",
"bin": {
"opencodebox": "bin/agentbox.js"
},
"engines": {
"node": ">=16.0.0"
}
}
}
}