mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-04-22 00:00:04 +08:00
ignore bin
This commit is contained in:
-44
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"name": "strip-outer",
|
||||
"version": "1.0.1",
|
||||
"description": "Strip a substring from the start/end of a string",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/strip-outer",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"strip",
|
||||
"trim",
|
||||
"remove",
|
||||
"outer",
|
||||
"str",
|
||||
"string",
|
||||
"substring",
|
||||
"start",
|
||||
"end",
|
||||
"wrap",
|
||||
"leading",
|
||||
"trailing",
|
||||
"regex",
|
||||
"regexp"
|
||||
],
|
||||
"dependencies": {
|
||||
"escape-string-regexp": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user