@janus-idp/backstage-plugin-keycloak-backend-dynamic
Version:
A Backend backend plugin for Keycloak
34 lines (33 loc) • 895 B
JSON
{
"author": {
"name": "Datalanche, Inc.",
"url": "https://www.datalanche.com"
},
"name": "pg-format",
"license": "MIT",
"homepage": "https://github.com/datalanche/node-pg-format",
"description": "Node.js implementation of PostgreSQL's format() to safely create dynamic SQL queries.",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/datalanche/node-pg-format.git"
},
"main": "lib/index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=4.0"
},
"dependencies": {
},
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "2.4.5",
"should": "8.2.1"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"cover-test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha"
}
}