UNPKG

tshttpurl

Version:

Http URL and IP address parser and normalizer

44 lines (43 loc) 1.12 kB
{ "name": "tshttpurl", "version": "0.0.4", "description": "Http URL and IP address parser and normalizer", "repository": { "type": "git", "url": "https://github.com/trevor-leach/tshttpurl.git" }, "keywords": ["http", "url", "ip", "ipv6", "ipv4", "ipv4-address", "ipv6-address", "parse", "parser", "normalizer"], "main": "dist/src/index.js", "types": "dist/types/src/index.d.ts", "files": [ "dist/src/**", "dist/types/src/**" ], "directories": { "test": "test" }, "scripts": { "clean": "rm -rf dist docs", "build": "tsc", "test": "mocha -r ts-node/register ./**/*.spec.ts", "docs": "typedoc --theme minimal --out docs src" }, "author": { "name": "Trevor Leach", "email": "r33fshark-github@yahoo.com", "url": "https://github.com/trevor-leach" }, "license": "ISC", "dependencies": {}, "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "jsdoc": "^3.6.4", "mocha": "^6.2.3", "ts-node": "^8.10.2", "typedoc": "^0.17.8", "typescript": "^3.9.6" } }