We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ff1a6 commit 132aa3dCopy full SHA for 132aa3d
package.json
@@ -1,21 +1,20 @@
1
{
2
"name": "utf7",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)",
5
"author": "Konstantin Käfer <kkaefer@gmail.com>",
6
"licenses": [ { "type": "BSD" } ],
7
8
"main": "./utf7",
9
-
10
"dependencies": {
11
- "semver": "~5.3.0"
+ "semver": "^5.7.2"
12
},
13
14
"devDependencies": {
15
"tape": "~4.6.0"
16
17
18
"scripts": {
19
"test": "tape test/*.js"
20
- }
+ },
+ "engines": { "node": ">=10.0.0" },
+ "keywords": [ "imap", "mail", "utf7", "rfc2152"]
21
}
0 commit comments