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

22
VISUALIZACION/node_modules/ngraph.merge/package.json generated vendored Executable file
View file

@ -0,0 +1,22 @@
{
"name": "ngraph.merge",
"version": "1.0.0",
"description": "Simple merge utility to extend objects without extra dependencies",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"keywords": [
"merge",
"utility"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.merge"
},
"devDependencies": {
"tap": "^14.2.0"
}
}