mhtml-stream 0.0.4 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mhtml-stream",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Zero dependency stream MHTML parser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mhtml",
|
|
@@ -34,28 +34,28 @@
|
|
|
34
34
|
"base64-js": "^1.5.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.18.
|
|
38
|
-
"@babel/preset-env": "^7.18.
|
|
39
|
-
"@babel/preset-typescript": "^7.
|
|
37
|
+
"@babel/core": "^7.18.10",
|
|
38
|
+
"@babel/preset-env": "^7.18.10",
|
|
39
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
40
40
|
"@types/base64-js": "^1.3.0",
|
|
41
|
-
"@types/jest": "^28.1.
|
|
42
|
-
"@types/node": "^18.
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
44
|
-
"@typescript-eslint/parser": "^5.
|
|
45
|
-
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.
|
|
46
|
-
"babel-jest": "^28.1.
|
|
41
|
+
"@types/jest": "^28.1.6",
|
|
42
|
+
"@types/node": "^18.6.4",
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
|
44
|
+
"@typescript-eslint/parser": "^5.32.0",
|
|
45
|
+
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.14",
|
|
46
|
+
"babel-jest": "^28.1.3",
|
|
47
47
|
"chalk": "5.0.1",
|
|
48
|
-
"esbuild": "^0.14.
|
|
49
|
-
"eslint": "^8.
|
|
48
|
+
"esbuild": "^0.14.53",
|
|
49
|
+
"eslint": "^8.21.0",
|
|
50
50
|
"eslint-config-prettier": "^8.5.0",
|
|
51
|
-
"eslint-plugin-jest": "^26.
|
|
51
|
+
"eslint-plugin-jest": "^26.7.0",
|
|
52
52
|
"eslint-plugin-spellcheck": "^0.0.19",
|
|
53
53
|
"eslint-plugin-tsdoc": "^0.2.16",
|
|
54
|
-
"jest": "^28.1.
|
|
54
|
+
"jest": "^28.1.3",
|
|
55
55
|
"prettier": "^2.7.1",
|
|
56
|
-
"prettier-plugin-organize-imports": "^3.0.
|
|
57
|
-
"typedoc": "^0.
|
|
58
|
-
"typescript": "^4.
|
|
56
|
+
"prettier-plugin-organize-imports": "^3.0.2",
|
|
57
|
+
"typedoc": "^0.23.10",
|
|
58
|
+
"typescript": "^4.7.4"
|
|
59
59
|
},
|
|
60
60
|
"resolutions": {
|
|
61
61
|
"minimist": "1.2.6"
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
]
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
|
-
"packageManager": "yarn@3.2.
|
|
151
|
+
"packageManager": "yarn@3.2.2"
|
|
152
152
|
}
|