TenantAtlas/apps/platform/.pnpm-store/v10/files/4a/eeec33fb2643ff3605d92c69e33fed56e40d29be5eda8a59d365d67649b7b8a5d74b3d9972f4e0677bcb9cfa155c1a9b7533ecb0e17ce521b842bd1cc91cb7
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

35 lines
617 B
Plaintext

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