node/tools/clang-format/package-lock.json
Aviv Keller c3e1c31baa
build: upgrade clang-format to v18
PR-URL: https://github.com/nodejs/node/pull/53957
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2024-09-14 14:48:08 +00:00

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"
}
}
}
}