Fix dependabot issues

This commit is contained in:
Andrew Eisenberg 2021-10-21 15:24:20 -07:00
parent c89d9bd8b0
commit 531c6ba7c8
705 changed files with 53406 additions and 20466 deletions

10
node_modules/code-excerpt/readme.md generated vendored
View file

@ -1,15 +1,13 @@
# code-excerpt [![Build Status](https://travis-ci.org/vadimdemedes/code-excerpt.svg?branch=master)](https://travis-ci.org/vadimdemedes/code-excerpt)
# code-excerpt ![test](https://github.com/vadimdemedes/code-excerpt/workflows/test/badge.svg)
> Extract code excerpts
## Install
```
$ npm install --save code-excerpt
```
## Usage
```js
@ -41,7 +39,6 @@ const excerpt = codeExcerpt(source, 5);
// ]
```
## API
### codeExcerpt(source, line, [options])
@ -66,8 +63,3 @@ Type: `number`<br>
Default: `3`
Number of surrounding lines to extract.
## License
MIT © [Vadim Demedes](https://github.com/vadimdemedes)