UNPKG

@licq/string

Version:

封装一些字符串的操作方法

26 lines 638 B
{ "name": "@licq/string", "version": "1.0.6", "description": "封装一些字符串的操作方法", "main": "index.js", "keywords": [ "nodejs", "ostwindli", "ostwind", "string" ], "repository": { "type": "git", "url": "git+https://github.com/ostwindli/asenal.git" }, "scripts": { "test": "node index.test.js", "docs": "node ../../scripts/jsdocs.js string", "pub": "node ../../scripts/publish.js string" }, "author": "ostwindli<9837438@qq.com>", "license": "MIT", "dependencies": { "uuid": "^8.3.2" } }