/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/postgres-bytea/package.json
38 строк
708 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
{ "name": "postgres-bytea", "main": "index.js", "version": "3.0.0", "description": "Postgres bytea parser", "license": "MIT", "repository": "bendrucker/postgres-bytea", "author": { "name": "Ben Drucker", "email": "bvdrucker@gmail.com", "url": "bendrucker.me" }, "engines": { "node": ">= 6" }, "scripts": { "test": "standard && tape *.js" }, "keywords": [ "bytea", "postgres", "binary", "parser" ], "dependencies": { "obuf": "~1.1.2" }, "devDependencies": { "concat-stream": "2.0.0", "standard": "^14.0.0", "stream-to-promise": "^3.0.0", "tape": "^5.0.0", "tape-promise": "4.0.0" }, "files": [ "*.js" ] }