2013-10-29 06:31:11 +08:00
|
|
|
{
|
|
|
|
"name": "pg-copy-streams",
|
2016-08-23 00:27:04 +08:00
|
|
|
"version": "1.2.0",
|
2013-10-29 06:31:11 +08:00
|
|
|
"description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/brianc/node-pg-copy-streams.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"postgres",
|
|
|
|
"copy",
|
|
|
|
"in",
|
|
|
|
"out",
|
|
|
|
"stream"
|
|
|
|
],
|
|
|
|
"author": "Brian M. Carlson",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/brianc/node-pg-copy-streams/issues"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-15 01:30:34 +08:00
|
|
|
"async": "~0.2.10",
|
2013-10-29 06:31:11 +08:00
|
|
|
"concat-stream": "~1.1.0",
|
|
|
|
"gonna": "0.0.0",
|
2014-03-28 16:17:05 +08:00
|
|
|
"heroku-env": "~0.1.1",
|
2019-03-15 01:30:34 +08:00
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"pg": "^7.8.2"
|
2013-10-29 06:31:11 +08:00
|
|
|
}
|
|
|
|
}
|