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.

67 lines
1.7 KiB

{
"_from": "callback-stream@^1.0.2",
"_id": "callback-stream@1.1.0",
"_inBundle": false,
"_integrity": "sha1-RwGlEmbwbgbqpx/BcjOCLYdfSQg=",
"_location": "/callback-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "callback-stream@^1.0.2",
"name": "callback-stream",
"escapedName": "callback-stream",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/help-me"
],
"_resolved": "https://registry.npmjs.org/callback-stream/-/callback-stream-1.1.0.tgz",
"_shasum": "4701a51266f06e06eaa71fc17233822d875f4908",
"_spec": "callback-stream@^1.0.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/help-me",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "http://github.com/mcollina/callback-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "> 1.0.0 < 3.0.0"
},
"deprecated": false,
"description": "A pipeable stream that calls your callback",
"devDependencies": {
"pre-commit": "^1.1.1",
"standard": "^5.0.0",
"tap": "~0.4.2",
"tape": "^4.0.2"
},
"homepage": "https://github.com/mcollina/callback-stream#readme",
"keywords": [
"callback",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "callback-stream",
"precommit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/callback-stream.git"
},
"scripts": {
"lint": "standard",
"test": "tap test.js"
},
"version": "1.1.0",
"website": "https://github.com/mcollina/callback-stream"
}