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

21
test/imaps/node_modules/utf7/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "utf7",
"version": "1.0.2",
"description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)",
"author": "Konstantin Käfer <kkaefer@gmail.com>",
"licenses": [ { "type": "BSD" } ],
"main": "./utf7",
"dependencies": {
"semver": "~5.3.0"
},
"devDependencies": {
"tape": "~4.6.0"
},
"scripts": {
"test": "tape test/*.js"
}
}