H A D | dependencies.json | 5 "dependencies": {"bar": ["foo"]} array 15 "data": {"foo": 1}, number 20 "data": {"foo": 1, "bar": 2}, number 25 "data": {"bar": 2}, number 29 "description": "ignores non-objects", 30 "data": "foo", 38 "dependencies": {"quux": ["foo", "bar"]} 48 "data": {"foo": 1, "bar": 2}, number 53 "data": {"foo": 1, "bar": 2, "quux": 3}, number 58 "data": {"foo": 1, "quux": 2}, number [all …]
|