# url-transform

> A module to transform URLs

Latest version **1.0.0** (published 2017-11-06) · Apache 2.0 license · 0 weekly downloads

## Install

```sh
npm install url-transform
pnpm add url-transform
yarn add url-transform
bun add url-transform
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-11-06 |
| First published | 2017-11-06 |
| Weekly downloads | 0 |
| License | Apache 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+8 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Jeff Nelson |
| Maintainers | jtnelson |
| Keywords | URL, parser, uri, url, parse, query, string, querystring, stringify |

## Links

- npm: https://www.npmjs.com/package/url-transform
- Repository: https://github.com/cinchapi/url-transform
- Homepage: https://github.com/cinchapi/url-transform#readme
- Issues: https://github.com/cinchapi/url-transform/issues
- npm.io page: https://npm.io/package/url-transform

## Dependencies (1)

- [url-parse](https://npm.io/package/url-parse.md) ~1.2.0

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2017-11-06

## README

# url-transform
A node module to transform URLs.

## Installation
This module is based on [url-parse](https://github.com/unshiftio/url-parse) and is therefore designed to be used with either browserify or Node.js.
```bash
npm install @cinchapi/url-transform
```
You can also declare the dependency in the `package.json` file
```node
"dependencies": {
  "@cinchapi/url-transform": "^1.0.1"
}
```

## Usage
All examples assume the module is bootstrapped using:
```javascript
'use strict'

var transform = require('url-transform');
```

---
_Source: https://npm.io/package/url-transform · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
