# component-props

> Parse immediate identifiers from a js expression

Latest version **1.1.1** (published 2014-02-11) · 0 weekly downloads

## Install

```sh
npm install component-props
pnpm add component-props
yarn add component-props
bun add component-props
```

## 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.1.1 |
| Published | 2014-02-11 |
| First published | 2014-02-11 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Maintainers | tootallnate |
| Keywords | template, engine, parse, parser |

## Links

- npm: https://www.npmjs.com/package/component-props
- Repository: https://github.com/component/props
- Issues: https://github.com/component/props/issues
- npm.io page: https://npm.io/package/component-props

## 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.1.1 (latest) — 2014-02-11

## README

# props

  Parse immediate identifiers from a js expression. Built for the [Reactive](https://github.com/component/reactive)
  template engine.

## Installation

    $ component install component/props

## Example

```
~ret.indexOf(arr[i])
=> ret arr i

name.first + name.last
=> name

file.mime.split("/")
=> file

file.type + " " + classes().join(" ")
=> file
```

## License

  MIT

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