flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
37
VISUALIZACION/node_modules/reduce-function-call/package.json
generated
vendored
Executable file
37
VISUALIZACION/node_modules/reduce-function-call/package.json
generated
vendored
Executable 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue