whitelist-object
Version:
returns specified keys for passed in object
28 lines (27 loc) • 519 B
JSON
{
"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"
}
}