Files
smartwhois/package.json
T

61 lines
1.6 KiB
JSON
Raw Normal View History

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",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
2025-07-29 00:27:48 +00:00
"test": "(tstest test/ --verbose)",
2023-10-06 11:11:00 +02:00
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
2023-04-03 16:48:14 +02:00
},
"devDependencies": {
2023-10-06 11:10:13 +02:00
"@git.zone/tsbuild": "^2.1.65",
"@git.zone/tsbundle": "^2.0.7",
"@git.zone/tsrun": "^1.2.39",
2025-07-29 00:27:48 +00:00
"@git.zone/tstest": "^2.3.2",
"@types/node": "^22"
2023-04-03 16:48:14 +02:00
},
"dependencies": {
2025-07-29 00:27:48 +00:00
"@push.rocks/smartrequest": "^4.0.1",
2023-10-06 11:10:13 +02:00
"@push.rocks/smarturl": "^3.0.6",
2025-07-29 00:27:48 +00:00
"@tsclass/tsclass": "^9.2.0",
"tldts": "^7.0.10",
2023-04-03 16:48:14 +02:00
"whoiser": "^1.16.0"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"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"
}