-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "oui-master-database",
"version": "2.0.0",
"description": "The most comprehensive MAC address manufacturer lookup database - 89759+ vendors with device type classification, country codes, and registration dates from IEEE, Nmap, Wireshark, and HDM Mac-Tracker",
"main": "merge-oui-databases.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ringmast4r/OUI-Master-Database.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Ringmast4r/OUI-Master-Database/issues"
},
"homepage": "https://github.com/Ringmast4r/OUI-Master-Database#readme",
"dependencies": {
"better-sqlite3": "^12.5.0"
}
}