Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
f3e9f49af2 | |||
4b6dc9f5c3 | |||
b84c8053ff | |||
544f309dc9 | |||
f6e6697244 | |||
ce6622f858 | |||
105b1ca637 | |||
546c7806bc | |||
d446575e60 | |||
31922529ae | |||
fced2e845e | |||
c7169e37a6 | |||
04a62f6176 | |||
ea9b67a328 | |||
dbb62a819a |
@ -12,20 +12,12 @@ stages:
|
|||||||
- release
|
- release
|
||||||
- metadata
|
- metadata
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- npm install -g @shipzone/npmci
|
||||||
|
|
||||||
# ====================
|
# ====================
|
||||||
# security stage
|
# security stage
|
||||||
# ====================
|
# ====================
|
||||||
mirror:
|
|
||||||
stage: security
|
|
||||||
script:
|
|
||||||
- npmci git mirror
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- lossless
|
|
||||||
- docker
|
|
||||||
- notpriv
|
|
||||||
|
|
||||||
auditProductionDependencies:
|
auditProductionDependencies:
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||||
stage: security
|
stage: security
|
||||||
@ -36,6 +28,7 @@ auditProductionDependencies:
|
|||||||
- npmci command npm audit --audit-level=high --only=prod --production
|
- npmci command npm audit --audit-level=high --only=prod --production
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
auditDevDependencies:
|
auditDevDependencies:
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||||
@ -96,10 +89,9 @@ codequality:
|
|||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- npmci command npm install -g tslint typescript
|
- npmci command npm install -g typescript
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci command "tslint -c tslint.json ./ts/**/*.ts"
|
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- docker
|
- docker
|
||||||
@ -119,11 +111,10 @@ trigger:
|
|||||||
pages:
|
pages:
|
||||||
stage: metadata
|
stage: metadata
|
||||||
script:
|
script:
|
||||||
- npmci node install lts
|
- npmci node install stable
|
||||||
- npmci command npm install -g @gitzone/tsdoc
|
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci command tsdoc
|
- npmci command npm run buildDocs
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- docker
|
- docker
|
||||||
|
24
.vscode/launch.json
vendored
24
.vscode/launch.json
vendored
@ -2,28 +2,10 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "current file",
|
"command": "npm test",
|
||||||
"type": "node",
|
"name": "Run npm test",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"args": [
|
"type": "node-terminal"
|
||||||
"${relativeFile}"
|
|
||||||
],
|
|
||||||
"runtimeArgs": ["-r", "@gitzone/tsrun"],
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"protocol": "inspector",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "test.ts",
|
|
||||||
"type": "node",
|
|
||||||
"request": "launch",
|
|
||||||
"args": [
|
|
||||||
"test/test.ts"
|
|
||||||
],
|
|
||||||
"runtimeArgs": ["-r", "@gitzone/tsrun"],
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"protocol": "inspector",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"githost": "gitlab.com",
|
"githost": "gitlab.com",
|
||||||
"gitscope": "pushrocks",
|
"gitscope": "pushrocks",
|
||||||
"gitrepo": "smarturl",
|
"gitrepo": "smarturl",
|
||||||
"shortDescription": "a url parsing lib",
|
"description": "a url parsing lib",
|
||||||
"npmPackagename": "@pushrocks/smarturl",
|
"npmPackagename": "@pushrocks/smarturl",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"projectDomain": "push.rocks"
|
"projectDomain": "push.rocks"
|
||||||
|
20493
package-lock.json
generated
20493
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
17
package.json
17
package.json
@ -1,25 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smarturl",
|
"name": "@pushrocks/smarturl",
|
||||||
"version": "1.0.3",
|
"version": "2.0.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a url parsing lib",
|
"description": "a url parsing lib",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
"type": "module",
|
||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)"
|
"build": "(tsbuild --web)",
|
||||||
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.25",
|
"@gitzone/tsbuild": "^2.1.63",
|
||||||
"@gitzone/tstest": "^1.0.52",
|
"@gitzone/tstest": "^1.0.72",
|
||||||
"@pushrocks/tapbundle": "^3.2.14",
|
"@pushrocks/tapbundle": "^5.0.4",
|
||||||
"@types/node": "^14.14.37",
|
"@types/node": "^18.6.1"
|
||||||
"tslint": "^6.1.3",
|
|
||||||
"tslint-config-prettier": "^1.15.0"
|
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
"ts_web/**/*",
|
"ts_web/**/*",
|
||||||
|
18
test/test.ts
18
test/test.ts
@ -1,11 +1,25 @@
|
|||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@pushrocks/tapbundle';
|
||||||
import * as smarturl from '../ts/index';
|
import * as smarturl from '../ts/index.js';
|
||||||
|
|
||||||
let testSmarturl: smarturl.Smarturl;
|
let testSmarturl: smarturl.Smarturl;
|
||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
testSmarturl = new smarturl.Smarturl();
|
testSmarturl = new smarturl.Smarturl();
|
||||||
expect(testSmarturl).to.be.instanceOf(smarturl.Smarturl);
|
expect(testSmarturl).toBeInstanceOf(smarturl.Smarturl);
|
||||||
|
});
|
||||||
|
|
||||||
|
tap.test('should parse an URL', async () => {
|
||||||
|
const testUrl = 'https://lossless.com:3000/?some=cool&more=yes';
|
||||||
|
// const urlMod = await import('url');
|
||||||
|
// const altParsed = urlMod.parse(testUrl);
|
||||||
|
// console.log(altParsed);
|
||||||
|
const parsedUrl = smarturl.Smarturl.createFromUrl(testUrl, {
|
||||||
|
searchParams: {
|
||||||
|
more: 'overwritten',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
console.log(parsedUrl);
|
||||||
|
console.log(parsedUrl.toString());
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* autocreated commitinfo by @pushrocks/commitinfo
|
||||||
|
*/
|
||||||
|
export const commitinfo = {
|
||||||
|
name: '@pushrocks/smarturl',
|
||||||
|
version: '2.0.2',
|
||||||
|
description: 'a url parsing lib'
|
||||||
|
}
|
@ -1 +1 @@
|
|||||||
export * from './smarturl.classes.smarturl';
|
export * from './smarturl.classes.smarturl.js';
|
||||||
|
@ -1,7 +1,112 @@
|
|||||||
import * as plugins from './smarturl.plugins';
|
import * as plugins from './smarturl.plugins.js';
|
||||||
|
|
||||||
export class Smarturl {
|
export interface IUrlObject {
|
||||||
public parseUrl(urlArg: string) {
|
href: string;
|
||||||
return plugins.url.parse(urlArg);
|
origin: string;
|
||||||
|
protocol: string;
|
||||||
|
username: string;
|
||||||
|
password: string;
|
||||||
|
host: string;
|
||||||
|
hostname: string;
|
||||||
|
port: string;
|
||||||
|
path: string;
|
||||||
|
pathname: string;
|
||||||
|
search: string;
|
||||||
|
searchParams: ISearchParams;
|
||||||
|
hash: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ISearchParams {
|
||||||
|
[key: string]: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export class Smarturl implements IUrlObject {
|
||||||
|
public static createFromUrl(
|
||||||
|
urlArg: string,
|
||||||
|
optionsArg?: {
|
||||||
|
searchParams?: ISearchParams;
|
||||||
|
}
|
||||||
|
): Smarturl {
|
||||||
|
const parsedUrlInstance = new plugins.url.URL(urlArg);
|
||||||
|
const searchParams: ISearchParams = {};
|
||||||
|
|
||||||
|
// enrichment
|
||||||
|
const searchParamKeys = parsedUrlInstance.searchParams.keys();
|
||||||
|
for (const key of searchParamKeys) {
|
||||||
|
searchParams[key] = parsedUrlInstance.searchParams.get(key);
|
||||||
|
}
|
||||||
|
if (optionsArg?.searchParams) {
|
||||||
|
for (const key of Object.keys(optionsArg.searchParams)) {
|
||||||
|
searchParams[key] = optionsArg.searchParams[key];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
let path = parsedUrlInstance.pathname;
|
||||||
|
if (Object.keys(searchParams).length > 0) {
|
||||||
|
path += '?';
|
||||||
|
let first = true;
|
||||||
|
for (const key of Object.keys(searchParams)) {
|
||||||
|
if (first) {
|
||||||
|
first = false;
|
||||||
|
} else {
|
||||||
|
path += '&';
|
||||||
|
}
|
||||||
|
path += `${key}=${searchParams[key]}`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const parsedUrl: IUrlObject = {
|
||||||
|
href: parsedUrlInstance.href,
|
||||||
|
origin: parsedUrlInstance.origin,
|
||||||
|
protocol: parsedUrlInstance.protocol,
|
||||||
|
username: parsedUrlInstance.username,
|
||||||
|
password: parsedUrlInstance.password,
|
||||||
|
host: parsedUrlInstance.host,
|
||||||
|
hostname: parsedUrlInstance.hostname,
|
||||||
|
port: parsedUrlInstance.port,
|
||||||
|
path,
|
||||||
|
pathname: parsedUrlInstance.pathname,
|
||||||
|
search: parsedUrlInstance.search,
|
||||||
|
searchParams,
|
||||||
|
hash: parsedUrlInstance.hash,
|
||||||
|
};
|
||||||
|
|
||||||
|
if (!parsedUrl.port && parsedUrl.protocol === 'https:') {
|
||||||
|
// console.log(`inferring port 443 for "https:"`);
|
||||||
|
parsedUrl.port = '443';
|
||||||
|
}
|
||||||
|
if (!parsedUrl.port && parsedUrl.protocol === 'http:') {
|
||||||
|
// console.log(`inferring port 80 for "http:"`);
|
||||||
|
parsedUrl.port = '80';
|
||||||
|
}
|
||||||
|
const returnSmarturl = new Smarturl();
|
||||||
|
Object.assign(returnSmarturl, parsedUrl);
|
||||||
|
return returnSmarturl;
|
||||||
|
}
|
||||||
|
public static createFromParsedUrl(parsedUrlArg: IUrlObject) {
|
||||||
|
const returnSmarturl = new Smarturl();
|
||||||
|
Object.assign(returnSmarturl, parsedUrlArg);
|
||||||
|
return returnSmarturl;
|
||||||
|
}
|
||||||
|
|
||||||
|
// INSTANCE
|
||||||
|
href: string;
|
||||||
|
origin: string;
|
||||||
|
protocol: string;
|
||||||
|
username: string;
|
||||||
|
password: string;
|
||||||
|
host: string;
|
||||||
|
hostname: string;
|
||||||
|
port: string;
|
||||||
|
path: string;
|
||||||
|
pathname: string;
|
||||||
|
search: string;
|
||||||
|
searchParams: ISearchParams;
|
||||||
|
hash: string;
|
||||||
|
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
|
toString() {
|
||||||
|
return `${this.protocol}//${this.hostname}:${this.port}${this.path}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"experimentalDecorators": true,
|
||||||
|
"useDefineForClassFields": false,
|
||||||
|
"target": "ES2022",
|
||||||
|
"module": "ES2022",
|
||||||
|
"moduleResolution": "nodenext",
|
||||||
|
"esModuleInterop": true
|
||||||
|
}
|
||||||
|
}
|
17
tslint.json
17
tslint.json
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": ["tslint:latest", "tslint-config-prettier"],
|
|
||||||
"rules": {
|
|
||||||
"semicolon": [true, "always"],
|
|
||||||
"no-console": false,
|
|
||||||
"ordered-imports": false,
|
|
||||||
"object-literal-sort-keys": false,
|
|
||||||
"member-ordering": {
|
|
||||||
"options":{
|
|
||||||
"order": [
|
|
||||||
"static-method"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"defaultSeverity": "warning"
|
|
||||||
}
|
|
Reference in New Issue
Block a user