This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

18
node_modules/lodash.kebabcase/README.md generated vendored Normal file
View File

@ -0,0 +1,18 @@
# lodash.kebabcase v4.1.1
The [lodash](https://lodash.com/) method `_.kebabCase` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.kebabcase
```
In Node.js:
```js
var kebabCase = require('lodash.kebabcase');
```
See the [documentation](https://lodash.com/docs#kebabCase) or [package source](https://github.com/lodash/lodash/blob/4.1.1-npm-packages/lodash.kebabcase) for more details.