nehonix-uri-processor
Version:
A powerful URI processor for encoding, decoding, and analyzing URI data securely.
112 lines (111 loc) • 2.81 kB
JSON
{
"name": "nehonix-uri-processor",
"version": "2.3.19",
"description": "A powerful URI processor for encoding, decoding, and analyzing URI data securely.",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://lab.nehonix.space",
"keywords": [
"uri",
"url",
"validation",
"decoding",
"encoding",
"security",
"typescript",
"webdev",
"pentesting",
"waf-bypass",
"cybersecurity",
"js",
"ts",
"uri-analysis",
"web-security",
"attack-detection",
"vulnerability-assessment",
"secure-coding",
"uri-parsing",
"machine-learning",
"threat-detection"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"test": "jest",
"patch": "npm version patch && npm publish",
"minor": "npm version minor && npm publish",
"major": "npm version major && npm publish",
"serve": "ts-node ./src/tests/express.test.js",
"train": "bun ./src/tests/train_model.ts"
},
"sideEffects": false,
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/density-clustering": "^1.3.3",
"@types/express": "^5.0.1",
"@types/node": "^22.14.1",
"@types/pg": "^8.11.14",
"@types/react": "^18.2.15",
"browserify-fs": "^1.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"rollup": "^4.40.0",
"rollup-plugin-dts": "^6.2.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/nehonix/nehonixUriProcessor.git"
},
"license": "MIT",
"engines": {
"node": ">=22.12.0"
},
"author": {
"name": "Nehonix",
"whatsapp": "https://s.nehonix.space/QBo0KpCl",
"url": "https://nehonix.space"
},
"dependencies": {
"axios": "^1.9.0",
"chalk": "^5.4.1",
"child_process": "^1.0.2",
"density-clustering": "^1.3.0",
"express": "^5.1.0",
"idna-uts46-hx": "^6.0.8",
"ip-range-check": "^0.2.0",
"limiter": "^3.0.0",
"ml": "^8.0.0",
"ml.js": "^0.0.1",
"pg": "^8.15.6",
"react": "^19.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"peerDependencies": {
"express": "^5.1.0",
"react": "^19.1.0"
}
}