forked from heavy-duty/stoke
- Accept approve/approved review event aliases; print review html_url - Harden pr show against missing user/head/base; clarify body-file wins - Add tests for whitespace-only comments, approved alias, review URL - Timeout the CLI-boundary HTTP fixture; clean up install-apt test trees - Clearer refuse-to-overwrite message when nodesource.list already exists - Merge Node 22 NodeSource bootstrap (from fix/apt-nodejs-bootstrap)
31 lines
715 B
JSON
31 lines
715 B
JSON
{
|
|
"name": "stoke",
|
|
"version": "1.2.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "stoke",
|
|
"version": "1.2.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"commander": "^15.0.0"
|
|
},
|
|
"bin": {
|
|
"stoke": "src/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "15.0.0",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz",
|
|
"integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
}
|
|
}
|
|
}
|
|
}
|