[
    {
        "type": "commonjs-runtime"
    },
    {
        "type": "commonjs-ready",
        "inline": "end"
    },
    {
        "type": "require",
        "path": "./bar",
        "from": "/test/autotests/dep-require/transitive",
        "resolved": {
            "path": "/test/autotests/dep-require/transitive/bar.js",
            "meta": [],
            "clientPath": "/autotest$0/bar"
        }
    },
    {
        "type": "commonjs-def",
        "path": "/autotest$0/foo",
        "file": "/test/autotests/dep-require/transitive/foo.js",
        "inspected": {
            "requires": [
                {
                    "path": "./bar",
                    "range": [
                        0,
                        16
                    ],
                    "argRange": [
                        8,
                        15
                    ],
                    "resolved": {
                        "path": "/test/autotests/dep-require/transitive/bar.js",
                        "meta": [],
                        "clientPath": "/autotest$0/bar"
                    }
                }
            ],
            "foundGlobals": {},
            "asyncBlocks": [],
            "lastModified": -1,
            "allRequires": [
                {
                    "path": "./bar",
                    "range": [
                        0,
                        16
                    ],
                    "argRange": [
                        8,
                        15
                    ],
                    "resolved": {
                        "path": "/test/autotests/dep-require/transitive/bar.js",
                        "meta": [],
                        "clientPath": "/autotest$0/bar"
                    }
                }
            ]
        },
        "requireLastModified": -1
    }
]