pg-range
Version:
node-postgres plugin to parse range columns
49 lines (48 loc) • 986 B
JSON
{
"name": "pg-range",
"version": "1.1.2",
"description": "node-postgres plugin to parse range columns",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/WhoopInc/node-pg-range"
},
"files": [
"lib",
"index.js",
"index.d.ts"
],
"keywords": [
"postgres",
"parsing",
"type",
"conversion",
"range",
"timerange",
"tsrange",
"tstzrange",
"daterange"
],
"author": "Nikhil Benesch <benesch@whoop.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WhoopInc/node-pg-range/issues"
},
"homepage": "https://github.com/WhoopInc/node-pg-range",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"pg": "^7.8.0",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0",
"sinon-test": "^2.4.0"
},
"dependencies": {
"@types/strange": "^1.7.1",
"lodash.partial": "^4.2.1",
"strange": "^1.7.2"
}
}