concurrent-seq-file
Version:
makes it safe to work on multiple jobs identified by a sequence at the same time.
33 lines (32 loc) • 745 B
JSON
{
"name": "concurrent-seq-file",
"version": "1.2.1",
"description": "makes it safe to work on multiple jobs identified by a sequence at the same time.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soldair/save-least-seq.git"
},
"keywords": [
"seq",
"sequence",
"couch",
"follower",
"changes"
],
"author": "Ryan Day <soldair@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/soldair/concurrent-seq-file/issues"
},
"homepage": "https://github.com/soldair/concurrent-seq-file#readme",
"dependencies": {
"seq-file": "^1.3.1"
},
"devDependencies": {
"tape": "^4.2.0"
}
}