/
cyberCat_maikl
/
02
Обзор
Документация
Войти
/
cyberCat_maikl
/
02
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/postgres-array/package.json
35 строк
649 B
catmaikl777
Initial commit: Fire Cat Chat with notifications
29 окт 2025, 19:42
29 окт 2025, 19:42
3b63f2c
Код
Авторство
О чём код?
{ "name": "postgres-array", "main": "index.js", "version": "2.0.0", "description": "Parse postgres array columns", "license": "MIT", "repository": "bendrucker/postgres-array", "author": { "name": "Ben Drucker", "email": "bvdrucker@gmail.com", "url": "bendrucker.me" }, "engines": { "node": ">=4" }, "scripts": { "test": "standard && tape test.js" }, "types": "index.d.ts", "keywords": [ "postgres", "array", "parser" ], "dependencies": {}, "devDependencies": { "standard": "^12.0.1", "tape": "^4.0.0" }, "files": [ "index.js", "index.d.ts", "readme.md" ] }