mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-04-22 00:00:04 +08:00
add node_modules
This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "trim-repeated",
|
||||
"version": "1.0.0",
|
||||
"description": "Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/trim-repeated",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"condense",
|
||||
"collapse",
|
||||
"compact",
|
||||
"consecutive",
|
||||
"repeated",
|
||||
"string",
|
||||
"str",
|
||||
"trim",
|
||||
"remove",
|
||||
"strip",
|
||||
"character",
|
||||
"char"
|
||||
],
|
||||
"dependencies": {
|
||||
"escape-string-regexp": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user