node-fqdn
Version:
Node module to get FQDN from local machine. Multiplatform.
27 lines (26 loc) • 635 B
JSON
{
"name": "node-fqdn",
"version": "1.1.1",
"description": "Node module to get FQDN from local machine. Multiplatform.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsrdesarrollo/node-fqdn.git"
},
"keywords": [
"fqdn",
"multiplatform"
],
"author": "rsrdesarrollo",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rsrdesarrollo/node-fqdn/issues"
},
"homepage": "https://github.com/rsrdesarrollo/node-fqdn#readme",
"dependencies": {
"deasync": "^0.1.7"
}
}