Sort & Merge PIS Files

This commit is contained in:
2025-12-04 20:48:29 +00:00
committed by owlbot
parent 691a278bf7
commit d97529e7e4
236 changed files with 18752 additions and 0 deletions

23
node_modules/.package-lock.json generated vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "merge-yaml",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"node_modules/yaml": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
}
}
}