UNPKG

base-pipeline

Version:

base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.

102 lines (101 loc) 2.1 kB
{ "name": "base-pipeline", "description": "base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.", "version": "0.3.2", "homepage": "https://github.com/node-base/base-pipeline", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "node-base/base-pipeline", "bugs": { "url": "https://github.com/node-base/base-pipeline/issues" }, "license": "MIT", "files": [ "index.js", "utils.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "base-option": "^0.8.2", "extend-shallow": "^2.0.1", "is-valid-app": "^0.1.2", "kind-of": "^3.0.3", "lazy-cache": "^2.0.1", "stream-combiner": "^0.2.2", "through2": "^2.0.1" }, "devDependencies": { "base": "^0.8.1", "base-config": "^0.5.2", "base-fs": "^0.3.4", "base-plugins": "^0.4.12", "base-runtimes": "^0.1.11", "base-task": "^0.5.0", "buffer-equal": "^1.0.0", "graceful-fs": "^4.1.4", "gulp": "^3.9.1", "gulp-eslint": "^2.0.0", "gulp-format-md": "^0.1.9", "gulp-istanbul": "^0.10.4", "gulp-mocha": "^2.2.0", "minimist": "^1.2.0", "mocha": "^2.5.3", "rimraf": "^2.5.2", "should": "^8.4.0", "sinon": "^1.17.4", "vinyl": "^1.1.1" }, "keywords": [ "api", "app", "application", "base", "baseplugin", "building-blocks", "create", "file", "framework", "fs", "pipeline", "plugin", "plugins", "system", "tool", "toolkit", "tools", "vinyl" ], "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "base-cli", "base-config", "base-data", "base-methods", "base-options", "base-plugins", "base-store" ] }, "reflinks": [ "verb" ], "lint": { "reflinks": true } } }