flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

37
VISUALIZACION/node_modules/reduce-function-call/package.json generated vendored Executable file
View file

@ -0,0 +1,37 @@
{
"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"
}
}