FLUJOS/VISUALIZACION/node_modules/ngraph.merge/package.json
2025-11-07 00:06:12 +01:00

22 lines
448 B
JSON
Executable file

{
"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"
}
}