# ordered-esprima-props

> Lexical ordering of property names per Esprima AST type

Latest version **1.1.0** (published 2015-01-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install ordered-esprima-props
pnpm add ordered-esprima-props
yarn add ordered-esprima-props
bun add ordered-esprima-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.0 |
| Published | 2015-01-29 |
| First published | 2014-05-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Olov Lassus |
| Maintainers | olov |
| Keywords | esprima, ast, traverse |

## Links

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

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2015-01-29
- 1.0.0 — 2014-05-12

## README

# ordered-esprima-props
A map from type (string) to an array of property names (strings)
in lexical order, i.e. an AST-traversal in this order will visit
nodes in increasing source code position.

Tested with Esprima but should work for any Mozilla Parser API
compatible AST, see
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API

## License
`MIT`, see [LICENSE](LICENSE) file.

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