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.

58 lines
1.7 KiB

{
"_from": "stream-to-pull-stream@^1.7.1",
"_id": "stream-to-pull-stream@1.7.3",
"_inBundle": false,
"_integrity": "sha512-6sNyqJpr5dIOQdgNy/xcDWwDuzAsAwVzhzrWlAPAQ7Lkjx/rv0wgvxEyKwTq6FmNd5rjTrELt/CLmaSw7crMGg==",
"_location": "/stream-to-pull-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stream-to-pull-stream@^1.7.1",
"name": "stream-to-pull-stream",
"escapedName": "stream-to-pull-stream",
"rawSpec": "^1.7.1",
"saveSpec": null,
"fetchSpec": "^1.7.1"
},
"_requiredBy": [
"/pull-level"
],
"_resolved": "https://registry.npmjs.org/stream-to-pull-stream/-/stream-to-pull-stream-1.7.3.tgz",
"_shasum": "4161aa2d2eb9964de60bfa1af7feaf917e874ece",
"_spec": "stream-to-pull-stream@^1.7.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/pull-level",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
},
"bugs": {
"url": "https://github.com/dominictarr/stream-to-pull-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"looper": "^3.0.0",
"pull-stream": "^3.2.3"
},
"deprecated": false,
"description": "convert a stream1 or streams2 stream into a pull-stream",
"devDependencies": {
"pull-cat": "^1.1.11",
"pull-hang": "0.0.0",
"pull-split": "^0.2.0",
"tape": "^4.5.1",
"through": "~2.3.4"
},
"homepage": "https://github.com/dominictarr/stream-to-pull-stream",
"license": "MIT",
"name": "stream-to-pull-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/stream-to-pull-stream.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"version": "1.7.3"
}