UNPKG

pop-arrayify

Version:

Transforms various collections into arrays by whatever means they support

31 lines (30 loc) 679 B
{ "name": "pop-arrayify", "version": "1.0.0", "description": "Transforms various collections into arrays by whatever means they support", "main": "index.js", "scripts": { "test": "jasminum test" }, "repository": { "type": "git", "url": "https://github.com/kriskowal/pop-arrayify.git" }, "keywords": [ "pop", "polymorphic", "operator", "array", "arrayify", "coerce" ], "author": "Kris Kowal <kris@cixar.com>", "license": "MIT", "bugs": { "url": "https://github.com/kriskowal/pop-arrayify/issues" }, "homepage": "https://github.com/kriskowal/pop-arrayify", "devDependencies": { "jasminum": "^2.0.6" } }