2023-04-03 16:48:14 +02:00
|
|
|
{
|
2023-10-06 11:10:13 +02:00
|
|
|
"name": "@push.rocks/smartwhois",
|
2023-10-06 11:11:01 +02:00
|
|
|
"version": "1.0.16",
|
2023-04-03 16:48:14 +02:00
|
|
|
"private": false,
|
2024-04-14 18:34:24 +02:00
|
|
|
"description": "A package for executing WHOIS requests and processing domain and IP information.",
|
2023-04-03 16:48:14 +02:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
|
|
|
|
"type": "module",
|
2026-05-01 16:20:47 +00:00
|
|
|
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
2023-04-03 16:48:14 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2026-05-01 16:20:47 +00:00
|
|
|
"test": "tstest test/ --verbose",
|
|
|
|
|
"format": "gitzone format",
|
|
|
|
|
"build": "tsbuild --web",
|
2023-10-06 11:11:00 +02:00
|
|
|
"buildDocs": "tsdoc"
|
2023-04-03 16:48:14 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-01 16:20:47 +00:00
|
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
|
|
|
"@git.zone/tsbundle": "^2.10.1",
|
|
|
|
|
"@git.zone/tsrun": "^2.0.3",
|
|
|
|
|
"@git.zone/tstest": "^3.6.3",
|
|
|
|
|
"@types/node": "^25.6.0",
|
|
|
|
|
"why-is-node-running": "^3.2.2"
|
2023-04-03 16:48:14 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-01 16:20:47 +00:00
|
|
|
"@push.rocks/smartrequest": "^5.0.1",
|
2023-10-06 11:10:13 +02:00
|
|
|
"@push.rocks/smarturl": "^3.0.6",
|
2026-05-01 16:20:47 +00:00
|
|
|
"@tsclass/tsclass": "^9.5.1",
|
|
|
|
|
"tldts": "^7.0.29",
|
|
|
|
|
"whoiser": "^1.18.0"
|
2023-04-03 16:48:14 +02:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"last 1 chrome versions"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"ts/**/*",
|
|
|
|
|
"ts_web/**/*",
|
|
|
|
|
"dist/**/*",
|
|
|
|
|
"dist_*/**/*",
|
|
|
|
|
"dist_ts/**/*",
|
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
|
"assets/**/*",
|
|
|
|
|
"cli.js",
|
2026-05-01 16:20:47 +00:00
|
|
|
".smartconfig.json",
|
|
|
|
|
"license",
|
2023-04-03 16:48:14 +02:00
|
|
|
"npmextra.json",
|
|
|
|
|
"readme.md"
|
2024-04-14 18:34:24 +02:00
|
|
|
],
|
|
|
|
|
"keywords": [
|
|
|
|
|
"WHOIS",
|
|
|
|
|
"domain information",
|
|
|
|
|
"IP lookup",
|
|
|
|
|
"TLD validation",
|
|
|
|
|
"DNSSEC status",
|
|
|
|
|
"HTTP status checker",
|
|
|
|
|
"TypeScript"
|
2024-05-29 14:17:14 +02:00
|
|
|
],
|
|
|
|
|
"homepage": "https://code.foss.global/push.rocks/smartwhois",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://code.foss.global/push.rocks/smartwhois.git"
|
2025-07-29 00:27:48 +00:00
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
|
|
|
|
|
}
|