|
| 1 | +--- |
| 2 | +name: body-parser |
| 3 | +version: 2.2.0 |
| 4 | +type: npm |
| 5 | +summary: Node.js body parsing middleware |
| 6 | +homepage: |
| 7 | +license: mit |
| 8 | +licenses: |
| 9 | +- sources: LICENSE |
| 10 | + text: | |
| 11 | + (The MIT License) |
| 12 | +
|
| 13 | + Copyright (c) 2014 Jonathan Ong <[email protected]> |
| 14 | + Copyright (c) 2014-2015 Douglas Christopher Wilson <[email protected]> |
| 15 | +
|
| 16 | + Permission is hereby granted, free of charge, to any person obtaining |
| 17 | + a copy of this software and associated documentation files (the |
| 18 | + 'Software'), to deal in the Software without restriction, including |
| 19 | + without limitation the rights to use, copy, modify, merge, publish, |
| 20 | + distribute, sublicense, and/or sell copies of the Software, and to |
| 21 | + permit persons to whom the Software is furnished to do so, subject to |
| 22 | + the following conditions: |
| 23 | +
|
| 24 | + The above copyright notice and this permission notice shall be |
| 25 | + included in all copies or substantial portions of the Software. |
| 26 | +
|
| 27 | + THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
| 28 | + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 29 | + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 30 | + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 31 | + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 32 | + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 33 | + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 34 | +- sources: README.md |
| 35 | + text: |- |
| 36 | + [MIT](LICENSE) |
| 37 | +
|
| 38 | + [ci-image]: https://badgen.net/github/checks/expressjs/body-parser/master?label=ci |
| 39 | + [ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml |
| 40 | + [coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/body-parser/master |
| 41 | + [coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master |
| 42 | + [node-version-image]: https://badgen.net/npm/node/body-parser |
| 43 | + [node-version-url]: https://nodejs.org/en/download |
| 44 | + [npm-downloads-image]: https://badgen.net/npm/dm/body-parser |
| 45 | + [npm-url]: https://npmjs.org/package/body-parser |
| 46 | + [npm-version-image]: https://badgen.net/npm/v/body-parser |
| 47 | + [ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/body-parser/badge |
| 48 | + [ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/body-parser |
| 49 | +notices: [] |
0 commit comments