mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-02 12:29:13 -04:00
feat(new-tool): slugify string
This commit is contained in:
parent
1a3f0a135d
commit
6fe4b5ac60
5 changed files with 69 additions and 0 deletions
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
|
@ -4,6 +4,7 @@ specifiers:
|
|||
'@it-tools/bip39': ^0.0.4
|
||||
'@it-tools/oggen': ^1.3.0
|
||||
'@rushstack/eslint-patch': ^1.2.0
|
||||
'@sindresorhus/slugify': ^2.2.0
|
||||
'@types/bcryptjs': ^2.4.2
|
||||
'@types/crypto-js': ^4.1.1
|
||||
'@types/jsdom': ^16.2.15
|
||||
|
@ -73,6 +74,7 @@ specifiers:
|
|||
dependencies:
|
||||
'@it-tools/bip39': 0.0.4
|
||||
'@it-tools/oggen': 1.3.0
|
||||
'@sindresorhus/slugify': 2.2.0
|
||||
'@vicons/material': 0.12.0
|
||||
'@vicons/tabler': 0.12.0
|
||||
'@vueuse/core': 8.9.4_vue@3.2.45
|
||||
|
@ -1622,6 +1624,21 @@ packages:
|
|||
resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==}
|
||||
dev: true
|
||||
|
||||
/@sindresorhus/slugify/2.2.0:
|
||||
resolution: {integrity: sha512-9Vybc/qX8Kj6pxJaapjkFbiUJPk7MAkCh/GFCxIBnnsuYCFPIXKvnLidG8xlepht3i24L5XemUmGtrJ3UWrl6w==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
'@sindresorhus/transliterate': 1.6.0
|
||||
escape-string-regexp: 5.0.0
|
||||
dev: false
|
||||
|
||||
/@sindresorhus/transliterate/1.6.0:
|
||||
resolution: {integrity: sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
escape-string-regexp: 5.0.0
|
||||
dev: false
|
||||
|
||||
/@surma/rollup-plugin-off-main-thread/2.2.3:
|
||||
resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==}
|
||||
dependencies:
|
||||
|
@ -3581,6 +3598,11 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/escape-string-regexp/5.0.0:
|
||||
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
|
||||
engines: {node: '>=12'}
|
||||
dev: false
|
||||
|
||||
/escodegen/2.0.0:
|
||||
resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==}
|
||||
engines: {node: '>=6.0'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue