UNPKG

except

Version:

A function that returns a copy of the plain object given as first argument but without the keys provided as the other argument(s)

36 lines (35 loc) 790 B
{ "name": "except", "version": "0.1.3", "description": "A function that returns a copy of the plain object given as first argument but without the keys provided as the other argument(s)", "main": "index.js", "scripts": { "test": "make test" }, "homepage": "https://github.com/martinandert/except", "repository": { "type": "git", "url": "https://github.com/martinandert/except.git" }, "bugs": { "url": "https://github.com/martinandert/except/issues" }, "keywords": [ "object", "except", "omit", "without" ], "author": { "name": "Martin Andert", "email": "mandert@gmail.com" }, "license": "MIT", "dependencies": { "indexof": "0.0.1" }, "devDependencies": { "jshint": "^2.5.10", "mocha": "^2.0.1" } }