2018-08-24 09:30:45 +00:00
|
|
|
{
|
2024-09-14 14:48:08 +00:00
|
|
|
"name": "clang-format",
|
|
|
|
"lockfileVersion": 3,
|
2018-08-24 09:30:45 +00:00
|
|
|
"requires": true,
|
2022-04-12 23:10:14 +00:00
|
|
|
"packages": {
|
|
|
|
"": {
|
|
|
|
"dependencies": {
|
2024-09-14 14:48:08 +00:00
|
|
|
"@wasm-fmt/clang-format": "^18.1.8"
|
2022-04-12 23:10:14 +00:00
|
|
|
}
|
|
|
|
},
|
2024-09-14 14:48:08 +00:00
|
|
|
"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",
|
2022-04-12 23:10:14 +00:00
|
|
|
"bin": {
|
2024-09-14 14:48:08 +00:00
|
|
|
"clang-format": "clang-format-cli.js",
|
|
|
|
"clang-format-diff": "clang-format-diff.py",
|
|
|
|
"git-clang-format": "git-clang-format"
|
2022-04-12 23:10:14 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-09-14 14:48:08 +00:00
|
|
|
"node": ">=16.17.0"
|
2022-04-12 23:10:14 +00:00
|
|
|
}
|
2018-08-24 09:30:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|