UNPKG

whitelist-object

Version:
28 lines (27 loc) 519 B
{ "name": "whitelist-object", "version": "1.0.0", "description": "returns specified keys for passed in object", "main": "index.js", "author": "Conor Hastings", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/conorhastings/whitelist-object.git" }, "scripts": { "test": "jest" }, "keywords": [ "object", "whitelist", "filter", "reduce" ], "devDependencies": { "jest-cli": "^22.0.4" }, "jest": { "testEnvironment": "node" } }