This commit is contained in:
Florian Federspiel
2023-11-25 16:53:52 +01:00
commit 677030f712
685 changed files with 148719 additions and 0 deletions

17
test/printing/package-lock.json generated Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "printing",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"jsprintmanager": "^6.0.3"
}
},
"node_modules/jsprintmanager": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/jsprintmanager/-/jsprintmanager-6.0.3.tgz",
"integrity": "sha512-5JQIUtdjad8w5SiG1cws635XW8qgSJEK6E0bTe8ksEf/Z+p8V9O1Ou6IHkU2lMD1Wv0uhOr8/aGNqIH0aSgQ4Q=="
}
}
}