LookAtMySuitBot/js/node_modules/macaddress/package.json

28 lines
635 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"name": "macaddress",
"version": "0.5.3",
"description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/scravy/node-macaddress.git"
},
"keywords": [
"mac",
"mac-address",
"hardware-address",
"network",
"system"
],
"author": "Julian Fleischer",
"license": "MIT",
"bugs": {
"url": "https://github.com/scravy/node-macaddress/issues"
},
"homepage": "https://github.com/scravy/node-macaddress"
}