# brackets2dots

> Convert string with bracket notation to dot property notation for Node.js and the browser.

Latest version **1.1.0** (published 2015-03-05) · MIT license · 0 weekly downloads

## Install

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

## 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-03-05 |
| First published | 2014-02-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Wil Moore III |
| Maintainers | wilmoore |
| Keywords | string, object, property, access, deep, nested |

## Links

- npm: https://www.npmjs.com/package/brackets2dots
- Repository: https://github.com/wilmoore/brackets2dots.js
- Issues: https://github.com/wilmoore/brackets2dots.js/issues
- npm.io page: https://npm.io/package/brackets2dots

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 1.1.0 (latest) — 2015-03-05
- 1.0.0 — 2014-11-14
- 0.11.0 — 2014-11-14
- 0.10.0 — 2014-11-14
- 0.9.0 — 2014-02-27
- 0.8.0 — 2014-02-27

## README

# brackets2dots.js

[![Build Status](http://img.shields.io/travis/wilmoore/brackets2dots.js.svg)](https://travis-ci.org/wilmoore/brackets2dots.js) [![NPM version](http://img.shields.io/npm/v/brackets2dots.svg)](https://www.npmjs.org/package/brackets2dots) [![NPM downloads](http://img.shields.io/npm/dm/brackets2dots.svg)](https://www.npmjs.org/package/brackets2dots) [![LICENSE](http://img.shields.io/npm/l/brackets2dots.svg)](license)

> Convert string with bracket notation to dot property notation for [Node.js][] and the browser.

## Example

    var brackets2dots = require('brackets2dots');

    brackets2dots('group[0].section.a.seat[3]')
    //=> 'group.0.section.a.seat.3'

## Installation

[component](http://component.io/wilmoore/brackets2dots)

    $ component install wilmoore/brackets2dots

[bower](http://sindresorhus.com/bower-components/)

    $ bower install brackets2dots.js

[npm](https://npmjs.org/package/brackets2dots)

[![NPM](https://nodei.co/npm/brackets2dots.png?downloads=true)](https://nodei.co/npm/brackets2dots/)

[volo](http://volojs.org)

    $ volo add wilmoore/brackets2dots.js

[manual][]

1. download

        % curl -#O https://raw.github.com/wilmoore/brackets2dots.js/master/brackets2dots.js

2. use

        <script src="brackets2dots.js"></script>

## Inspiration

- [selectn][]

## License

  [MIT](license)

[selectn]:  https://github.com/wilmoore/selectn
[Node.js]:  http://nodejs.org
[manual]:   http://yuiblog.com/blog/2006/06/01/global-domination/

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