Revamping to matrix style

This commit is contained in:
2026-02-16 16:37:35 -05:00
parent 71852ec99a
commit 9d0e3938e4
14958 changed files with 2089572 additions and 114 deletions

22
node_modules/load-yaml-file/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "load-yaml-file",
"version": "0.2.0",
"license": "MIT",
"repository": "LinusU/load-yaml-file",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "standard && mocha"
},
"dependencies": {
"graceful-fs": "^4.1.5",
"js-yaml": "^3.13.0",
"pify": "^4.0.1",
"strip-bom": "^3.0.0"
},
"devDependencies": {
"mocha": "^6.0.2",
"standard": "^12.0.1"
}
}