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
| {
| "name": "selectn",
| "version": "0.9.6",
| "description": "Resolves deeply-nested object properties via dot or bracket-notation for Node.js and the browser.",
| "author": "Wil Moore III <wil.moore@wilmoore.com>",
| "keywords": [
| "object",
| "property",
| "access",
| "deep",
| "nested",
| "predicate",
| "functor"
| ],
| "main": "./index",
| "repository": {
| "type": "git",
| "url": "https://github.com/wilmoore/selectn"
| },
| "component": {
| "scripts": {
| "selectn": "index.js"
| }
| },
| "devDependencies": {
| "mocha": "*",
| "chai": "*",
| "browserify": "~2.27.1",
| "mocha-phantomjs": "~3.1.1"
| },
| "jam": {
| "include": [
| "selectn.js",
| "Readme.md"
| ]
| },
| "volo": {
| "url": "https://raw.github.com/wilmoore/selectn/v{version}/selectn.js"
| }
| }
|
|