-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbower.json
70 lines (70 loc) · 1.28 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "selectn",
"description": "Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.",
"main": "index.js",
"authors": [
"Wil Moore III <[email protected]>"
],
"license": "MIT",
"keywords": [
"Mitigate TypeError",
"TypeError",
"TypeErrors",
"access",
"accessor",
"bracket-notation",
"string",
"path",
"browser",
"callback",
"composable",
"compatible",
"curried",
"curry",
"deep",
"dot-notation",
"string",
"path",
"dot/bracket-notation",
"dot/bracket-notation",
"string",
"path",
"dref",
"es3",
"es3",
"compatible",
"functional",
"functor",
"higher-order",
"nested",
"object",
"parameter",
"order",
"path-lookup",
"pathval",
"pointfree",
"predicate",
"property",
"property",
"access",
"property",
"accessor",
"reach",
"string",
"path",
"to-function"
],
"homepage": "https://www.npmjs.com/package/selectn",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}