blob: f19b2f5095068da4000c701a6de6b9d8c92f8728 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "url-to-options@^1.0.1",
3 "_id": "url-to-options@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=",
6 "_location": "/url-to-options",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "url-to-options@^1.0.1",
12 "name": "url-to-options",
13 "escapedName": "url-to-options",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/bin-wrapper/got",
20 "/caw",
21 "/got"
22 ],
23 "_resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz",
24 "_shasum": "1505a03a289a48cbd7a434efbaeec5055f5633a9",
25 "_spec": "url-to-options@^1.0.1",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\caw",
27 "author": {
28 "name": "Steven Vachon",
29 "email": "contact@svachon.com",
30 "url": "https://www.svachon.com/"
31 },
32 "bugs": {
33 "url": "https://github.com/stevenvachon/url-to-options/issues"
34 },
35 "bundleDependencies": false,
36 "deprecated": false,
37 "description": "Convert a WHATWG URL to an http(s).request options object.",
38 "devDependencies": {
39 "universal-url": "^1.0.0-alpha"
40 },
41 "engines": {
42 "node": ">= 4"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/stevenvachon/url-to-options#readme",
48 "keywords": [
49 "http",
50 "https",
51 "url",
52 "whatwg"
53 ],
54 "license": "MIT",
55 "name": "url-to-options",
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/stevenvachon/url-to-options.git"
59 },
60 "scripts": {
61 "test": "node test.js"
62 },
63 "version": "1.0.1"
64}