Files
boc/landvex/node_modules/pg-hstore/package.json
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

36 lines
870 B
JSON

{
"author": "Seth Carney <scarney81@gmail.com> (https://github.com/scarney81)",
"name": "pg-hstore",
"description": "A module for serializing and deserializing JSON data into hstore format",
"private": false,
"keywords": [
"pg",
"postgres",
"hstore"
],
"license": "MIT",
"version": "2.3.4",
"main": "lib/index.js",
"homepage": "https://github.com/scarney81/pg-hstore",
"bugs": {
"url": "https://github.com/scarney81/pg-hstore/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:scarney81/pg-hstore.git"
},
"dependencies": {
"underscore": "^1.13.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.4.2"
},
"engines": {
"node": ">= 0.8.x"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec -u bdd --require should --recursive --timeout 10000"
}
}