UNPKG

1.38 kBJSONView Raw
1{
2 "name": "get-object",
3 "description": "Get a property from an object using dot (object path) notation.",
4 "version": "0.2.0",
5 "homepage": "https://github.com/jonschlinkert/get-object",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/get-object.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/get-object/issues"
16 },
17 "license": "MIT",
18 "main": "index.js",
19 "engines": {
20 "node": ">=0.10.0"
21 },
22 "scripts": {
23 "test": "mocha"
24 },
25 "dependencies": {
26 "is-number": "^2.0.2",
27 "isobject": "^0.2.0"
28 },
29 "devDependencies": {
30 "mocha": "*",
31 "should": "*"
32 },
33 "keywords": [
34 "check",
35 "dot",
36 "find",
37 "has",
38 "hasOwn",
39 "is",
40 "is-object",
41 "isobject",
42 "javascript",
43 "js",
44 "key",
45 "keys",
46 "node.js",
47 "notation",
48 "object",
49 "pick",
50 "prop",
51 "properties",
52 "property",
53 "props",
54 "string",
55 "type",
56 "type-of",
57 "typeof",
58 "util",
59 "utilities",
60 "utility",
61 "utils",
62 "value"
63 ],
64 "verb": {
65 "related": {
66 "list": [
67 "get-value",
68 "set-value",
69 "union-value",
70 "unset-value",
71 "upsert-value",
72 "del-value"
73 ]
74 }
75 },
76 "files": [
77 "index.js"
78 ]
79}