UNPKG

pick-values

Version:

Pick an array of values out of an object.

33 lines (32 loc) 668 B
{ "name": "pick-values", "version": "1.0.1", "description": "Pick an array of values out of an object.", "main": "index.js", "scripts": { "test": "lab -cv" }, "repository": { "type": "git", "url": "https://github.com/phated/pick-values" }, "keywords": [ "pick", "array", "object", "values" ], "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)", "license": "MIT", "files": [ "index.js" ], "bugs": { "url": "https://github.com/phated/pick-values/issues" }, "homepage": "https://github.com/phated/pick-values", "devDependencies": { "code": "^1.2.1", "lab": "^5.2.0" } }