pst-extractor 1.10.0 → 1.12.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/PSTDescriptorItem.class.d.ts +1 -1
- package/dist/PSTDescriptorItem.class.js +15 -5
- package/dist/PSTFile.class.d.ts +2 -0
- package/dist/PSTFile.class.js +52 -15
- package/dist/PSTNodeInputStream.class.js +17 -7
- package/dist/PSTTable7C.class.js +7 -4
- package/dist/PSTUtil.class.js +1 -3
- package/example/package.json +5 -5
- package/example/pnpm-lock.yaml +895 -0
- package/junit.xml +38 -38
- package/package.json +87 -95
- package/pnpm-workspace.yaml +2 -0
- package/readme.md +2 -0
- package/example/yarn.lock +0 -198
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="
|
|
2
|
+
<testsuites name="jest tests" tests="22" failures="0" errors="0" time="1.731">
|
|
3
|
+
<testsuite name="PSTTask tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:50" time="0.494" tests="2">
|
|
4
|
+
<testcase classname="PSTTask tests should have a Tasks folder" name="PSTTask tests should have a Tasks folder" time="0.001">
|
|
5
5
|
</testcase>
|
|
6
|
-
|
|
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">
|
|
9
|
-
</testcase>
|
|
10
|
-
<testcase classname="PSTFolder tests root folder should have sub folders" name="PSTFolder tests root folder should have sub folders" time="0.029">
|
|
6
|
+
<testcase classname="PSTTask tests should have two tasks" name="PSTTask tests should have two tasks" time="0.007">
|
|
11
7
|
</testcase>
|
|
12
8
|
</testsuite>
|
|
13
|
-
<testsuite name="
|
|
14
|
-
<testcase classname="
|
|
9
|
+
<testsuite name="PSTAttachment tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:51" time="0.326" tests="5">
|
|
10
|
+
<testcase classname="PSTAttachment tests should have a contact with an attachment" name="PSTAttachment tests should have a contact with an attachment" time="0.058">
|
|
15
11
|
</testcase>
|
|
16
|
-
|
|
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">
|
|
12
|
+
<testcase classname="PSTAttachment tests should have a task with an attachment" name="PSTAttachment tests should have a task with an attachment" time="0.047">
|
|
19
13
|
</testcase>
|
|
20
|
-
|
|
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">
|
|
14
|
+
<testcase classname="PSTAttachment tests should have email with word attachment" name="PSTAttachment tests should have email with word attachment" time="0.055">
|
|
23
15
|
</testcase>
|
|
24
|
-
<testcase classname="
|
|
16
|
+
<testcase classname="PSTAttachment tests should have email with excel attachment" name="PSTAttachment tests should have email with excel attachment" time="0.055">
|
|
17
|
+
</testcase>
|
|
18
|
+
<testcase classname="PSTAttachment tests should have email with jpg attachment" name="PSTAttachment tests should have email with jpg attachment" time="0.055">
|
|
25
19
|
</testcase>
|
|
26
20
|
</testsuite>
|
|
27
|
-
<testsuite name="
|
|
28
|
-
<testcase classname="
|
|
21
|
+
<testsuite name="PSTContact tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:51" time="0.112" tests="2">
|
|
22
|
+
<testcase classname="PSTContact tests should have a Contact folder" name="PSTContact tests should have a Contact folder" time="0.001">
|
|
29
23
|
</testcase>
|
|
30
|
-
<testcase classname="
|
|
24
|
+
<testcase classname="PSTContact tests should have a contact with several fields" name="PSTContact tests should have a contact with several fields" time="0.014">
|
|
31
25
|
</testcase>
|
|
32
26
|
</testsuite>
|
|
33
|
-
<testsuite name="
|
|
34
|
-
<testcase classname="
|
|
27
|
+
<testsuite name="PSTAppointment tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:51" time="0.102" tests="2">
|
|
28
|
+
<testcase classname="PSTAppointment tests should have a Calendar folder" name="PSTAppointment tests should have a Calendar folder" time="0">
|
|
35
29
|
</testcase>
|
|
36
|
-
<testcase classname="
|
|
30
|
+
<testcase classname="PSTAppointment tests should have two calendar items" name="PSTAppointment tests should have two calendar items" time="0.008">
|
|
37
31
|
</testcase>
|
|
38
32
|
</testsuite>
|
|
39
|
-
<testsuite name="
|
|
40
|
-
<testcase classname="
|
|
33
|
+
<testsuite name="RecurrencePattern tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:51" time="0.095" tests="2">
|
|
34
|
+
<testcase classname="RecurrencePattern tests should have a Calendar folder" name="RecurrencePattern tests should have a Calendar folder" time="0.001">
|
|
41
35
|
</testcase>
|
|
42
|
-
<testcase classname="
|
|
36
|
+
<testcase classname="RecurrencePattern tests should have repeating events" name="RecurrencePattern tests should have repeating events" time="0.011">
|
|
43
37
|
</testcase>
|
|
44
38
|
</testsuite>
|
|
45
|
-
<testsuite name="
|
|
46
|
-
<testcase classname="
|
|
39
|
+
<testsuite name="PSTActivity tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:52" time="0.098" tests="2">
|
|
40
|
+
<testcase classname="PSTActivity tests should have a Journal folder" name="PSTActivity tests should have a Journal folder" time="0.001">
|
|
47
41
|
</testcase>
|
|
48
|
-
<testcase classname="
|
|
42
|
+
<testcase classname="PSTActivity tests root folder should have a journal entry" name="PSTActivity tests root folder should have a journal entry" time="0.005">
|
|
49
43
|
</testcase>
|
|
50
44
|
</testsuite>
|
|
51
|
-
<testsuite name="
|
|
52
|
-
<testcase classname="
|
|
45
|
+
<testsuite name="PSTMessage tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:52" time="0.051" tests="2">
|
|
46
|
+
<testcase classname="PSTMessage tests should have email messages" name="PSTMessage tests should have email messages" time="0.008">
|
|
53
47
|
</testcase>
|
|
54
|
-
<testcase classname="
|
|
48
|
+
<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.005">
|
|
55
49
|
</testcase>
|
|
56
50
|
</testsuite>
|
|
57
|
-
<testsuite name="
|
|
58
|
-
<testcase classname="
|
|
51
|
+
<testsuite name="PSTRecipient tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:52" time="0.045" tests="1">
|
|
52
|
+
<testcase classname="PSTRecipient tests should have email messages" name="PSTRecipient tests should have email messages" time="0.018">
|
|
59
53
|
</testcase>
|
|
60
|
-
|
|
54
|
+
</testsuite>
|
|
55
|
+
<testsuite name="PSTObject tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:52" time="0.043" tests="1">
|
|
56
|
+
<testcase classname="PSTObject tests should have basic attributes" name="PSTObject tests should have basic attributes" time="0.015">
|
|
61
57
|
</testcase>
|
|
62
|
-
|
|
58
|
+
</testsuite>
|
|
59
|
+
<testsuite name="PSTFolder tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:52" time="0.04" tests="2">
|
|
60
|
+
<testcase classname="PSTFolder tests should have a root folder" name="PSTFolder tests should have a root folder" time="0.001">
|
|
63
61
|
</testcase>
|
|
64
|
-
<testcase classname="
|
|
62
|
+
<testcase classname="PSTFolder tests root folder should have sub folders" name="PSTFolder tests root folder should have sub folders" time="0.011">
|
|
65
63
|
</testcase>
|
|
66
|
-
|
|
64
|
+
</testsuite>
|
|
65
|
+
<testsuite name="PSTfile tests" errors="0" failures="0" skipped="0" timestamp="2026-01-07T12:28:52" time="0.03" tests="1">
|
|
66
|
+
<testcase classname="PSTfile tests should open the file" name="PSTfile tests should open the file" time="0.001">
|
|
67
67
|
</testcase>
|
|
68
68
|
</testsuite>
|
|
69
69
|
</testsuites>
|
package/package.json
CHANGED
|
@@ -1,95 +1,87 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "pst-extractor",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Extract objects from MS Outlook/Exchange PST files",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"engines": {
|
|
8
|
-
"node": ">=10"
|
|
9
|
-
},
|
|
10
|
-
"scripts": {
|
|
11
|
-
"prebuild": "rimraf dist",
|
|
12
|
-
"build": "tsc",
|
|
13
|
-
"test": "run-s test:unit test:build",
|
|
14
|
-
"test:build": "run-s build",
|
|
15
|
-
"test:unit": "cross-env CI=1 jest --coverage --reporters=default --reporters=jest-junit"
|
|
16
|
-
},
|
|
17
|
-
"repository": "epfromer/pst-extractor",
|
|
18
|
-
"author": "Ed Pfromer (epfromer@gmail.com)",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@babel/core": "^7.
|
|
22
|
-
"@babel/
|
|
23
|
-
"@babel/preset-
|
|
24
|
-
"@
|
|
25
|
-
"@types/
|
|
26
|
-
"@types/
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"eslint": "^
|
|
36
|
-
"eslint-
|
|
37
|
-
"eslint-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
},
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
},
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"
|
|
77
|
-
],
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
]
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"!<rootDir>/src/__tests__/**/*.*"
|
|
89
|
-
],
|
|
90
|
-
"coverageReporters": [
|
|
91
|
-
"text",
|
|
92
|
-
"cobertura"
|
|
93
|
-
]
|
|
94
|
-
}
|
|
95
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "pst-extractor",
|
|
3
|
+
"version": "1.12.0",
|
|
4
|
+
"description": "Extract objects from MS Outlook/Exchange PST files",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=10"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"prebuild": "rimraf dist",
|
|
12
|
+
"build": "tsc",
|
|
13
|
+
"test": "run-s test:unit test:build",
|
|
14
|
+
"test:build": "run-s build",
|
|
15
|
+
"test:unit": "cross-env CI=1 jest --coverage --reporters=default --reporters=jest-junit"
|
|
16
|
+
},
|
|
17
|
+
"repository": "epfromer/pst-extractor",
|
|
18
|
+
"author": "Ed Pfromer (epfromer@gmail.com)",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@babel/core": "^7.28.5",
|
|
22
|
+
"@babel/preset-env": "^7.28.5",
|
|
23
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
24
|
+
"@types/debug": "4.1.12",
|
|
25
|
+
"@types/jest": "^30.0.0",
|
|
26
|
+
"@types/node": "^22.19.3",
|
|
27
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
28
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
29
|
+
"babel-jest": "^30.2.0",
|
|
30
|
+
"cross-env": "^7.0.3",
|
|
31
|
+
"debug": "^4.4.3",
|
|
32
|
+
"eslint": "^9.39.2",
|
|
33
|
+
"eslint-config-prettier": "^10.1.8",
|
|
34
|
+
"eslint-plugin-import": "^2.32.0",
|
|
35
|
+
"eslint-plugin-node": "^11.1.0",
|
|
36
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
37
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
38
|
+
"jest": "^30.2.0",
|
|
39
|
+
"jest-junit": "^16.0.0",
|
|
40
|
+
"npm-run-all": "^4.1.5",
|
|
41
|
+
"prettier": "^3.7.4",
|
|
42
|
+
"rimraf": "^6.1.2",
|
|
43
|
+
"source-map-support": "^0.5.21",
|
|
44
|
+
"ts-node": "^10.9.2",
|
|
45
|
+
"typescript": "^5.9.3"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"iconv-lite": "^0.7.1",
|
|
49
|
+
"long": "^5.3.2",
|
|
50
|
+
"uuid-parse": "^1.1.0"
|
|
51
|
+
},
|
|
52
|
+
"eslintConfig": {
|
|
53
|
+
"extends": [
|
|
54
|
+
"plugin:@typescript-eslint/recommended",
|
|
55
|
+
"plugin:prettier/recommended"
|
|
56
|
+
],
|
|
57
|
+
"parserOptions": {
|
|
58
|
+
"ecmaVersion": 2018,
|
|
59
|
+
"sourceType": "module"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"prettier": {
|
|
63
|
+
"semi": false,
|
|
64
|
+
"singleQuote": true,
|
|
65
|
+
"trailingComma": "none",
|
|
66
|
+
"endOfLine": "auto"
|
|
67
|
+
},
|
|
68
|
+
"babel": {
|
|
69
|
+
"presets": [
|
|
70
|
+
"@babel/preset-env",
|
|
71
|
+
"@babel/preset-typescript"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"jest": {
|
|
75
|
+
"testMatch": [
|
|
76
|
+
"<rootDir>/src/__tests__/**/*.spec.ts"
|
|
77
|
+
],
|
|
78
|
+
"collectCoverageFrom": [
|
|
79
|
+
"<rootDir>/src/**/*.ts",
|
|
80
|
+
"!<rootDir>/src/__tests__/**/*.*"
|
|
81
|
+
],
|
|
82
|
+
"coverageReporters": [
|
|
83
|
+
"text",
|
|
84
|
+
"cobertura"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|
package/readme.md
CHANGED
|
@@ -12,6 +12,8 @@ This is based off code from https://github.com/rjohnsondev/java-libpst. Thanks t
|
|
|
12
12
|
|
|
13
13
|
A spec from Microsoft on the PST file format is at https://msdn.microsoft.com/en-us/library/ff385210(v=office.12).aspx.
|
|
14
14
|
|
|
15
|
+
Note that this tool does NOT work with corrupt PST files.
|
|
16
|
+
|
|
15
17
|
## Install
|
|
16
18
|
|
|
17
19
|
```npm install --save pst-extractor```
|
package/example/yarn.lock
DELETED
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
2
|
-
# yarn lockfile v1
|
|
3
|
-
|
|
4
|
-
|
|
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==
|
|
9
|
-
dependencies:
|
|
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==
|
|
34
|
-
|
|
35
|
-
"@tsconfig/node10@^1.0.7":
|
|
36
|
-
version "1.0.8"
|
|
37
|
-
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
|
|
38
|
-
integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
|
|
39
|
-
|
|
40
|
-
"@tsconfig/node12@^1.0.7":
|
|
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==
|
|
44
|
-
|
|
45
|
-
"@tsconfig/node14@^1.0.0":
|
|
46
|
-
version "1.0.1"
|
|
47
|
-
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
|
|
48
|
-
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
|
|
49
|
-
|
|
50
|
-
"@tsconfig/node16@^1.0.2":
|
|
51
|
-
version "1.0.2"
|
|
52
|
-
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
|
|
53
|
-
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
|
|
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
|
-
|
|
62
|
-
acorn-walk@^8.1.1:
|
|
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==
|
|
66
|
-
|
|
67
|
-
acorn@^8.4.1:
|
|
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==
|
|
71
|
-
|
|
72
|
-
arg@^4.1.0:
|
|
73
|
-
version "4.1.3"
|
|
74
|
-
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
|
|
75
|
-
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
|
|
76
|
-
|
|
77
|
-
create-require@^1.1.0:
|
|
78
|
-
version "1.1.1"
|
|
79
|
-
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
|
80
|
-
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
81
|
-
|
|
82
|
-
diff@^4.0.1:
|
|
83
|
-
version "4.0.2"
|
|
84
|
-
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
|
|
85
|
-
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
86
|
-
|
|
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==
|
|
91
|
-
|
|
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==
|
|
96
|
-
dependencies:
|
|
97
|
-
prettier-linter-helpers "^1.0.0"
|
|
98
|
-
synckit "^0.8.6"
|
|
99
|
-
|
|
100
|
-
fast-diff@^1.1.2:
|
|
101
|
-
version "1.2.0"
|
|
102
|
-
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
|
|
103
|
-
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
|
|
104
|
-
|
|
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==
|
|
116
|
-
|
|
117
|
-
make-error@^1.1.1:
|
|
118
|
-
version "1.3.6"
|
|
119
|
-
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
|
|
120
|
-
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
|
121
|
-
|
|
122
|
-
prettier-linter-helpers@^1.0.0:
|
|
123
|
-
version "1.0.0"
|
|
124
|
-
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
|
|
125
|
-
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
|
|
126
|
-
dependencies:
|
|
127
|
-
fast-diff "^1.1.2"
|
|
128
|
-
|
|
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==
|
|
133
|
-
|
|
134
|
-
"pst-extractor@link:..":
|
|
135
|
-
version "0.0.0"
|
|
136
|
-
uid ""
|
|
137
|
-
|
|
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==
|
|
155
|
-
dependencies:
|
|
156
|
-
"@cspotcode/source-map-support" "^0.8.0"
|
|
157
|
-
"@tsconfig/node10" "^1.0.7"
|
|
158
|
-
"@tsconfig/node12" "^1.0.7"
|
|
159
|
-
"@tsconfig/node14" "^1.0.0"
|
|
160
|
-
"@tsconfig/node16" "^1.0.2"
|
|
161
|
-
acorn "^8.4.1"
|
|
162
|
-
acorn-walk "^8.1.1"
|
|
163
|
-
arg "^4.1.0"
|
|
164
|
-
create-require "^1.1.0"
|
|
165
|
-
diff "^4.0.1"
|
|
166
|
-
make-error "^1.1.1"
|
|
167
|
-
v8-compile-cache-lib "^3.0.1"
|
|
168
|
-
yn "3.1.1"
|
|
169
|
-
|
|
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==
|
|
184
|
-
|
|
185
|
-
uuid-parse@^1.1.0:
|
|
186
|
-
version "1.1.0"
|
|
187
|
-
resolved "https://registry.yarnpkg.com/uuid-parse/-/uuid-parse-1.1.0.tgz#7061c5a1384ae0e1f943c538094597e1b5f3a65b"
|
|
188
|
-
integrity sha512-OdmXxA8rDsQ7YpNVbKSJkNzTw2I+S5WsbMDnCtIWSQaosNAcWtFuI/YK1TjzUI6nbkgiqEyh8gWngfcv8Asd9A==
|
|
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
|
-
|
|
195
|
-
yn@3.1.1:
|
|
196
|
-
version "3.1.1"
|
|
197
|
-
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
|
|
198
|
-
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
|