UNPKG

1.19 kBJSONView Raw
1{
2 "name": "object.pick",
3 "description": "Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.",
4 "version": "0.1.1",
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 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/jonschlinkert/object.pick/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "index.js",
24 "engines": {
25 "node": ">=0.10.0"
26 },
27 "scripts": {
28 "test": "mocha -R spec"
29 },
30 "devDependencies": {
31 "mocha": "*",
32 "should": "^4.0.4",
33 "verb": ">= 0.2.6"
34 },
35 "keywords": [
36 "check",
37 "is",
38 "is-object",
39 "isobject",
40 "javascript",
41 "key",
42 "keys",
43 "object",
44 "pick",
45 "plain",
46 "prop",
47 "properties",
48 "property",
49 "props",
50 "type",
51 "type-of",
52 "typeof",
53 "util",
54 "utilities",
55 "utility",
56 "utils",
57 "value"
58 ]
59}
\No newline at end of file