UNPKG

fqdn-multi

Version:

Get fqdn of machine. Multiplatform (Win & UX).

28 lines (27 loc) 599 B
{ "name": "fqdn-multi", "version": "1.0.0", "description": "Get fqdn of machine. Multiplatform (Win & UX).", "main": "lib/fqdn.js", "type": "module", "scripts": { "test": "mocha --ui tdd test" }, "repository": { "type": "git", "url": "https://github.com/stheine/fqdn-multi" }, "keywords": [ "fqdn" ], "author": "Stefan Heine <stefan@heine7.de>", "license": "MIT", "homepage": "https://github.com/stheine/fqdn-multi", "dependencies": { "execa": "9.5.2" }, "devDependencies": { "@stheine/helpers": "1.2.0", "check-types-2": "11.8.1" } }