加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dmitrii Sobolev 提交于 2021-09-10 13:58 . Patch release v3.0.2
{
"name": "string-replace-async",
"version": "3.0.2",
"description": "Asynchronous String.prototype.replace()",
"license": "MIT",
"repository": "dsblv/string-replace-async",
"author": {
"name": "Dmitrii Sobolev",
"email": "disobolev@icloud.com",
"url": "https://github.com/dsblv"
},
"type": "module",
"main": "index.js",
"engines": {
"node": ">= 14.0.0"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"string",
"replace",
"regexp",
"match",
"async",
"asynchronous",
"promise",
"concurrent"
],
"devDependencies": {
"jest": "^26.0.1",
"prettier": "^2.0.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化