
| Current Path : /proc/self/root/usr/lib/nodejs/url-parse-lax/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/self/root/usr/lib/nodejs/url-parse-lax/package.json |
{
"name": "url-parse-lax",
"version": "1.0.0",
"description": "url.parse() with support for protocol-less URLs & IPs",
"license": "MIT",
"repository": "sindresorhus/url-parse-lax",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [
"url",
"uri",
"parse",
"parser",
"loose",
"lax",
"protocol",
"less",
"protocol-less",
"ip",
"ipv4",
"ipv6"
],
"dependencies": {
"prepend-http": "^1.0.1"
},
"devDependencies": {
"ava": "0.0.4"
}
}