=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== json-schema-test-suite-2.0.0/index.js-31- ajv = new Ajv({format: 'full', meta: false, schemaId}); json-schema-test-suite-2.0.0/index.js:32: ajv.addMetaSchema(require(`ajv/lib/refs/json-schema-draft-0${draft}.json`)); json-schema-test-suite-2.0.0/index.js:33: ajv._opts.defaultMeta = `http://json-schema.org/draft-0${draft}/schema#`; json-schema-test-suite-2.0.0/index.js-34- } ############################################## json-schema-test-suite-2.0.0/index.js-37- jsonSchemaTest(ajv, { json-schema-test-suite-2.0.0/index.js:38: description: `Test suite draft-0${draft}`, json-schema-test-suite-2.0.0/index.js:39: suites: {tests: `./tests/draft${draft}/{**/,}*.json`}, json-schema-test-suite-2.0.0/index.js-40- skip: SKIP[draft],