|
1 | 1 | <div align="center"> |
2 | | -<h1>parse-form-data</h1> |
| 2 | +<h1>parse-nested-form-data</h1> |
3 | 3 |
|
4 | 4 | <p>A tiny node module for parsing FormData by name into objects and arrays</p> |
5 | 5 | </div> |
@@ -59,7 +59,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and |
59 | 59 | should be installed as one of your project's `dependencies`: |
60 | 60 |
|
61 | 61 | ```sh |
62 | | -npm install parse-form-data |
| 62 | +npm install parse-nested-form-data |
63 | 63 | ``` |
64 | 64 |
|
65 | 65 | ## Name |
@@ -339,25 +339,25 @@ where most of the setup is from. |
339 | 339 | <!-- prettier-ignore-start --> |
340 | 340 | [npm]: https://www.npmjs.com |
341 | 341 | [node]: https://nodejs.org |
342 | | -[build-badge]: https://img.shields.io/github/workflow/status/milamer/parse-form-data/validate?logo=github&style=flat-square |
343 | | -[build]: https://github.com/milamer/parse-form-data/actions?query=workflow%3Avalidate |
344 | | -[coverage-badge]: https://img.shields.io/codecov/c/github/milamer/parse-form-data.svg?style=flat-square |
345 | | -[coverage]: https://codecov.io/github/milamer/parse-form-data |
346 | | -[version-badge]: https://img.shields.io/npm/v/parse-form-data.svg?style=flat-square |
347 | | -[package]: https://www.npmjs.com/package/parse-form-data |
348 | | -[downloads-badge]: https://img.shields.io/npm/dm/parse-form-data.svg?style=flat-square |
349 | | -[npmtrends]: https://www.npmtrends.com/parse-form-data |
350 | | -[license-badge]: https://img.shields.io/npm/l/parse-form-data.svg?style=flat-square |
351 | | -[license]: https://github.com/milamer/parse-form-data/blob/master/LICENSE |
| 342 | +[build-badge]: https://img.shields.io/github/workflow/status/milamer/parse-nested-form-data/validate?logo=github&style=flat-square |
| 343 | +[build]: https://github.com/milamer/parse-nested-form-data/actions?query=workflow%3Avalidate |
| 344 | +[coverage-badge]: https://img.shields.io/codecov/c/github/milamer/parse-nested-form-data.svg?style=flat-square |
| 345 | +[coverage]: https://codecov.io/github/milamer/parse-nested-form-data |
| 346 | +[version-badge]: https://img.shields.io/npm/v/parse-nested-form-data.svg?style=flat-square |
| 347 | +[package]: https://www.npmjs.com/package/parse-nested-form-data |
| 348 | +[downloads-badge]: https://img.shields.io/npm/dm/parse-nested-form-data.svg?style=flat-square |
| 349 | +[npmtrends]: https://www.npmtrends.com/parse-nested-form-data |
| 350 | +[license-badge]: https://img.shields.io/npm/l/parse-nested-form-data.svg?style=flat-square |
| 351 | +[license]: https://github.com/milamer/parse-nested-form-data/blob/master/LICENSE |
352 | 352 | [prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square |
353 | 353 | [prs]: http://makeapullrequest.com |
354 | 354 | [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square |
355 | | -[coc]: https://github.com/milamer/parse-form-data/blob/master/CODE_OF_CONDUCT.md |
| 355 | +[coc]: https://github.com/milamer/parse-nested-form-data/blob/master/CODE_OF_CONDUCT.md |
356 | 356 | [emojis]: https://github.com/all-contributors/all-contributors#emoji-key |
357 | 357 | [all-contributors]: https://github.com/all-contributors/all-contributors |
358 | | -[all-contributors-badge]: https://img.shields.io/github/all-contributors/milamer/parse-form-data?color=orange&style=flat-square |
359 | | -[bugs]: https://github.com/milamer/parse-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug |
360 | | -[requests]: https://github.com/milamer/parse-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement |
361 | | -[good-first-issue]: https://github.com/milamer/parse-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22 |
| 358 | +[all-contributors-badge]: https://img.shields.io/github/all-contributors/milamer/parse-nested-form-data?color=orange&style=flat-square |
| 359 | +[bugs]: https://github.com/milamer/parse-nested-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug |
| 360 | +[requests]: https://github.com/milamer/parse-nested-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement |
| 361 | +[good-first-issue]: https://github.com/milamer/parse-nested-form-data/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22 |
362 | 362 | [match-sorter]: https://github.com/kentcdodds/match-sorter/blob/main/README.md |
363 | 363 | <!-- prettier-ignore-end --> |
0 commit comments