chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:32:25 +08:00
commit e014feafe1
2285 changed files with 1131979 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"name": "node",
"version": "1.0.0",
"node": ">=16.9",
"description": "A simple node command line utility to show how to connect a node application to a Doltgres database using the PostgreSQL connector.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"knex": "^2.5.1",
"pg": "^8.12.0",
"pg-copy-streams": "^6.0.6",
"pg-promise": "^11.6.0",
"wtfnode": "^0.9.2"
}
}