UNPKG

whitesource

Version:
47 lines (32 loc) 1.07 kB
/** * Created by Asaf on 15/08/2016. */ module.exports = Object.freeze({ BOWER_REPORT_NAME: "bower-report", BOWER_DEPS_REPORT: "bower-deps-report", BOWER_REPORT_JSON: "bower-report.json", BOWER_REPORT_POST_JSON: "bower-report-post.json", BOWER_RESPONSE_JSON: "response-bower.json", NPM_REPORT_NAME: "npm-report", NPM_DEPS_REPORT: "deps-report", NPM_REPORT_JSON: "report.json", NPM_REPORT_POST_JSON: "report-post.json", NPM_RESPONSE_JSON: "response-npm.json", NPM_LS_JSON: "lsJson.json", NPM_LS:"ls.txt", NPM_REGISTRY: "registry.npmjs.org", HTTP: "http", HTTPS: "https", POLICY_VIOLATIONS: "policy-violations.json", CHILDREN: "children", DEDUPED: "deduped", VERSION: "version", RESOLVED: "resolved", POLICY_REJECTION_SUMMARY: "policyRejectionSummary.json", DEFAULT_CONNECTION_DELAY_TIME_MILLISECONDS: 3000, LOG_FILES_FOLDER: "WhiteSource-log-files", APP_NAME: "WhiteSource", EMPTY_STRING: "", COMMA: ",", CIRCULAR_JSON_STRING: "~0~dependencies" });