# shell-quote-word

> unquote a single shell arguments

Latest version **1.0.1** (published 2016-09-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install shell-quote-word
pnpm add shell-quote-word
yarn add shell-quote-word
bun add shell-quote-word
```

## 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.1 |
| Published | 2016-09-13 |
| First published | 2016-09-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Andrea Parodi |
| Maintainers | parroit |
| Keywords | shell, command, unquote, word |

## Links

- npm: https://www.npmjs.com/package/shell-quote-word
- Repository: https://github.com/parro-it/shell-quote-word
- Homepage: https://github.com/parro-it/shell-quote-word#readme
- Issues: https://github.com/parro-it/shell-quote-word/issues
- npm.io page: https://npm.io/package/shell-quote-word

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-09-13
- 1.0.0 — 2016-09-13

## README

# shell-quote

> Parse and quote shell commands.

> A stripped down version of [shell-quote](https://github.com/substack/node-shell-quote) that parse a single WORD ignoring any glob, operator or parameter substitution found.

[![build status](https://secure.travis-ci.org/parro-it/shell-quote-word.png)](http://travis-ci.org/parro-it/shell-quote-word)

# install

With [npm](http://npmjs.org) do:

```bash
npm install shell-quote-word
```

# license

MIT

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