mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
c3e1c31baa
PR-URL: https://github.com/nodejs/node/pull/53957 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
27 lines
730 B
JSON
27 lines
730 B
JSON
{
|
|
"name": "clang-format",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"@wasm-fmt/clang-format": "^18.1.8"
|
|
}
|
|
},
|
|
"node_modules/@wasm-fmt/clang-format": {
|
|
"version": "18.1.8",
|
|
"resolved": "https://registry.npmjs.org/@wasm-fmt/clang-format/-/clang-format-18.1.8.tgz",
|
|
"integrity": "sha512-JWX9ILldydxP0/Z6ksCiyWbpN9mB7X1Kj8ESVGkZ3KA5aV363EEzTctHb/Y/FHXAsNIdWO7dp73OMNM0uCUPBg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"clang-format": "clang-format-cli.js",
|
|
"clang-format-diff": "clang-format-diff.py",
|
|
"git-clang-format": "git-clang-format"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
}
|
|
}
|
|
}
|