yao-stringutils
Version:
字符串处理工具集,诸如'contains', 'toLength', 'getLeft', 'getLeftOuter', 'getRight', 'getRightOuter', 'getSection', 'getSectionOuter'……函数
24 lines • 676 B
JSON
{
"name": "yao-stringutils",
"version": "1.0.1",
"main": "yao_stringutils.js",
"description": "字符串处理工具集,诸如'contains', 'toLength', 'getLeft', 'getLeftOuter', 'getRight', 'getRightOuter', 'getSection', 'getSectionOuter'……函数",
"keywords": [
"string",
"Utils",
"StringUtils"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git@github.com/yymmiinngg/yao-stringutils.git"
},
"author": "Monster Yao",
"license": "ISC",
"bugs": {
"url": "https://github.com/yymmiinngg/yao-stringutils/issues"
},
"homepage": "https://github.com/yymmiinngg/yao-stringutils#readme"
}