This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/parallel-transform/package.json
2020-11-01 22:46:04 +00:00

21 lines
520 B
JSON

{
"name": "parallel-transform",
"version": "1.2.0",
"repository": "git://github.com/mafintosh/parallel-transform",
"license": "MIT",
"description": "Transform stream that allows you to run your transforms in parallel without changing the order",
"keywords": [
"transform",
"stream",
"parallel",
"preserve",
"order"
],
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"dependencies": {
"cyclist": "^1.0.1",
"inherits": "^2.0.3",
"readable-stream": "^2.1.5"
}
}