Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/uri-js/dist/esnext/schemes/https.js')
-rw-r--r--node_modules/uri-js/dist/esnext/schemes/https.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/uri-js/dist/esnext/schemes/https.js b/node_modules/uri-js/dist/esnext/schemes/https.js
new file mode 100644
index 000000000..fc3c71a6c
--- /dev/null
+++ b/node_modules/uri-js/dist/esnext/schemes/https.js
@@ -0,0 +1,9 @@
+import http from "./http";
+const handler = {
+ scheme: "https",
+ domainHost: http.domainHost,
+ parse: http.parse,
+ serialize: http.serialize
+};
+export default handler;
+//# sourceMappingURL=https.js.map \ No newline at end of file