{"_id":"@types/url-parse-lax","_rev":"3016734","name":"@types/url-parse-lax","description":"TypeScript definitions for url-parse-lax","dist-tags":{"latest":"5.0.0","ts3.7":"5.0.0","ts3.8":"5.0.0","ts3.9":"5.0.0","ts4.0":"5.0.0","ts4.1":"5.0.0","ts4.2":"5.0.0","ts4.3":"5.0.0","ts4.4":"5.0.0","ts4.5":"5.0.0","ts4.6":"5.0.0","ts4.7":"5.0.0","ts4.8":"5.0.0","ts4.9":"5.0.0","ts5.0":"5.0.0","ts5.1":"5.0.0","ts5.2":"5.0.0","ts5.3":"5.0.0"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2023-10-17T06:04:39.000Z","created":"2021-10-01T23:02:29.267Z","5.0.0":"2021-10-01T23:02:29.267Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/url-parse-lax"},"versions":{"5.0.0":{"name":"@types/url-parse-lax","version":"5.0.0","description":"TypeScript definitions for url-parse-lax","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-parse-lax","license":"MIT","contributors":[{"name":"Junxiao Shi","url":"https://github.com/yoursunny","githubUsername":"yoursunny"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/url-parse-lax"},"scripts":{},"dependencies":{"@types/node":"*"},"typesPublisherContentHash":"85922dc2d455bcc1dab8fc47477c7bbb1c5121501527fd7679ca7d48300120ad","typeScriptVersion":"3.7","_id":"@types/url-parse-lax@5.0.0","dist":{"shasum":"fe21f41b0bdfe2e94d02368f913579aa6ed90c0e","size":1656,"noattachment":false,"key":"/@types/url-parse-lax/-/@types/url-parse-lax-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/url-parse-lax/download/@types/url-parse-lax-5.0.0.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/url-parse-lax_5.0.0_1633129349099_0.8599645589871463"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:30:55.744Z","publish_time":1633129349267,"_cnpm_publish_time":1633129349267}},"readme":"# Installation\r\n> `npm install --save @types/url-parse-lax`\r\n\r\n# Summary\r\nThis package contains type definitions for url-parse-lax (https://github.com/sindresorhus/url-parse-lax).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-parse-lax.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-parse-lax/index.d.ts)\r\n````ts\r\n// Type definitions for url-parse-lax 5.0\n// Project: https://github.com/sindresorhus/url-parse-lax\n// Definitions by: Junxiao Shi <https://github.com/yoursunny>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\n/// <reference types=\"node\" />\n\nimport { UrlObject } from \"url\";\n\nexport interface Options {\n    readonly https?: boolean;\n}\n\nexport default function urlParseLax(url: string, options?: Options): UrlObject;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Fri, 01 Oct 2021 23:01:37 GMT\r\n * Dependencies: [@types/node](https://npmjs.com/package/@types/node)\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Junxiao Shi](https://github.com/yoursunny).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/url-parse-lax","license":"MIT"}