Initial backup 2026-02-17

This commit is contained in:
Krilly
2026-02-17 15:50:53 +00:00
commit 8902a93add
941 changed files with 131420 additions and 0 deletions

28
skills/imap-smtp-email/node_modules/libqp/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "libqp",
"version": "2.1.1",
"description": "Encode and decode quoted-printable strings according to rfc2045",
"main": "lib/libqp.js",
"scripts": {
"test": "node --test",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git://github.com/nodemailer/libqp.git"
},
"keywords": [
"quoted-printable",
"mime"
],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemailer/libqp/issues"
},
"homepage": "https://github.com/nodemailer/libqp",
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0"
}
}