# urltools

> URL tooling for assetgraph

Latest version **0.4.2** (published 2021-07-05) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install urltools
pnpm add urltools
yarn add urltools
bun add urltools
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.2 |
| Published | 2021-07-05 |
| First published | 2014-01-28 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 3 |
| Unpacked size | 25.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Maintainers | papandreou, munter |

## Links

- npm: https://www.npmjs.com/package/urltools
- Repository: https://github.com/assetgraph/urltools
- Homepage: https://github.com/assetgraph/urltools#readme
- Issues: https://github.com/assetgraph/urltools/issues
- npm.io page: https://npm.io/package/urltools

## Dependencies (3)

- [glob](https://npm.io/package/glob.md) ^7.0.3
- [urijs](https://npm.io/package/urijs.md) ^1.18.2
- [underscore](https://npm.io/package/underscore.md) ^1.8.3

## Recent versions

- 0.4.2 (latest) — 2021-07-05
- 0.4.1 — 2018-01-23
- 0.4.0 — 2018-01-06
- 0.3.5 — 2017-08-02
- 0.3.4 — 2017-08-02
- 0.3.3 — 2017-08-02
- 0.3.2 — 2017-07-16
- 0.3.1 — 2016-11-21
- 0.3.0 — 2016-10-22
- 0.2.1 — 2016-04-11
- 0.2.0 — 2014-09-23
- 0.1.1 — 2014-07-26
- 0.1.0 — 2014-01-28

## README

#urltools

[![NPM version](https://badge.fury.io/js/urltools.svg)](http://badge.fury.io/js/urltools)
[![Build Status](https://travis-ci.org/assetgraph/urltools.svg?branch=master)](https://travis-ci.org/assetgraph/urltools)
[![Coverage Status](https://coveralls.io/repos/assetgraph/urltools/badge.svg?branch=master)](https://coveralls.io/r/assetgraph/urltools?branch=master)
[![Dependency Status](https://david-dm.org/assetgraph/urltools.svg)](https://david-dm.org/assetgraph/urltools)

Tools for manipulating urls

## Code Style
To keep a consistent coding style in the project, we're going with [Felix's Node.js Style Guide](https://github.com/felixge/node-style-guide) for JS and [Polar Mobile's guide](https://github.com/polarmobile/coffeescript-style-guide) for CoffeeScript. Both of these are pretty standard guides. For documenting in the code, we're using [JSDoc](http://usejsdoc.org/).

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