NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/reduce-function-call/package.json
2023-09-14 14:47:11 +08:00

38 lines
682 B
JSON

{
"name": "reduce-function-call",
"version": "1.0.3",
"description": "Reduce function calls in a string, using a callback",
"keywords": [
"string",
"reduce",
"replacement",
"function",
"call",
"eval",
"interpret"
],
"author": "MoOx",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MoOx/reduce-function-call.git"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"index.js"
],
"dependencies": {
"balanced-match": "^1.0.0"
},
"devDependencies": {
"npmpub": "^4.1.0",
"tape": "^4.0.3"
},
"scripts": {
"test": "tape test",
"release": "npmpub"
}
}