mqtt stuff added
This commit is contained in:
67
node_modules/pumpify/package.json
generated
vendored
Normal file
67
node_modules/pumpify/package.json
generated
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"_from": "pumpify@^1.3.5",
|
||||
"_id": "pumpify@1.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-UWi0klDoq8xtVzlMRgENV9F7iCTZExaJQSQL187UXsxpk9NnrKGqTqqUNYAKGOzucSOxs2+jUnRNI+rLviPhJg==",
|
||||
"_location": "/pumpify",
|
||||
"_phantomChildren": {
|
||||
"end-of-stream": "1.4.1",
|
||||
"once": "1.4.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pumpify@^1.3.5",
|
||||
"name": "pumpify",
|
||||
"escapedName": "pumpify",
|
||||
"rawSpec": "^1.3.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/glob-stream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.0.tgz",
|
||||
"_shasum": "30c905a26c88fa0074927af07256672b474b1c15",
|
||||
"_spec": "pumpify@^1.3.5",
|
||||
"_where": "/home/wn/workspace-node/PiAlive/node_modules/glob-stream",
|
||||
"author": {
|
||||
"name": "Mathias Buus"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/pumpify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"duplexify": "^3.6.0",
|
||||
"inherits": "^2.0.3",
|
||||
"pump": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
|
||||
"devDependencies": {
|
||||
"tape": "^4.8.0",
|
||||
"through2": "^2.0.3"
|
||||
},
|
||||
"homepage": "https://github.com/mafintosh/pumpify",
|
||||
"keywords": [
|
||||
"pump",
|
||||
"duplexify",
|
||||
"duplex",
|
||||
"streams",
|
||||
"stream",
|
||||
"pipeline",
|
||||
"combine"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "pumpify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mafintosh/pumpify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
},
|
||||
"version": "1.5.0"
|
||||
}
|
Reference in New Issue
Block a user