first commit

This commit is contained in:
monjack
2025-06-20 18:01:48 +08:00
commit 6daa6d65c1
24611 changed files with 2512443 additions and 0 deletions

18
app_vue/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.