/
cyberCat_maikl
/
02
Обзор
Документация
Войти
/
cyberCat_maikl
/
02
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/postgres-bytea/package.json
34 строки
617 B
catmaikl777
Initial commit: Fire Cat Chat with notifications
29 окт 2025, 19:42
29 окт 2025, 19:42
3b63f2c
Код
Авторство
О чём код?
{ "name": "postgres-bytea", "main": "index.js", "version": "1.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": ">=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" ] }