Sha256: b4c2c9e05313e5fed40f9500b0206cd05ae4d465543d858cd6d50e5e18f6b0d4

Contents?: true

Size: 537 Bytes

Versions: 52

Compression:

Stored size: 537 Bytes

Contents

import { SCHEMES } from "./uri";
import http from "./schemes/http";
SCHEMES[http.scheme] = http;
import https from "./schemes/https";
SCHEMES[https.scheme] = https;
import ws from "./schemes/ws";
SCHEMES[ws.scheme] = ws;
import wss from "./schemes/wss";
SCHEMES[wss.scheme] = wss;
import mailto from "./schemes/mailto";
SCHEMES[mailto.scheme] = mailto;
import urn from "./schemes/urn";
SCHEMES[urn.scheme] = urn;
import uuid from "./schemes/urn-uuid";
SCHEMES[uuid.scheme] = uuid;
export * from "./uri";
//# sourceMappingURL=index.js.map

Version data entries

52 entries across 51 versions & 7 rubygems

Version Path
immosquare-cleaner-0.1.7 node_modules/uri-js/dist/esnext/index.js
immosquare-cleaner-0.1.6 node_modules/uri-js/dist/esnext/index.js
decidim-0.26.8 packages/eslint-config/node_modules/uri-js/dist/esnext/index.js
trusty-cms-5.0.7 node_modules/uri-js/dist/esnext/index.js
tang-0.2.1 spec/tang_app/node_modules/uri-js/dist/esnext/index.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/uri-js/dist/esnext/index.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/uri-js/dist/esnext/index.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/uri-js/dist/esnext/index.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/uri-js/dist/esnext/index.js
tang-0.2.0 spec/tang_app/node_modules/uri-js/dist/esnext/index.js
tang-0.1.0 spec/tang_app/node_modules/uri-js/dist/esnext/index.js
tang-0.0.9 spec/tang_app/node_modules/uri-js/dist/esnext/index.js