gitextract_jqh31ilz/ ├── .eslintrc.js ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .travis.yml ├── Gruntfile.js ├── HISTORY.md ├── LICENSE.txt ├── README.md ├── bin/ │ └── apimocker.js ├── config.json ├── lib/ │ ├── apimocker.js │ └── logger.js ├── manifest.yml ├── package.json ├── samplemocks/ │ ├── ace.json │ ├── customerId1234.ace.json │ ├── customerId1234multitestabc.ace.json │ ├── king.json │ ├── multitestabc.ace.json │ ├── sorry.json │ ├── templateSample.json │ ├── templateSwitchSample.json │ ├── upload-form.html │ ├── users.json │ └── xml/ │ ├── id789.queen.xml │ ├── id789colorred.queen.xml │ └── queen.xml └── test/ ├── test-config.json ├── test-function-config.js ├── test-functional.js ├── test-logger.js ├── test-old-config.json ├── test-partial-config.json ├── test-simple-config.json └── test.js