UNPKG

plugins

Version:
49 lines 949 B
{ "name": "plugins", "description": "Run a value through a plugin stack.", "version": "0.4.2", "homepage": "https://github.com/jonschlinkert/plugins", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/plugins", "bugs": { "url": "https://github.com/jonschlinkert/plugins/issues" }, "license": "MIT", "files": [ "index.js", "iterators.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "devDependencies": { "fs-utils": "^0.6.0", "mocha": "^2.2.5", "should": "^7.0.4" }, "dependencies": { "async-array-reduce": "^0.1.0", "event-stream": "^3.3.1" }, "keywords": [ "extension", "extensions", "helper", "helpers", "middleware", "use", "plugin", "fn", "fns", "plugins" ], "verb": { "related": { "list": "async-array-reduce" } } }