Initial commit of files.

This commit is contained in:
2026-02-02 20:01:57 +00:00
commit 695f853c94
10000 changed files with 608932 additions and 0 deletions

34
node_modules/postgres-bytea/package.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "postgres-bytea",
"main": "index.js",
"version": "1.0.1",
"description": "Postgres bytea parser",
"license": "MIT",
"repository": "bendrucker/postgres-bytea",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"bytea",
"postgres",
"binary",
"parser"
],
"dependencies": {},
"devDependencies": {
"tape": "^4.0.0",
"standard": "^4.0.0"
},
"files": [
"index.js",
"readme.md"
]
}