node/tools/clang-format/package-lock.json

27 lines
730 B
JSON
Raw Normal View History

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