/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/postgres-array/package.json
35 строк
650 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
{ "name": "postgres-array", "main": "index.js", "version": "3.0.2", "description": "Parse postgres array columns", "license": "MIT", "repository": "bendrucker/postgres-array", "author": { "name": "Ben Drucker", "email": "bvdrucker@gmail.com", "url": "bendrucker.me" }, "engines": { "node": ">=12" }, "scripts": { "test": "standard && tape test.js" }, "types": "index.d.ts", "keywords": [ "postgres", "array", "parser" ], "dependencies": {}, "devDependencies": { "standard": "^17.0.0", "tape": "^5.0.0" }, "files": [ "index.js", "index.d.ts", "readme.md" ] }