123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "address",
- "version": "1.2.0",
- "description": "Get current machine IP, MAC and DNS servers.",
- "main": "lib/address.js",
- "types": "lib/address.d.ts",
- "files": [
- "lib"
- ],
- "scripts": {
- "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
- "test-cov": "istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
- "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
- "benchmark": "matcha",
- "autod": "autod -w --prefix '^'",
- "contributors": "git-contributor"
- },
- "dependencies": {},
- "devDependencies": {
- "@types/node": "^12.7.2",
- "beautify-benchmark": "*",
- "benchmark": "*",
- "git-contributor": "^1.1.0",
- "istanbul": "*",
- "matcha": "*",
- "mm": "*",
- "mocha": "*",
- "pedding": "*",
- "runscript": "^1.4.0",
- "should": "*",
- "typescript": "^3.5.3"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/address.git"
- },
- "keywords": [
- "address",
- "ip",
- "ipv4",
- "mac"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "author": "fengmk2 <fengmk2@gmail.com>",
- "license": "MIT"
- }
|