xep-whois
Version:
A lightweight WHOIS client
60 lines (59 loc) • 1.48 kB
JSON
{
"name": "xep-whois",
"version": "1.2.0",
"author": {
"name": "Oshan Mendis",
"email": "oshanm@xeptagon.com"
},
"description": "A lightweight WHOIS client",
"main": "./dist/esm/index.js",
"module": "./dist/cjs/index.js",
"license": "BSD-3-Clause",
"keywords": [
"whois",
"domain",
"xep-whois",
"xeptagon",
"lookup",
"who",
"is",
"name",
"node",
"nodejs",
"js",
"javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/xeptagondev/xep-whois"
},
"homepage": "https://github.com/xeptagondev/xep-whois#readme",
"bugs": {
"url": "https://github.com/xeptagondev/xep-whois/issues"
},
"scripts": {
"devBuild": "yarn install && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublishOnly": "yarn install --production && yarn run build",
"test": "jest --coverage"
},
"files": [
"dist/"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"typescript": "^5.9.3"
},
"dependencies": {
"@types/node": "^24.10.1",
"socks": "^2.7.1",
"typedoc": "^0.28.14"
},
"types": "./dist/esm/index.d.ts",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}