智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LightingSystemApp-serial/.svn/pristine/02/02e2ff0591b84d8481ff9a4cc99...

62 lines
1.7 KiB

3 years ago
{
"_args": [
[
"merge-stream@2.0.0",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "merge-stream@2.0.0",
"_id": "merge-stream@2.0.0",
"_inBundle": false,
"_integrity": "sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=",
"_location": "/merge-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "merge-stream@2.0.0",
"name": "merge-stream",
"escapedName": "merge-stream",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/@vue/cli-service/execa",
"/default-gateway/execa",
"/jest-changed-files/execa",
"/jest-worker"
],
"_resolved": "https://registry.npm.taobao.org/merge-stream/download/merge-stream-2.0.0.tgz?cache=0&sync_timestamp=1589682763068&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmerge-stream%2Fdownload%2Fmerge-stream-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Stephen Sugden",
"email": "me@stephensugden.com"
},
"bugs": {
"url": "https://github.com/grncdr/merge-stream/issues"
},
"dependencies": {},
"description": "Create a stream that emits events from multiple other streams",
"devDependencies": {
"from2": "^2.0.3",
"istanbul": "^0.4.5"
},
"files": [
"index.js"
],
"homepage": "https://github.com/grncdr/merge-stream#readme",
"license": "MIT",
"name": "merge-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/grncdr/merge-stream.git"
},
"scripts": {
"test": "istanbul cover test.js && istanbul check-cover --statements 100 --branches 100"
},
"version": "2.0.0"
}