-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.18 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "dmarc-report-reader",
"version": "1.0.0",
"description": "Chrome/Edge extension for DMARC aggregate report analysis",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "node tests/test-logic.js",
"test:integration": "node tests/test-integration.js",
"test:all": "npm test && npm run test:integration",
"validate-libs": "node scripts/validate-libs.js"
},
"vendorDependencies": {
"jszip": {
"version": "3.10.1",
"file": "lib/jszip.min.js",
"sha384": "fa66d5d88635664fd7d69fe75a5946c9225250df2e32cfa0500375d0eafde54047d1fa63e867ca80f9a00b911789e5c6",
"source": "https://github.com/Stuk/jszip/releases/tag/v3.10.1",
"license": "MIT OR GPL-3.0-or-later"
},
"pako": {
"version": "2.1.0",
"file": "lib/pako.min.js",
"sha384": "acd95a1397ecf5d1888e6c560c02d087f44101a191613e4286bcc7a3ab517e0ad9dfa8911408aab8fe60e3526cbfed23",
"source": "https://github.com/nodeca/pako/releases/tag/2.1.0",
"license": "MIT AND Zlib"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimon1230/dmarc_report_reader.git"
},
"author": "",
"license": "MIT"
}