UNPKG

massive

Version:

A small query tool for Postgres that embraces json and makes life simpler

77 lines (76 loc) 1.68 kB
{ "name": "massive", "version": "6.11.3", "description": "A small query tool for Postgres that embraces json and makes life simpler", "homepage": "https://massivejs.org", "bugs": "https://gitlab.com/dmfay/massive-js/issues", "main": "index.js", "bin": { "massive": "bin/massive.js" }, "directories": { "bin": "bin", "lib": "lib", "test": "test" }, "files": [ "bin", "*.md", "docs/*.md", "*.js", "lib" ], "engines": { "node": ">= 8.0.0" }, "scripts": { "test": "nyc --reporter=html --reporter=text mocha", "lint": "eslint '.'", "posttest": "npm run lint", "release": "standard-version", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "keywords": [ "postgres", "pg", "postgresql", "sql", "database", "datamapper", "data-mapper", "promise", "promises" ], "author": "Dian Fay <dian.m.fay@gmail.com>", "contributors": [ "Karl Seguin <karl@openmymind.net>", "John Atten <xivsolutions@gmail.com>", "Rob Conery <robconery@gmail.com>" ], "license": "BSD-3-Clause", "dependencies": { "commander": "7.2.0", "glob": "7.1.7", "lodash": "4.17.21", "murmurhash": "1.0.0", "pg-promise": "^10.10.2", "pg-query-stream": "^4.1.0" }, "devDependencies": { "chai": "4.3.4", "chai-as-promised": "7.1.1", "coveralls": "3.1.0", "eslint": "7.26.0", "mocha": "8.4.0", "nyc": "15.1.0", "standard-version": "9.3.0" }, "repository": { "type": "git", "url": "https://gitlab.com/dmfay/massive-js" }, "mocha": { "recursive": true, "require": "test/helpers" } }