-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lzwme/get-physical-address", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "Try get the physical address(hardware MAC address) of the hosts network interfaces. Filter the virtual machine network card, VPN virtual network card, etc., and return the real MAC address information of the physical network card.", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
|
@@ -38,6 +38,7 @@ | |
"fix": "run-s fix:*", | ||
"fix:prettier": "prettier \"src/**/*.ts\" --write", | ||
"fix:lint": "eslint src --ext .ts --fix", | ||
"lint": "flh --eslint --tscheck --prettier", | ||
"test": "run-s test:*", | ||
"test:lint": "eslint src --ext .ts", | ||
"test:prettier": "prettier \"src/**/*.ts\" --list-different", | ||
|
@@ -72,29 +73,29 @@ | |
}, | ||
"devDependencies": { | ||
"@jest/core": "^29", | ||
"@lzwme/fed-lint-helper": "^2.3.4", | ||
"@swc/core": "^1.3.70", | ||
"@swc/jest": "^0.2.26", | ||
"@types/eslint": "^8.44.0", | ||
"@types/jest": "^29.5.3", | ||
"@lzwme/fed-lint-helper": "^2.5.1", | ||
"@swc/core": "^1.3.101", | ||
"@swc/jest": "^0.2.29", | ||
"@types/eslint": "^8.56.0", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"@typescript-eslint/eslint-plugin": "^6.15.0", | ||
"@typescript-eslint/parser": "^6.15.0", | ||
"console-log-colors": "^0.4.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-unicorn": "^48.0.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jest": "^27.6.0", | ||
"eslint-plugin-prettier": "^5.1.2", | ||
"eslint-plugin-unicorn": "^50.0.1", | ||
"husky": "^8.0.3", | ||
"iconv-lite": "^0.6.3", | ||
"jest": "^29", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.0.0", | ||
"prettier": "^3.1.1", | ||
"standard-version": "^9.5.0", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6" | ||
"ts-node": "^10.9.2", | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |