UNPKG

pg-sql2

Version:

Generate safe Postgres-compliant SQL with tagged template literals

62 lines (61 loc) 1.5 kB
{ "name": "pg-sql2", "version": "4.14.1", "description": "Generate safe Postgres-compliant SQL with tagged template literals", "main": "node8plus/index.js", "types": "node8plus/index.d.ts", "scripts": { "jest": "jest", "test": "tsc && node node8plus/index.js && jest && markdown-doctest", "test:u": "tsc && node node8plus/index.js && jest -u && markdown-doctest", "test:docs": "markdown-doctest", "watch": "tsc --watch", "prepack": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/graphile/graphile-engine.git" }, "keywords": [ "sql", "injection", "pg", "postgres", "postgresql", "tagged", "template", "literal", "es6" ], "author": "Benjie Gillam <benjie@jemjie.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/graphile-engine/issues" }, "homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/pg-sql2", "devDependencies": { "@types/debug": "4.1.5", "@types/node": "14.6.4", "jest": "25.x", "markdown-doctest": "^1.0.0", "ts-jest": "25.x", "ts-node": "9.0.0", "typescript": "^4.0.2" }, "peerDependencies": { "pg": ">=6.1.0 <9" }, "dependencies": { "@graphile/lru": "4.11.0", "@types/pg": ">=6 <9", "debug": ">=3 <5", "tslib": "^2.0.1" }, "files": [ "node8plus" ], "engines": { "node": ">=8.6" }, "gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399" }