UNPKG

865 BJSONView Raw
1{
2 "name": "object.pick",
3 "description": "Returns a filtered copy of an object with only the specified keys, like `pick` from lo-dash / underscore.",
4 "version": "1.1.0",
5 "homepage": "https://github.com/jonschlinkert/object.pick",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/object.pick.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/object.pick/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/object.pick/blob/master/LICENSE-MIT"
20 },
21 "main": "index.js",
22 "engines": {
23 "node": ">=0.10.0"
24 },
25 "scripts": {
26 "test": "mocha -R spec"
27 },
28 "devDependencies": {
29 "mocha": "*",
30 "should": "^4.0.4"
31 },
32 "keywords": [
33 "object",
34 "pick"
35 ]
36}
\No newline at end of file