2 Star 0 Fork 0

mirrors_watson/quickly-count-substrings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thomas Watson 提交于 2018-01-28 04:41 +08:00 . 1.0.0
{
"name": "quickly-count-substrings",
"version": "1.0.0",
"description": "Fast module for counting the number of occurrences of a substring inside a string",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"scripts": {
"test": "standard && node test.js",
"bench": "(cd benchmark && ./benchmark.sh)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/quickly-count-substrings.git"
},
"keywords": [
"string",
"substring",
"substr",
"sub",
"count",
"counting",
"number",
"occurrence",
"occurrences"
],
"author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/quickly-count-substrings/issues"
},
"homepage": "https://github.com/watson/quickly-count-substrings#readme",
"coordinates": [
56.009727,
11.961476
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_watson/quickly-count-substrings.git
git@gitee.com:mirrors_watson/quickly-count-substrings.git
mirrors_watson
quickly-count-substrings
quickly-count-substrings
master

搜索帮助