preact-material-components
Version:
preact wrapper for "Material Components for the web"
68 lines (67 loc) • 1.59 kB
JSON
{
"_args": [
[
"pumpify@1.4.0",
"/Users/prateekbh/projects/preact-material-components/docs"
]
],
"_from": "pumpify@1.4.0",
"_id": "pumpify@1.4.0",
"_inBundle": false,
"_integrity": "sha512-2kmNR9ry+Pf45opRVirpNuIFotsxUGLaYqxIwuR77AYrYRMuFCz9eryHBS52L360O+NcR383CL4QYlMKPq4zYA==",
"_location": "/pumpify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pumpify@1.4.0",
"name": "pumpify",
"escapedName": "pumpify",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/mississippi"
],
"_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "/Users/prateekbh/projects/preact-material-components/docs",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/pumpify/issues"
},
"dependencies": {
"duplexify": "^3.5.3",
"inherits": "^2.0.3",
"pump": "^2.0.0"
},
"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.4.0"
}