lepu-test-platform-web/node_modules/parallel-transform/package.json

60 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
"_args": [
[
"parallel-transform@1.2.0",
"/Applications/work/GitLab/lepu-test-platform-web"
]
],
"_development": true,
"_from": "parallel-transform@1.2.0",
"_id": "parallel-transform@1.2.0",
"_inBundle": false,
"_integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==",
"_location": "/parallel-transform",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parallel-transform@1.2.0",
"name": "parallel-transform",
"escapedName": "parallel-transform",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/mississippi"
],
"_resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
"bugs": {
"url": "https://github.com/mafintosh/parallel-transform/issues"
},
"dependencies": {
"cyclist": "^1.0.1",
"inherits": "^2.0.3",
"readable-stream": "^2.1.5"
},
"description": "Transform stream that allows you to run your transforms in parallel without changing the order",
"homepage": "https://github.com/mafintosh/parallel-transform#readme",
"keywords": [
"transform",
"stream",
"parallel",
"preserve",
"order"
],
"license": "MIT",
"name": "parallel-transform",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/parallel-transform.git"
},
"version": "1.2.0"
}