UNPKG

json10

Version:

Handle circural references, comments and many more inside JSON

26 lines 865 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_BASE_HREF = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0; // THIS FILE IS GENERATED - DO NOT MODIFY /** * Autogenerated by current cli tool */ exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp'; /** * This value can be change in taon.jsonc (appId) */ exports.APP_ID = 'com.domain.example.json10'; /** * Autogenerated by current cli tool */ exports.BUILD_BASE_HREF = ''; /** * This value can be change in taon.jsonc (overrideNpmName) */ exports.PROJECT_NPM_NAME = 'json10'; /** * Autogenerated by current cli tool. Use *tnp release* to bump version. */ exports.CURRENT_PACKAGE_VERSION = '19.0.41'; // THIS FILE IS GENERATED - DO NOT MODIFY //# sourceMappingURL=build-info._auto-generated_.js.map