mac-oui-lookup
Version:
A module that allows you to retrieve the vendor name of a MAC address.
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "mac-oui-lookup",
"version": "1.1.4",
"description": "A module that allows you to retrieve the vendor name of a MAC address.",
"main": "dist/bundle.js",
"types": "dist/types/index.d.ts",
"scripts": {
"test": "jest",
"update-db": "node src/utils.js",
"build": "webpack",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parthiganesh/mac-oui-lookup.git"
},
"keywords": [
"mac",
"address",
"OUI",
"vendor",
"lookup",
"IEEE"
],
"author": "Parthiban parthinow@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/parthiganesh/mac-oui-lookup/issues"
},
"homepage": "https://github.com/parthiganesh/mac-oui-lookup#readme",
"devDependencies": {
"@types/jest": "^29.5.0",
"csv-parser": "^3.0.0",
"request": "^2.88.2",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
}
}