pst-extractor 1.8.0 → 1.10.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/dist/ColumnDescriptor.class.d.ts +26 -26
- package/dist/ColumnDescriptor.class.js +51 -48
- package/dist/DescriptorIndexNode.class.d.ts +25 -26
- package/dist/DescriptorIndexNode.class.js +53 -53
- package/dist/LZFu.class.d.ts +11 -12
- package/dist/LZFu.class.js +95 -95
- package/dist/NodeInfo.class.d.ts +33 -33
- package/dist/NodeInfo.class.js +52 -52
- package/dist/NodeMap.class.d.ts +35 -35
- package/dist/NodeMap.class.js +86 -83
- package/dist/OffsetIndexItem.class.d.ts +23 -24
- package/dist/OffsetIndexItem.class.js +45 -45
- package/dist/OutlookProperties.d.ts +275 -275
- package/dist/OutlookProperties.js +281 -281
- package/dist/PSTActivity.class.d.ts +103 -103
- package/dist/PSTActivity.class.js +144 -144
- package/dist/PSTAppointment.class.d.ts +270 -271
- package/dist/PSTAppointment.class.js +376 -376
- package/dist/PSTAttachment.class.d.ts +172 -172
- package/dist/PSTAttachment.class.js +317 -314
- package/dist/PSTContact.class.d.ts +884 -884
- package/dist/PSTContact.class.js +1227 -1227
- package/dist/PSTDescriptorItem.class.d.ts +45 -46
- package/dist/PSTDescriptorItem.class.js +99 -96
- package/dist/PSTFile.class.d.ts +215 -216
- package/dist/PSTFile.class.js +818 -792
- package/dist/PSTFolder.class.d.ts +129 -129
- package/dist/PSTFolder.class.js +318 -307
- package/dist/PSTMessage.class.d.ts +788 -789
- package/dist/PSTMessage.class.js +1321 -1318
- package/dist/PSTMessageStore.class.d.ts +13 -13
- package/dist/PSTMessageStore.class.js +17 -17
- package/dist/PSTNodeInputStream.class.d.ts +122 -123
- package/dist/PSTNodeInputStream.class.js +514 -488
- package/dist/PSTObject.class.d.ts +133 -134
- package/dist/PSTObject.class.js +326 -323
- package/dist/PSTRecipient.class.d.ts +65 -65
- package/dist/PSTRecipient.class.js +103 -103
- package/dist/PSTTable.class.d.ts +52 -52
- package/dist/PSTTable.class.js +175 -172
- package/dist/PSTTable7C.class.d.ts +45 -45
- package/dist/PSTTable7C.class.js +281 -278
- package/dist/PSTTableBC.class.d.ts +31 -31
- package/dist/PSTTableBC.class.js +111 -108
- package/dist/PSTTableItem.class.d.ts +47 -48
- package/dist/PSTTableItem.class.js +124 -121
- package/dist/PSTTask.class.d.ts +146 -146
- package/dist/PSTTask.class.js +205 -205
- package/dist/PSTUtil.class.d.ts +134 -135
- package/dist/PSTUtil.class.js +795 -790
- package/dist/RecurrencePattern.class.d.ts +49 -50
- package/dist/RecurrencePattern.class.js +120 -120
- package/dist/index.d.ts +6 -6
- package/dist/index.js +15 -15
- package/example/package.json +7 -7
- package/example/test-min.ts +31 -12
- package/example/{test-mem.ts → test.ts} +38 -30
- package/example/testdata/output.txt +278 -0
- package/example/testdata/outputBody.txt +3404 -0
- package/example/yarn.lock +112 -50
- package/junit.xml +36 -36
- package/package.json +28 -27
- package/readme.md +1 -3
- package/example/test-max.ts +0 -251
package/example/yarn.lock
CHANGED
|
@@ -2,47 +2,72 @@
|
|
|
2
2
|
# yarn lockfile v1
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
"@cspotcode/source-map-
|
|
6
|
-
version "0.8.
|
|
7
|
-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-
|
|
8
|
-
integrity sha512-
|
|
9
|
-
|
|
10
|
-
"@cspotcode/source-map-support@0.6.1":
|
|
11
|
-
version "0.6.1"
|
|
12
|
-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz#118511f316e2e87ee4294761868e254d3da47960"
|
|
13
|
-
integrity sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==
|
|
5
|
+
"@cspotcode/source-map-support@^0.8.0":
|
|
6
|
+
version "0.8.1"
|
|
7
|
+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
|
|
8
|
+
integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==
|
|
14
9
|
dependencies:
|
|
15
|
-
"@
|
|
10
|
+
"@jridgewell/trace-mapping" "0.3.9"
|
|
11
|
+
|
|
12
|
+
"@jridgewell/resolve-uri@^3.0.3":
|
|
13
|
+
version "3.1.2"
|
|
14
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
|
|
15
|
+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
|
|
16
|
+
|
|
17
|
+
"@jridgewell/sourcemap-codec@^1.4.10":
|
|
18
|
+
version "1.5.0"
|
|
19
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
|
|
20
|
+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
|
21
|
+
|
|
22
|
+
"@jridgewell/trace-mapping@0.3.9":
|
|
23
|
+
version "0.3.9"
|
|
24
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
|
|
25
|
+
integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
|
|
26
|
+
dependencies:
|
|
27
|
+
"@jridgewell/resolve-uri" "^3.0.3"
|
|
28
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
29
|
+
|
|
30
|
+
"@pkgr/core@^0.1.0":
|
|
31
|
+
version "0.1.1"
|
|
32
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
|
|
33
|
+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
|
|
16
34
|
|
|
17
35
|
"@tsconfig/node10@^1.0.7":
|
|
18
|
-
version "1.0.
|
|
19
|
-
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.
|
|
20
|
-
integrity sha512-
|
|
36
|
+
version "1.0.8"
|
|
37
|
+
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
|
|
38
|
+
integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
|
|
21
39
|
|
|
22
40
|
"@tsconfig/node12@^1.0.7":
|
|
23
|
-
version "1.0.
|
|
24
|
-
resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.
|
|
25
|
-
integrity sha512
|
|
41
|
+
version "1.0.9"
|
|
42
|
+
resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c"
|
|
43
|
+
integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
|
|
26
44
|
|
|
27
45
|
"@tsconfig/node14@^1.0.0":
|
|
28
|
-
version "1.0.
|
|
29
|
-
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.
|
|
30
|
-
integrity sha512-
|
|
46
|
+
version "1.0.1"
|
|
47
|
+
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
|
|
48
|
+
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
|
|
31
49
|
|
|
32
50
|
"@tsconfig/node16@^1.0.2":
|
|
33
51
|
version "1.0.2"
|
|
34
52
|
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
|
|
35
53
|
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
|
|
36
54
|
|
|
55
|
+
"@types/node@^20.14.10":
|
|
56
|
+
version "20.14.10"
|
|
57
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
|
|
58
|
+
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
|
|
59
|
+
dependencies:
|
|
60
|
+
undici-types "~5.26.4"
|
|
61
|
+
|
|
37
62
|
acorn-walk@^8.1.1:
|
|
38
|
-
version "8.
|
|
39
|
-
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.
|
|
40
|
-
integrity sha512-
|
|
63
|
+
version "8.2.0"
|
|
64
|
+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
|
65
|
+
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
|
41
66
|
|
|
42
67
|
acorn@^8.4.1:
|
|
43
|
-
version "8.
|
|
44
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.
|
|
45
|
-
integrity sha512-
|
|
68
|
+
version "8.7.0"
|
|
69
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
|
|
70
|
+
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
|
|
46
71
|
|
|
47
72
|
arg@^4.1.0:
|
|
48
73
|
version "4.1.3"
|
|
@@ -59,27 +84,35 @@ diff@^4.0.1:
|
|
|
59
84
|
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
|
|
60
85
|
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
61
86
|
|
|
62
|
-
eslint-config-prettier@^
|
|
63
|
-
version "
|
|
64
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-
|
|
65
|
-
integrity sha512-
|
|
87
|
+
eslint-config-prettier@^9.1.0:
|
|
88
|
+
version "9.1.0"
|
|
89
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
|
90
|
+
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
|
66
91
|
|
|
67
|
-
eslint-plugin-prettier@^
|
|
68
|
-
version "
|
|
69
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-
|
|
70
|
-
integrity sha512-
|
|
92
|
+
eslint-plugin-prettier@^5.1.3:
|
|
93
|
+
version "5.1.3"
|
|
94
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
|
|
95
|
+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
|
|
71
96
|
dependencies:
|
|
72
97
|
prettier-linter-helpers "^1.0.0"
|
|
98
|
+
synckit "^0.8.6"
|
|
73
99
|
|
|
74
100
|
fast-diff@^1.1.2:
|
|
75
101
|
version "1.2.0"
|
|
76
102
|
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
|
|
77
103
|
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
|
|
78
104
|
|
|
79
|
-
|
|
80
|
-
version "
|
|
81
|
-
resolved "https://registry.yarnpkg.com/
|
|
82
|
-
integrity sha512-
|
|
105
|
+
iconv-lite@^0.6.3:
|
|
106
|
+
version "0.6.3"
|
|
107
|
+
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
|
|
108
|
+
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
|
|
109
|
+
dependencies:
|
|
110
|
+
safer-buffer ">= 2.1.2 < 3.0.0"
|
|
111
|
+
|
|
112
|
+
long@^5.2.0:
|
|
113
|
+
version "5.2.3"
|
|
114
|
+
resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1"
|
|
115
|
+
integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==
|
|
83
116
|
|
|
84
117
|
make-error@^1.1.1:
|
|
85
118
|
version "1.3.6"
|
|
@@ -93,21 +126,34 @@ prettier-linter-helpers@^1.0.0:
|
|
|
93
126
|
dependencies:
|
|
94
127
|
fast-diff "^1.1.2"
|
|
95
128
|
|
|
96
|
-
prettier@^
|
|
97
|
-
version "
|
|
98
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-
|
|
99
|
-
integrity sha512-
|
|
129
|
+
prettier@^3.3.3:
|
|
130
|
+
version "3.3.3"
|
|
131
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
|
|
132
|
+
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
|
|
100
133
|
|
|
101
134
|
"pst-extractor@link:..":
|
|
102
135
|
version "0.0.0"
|
|
103
136
|
uid ""
|
|
104
137
|
|
|
105
|
-
|
|
106
|
-
version "
|
|
107
|
-
resolved "https://registry.yarnpkg.com/
|
|
108
|
-
integrity sha512-
|
|
138
|
+
"safer-buffer@>= 2.1.2 < 3.0.0":
|
|
139
|
+
version "2.1.2"
|
|
140
|
+
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
|
141
|
+
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
|
142
|
+
|
|
143
|
+
synckit@^0.8.6:
|
|
144
|
+
version "0.8.8"
|
|
145
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
|
|
146
|
+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
|
|
147
|
+
dependencies:
|
|
148
|
+
"@pkgr/core" "^0.1.0"
|
|
149
|
+
tslib "^2.6.2"
|
|
150
|
+
|
|
151
|
+
ts-node@^10.9.2:
|
|
152
|
+
version "10.9.2"
|
|
153
|
+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
154
|
+
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
109
155
|
dependencies:
|
|
110
|
-
"@cspotcode/source-map-support" "0.
|
|
156
|
+
"@cspotcode/source-map-support" "^0.8.0"
|
|
111
157
|
"@tsconfig/node10" "^1.0.7"
|
|
112
158
|
"@tsconfig/node12" "^1.0.7"
|
|
113
159
|
"@tsconfig/node14" "^1.0.0"
|
|
@@ -118,18 +164,34 @@ ts-node@^10.2.0:
|
|
|
118
164
|
create-require "^1.1.0"
|
|
119
165
|
diff "^4.0.1"
|
|
120
166
|
make-error "^1.1.1"
|
|
167
|
+
v8-compile-cache-lib "^3.0.1"
|
|
121
168
|
yn "3.1.1"
|
|
122
169
|
|
|
123
|
-
|
|
124
|
-
version "
|
|
125
|
-
resolved "https://registry.yarnpkg.com/
|
|
126
|
-
integrity sha512-
|
|
170
|
+
tslib@^2.6.2:
|
|
171
|
+
version "2.6.3"
|
|
172
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
|
173
|
+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
|
|
174
|
+
|
|
175
|
+
typescript@^5.5.3:
|
|
176
|
+
version "5.5.3"
|
|
177
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
|
|
178
|
+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
|
|
179
|
+
|
|
180
|
+
undici-types@~5.26.4:
|
|
181
|
+
version "5.26.5"
|
|
182
|
+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
|
183
|
+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
|
127
184
|
|
|
128
185
|
uuid-parse@^1.1.0:
|
|
129
186
|
version "1.1.0"
|
|
130
187
|
resolved "https://registry.yarnpkg.com/uuid-parse/-/uuid-parse-1.1.0.tgz#7061c5a1384ae0e1f943c538094597e1b5f3a65b"
|
|
131
188
|
integrity sha512-OdmXxA8rDsQ7YpNVbKSJkNzTw2I+S5WsbMDnCtIWSQaosNAcWtFuI/YK1TjzUI6nbkgiqEyh8gWngfcv8Asd9A==
|
|
132
189
|
|
|
190
|
+
v8-compile-cache-lib@^3.0.1:
|
|
191
|
+
version "3.0.1"
|
|
192
|
+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
|
|
193
|
+
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
|
|
194
|
+
|
|
133
195
|
yn@3.1.1:
|
|
134
196
|
version "3.1.1"
|
|
135
197
|
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
|
package/junit.xml
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="jest tests" tests="22" failures="0" errors="0" time="
|
|
3
|
-
<testsuite name="
|
|
4
|
-
<testcase classname="
|
|
5
|
-
</testcase>
|
|
6
|
-
<testcase classname="PSTTask tests should have two tasks" name="PSTTask tests should have two tasks" time="0.028">
|
|
2
|
+
<testsuites name="jest tests" tests="22" failures="0" errors="0" time="2.128">
|
|
3
|
+
<testsuite name="PSTObject tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.415" tests="1">
|
|
4
|
+
<testcase classname="PSTObject tests should have basic attributes" name="PSTObject tests should have basic attributes" time="0.046">
|
|
7
5
|
</testcase>
|
|
8
6
|
</testsuite>
|
|
9
|
-
<testsuite name="
|
|
10
|
-
<testcase classname="
|
|
7
|
+
<testsuite name="PSTFolder tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.429" tests="2">
|
|
8
|
+
<testcase classname="PSTFolder tests should have a root folder" name="PSTFolder tests should have a root folder" time="0.01">
|
|
11
9
|
</testcase>
|
|
12
|
-
<testcase classname="
|
|
10
|
+
<testcase classname="PSTFolder tests root folder should have sub folders" name="PSTFolder tests root folder should have sub folders" time="0.029">
|
|
13
11
|
</testcase>
|
|
14
12
|
</testsuite>
|
|
15
|
-
<testsuite name="
|
|
16
|
-
<testcase classname="
|
|
13
|
+
<testsuite name="PSTfile tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.422" tests="1">
|
|
14
|
+
<testcase classname="PSTfile tests should open the file" name="PSTfile tests should open the file" time="0.013">
|
|
17
15
|
</testcase>
|
|
18
|
-
|
|
16
|
+
</testsuite>
|
|
17
|
+
<testsuite name="PSTRecipient tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.462" tests="1">
|
|
18
|
+
<testcase classname="PSTRecipient tests should have email messages" name="PSTRecipient tests should have email messages" time="0.051">
|
|
19
19
|
</testcase>
|
|
20
20
|
</testsuite>
|
|
21
|
-
<testsuite name="
|
|
22
|
-
<testcase classname="
|
|
21
|
+
<testsuite name="PSTMessage tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.523" tests="2">
|
|
22
|
+
<testcase classname="PSTMessage tests should have email messages" name="PSTMessage tests should have email messages" time="0.03">
|
|
23
23
|
</testcase>
|
|
24
|
-
<testcase classname="
|
|
24
|
+
<testcase classname="PSTMessage tests should have email message which uses block skip points" name="PSTMessage tests should have email message which uses block skip points" time="0.008">
|
|
25
25
|
</testcase>
|
|
26
26
|
</testsuite>
|
|
27
|
-
<testsuite name="
|
|
28
|
-
<testcase classname="
|
|
27
|
+
<testsuite name="RecurrencePattern tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.546" tests="2">
|
|
28
|
+
<testcase classname="RecurrencePattern tests should have a Calendar folder" name="RecurrencePattern tests should have a Calendar folder" time="0.005">
|
|
29
29
|
</testcase>
|
|
30
|
-
<testcase classname="
|
|
30
|
+
<testcase classname="RecurrencePattern tests should have repeating events" name="RecurrencePattern tests should have repeating events" time="0.031">
|
|
31
31
|
</testcase>
|
|
32
32
|
</testsuite>
|
|
33
|
-
<testsuite name="
|
|
34
|
-
<testcase classname="
|
|
33
|
+
<testsuite name="PSTActivity tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.59" tests="2">
|
|
34
|
+
<testcase classname="PSTActivity tests should have a Journal folder" name="PSTActivity tests should have a Journal folder" time="0.01">
|
|
35
35
|
</testcase>
|
|
36
|
-
|
|
37
|
-
<testsuite name="PSTfile tests" errors="0" failures="0" skipped="0" timestamp="2021-08-16T18:58:22" time="5.045" tests="1">
|
|
38
|
-
<testcase classname="PSTfile tests should open the file" name="PSTfile tests should open the file" time="0.008">
|
|
36
|
+
<testcase classname="PSTActivity tests root folder should have a journal entry" name="PSTActivity tests root folder should have a journal entry" time="0.007">
|
|
39
37
|
</testcase>
|
|
40
38
|
</testsuite>
|
|
41
|
-
<testsuite name="
|
|
42
|
-
<testcase classname="
|
|
39
|
+
<testsuite name="PSTAppointment tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.595" tests="2">
|
|
40
|
+
<testcase classname="PSTAppointment tests should have a Calendar folder" name="PSTAppointment tests should have a Calendar folder" time="0.004">
|
|
43
41
|
</testcase>
|
|
44
|
-
<testcase classname="
|
|
42
|
+
<testcase classname="PSTAppointment tests should have two calendar items" name="PSTAppointment tests should have two calendar items" time="0.022">
|
|
45
43
|
</testcase>
|
|
46
44
|
</testsuite>
|
|
47
|
-
<testsuite name="
|
|
48
|
-
<testcase classname="
|
|
45
|
+
<testsuite name="PSTTask tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.591" tests="2">
|
|
46
|
+
<testcase classname="PSTTask tests should have a Tasks folder" name="PSTTask tests should have a Tasks folder" time="0.005">
|
|
47
|
+
</testcase>
|
|
48
|
+
<testcase classname="PSTTask tests should have two tasks" name="PSTTask tests should have two tasks" time="0.016">
|
|
49
49
|
</testcase>
|
|
50
50
|
</testsuite>
|
|
51
|
-
<testsuite name="
|
|
52
|
-
<testcase classname="
|
|
51
|
+
<testsuite name="PSTContact tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.591" tests="2">
|
|
52
|
+
<testcase classname="PSTContact tests should have a Contact folder" name="PSTContact tests should have a Contact folder" time="0.008">
|
|
53
53
|
</testcase>
|
|
54
|
-
<testcase classname="
|
|
54
|
+
<testcase classname="PSTContact tests should have a contact with several fields" name="PSTContact tests should have a contact with several fields" time="0.035">
|
|
55
55
|
</testcase>
|
|
56
56
|
</testsuite>
|
|
57
|
-
<testsuite name="PSTAttachment tests" errors="0" failures="0" skipped="0" timestamp="
|
|
58
|
-
<testcase classname="PSTAttachment tests should have a contact with an attachment" name="PSTAttachment tests should have a contact with an attachment" time="0.
|
|
57
|
+
<testsuite name="PSTAttachment tests" errors="0" failures="0" skipped="0" timestamp="2024-07-14T16:32:39" time="1.82" tests="5">
|
|
58
|
+
<testcase classname="PSTAttachment tests should have a contact with an attachment" name="PSTAttachment tests should have a contact with an attachment" time="0.116">
|
|
59
59
|
</testcase>
|
|
60
|
-
<testcase classname="PSTAttachment tests should have a task with an attachment" name="PSTAttachment tests should have a task with an attachment" time="0.
|
|
60
|
+
<testcase classname="PSTAttachment tests should have a task with an attachment" name="PSTAttachment tests should have a task with an attachment" time="0.072">
|
|
61
61
|
</testcase>
|
|
62
|
-
<testcase classname="PSTAttachment tests should have email with word attachment" name="PSTAttachment tests should have email with word attachment" time="0.
|
|
62
|
+
<testcase classname="PSTAttachment tests should have email with word attachment" name="PSTAttachment tests should have email with word attachment" time="0.061">
|
|
63
63
|
</testcase>
|
|
64
|
-
<testcase classname="PSTAttachment tests should have email with excel attachment" name="PSTAttachment tests should have email with excel attachment" time="0.
|
|
64
|
+
<testcase classname="PSTAttachment tests should have email with excel attachment" name="PSTAttachment tests should have email with excel attachment" time="0.059">
|
|
65
65
|
</testcase>
|
|
66
|
-
<testcase classname="PSTAttachment tests should have email with jpg attachment" name="PSTAttachment tests should have email with jpg attachment" time="0.
|
|
66
|
+
<testcase classname="PSTAttachment tests should have email with jpg attachment" name="PSTAttachment tests should have email with jpg attachment" time="0.063">
|
|
67
67
|
</testcase>
|
|
68
68
|
</testsuite>
|
|
69
69
|
</testsuites>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pst-extractor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "Extract objects from MS Outlook/Exchange PST files",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,39 +18,40 @@
|
|
|
18
18
|
"author": "Ed Pfromer (epfromer@gmail.com)",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babel/core": "^7.
|
|
22
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
23
|
-
"@babel/preset-env": "^7.
|
|
24
|
-
"@babel/preset-typescript": "^7.
|
|
25
|
-
"@types/debug": "4.1.
|
|
26
|
-
"@types/jest": "^
|
|
27
|
-
"@types/long": "^
|
|
28
|
-
"@types/node": "^
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
30
|
-
"@typescript-eslint/parser": "^
|
|
21
|
+
"@babel/core": "^7.24.8",
|
|
22
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
23
|
+
"@babel/preset-env": "^7.24.8",
|
|
24
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
25
|
+
"@types/debug": "4.1.12",
|
|
26
|
+
"@types/jest": "^29.5.12",
|
|
27
|
+
"@types/long": "^5.0.0",
|
|
28
|
+
"@types/node": "^20.14.10",
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
30
|
+
"@typescript-eslint/parser": "^7.16.0",
|
|
31
31
|
"babel-eslint": "^10.1.0",
|
|
32
|
-
"babel-jest": "^
|
|
32
|
+
"babel-jest": "^29.7.0",
|
|
33
33
|
"cross-env": "^7.0.3",
|
|
34
|
-
"debug": "^4.3.
|
|
35
|
-
"eslint": "^7.
|
|
36
|
-
"eslint-config-prettier": "^
|
|
37
|
-
"eslint-config-standard": "^
|
|
38
|
-
"eslint-plugin-import": "^2.
|
|
34
|
+
"debug": "^4.3.5",
|
|
35
|
+
"eslint": "^9.7.0",
|
|
36
|
+
"eslint-config-prettier": "^9.1.0",
|
|
37
|
+
"eslint-config-standard": "^17.1.0",
|
|
38
|
+
"eslint-plugin-import": "^2.29.1",
|
|
39
39
|
"eslint-plugin-node": "^11.1.0",
|
|
40
|
-
"eslint-plugin-prettier": "^
|
|
41
|
-
"eslint-plugin-promise": "^
|
|
40
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
41
|
+
"eslint-plugin-promise": "^6.4.0",
|
|
42
42
|
"eslint-plugin-standard": "^5.0.0",
|
|
43
|
-
"jest": "^
|
|
44
|
-
"jest-junit": "^
|
|
43
|
+
"jest": "^29.7.0",
|
|
44
|
+
"jest-junit": "^16.0.0",
|
|
45
45
|
"npm-run-all": "^4.1.5",
|
|
46
|
-
"prettier": "^
|
|
47
|
-
"rimraf": "^
|
|
48
|
-
"source-map-support": "^0.5.
|
|
49
|
-
"ts-node": "^10.2
|
|
50
|
-
"typescript": "^
|
|
46
|
+
"prettier": "^3.3.3",
|
|
47
|
+
"rimraf": "^6.0.1",
|
|
48
|
+
"source-map-support": "^0.5.21",
|
|
49
|
+
"ts-node": "^10.9.2",
|
|
50
|
+
"typescript": "^5.5.3"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"
|
|
53
|
+
"iconv-lite": "^0.6.3",
|
|
54
|
+
"long": "^5.2.3",
|
|
54
55
|
"uuid-parse": "^1.1.0"
|
|
55
56
|
},
|
|
56
57
|
"eslintConfig": {
|
package/readme.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# pst-extractor
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/pst-extractor) 
|
|
3
|
+
[](https://www.npmjs.com/package/pst-extractor)      [](https://codecov.io/gh/epfromer/pst-extractor)
|
|
4
4
|
|
|
5
5
|
Extract objects from MS Outlook/Exchange PST files
|
|
6
6
|
|
|
7
|
-
[](https://www.npmjs.com/package/pst-extractor)
|
|
8
|
-
|
|
9
7
|
## Features
|
|
10
8
|
|
|
11
9
|
Extract objects from MS Outlook/Exchange PST files.
|