mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-06 03:58:00 +08:00
22 lines
697 B
JSON
22 lines
697 B
JSON
{
|
|
"name": "merge-stream",
|
|
"version": "2.0.0",
|
|
"description": "Create a stream that emits events from multiple other streams",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "istanbul cover test.js && istanbul check-cover --statements 100 --branches 100"
|
|
},
|
|
"repository": "grncdr/merge-stream",
|
|
"author": "Stephen Sugden <me@stephensugden.com>",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"from2": "^2.0.3",
|
|
"istanbul": "^0.4.5"
|
|
},
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:13 GMT+0800 (中国标准时间)",
|
|
"_from": "merge-stream@2.0.0",
|
|
"_resolved": "https://registry.npm.taobao.org/merge-stream/download/merge-stream-2.0.0.tgz"
|
|
} |