
| Current Path : /lib/nodejs/url-to-options/ |
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 : //lib/nodejs/url-to-options/package.json |
{
"name": "url-to-options",
"description": "Convert a WHATWG URL to an http(s).request options object.",
"version": "1.0.1",
"license": "MIT",
"author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
"repository": "stevenvachon/url-to-options",
"devDependencies": {
"universal-url": "^1.0.0-alpha"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "node test.js"
},
"files": ["index.js"],
"keywords": [
"http",
"https",
"url",
"whatwg"
]
}