blob: ca7aa00018ac6d2ef96b858f8bc749d89d7d9d86 [file] [log] [blame]
{
"name": "couchbulkimporter",
"version": "1.0.0",
"description": "Takes a stream of docs, e.g. from `bulkbadger` and imports them into CouchDB using the /_bulk_docs endpoint",
"main": "index.js",
"scripts": {
"test": "tap test"
},
"author": {
"name": "Robert Kowalski",
"email": "rok@kowalski.gd"
},
"license": "BSD-2-Clause",
"dependencies": {
"request": "~2.55.0",
"mongodb": "~2.0.31",
"csv-parse": "~1.0.0",
"JSONStream": "~1.0.3",
"stream-transform": "~0.1.0"
},
"bugs": {
"url": "https://github.com/robertkowalski/couchbulkimporter/issues"
},
"homepage": "https://github.com/robertkowalski/couchbulkimporter",
"repository": {
"type": "git",
"url": "git+https://github.com/robertkowalski/couchbulkimporter.git"
},
"keywords": [
"couchdb"
],
"devDependencies": {
"hock": "~1.2.0",
"tap": "~1.1.0",
"bulkbadger": "*"
},
"optionalDependencies": {
"mongodb": "~2.0.31",
"csv-parse": "~1.0.0",
"JSONStream": "~1.0.3",
"stream-transform": "~0.1.0"
},
"gitHead": "274d45089e4b6bc2106d4b812899ac04e6030732",
"_id": "couchbulkimporter@1.0.0",
"_shasum": "878c3d543b0adfe648cf2d234386b669349639cb",
"_from": "couchbulkimporter@>=1.0.0 <2.0.0",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "robertkowalski",
"email": "rok@kowalski.gd"
},
"maintainers": [
{
"name": "robertkowalski",
"email": "rok@kowalski.gd"
}
],
"dist": {
"shasum": "878c3d543b0adfe648cf2d234386b669349639cb",
"tarball": "http://registry.npmjs.org/couchbulkimporter/-/couchbulkimporter-1.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/couchbulkimporter/-/couchbulkimporter-1.0.0.tgz",
"readme": "ERROR: No README data found!"
}