From dab39f46b0b282a85246d9a1edd4a2574a2c230b Mon Sep 17 00:00:00 2001 From: Jason Gore Date: Fri, 22 Jan 2021 12:56:41 -0800 Subject: [PATCH 1/2] Make sure inherit check is symmetric with update behavior. --- dist/package-inherit-cli.js | 975 ++++++++++++++-------------- dist/package-inherit.js | 975 ++++++++++++++-------------- src/generateInheritedPackageJson.ts | 20 +- 3 files changed, 996 insertions(+), 974 deletions(-) diff --git a/dist/package-inherit-cli.js b/dist/package-inherit-cli.js index b508faa..b9c0046 100644 --- a/dist/package-inherit-cli.js +++ b/dist/package-inherit-cli.js @@ -2379,7 +2379,7 @@ const processFn = (fn, options, proxy, unwrapped) => function (...arguments_) { const filterCache = new WeakMap(); -var C__workspace_packageInherit_node_modules_pify = (input, options) => { +var D__git_packageInherit_node_modules_pify = (input, options) => { options = { exclude: [/.+(?:Sync|Stream)$/], errorFirst: true, @@ -6308,11 +6308,11 @@ var jsYaml = { addConstructor: addConstructor }; -var C__workspace_packageInherit_node_modules_jsYaml = jsYaml; +var D__git_packageInherit_node_modules_jsYaml = jsYaml; -const parse$1 = data => C__workspace_packageInherit_node_modules_jsYaml.safeLoad(stripBom(data)); +const parse$1 = data => D__git_packageInherit_node_modules_jsYaml.safeLoad(stripBom(data)); -const readYamlFile = fp => C__workspace_packageInherit_node_modules_pify(gracefulFs.readFile)(fp, 'utf8').then(data => parse$1(data)); +const readYamlFile = fp => D__git_packageInherit_node_modules_pify(gracefulFs.readFile)(fp, 'utf8').then(data => parse$1(data)); var readYamlFile_1 = readYamlFile; var _default$3 = readYamlFile; @@ -6335,7 +6335,7 @@ var arrayUnion = (...arguments_) => { const PassThrough = stream_1__default['default'].PassThrough; const slice = Array.prototype.slice; -var C__workspace_packageInherit_node_modules_merge2 = merge2; +var D__git_packageInherit_node_modules_merge2 = merge2; function merge2 () { const streamsQueue = []; @@ -6564,7 +6564,7 @@ exports.removeLeadingDotSegment = removeLeadingDotSegment; * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_isExtglob = function isExtglob(str) { +var D__git_packageInherit_node_modules_isExtglob = function isExtglob(str) { if (typeof str !== 'string' || str === '') { return false; } @@ -6590,12 +6590,12 @@ var chars = { '{': '}', '(': ')', '[': ']'}; var strictRegex = /\\(.)|(^!|\*|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/; var relaxedRegex = /\\(.)|(^!|[*?{}()[\]]|\(\?)/; -var C__workspace_packageInherit_node_modules_isGlob = function isGlob(str, options) { +var D__git_packageInherit_node_modules_isGlob = function isGlob(str, options) { if (typeof str !== 'string' || str === '') { return false; } - if (C__workspace_packageInherit_node_modules_isExtglob(str)) { + if (D__git_packageInherit_node_modules_isExtglob(str)) { return true; } @@ -6641,7 +6641,7 @@ var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g; * @param {Object} opts * @param {boolean} [opts.flipBackslashes=true] */ -var C__workspace_packageInherit_node_modules_globParent = function globParent(str, opts) { +var D__git_packageInherit_node_modules_globParent = function globParent(str, opts) { var options = Object.assign({ flipBackslashes: true }, opts); // flip windows path separators @@ -6660,7 +6660,7 @@ var C__workspace_packageInherit_node_modules_globParent = function globParent(st // remove path parts that are globby do { str = pathPosixDirname(str); - } while (C__workspace_packageInherit_node_modules_isGlob(str) || globby.test(str)); + } while (D__git_packageInherit_node_modules_isGlob(str) || globby.test(str)); // remove escape chars and return result return str.replace(escaped, '$1'); @@ -6815,7 +6815,7 @@ var stringify = (ast, options = {}) => { * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber = function(num) { +var D__git_packageInherit_node_modules_fastGlob_node_modules_isNumber = function(num) { if (typeof num === 'number') { return num - num === 0; } @@ -6826,7 +6826,7 @@ var C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber = fu }; const toRegexRange = (min, max, options) => { - if (C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber(min) === false) { + if (D__git_packageInherit_node_modules_fastGlob_node_modules_isNumber(min) === false) { throw new TypeError('toRegexRange: expected the first argument to be a number'); } @@ -6834,7 +6834,7 @@ const toRegexRange = (min, max, options) => { return String(min); } - if (C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber(max) === false) { + if (D__git_packageInherit_node_modules_fastGlob_node_modules_isNumber(max) === false) { throw new TypeError('toRegexRange: expected the second argument to be a number.'); } @@ -7101,7 +7101,7 @@ toRegexRange.clearCache = () => (toRegexRange.cache = {}); * Expose `toRegexRange` */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_toRegexRange = toRegexRange; +var D__git_packageInherit_node_modules_fastGlob_node_modules_toRegexRange = toRegexRange; const isObject$1 = val => val !== null && typeof val === 'object' && !Array.isArray(val); @@ -7185,7 +7185,7 @@ const toSequence = (parts, options) => { const toRange = (a, b, isNumbers, options) => { if (isNumbers) { - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(a, b, { wrap: false, ...options }); + return D__git_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(a, b, { wrap: false, ...options }); } let start = String.fromCharCode(a); @@ -7201,7 +7201,7 @@ const toRegex = (start, end, options) => { let prefix = options.capture ? '' : '?:'; return wrap ? `(${prefix}${start.join('|')})` : start.join('|'); } - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(start, end, options); + return D__git_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(start, end, options); }; const rangeError = (...args) => { @@ -7339,7 +7339,7 @@ const fill = (start, end, step, options = {}) => { return fillLetters(start, end, Math.max(Math.abs(step), 1), opts); }; -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_fillRange = fill; +var D__git_packageInherit_node_modules_fastGlob_node_modules_fillRange = fill; const compile = (ast, options = {}) => { let walk = (node, parent = {}) => { @@ -7374,7 +7374,7 @@ const compile = (ast, options = {}) => { if (node.nodes && node.ranges > 0) { let args = utils.reduce(node.nodes); - let range = C__workspace_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, { ...options, wrap: false, toRegex: true }); + let range = D__git_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, { ...options, wrap: false, toRegex: true }); if (range.length !== 0) { return args.length > 1 && range.length > 1 ? `(${range})` : range; @@ -7451,7 +7451,7 @@ const expand = (ast, options = {}) => { throw new RangeError('expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.'); } - let range = C__workspace_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, options); + let range = D__git_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, options); if (range.length === 0) { range = stringify(node, options); } @@ -8047,7 +8047,7 @@ braces.create = (input, options = {}) => { * Expose "braces" */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_braces = braces; +var D__git_packageInherit_node_modules_fastGlob_node_modules_braces = braces; const WIN_SLASH = '\\\\/'; const WIN_NO_SLASH = `[^${WIN_SLASH}]`; @@ -10080,7 +10080,7 @@ picomatch.constants = constants$1; var picomatch_1 = picomatch; -var C__workspace_packageInherit_node_modules_picomatch = picomatch_1; +var D__git_packageInherit_node_modules_picomatch = picomatch_1; const isEmptyString = val => typeof val === 'string' && (val === '' || val === './'); @@ -10119,7 +10119,7 @@ const micromatch = (list, patterns, options) => { }; for (let i = 0; i < patterns.length; i++) { - let isMatch = C__workspace_packageInherit_node_modules_picomatch(String(patterns[i]), { ...options, onResult }, true); + let isMatch = D__git_packageInherit_node_modules_picomatch(String(patterns[i]), { ...options, onResult }, true); let negated = isMatch.state.negated || isMatch.state.negatedExtglob; if (negated) negatives++; @@ -10179,7 +10179,7 @@ micromatch.match = micromatch; * @api public */ -micromatch.matcher = (pattern, options) => C__workspace_packageInherit_node_modules_picomatch(pattern, options); +micromatch.matcher = (pattern, options) => D__git_packageInherit_node_modules_picomatch(pattern, options); /** * Returns true if **any** of the given glob `patterns` match the specified `string`. @@ -10198,7 +10198,7 @@ micromatch.matcher = (pattern, options) => C__workspace_packageInherit_node_modu * @api public */ -micromatch.isMatch = (str, patterns, options) => C__workspace_packageInherit_node_modules_picomatch(patterns, options)(str); +micromatch.isMatch = (str, patterns, options) => D__git_packageInherit_node_modules_picomatch(patterns, options)(str); /** * Backwards compatibility @@ -10338,7 +10338,7 @@ micromatch.some = (list, patterns, options) => { let items = [].concat(list); for (let pattern of [].concat(patterns)) { - let isMatch = C__workspace_packageInherit_node_modules_picomatch(String(pattern), options); + let isMatch = D__git_packageInherit_node_modules_picomatch(String(pattern), options); if (items.some(item => isMatch(item))) { return true; } @@ -10374,7 +10374,7 @@ micromatch.every = (list, patterns, options) => { let items = [].concat(list); for (let pattern of [].concat(patterns)) { - let isMatch = C__workspace_packageInherit_node_modules_picomatch(String(pattern), options); + let isMatch = D__git_packageInherit_node_modules_picomatch(String(pattern), options); if (!items.every(item => isMatch(item))) { return false; } @@ -10414,7 +10414,7 @@ micromatch.all = (str, patterns, options) => { throw new TypeError(`Expected a string: "${util__default['default'].inspect(str)}"`); } - return [].concat(patterns).every(p => C__workspace_packageInherit_node_modules_picomatch(p, options)(str)); + return [].concat(patterns).every(p => D__git_packageInherit_node_modules_picomatch(p, options)(str)); }; /** @@ -10438,7 +10438,7 @@ micromatch.all = (str, patterns, options) => { micromatch.capture = (glob, input, options) => { let posix = utils$1.isWindows(options); - let regex = C__workspace_packageInherit_node_modules_picomatch.makeRe(String(glob), { ...options, capture: true }); + let regex = D__git_packageInherit_node_modules_picomatch.makeRe(String(glob), { ...options, capture: true }); let match = regex.exec(posix ? utils$1.toPosixSlashes(input) : input); if (match) { @@ -10462,7 +10462,7 @@ micromatch.capture = (glob, input, options) => { * @api public */ -micromatch.makeRe = (...args) => C__workspace_packageInherit_node_modules_picomatch.makeRe(...args); +micromatch.makeRe = (...args) => D__git_packageInherit_node_modules_picomatch.makeRe(...args); /** * Scan a glob pattern to separate the pattern into segments. Used @@ -10478,7 +10478,7 @@ micromatch.makeRe = (...args) => C__workspace_packageInherit_node_modules_picoma * @api public */ -micromatch.scan = (...args) => C__workspace_packageInherit_node_modules_picomatch.scan(...args); +micromatch.scan = (...args) => D__git_packageInherit_node_modules_picomatch.scan(...args); /** * Parse a glob pattern to create the source string for a regular @@ -10497,8 +10497,8 @@ micromatch.scan = (...args) => C__workspace_packageInherit_node_modules_picomatc micromatch.parse = (patterns, options) => { let res = []; for (let pattern of [].concat(patterns || [])) { - for (let str of C__workspace_packageInherit_node_modules_fastGlob_node_modules_braces(String(pattern), options)) { - res.push(C__workspace_packageInherit_node_modules_picomatch.parse(str, options)); + for (let str of D__git_packageInherit_node_modules_fastGlob_node_modules_braces(String(pattern), options)) { + res.push(D__git_packageInherit_node_modules_picomatch.parse(str, options)); } } return res; @@ -10526,7 +10526,7 @@ micromatch.braces = (pattern, options) => { if ((options && options.nobrace === true) || !/\{.*\}/.test(pattern)) { return [pattern]; } - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_braces(pattern, options); + return D__git_packageInherit_node_modules_fastGlob_node_modules_braces(pattern, options); }; /** @@ -10542,7 +10542,7 @@ micromatch.braceExpand = (pattern, options) => { * Expose micromatch */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_micromatch = micromatch; +var D__git_packageInherit_node_modules_fastGlob_node_modules_micromatch = micromatch; var pattern = createCommonjsModule(function (module, exports) { Object.defineProperty(exports, "__esModule", { value: true }); @@ -10615,7 +10615,7 @@ function getPositivePatterns(patterns) { } exports.getPositivePatterns = getPositivePatterns; function getBaseDirectory(pattern) { - return C__workspace_packageInherit_node_modules_globParent(pattern, { flipBackslashes: false }); + return D__git_packageInherit_node_modules_globParent(pattern, { flipBackslashes: false }); } exports.getBaseDirectory = getBaseDirectory; function hasGlobStar(pattern) { @@ -10638,14 +10638,14 @@ function expandPatternsWithBraceExpansion(patterns) { } exports.expandPatternsWithBraceExpansion = expandPatternsWithBraceExpansion; function expandBraceExpansion(pattern) { - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_micromatch.braces(pattern, { + return D__git_packageInherit_node_modules_fastGlob_node_modules_micromatch.braces(pattern, { expand: true, nodupes: true }); } exports.expandBraceExpansion = expandBraceExpansion; function getPatternParts(pattern, options) { - let { parts } = C__workspace_packageInherit_node_modules_picomatch.scan(pattern, Object.assign(Object.assign({}, options), { parts: true })); + let { parts } = D__git_packageInherit_node_modules_picomatch.scan(pattern, Object.assign(Object.assign({}, options), { parts: true })); /** * The scan method returns an empty array in some cases. * See micromatch/picomatch#58 for more details. @@ -10665,7 +10665,7 @@ function getPatternParts(pattern, options) { } exports.getPatternParts = getPatternParts; function makeRe(pattern, options) { - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_micromatch.makeRe(pattern, options); + return D__git_packageInherit_node_modules_fastGlob_node_modules_micromatch.makeRe(pattern, options); } exports.makeRe = makeRe; function convertPatternsToRe(patterns, options) { @@ -10683,7 +10683,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.merge = void 0; function merge(streams) { - const mergedStream = C__workspace_packageInherit_node_modules_merge2(streams); + const mergedStream = D__git_packageInherit_node_modules_merge2(streams); streams.forEach((stream) => { stream.once('error', (error) => mergedStream.emit('error', error)); }); @@ -10915,7 +10915,7 @@ function getSettings(settingsOrOptions = {}) { } }); -var C__workspace_packageInherit_node_modules_runParallel = runParallel; +var D__git_packageInherit_node_modules_runParallel = runParallel; function runParallel (tasks, cb) { var results, pending, keys; @@ -11032,7 +11032,7 @@ function readdirWithFileTypes(directory, settings, callback) { return callSuccessCallback(callback, entries); } const tasks = entries.map((entry) => makeRplTaskEntry(entry, settings)); - C__workspace_packageInherit_node_modules_runParallel(tasks, (rplError, rplEntries) => { + D__git_packageInherit_node_modules_runParallel(tasks, (rplError, rplEntries) => { if (rplError !== null) { return callFailureCallback(callback, rplError); } @@ -11067,7 +11067,7 @@ function readdir(directory, settings, callback) { const tasks = filepaths.map((filepath) => { return (done) => out.stat(filepath, settings.fsStatSettings, done); }); - C__workspace_packageInherit_node_modules_runParallel(tasks, (rplError, results) => { + D__git_packageInherit_node_modules_runParallel(tasks, (rplError, results) => { if (rplError !== null) { return callFailureCallback(callback, rplError); } @@ -12516,7 +12516,7 @@ const getGlob = (directory, options) => { return [path__default['default'].posix.join(directory, '**')]; }; -var C__workspace_packageInherit_node_modules_dirGlob = async (input, options) => { +var D__git_packageInherit_node_modules_dirGlob = async (input, options) => { options = { cwd: process.cwd(), ...options @@ -12548,7 +12548,7 @@ var sync$9 = (input, options) => { return [].concat.apply([], globs); // eslint-disable-line prefer-spread }; -C__workspace_packageInherit_node_modules_dirGlob.sync = sync$9; +D__git_packageInherit_node_modules_dirGlob.sync = sync$9; // A simple implementation of make-array function makeArray (subject) { @@ -13421,7 +13421,7 @@ const getFilterSync = options => { const globToTask = task => glob => { const {options} = task; if (options.ignore && Array.isArray(options.ignore) && options.expandDirectories) { - options.ignore = C__workspace_packageInherit_node_modules_dirGlob.sync(options.ignore); + options.ignore = D__git_packageInherit_node_modules_dirGlob.sync(options.ignore); } return { @@ -13441,7 +13441,7 @@ var globby$1 = async (patterns, options) => { const getTasks = async () => { const tasks = await Promise.all(globTasks.map(async task => { - const globs = await getPattern(task, C__workspace_packageInherit_node_modules_dirGlob); + const globs = await getPattern(task, D__git_packageInherit_node_modules_dirGlob); return Promise.all(globs.map(globToTask(task))); })); @@ -13458,7 +13458,7 @@ var sync$b = (patterns, options) => { const globTasks = generateGlobTasks(patterns, options); const tasks = globTasks.reduce((tasks, task) => { - const newTask = getPattern(task, C__workspace_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); + const newTask = getPattern(task, D__git_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); return tasks.concat(newTask); }, []); @@ -13474,7 +13474,7 @@ var stream$4 = (patterns, options) => { const globTasks = generateGlobTasks(patterns, options); const tasks = globTasks.reduce((tasks, task) => { - const newTask = getPattern(task, C__workspace_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); + const newTask = getPattern(task, D__git_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); return tasks.concat(newTask); }, []); @@ -13482,7 +13482,7 @@ var stream$4 = (patterns, options) => { const filterStream = new FilterStream$1(p => !filter(p)); const uniqueStream = new UniqueStream$1(); - return C__workspace_packageInherit_node_modules_merge2(tasks.map(task => out$3.stream(task.pattern, task.options))) + return D__git_packageInherit_node_modules_merge2(tasks.map(task => out$3.stream(task.pattern, task.options))) .pipe(filterStream) .pipe(uniqueStream); }; @@ -13632,15 +13632,15 @@ var fromPromise = function (fn) { }, 'name', { value: fn.name }) }; -var C__workspace_packageInherit_node_modules_universalify = { +var D__git_packageInherit_node_modules_universalify = { fromCallback: fromCallback, fromPromise: fromPromise }; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs = createCommonjsModule(function (module, exports) { // This is adapted from https://github.com/normalize/mz // Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors -const u = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u = D__git_packageInherit_node_modules_universalify.fromCallback; const api = [ @@ -14187,11 +14187,11 @@ function mkdirsSync (p, opts, made) { var mkdirsSync_1 = mkdirsSync; -const u = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u = D__git_packageInherit_node_modules_universalify.fromCallback; const mkdirs$1 = u(mkdirs_1); -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs = { mkdirs: mkdirs$1, mkdirsSync: mkdirsSync_1, // alias @@ -14201,19 +14201,19 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ ensureDirSync: mkdirsSync_1 }; -const u$1 = C__workspace_packageInherit_node_modules_universalify.fromPromise; +const u$1 = D__git_packageInherit_node_modules_universalify.fromPromise; function pathExists$1 (path) { - return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.access(path).then(() => true).catch(() => false) + return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.access(path).then(() => true).catch(() => false) } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists = { pathExists: u$1(pathExists$1), - pathExistsSync: C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.existsSync + pathExistsSync: D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.existsSync }; -const pathExists$2 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$2 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function copy (src, dest, options, callback) { if (typeof options === 'function' && !callback) { @@ -14252,7 +14252,7 @@ function copy (src, dest, options, callback) { pathExists$2(dir, (err, dirExists) => { if (err) return callback(err) if (dirExists) return ncp_1(src, dest, options, callback) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) ncp_1(src, dest, options, callback); }); @@ -14262,8 +14262,8 @@ function copy (src, dest, options, callback) { var copy_1 = copy; -const u$2 = C__workspace_packageInherit_node_modules_universalify.fromCallback; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy = { +const u$2 = D__git_packageInherit_node_modules_universalify.fromCallback; +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy = { copy: u$2(copy_1) }; @@ -14351,14 +14351,14 @@ function copySync (src, dest, options) { } else if (typeof options.filter === 'function') performCopy = options.filter(src, dest); if (stats.isFile() && performCopy) { - if (!destFolderExists) C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(destFolder); + if (!destFolderExists) D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(destFolder); copyFileSync_1(src, dest, { overwrite: options.overwrite, errorOnExist: options.errorOnExist, preserveTimestamps: options.preserveTimestamps }); } else if (stats.isDirectory() && performCopy) { - if (!gracefulFs.existsSync(dest)) C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dest); + if (!gracefulFs.existsSync(dest)) D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dest); const contents = gracefulFs.readdirSync(src); contents.forEach(content => { const opts = options; @@ -14373,7 +14373,7 @@ function copySync (src, dest, options) { var copySync_1 = copySync; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync = { copySync: copySync_1 }; @@ -14686,10 +14686,10 @@ function rmkidsSync (p, options) { var rimraf_1 = rimraf; rimraf.sync = rimrafSync; -const u$3 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$3 = D__git_packageInherit_node_modules_universalify.fromCallback; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove = { remove: u$3(rimraf_1), removeSync: rimraf_1.sync }; @@ -14827,20 +14827,20 @@ var jsonfile = { writeFileSync: writeFileSync }; -var C__workspace_packageInherit_node_modules_jsonfile = jsonfile; +var D__git_packageInherit_node_modules_jsonfile = jsonfile; -const u$4 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$4 = D__git_packageInherit_node_modules_universalify.fromCallback; var jsonfile$1 = { // jsonfile exports - readJson: u$4(C__workspace_packageInherit_node_modules_jsonfile.readFile), - readJsonSync: C__workspace_packageInherit_node_modules_jsonfile.readFileSync, - writeJson: u$4(C__workspace_packageInherit_node_modules_jsonfile.writeFile), - writeJsonSync: C__workspace_packageInherit_node_modules_jsonfile.writeFileSync + readJson: u$4(D__git_packageInherit_node_modules_jsonfile.readFile), + readJsonSync: D__git_packageInherit_node_modules_jsonfile.readFileSync, + writeJson: u$4(D__git_packageInherit_node_modules_jsonfile.writeFile), + writeJsonSync: D__git_packageInherit_node_modules_jsonfile.writeFileSync }; -const pathExists$3 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$3 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function outputJson (file, data, options, callback) { @@ -14855,7 +14855,7 @@ function outputJson (file, data, options, callback) { if (err) return callback(err) if (itDoes) return jsonfile$1.writeJson(file, data, options, callback) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) jsonfile$1.writeJson(file, data, options, callback); }); @@ -14868,7 +14868,7 @@ function outputJsonSync (file, data, options) { const dir = path__default['default'].dirname(file); if (!gracefulFs.existsSync(dir)) { - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); } jsonfile$1.writeJsonSync(file, data, options); @@ -14876,7 +14876,7 @@ function outputJsonSync (file, data, options) { var outputJsonSync_1 = outputJsonSync; -const u$5 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$5 = D__git_packageInherit_node_modules_universalify.fromCallback; jsonfile$1.outputJson = u$5(outputJson_1); @@ -14889,7 +14889,7 @@ jsonfile$1.writeJSONSync = jsonfile$1.writeJsonSync; jsonfile$1.readJSON = jsonfile$1.readJson; jsonfile$1.readJSONSync = jsonfile$1.readJsonSync; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json = jsonfile$1; +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json = jsonfile$1; // most of this code was written by Andrew Kelley // licensed under the BSD license: see @@ -14897,12 +14897,12 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ // this needs a cleanup -const u$6 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$6 = D__git_packageInherit_node_modules_universalify.fromCallback; -const remove = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove; -const mkdirp = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; +const remove = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove; +const mkdirp = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; function move (src, dest, options, callback) { if (typeof options === 'function') { @@ -15056,13 +15056,13 @@ function isSrcSubdir (src, dest, cb) { }); } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move = { move: u$6(move) }; -const copySync$1 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync.copySync; -const removeSync = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync; -const mkdirpSync = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; +const copySync$1 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync.copySync; +const removeSync = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync; +const mkdirpSync = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; function moveSync (src, dest, options) { @@ -15171,11 +15171,11 @@ function isSrcSubdir$1 (src, dest) { } } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync = { moveSync }; -const u$7 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$7 = D__git_packageInherit_node_modules_universalify.fromCallback; @@ -15184,7 +15184,7 @@ const u$7 = C__workspace_packageInherit_node_modules_universalify.fromCallback; const emptyDir = u$7(function emptyDir (dir, callback) { callback = callback || function () {}; fs__default['default'].readdir(dir, (err, items) => { - if (err) return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, callback) + if (err) return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, callback) items = items.map(item => path__default['default'].join(dir, item)); @@ -15193,7 +15193,7 @@ const emptyDir = u$7(function emptyDir (dir, callback) { function deleteItem () { const item = items.pop(); if (!item) return callback() - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove(item, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove(item, err => { if (err) return callback(err) deleteItem(); }); @@ -15206,27 +15206,27 @@ function emptyDirSync (dir) { try { items = fs__default['default'].readdirSync(dir); } catch (err) { - return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir) + return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir) } items.forEach(item => { item = path__default['default'].join(dir, item); - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync(item); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync(item); }); } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty = { emptyDirSync, emptydirSync: emptyDirSync, emptyDir, emptydir: emptyDir }; -const u$8 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$8 = D__git_packageInherit_node_modules_universalify.fromCallback; -const pathExists$4 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$4 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function createFile (file, callback) { function makeFile () { @@ -15242,7 +15242,7 @@ function createFile (file, callback) { pathExists$4(dir, (err, dirExists) => { if (err) return callback(err) if (dirExists) return makeFile() - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) makeFile(); }); @@ -15259,7 +15259,7 @@ function createFileSync (file) { const dir = path__default['default'].dirname(file); if (!gracefulFs.existsSync(dir)) { - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); } gracefulFs.writeFileSync(file, ''); @@ -15270,11 +15270,11 @@ var file = { createFileSync }; -const u$9 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$9 = D__git_packageInherit_node_modules_universalify.fromCallback; -const pathExists$5 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$5 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function createLink (srcpath, dstpath, callback) { function makeLink (srcpath, dstpath) { @@ -15297,7 +15297,7 @@ function createLink (srcpath, dstpath, callback) { pathExists$5(dir, (err, dirExists) => { if (err) return callback(err) if (dirExists) return makeLink(srcpath, dstpath) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) makeLink(srcpath, dstpath); }); @@ -15320,7 +15320,7 @@ function createLinkSync (srcpath, dstpath, callback) { const dir = path__default['default'].dirname(dstpath); const dirExists = gracefulFs.existsSync(dir); if (dirExists) return gracefulFs.linkSync(srcpath, dstpath) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); return gracefulFs.linkSync(srcpath, dstpath) } @@ -15330,7 +15330,7 @@ var link = { createLinkSync }; -const pathExists$6 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$6 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; /** * Function that returns two types of paths, one relative to symlink, and one @@ -15454,12 +15454,12 @@ var symlinkType_1 = { symlinkTypeSync }; -const u$a = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$a = D__git_packageInherit_node_modules_universalify.fromCallback; -const mkdirs$2 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; -const mkdirsSync$1 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; +const mkdirs$2 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; +const mkdirsSync$1 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; const symlinkPaths$1 = symlinkPaths_1.symlinkPaths; @@ -15469,7 +15469,7 @@ const symlinkPathsSync$1 = symlinkPaths_1.symlinkPathsSync; const symlinkType$1 = symlinkType_1.symlinkType; const symlinkTypeSync$1 = symlinkType_1.symlinkTypeSync; -const pathExists$7 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$7 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function createSymlink (srcpath, dstpath, type, callback) { callback = (typeof type === 'function') ? type : callback; @@ -15518,7 +15518,7 @@ var symlink = { createSymlinkSync }; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure = { // file createFile: file.createFile, createFileSync: file.createFileSync, @@ -15536,11 +15536,11 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ ensureSymlinkSync: symlink.createSymlinkSync }; -const u$b = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$b = D__git_packageInherit_node_modules_universalify.fromCallback; -const pathExists$8 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$8 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function outputFile (file, data, encoding, callback) { if (typeof encoding === 'function') { @@ -15553,7 +15553,7 @@ function outputFile (file, data, encoding, callback) { if (err) return callback(err) if (itDoes) return gracefulFs.writeFile(file, data, encoding, callback) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) gracefulFs.writeFile(file, data, encoding, callback); @@ -15566,11 +15566,11 @@ function outputFileSync (file, data, encoding) { if (gracefulFs.existsSync(dir)) { return gracefulFs.writeFileSync.apply(gracefulFs, arguments) } - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); gracefulFs.writeFileSync.apply(gracefulFs, arguments); } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output = { outputFile: u$b(outputFile), outputFileSync }; @@ -15578,21 +15578,21 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ const fs$2 = {}; // Export graceful-fs: -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs); // Export extra methods: -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists); -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib = fs$2; +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib = fs$2; var types = { ROOT : 0, @@ -15829,7 +15829,7 @@ var positions = { end: end }; -var C__workspace_packageInherit_node_modules_ret_lib = function(regexpStr) { +var D__git_packageInherit_node_modules_ret_lib = function(regexpStr) { var i = 0, l, c, start = { type: types.ROOT, stack: []}, @@ -16105,18 +16105,18 @@ var C__workspace_packageInherit_node_modules_ret_lib = function(regexpStr) { }; var types_1 = types; -C__workspace_packageInherit_node_modules_ret_lib.types = types_1; +D__git_packageInherit_node_modules_ret_lib.types = types_1; -var types$1 = C__workspace_packageInherit_node_modules_ret_lib.types; +var types$1 = D__git_packageInherit_node_modules_ret_lib.types; -var C__workspace_packageInherit_node_modules_safeRegex = function (re, opts) { +var D__git_packageInherit_node_modules_safeRegex = function (re, opts) { if (!opts) opts = {}; var replimit = opts.limit === undefined ? 25 : opts.limit; if (isRegExp$1(re)) re = re.source; else if (typeof re !== 'string') re = String(re); - try { re = C__workspace_packageInherit_node_modules_ret_lib(re); } + try { re = D__git_packageInherit_node_modules_ret_lib(re); } catch (err) { return false } var reps = 0; @@ -16163,7 +16163,7 @@ var isobject = function isObject(val) { var toString = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_isDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_isDescriptor_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -16293,7 +16293,7 @@ function isBuffer(val) { var toString$1 = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -16435,7 +16435,7 @@ function isAccessorDescriptor(obj, prop) { return typeof val !== 'undefined'; } - if (C__workspace_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -16459,7 +16459,7 @@ function isAccessorDescriptor(obj, prop) { continue; } - if (C__workspace_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor[key]) { + if (D__git_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor[key]) { continue; } @@ -16478,11 +16478,11 @@ function has(obj, key) { * Expose `isAccessorDescriptor` */ -var C__workspace_packageInherit_node_modules_isAccessorDescriptor = isAccessorDescriptor; +var D__git_packageInherit_node_modules_isAccessorDescriptor = isAccessorDescriptor; var toString$2 = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -16610,7 +16610,7 @@ function isBuffer$2(val) { return false; } -var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataDescriptor(obj, prop) { +var D__git_packageInherit_node_modules_isDataDescriptor = function isDataDescriptor(obj, prop) { // data descriptor properties var data = { configurable: 'boolean', @@ -16618,7 +16618,7 @@ var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataD writable: 'boolean' }; - if (C__workspace_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -16638,7 +16638,7 @@ var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataD continue; } - if (C__workspace_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { + if (D__git_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { continue; } @@ -16649,21 +16649,21 @@ var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataD return true; }; -var C__workspace_packageInherit_node_modules_isDescriptor = function isDescriptor(obj, key) { - if (C__workspace_packageInherit_node_modules_isDescriptor_node_modules_kindOf(obj) !== 'object') { +var D__git_packageInherit_node_modules_isDescriptor = function isDescriptor(obj, key) { + if (D__git_packageInherit_node_modules_isDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } if ('get' in obj) { - return C__workspace_packageInherit_node_modules_isAccessorDescriptor(obj, key); + return D__git_packageInherit_node_modules_isAccessorDescriptor(obj, key); } - return C__workspace_packageInherit_node_modules_isDataDescriptor(obj, key); + return D__git_packageInherit_node_modules_isDataDescriptor(obj, key); }; var define$1 = (typeof Reflect !== 'undefined' && Reflect.defineProperty) ? Reflect.defineProperty : Object.defineProperty; -var C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty = function defineProperty(obj, key, val) { +var D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty = function defineProperty(obj, key, val) { if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { throw new TypeError('expected an object, function, or array'); } @@ -16672,7 +16672,7 @@ var C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty throw new TypeError('expected "key" to be a string'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val)) { define$1(obj, key, val); return obj; } @@ -16725,7 +16725,7 @@ var isExtendable = function isExtendable(val) { * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_assignSymbols = function(receiver, objects) { +var D__git_packageInherit_node_modules_assignSymbols = function(receiver, objects) { if (receiver === null || typeof receiver === 'undefined') { throw new TypeError('expected first argument to be an object.'); } @@ -16757,7 +16757,7 @@ var C__workspace_packageInherit_node_modules_assignSymbols = function(receiver, return target; }; -var C__workspace_packageInherit_node_modules_toRegex_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_toRegex_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -16771,7 +16771,7 @@ var C__workspace_packageInherit_node_modules_toRegex_node_modules_extendShallow } if (isObject$3(val)) { assign$1(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -16813,7 +16813,7 @@ var isExtendable$1 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_regexNot_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_regexNot_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -16827,7 +16827,7 @@ var C__workspace_packageInherit_node_modules_regexNot_node_modules_extendShallow } if (isObject$4(val)) { assign$2(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -16903,7 +16903,7 @@ toRegex$1.create = function(pattern, options) { throw new TypeError('expected a string'); } - var opts = C__workspace_packageInherit_node_modules_regexNot_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_regexNot_node_modules_extendShallow({}, options); if (opts.contains === true) { opts.strictNegate = false; } @@ -16920,7 +16920,7 @@ toRegex$1.create = function(pattern, options) { } var res = open + str + close; - if (opts.safe === true && C__workspace_packageInherit_node_modules_safeRegex(res) === false) { + if (opts.safe === true && D__git_packageInherit_node_modules_safeRegex(res) === false) { throw new Error('potentially unsafe regular expression: ' + res); } @@ -16931,7 +16931,7 @@ toRegex$1.create = function(pattern, options) { * Expose `toRegex` */ -var C__workspace_packageInherit_node_modules_regexNot = toRegex$1; +var D__git_packageInherit_node_modules_regexNot = toRegex$1; var MAX_LENGTH$2 = 1024 * 64; @@ -16950,7 +16950,7 @@ var cache = {}; * @api public */ -var C__workspace_packageInherit_node_modules_toRegex = function(patterns, options) { +var D__git_packageInherit_node_modules_toRegex = function(patterns, options) { if (!Array.isArray(patterns)) { return makeRe(patterns, options); } @@ -16989,7 +16989,7 @@ function makeRe(pattern, options) { } } - var opts = C__workspace_packageInherit_node_modules_toRegex_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_toRegex_node_modules_extendShallow({}, options); if (opts.contains === true) { if (opts.negate === true) { opts.strictNegate = false; @@ -17014,13 +17014,13 @@ function makeRe(pattern, options) { try { if (opts.negate || typeof opts.strictNegate === 'boolean') { - pattern = C__workspace_packageInherit_node_modules_regexNot.create(pattern, opts); + pattern = D__git_packageInherit_node_modules_regexNot.create(pattern, opts); } var str = open + '(?:' + pattern + ')' + close; regex = new RegExp(str, flags); - if (opts.safe === true && C__workspace_packageInherit_node_modules_safeRegex(regex) === false) { + if (opts.safe === true && D__git_packageInherit_node_modules_safeRegex(regex) === false) { throw new Error('potentially unsafe regular expression: ' + regex.source); } @@ -17053,10 +17053,10 @@ function makeRe(pattern, options) { */ function memoize(regex, key, pattern, options) { - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'cached', true); - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'pattern', pattern); - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'options', options); - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'key', key); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'cached', true); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'pattern', pattern); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'options', options); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'key', key); cache[key] = regex; } @@ -17082,9 +17082,9 @@ function createKey(pattern, options) { */ var makeRe_1 = makeRe; -C__workspace_packageInherit_node_modules_toRegex.makeRe = makeRe_1; +D__git_packageInherit_node_modules_toRegex.makeRe = makeRe_1; -var C__workspace_packageInherit_node_modules_arrayUnique = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_arrayUnique = createCommonjsModule(function (module) { module.exports = function unique(arr) { if (!Array.isArray(arr)) { @@ -17129,19 +17129,19 @@ module.exports.immutable = function uniqueImmutable(arr) { * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_isExtendable = function isExtendable(val) { +var D__git_packageInherit_node_modules_isExtendable = function isExtendable(val) { return typeof val !== 'undefined' && val !== null && (typeof val === 'object' || typeof val === 'function'); }; -var C__workspace_packageInherit_node_modules_extendShallow = function extend(o/*, objects*/) { - if (!C__workspace_packageInherit_node_modules_isExtendable(o)) { o = {}; } +var D__git_packageInherit_node_modules_extendShallow = function extend(o/*, objects*/) { + if (!D__git_packageInherit_node_modules_isExtendable(o)) { o = {}; } var len = arguments.length; for (var i = 1; i < len; i++) { var obj = arguments[i]; - if (C__workspace_packageInherit_node_modules_isExtendable(obj)) { + if (D__git_packageInherit_node_modules_isExtendable(obj)) { assign$3(o, obj); } } @@ -17168,7 +17168,7 @@ var isExtendable$2 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_splitString_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_splitString_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -17182,7 +17182,7 @@ var C__workspace_packageInherit_node_modules_splitString_node_modules_extendShal } if (isObject$5(val)) { assign$4(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -17220,7 +17220,7 @@ function hasOwn$3(obj, key) { return Object.prototype.hasOwnProperty.call(obj, key); } -var C__workspace_packageInherit_node_modules_splitString = function(str, options, fn) { +var D__git_packageInherit_node_modules_splitString = function(str, options, fn) { if (typeof str !== 'string') { throw new TypeError('expected a string'); } @@ -17235,7 +17235,7 @@ var C__workspace_packageInherit_node_modules_splitString = function(str, options options = { sep: options }; } - var opts = C__workspace_packageInherit_node_modules_splitString_node_modules_extendShallow({sep: '.'}, options); + var opts = D__git_packageInherit_node_modules_splitString_node_modules_extendShallow({sep: '.'}, options); var quotes = opts.quotes || ['"', "'", '`']; var brackets; @@ -17388,7 +17388,7 @@ function keepEscaping(opts, str, idx) { * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_arrFlatten = function (arr) { +var D__git_packageInherit_node_modules_arrFlatten = function (arr) { return flat(arr, []); }; @@ -17411,7 +17411,7 @@ function flat(arr, res) { // The _isBuffer check is for Safari 5-7 support, because it's missing // Object.prototype.constructor. Remove this eventually -var C__workspace_packageInherit_node_modules_isBuffer = function (obj) { +var D__git_packageInherit_node_modules_isBuffer = function (obj) { return obj != null && (isBuffer$3(obj) || isSlowBuffer(obj) || !!obj._isBuffer) }; @@ -17433,7 +17433,7 @@ var toString$3 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_kindOf = function kindOf(val) { // primitivies if (typeof val === 'undefined') { return 'undefined'; @@ -17486,7 +17486,7 @@ var C__workspace_packageInherit_node_modules_kindOf = function kindOf(val) { } // buffer - if (C__workspace_packageInherit_node_modules_isBuffer(val)) { + if (D__git_packageInherit_node_modules_isBuffer(val)) { return 'buffer'; } @@ -17540,8 +17540,8 @@ var C__workspace_packageInherit_node_modules_kindOf = function kindOf(val) { return 'object'; }; -var C__workspace_packageInherit_node_modules_isNumber = function isNumber(num) { - var type = C__workspace_packageInherit_node_modules_kindOf(num); +var D__git_packageInherit_node_modules_isNumber = function isNumber(num) { + var type = D__git_packageInherit_node_modules_kindOf(num); if (type === 'string') { if (!num.trim()) return false; @@ -17570,7 +17570,7 @@ var cache$1; * Expose `repeat` */ -var C__workspace_packageInherit_node_modules_repeatString = repeat$1; +var D__git_packageInherit_node_modules_repeatString = repeat$1; /** * Repeat the given `string` the specified `number` @@ -17624,7 +17624,7 @@ function repeat$1(str, num) { var cache$2 = {}; function toRegexRange$1(min, max, options) { - if (C__workspace_packageInherit_node_modules_isNumber(min) === false) { + if (D__git_packageInherit_node_modules_isNumber(min) === false) { throw new RangeError('toRegexRange: first argument is invalid.'); } @@ -17632,7 +17632,7 @@ function toRegexRange$1(min, max, options) { return String(min); } - if (C__workspace_packageInherit_node_modules_isNumber(max) === false) { + if (D__git_packageInherit_node_modules_isNumber(max) === false) { throw new RangeError('toRegexRange: second argument is invalid.'); } @@ -17859,7 +17859,7 @@ function contains$1(arr, key, val) { } function countNines$1(min, len) { - return String(min).slice(0, -len) + C__workspace_packageInherit_node_modules_repeatString('9', len); + return String(min).slice(0, -len) + D__git_packageInherit_node_modules_repeatString('9', len); } function countZeros$1(integer, zeros) { @@ -17903,7 +17903,7 @@ function padZeros$1(val, tok) { * Expose `toRegexRange` */ -var C__workspace_packageInherit_node_modules_toRegexRange = toRegexRange$1; +var D__git_packageInherit_node_modules_toRegexRange = toRegexRange$1; /** * Return a range of numbers or letters. @@ -17923,7 +17923,7 @@ function fillRange(start, stop, step, options) { if (typeof stop === 'undefined' || start === stop) { // special case, for handling negative zero var isString = typeof start === 'string'; - if (C__workspace_packageInherit_node_modules_isNumber(start) && !toNumber(start)) { + if (D__git_packageInherit_node_modules_isNumber(start) && !toNumber(start)) { return [isString ? '0' : 0]; } return [start]; @@ -17938,7 +17938,7 @@ function fillRange(start, stop, step, options) { options = { transform: options }; } - var opts = C__workspace_packageInherit_node_modules_extendShallow({step: step}, options); + var opts = D__git_packageInherit_node_modules_extendShallow({step: step}, options); if (opts.step && !isValidNumber(opts.step)) { if (opts.strictRanges === true) { throw new TypeError('expected options.step to be a number'); @@ -18022,11 +18022,11 @@ function expand$1(start, stop, options) { function toRange$1(a, b, start, stop, options) { if (options.isPadded) { - return C__workspace_packageInherit_node_modules_toRegexRange(start, stop, options); + return D__git_packageInherit_node_modules_toRegexRange(start, stop, options); } if (options.isNumber) { - return C__workspace_packageInherit_node_modules_toRegexRange(Math.min(a, b), Math.max(a, b), options); + return D__git_packageInherit_node_modules_toRegexRange(Math.min(a, b), Math.max(a, b), options); } var start = String.fromCharCode(Math.min(a, b)); @@ -18062,7 +18062,7 @@ function zeros$1(val, options) { str = str.slice(1); } var diff = options.maxLength - len; - var pad = C__workspace_packageInherit_node_modules_repeatString('0', diff); + var pad = D__git_packageInherit_node_modules_repeatString('0', diff); val = (dash + pad + str); } if (options.stringify) { @@ -18089,7 +18089,7 @@ function isValidLetter(ch) { } function isValidNumber(n) { - return C__workspace_packageInherit_node_modules_isNumber(n) && !/\./.test(n); + return D__git_packageInherit_node_modules_isNumber(n) && !/\./.test(n); } /** @@ -18097,7 +18097,7 @@ function isValidNumber(n) { * @type {Function} */ -var C__workspace_packageInherit_node_modules_fillRange = fillRange; +var D__git_packageInherit_node_modules_fillRange = fillRange; /*! * repeat-element @@ -18106,7 +18106,7 @@ var C__workspace_packageInherit_node_modules_fillRange = fillRange; * Licensed under the MIT license. */ -var C__workspace_packageInherit_node_modules_repeatElement = function repeat(ele, num) { +var D__git_packageInherit_node_modules_repeatElement = function repeat(ele, num) { var arr = new Array(num); for (var i = 0; i < num; i++) { @@ -18125,12 +18125,12 @@ var utils = module.exports; * Module dependencies */ -utils.extend = C__workspace_packageInherit_node_modules_extendShallow; -utils.flatten = C__workspace_packageInherit_node_modules_arrFlatten; +utils.extend = D__git_packageInherit_node_modules_extendShallow; +utils.flatten = D__git_packageInherit_node_modules_arrFlatten; utils.isObject = isobject; -utils.fillRange = C__workspace_packageInherit_node_modules_fillRange; -utils.repeat = C__workspace_packageInherit_node_modules_repeatElement; -utils.unique = C__workspace_packageInherit_node_modules_arrayUnique; +utils.fillRange = D__git_packageInherit_node_modules_fillRange; +utils.repeat = D__git_packageInherit_node_modules_repeatElement; +utils.unique = D__git_packageInherit_node_modules_arrayUnique; utils.define = function(obj, key, val) { Object.defineProperty(obj, key, { @@ -18249,7 +18249,7 @@ utils.split = function(str, options) { if (opts.unescape === false) { opts.keepEscaping = true; } - return C__workspace_packageInherit_node_modules_splitString(str, opts, utils.escapeBrackets(opts)); + return D__git_packageInherit_node_modules_splitString(str, opts, utils.escapeBrackets(opts)); }; /** @@ -18734,7 +18734,7 @@ function hasQueue(node) { return Array.isArray(node.queue) && node.queue.length; } -var C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -18743,7 +18743,7 @@ var C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineP throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -18755,7 +18755,7 @@ var C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineP }); }; -var C__workspace_packageInherit_node_modules_snapdragonUtil = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_snapdragonUtil = createCommonjsModule(function (module) { var utils = module.exports; @@ -18775,7 +18775,7 @@ var utils = module.exports; */ utils.isNode = function(node) { - return C__workspace_packageInherit_node_modules_kindOf(node) === 'object' && node.isNode === true; + return D__git_packageInherit_node_modules_kindOf(node) === 'object' && node.isNode === true; }; /** @@ -19198,7 +19198,7 @@ utils.removeNode = function(parent, node) { utils.isType = function(node, type) { assert(utils.isNode(node), 'expected node to be an instance of Node'); - switch (C__workspace_packageInherit_node_modules_kindOf(type)) { + switch (D__git_packageInherit_node_modules_kindOf(type)) { case 'array': var types = type.slice(); for (var i = 0; i < types.length; i++) { @@ -19638,7 +19638,7 @@ utils.isInside = function(state, node, type) { return (parent && parent.type === type) || utils.isInsideType(state, type); } - if (C__workspace_packageInherit_node_modules_kindOf(type) === 'regexp') { + if (D__git_packageInherit_node_modules_kindOf(type) === 'regexp') { if (parent && parent.type && type.test(parent.type)) { return true; } @@ -19729,7 +19729,7 @@ utils.trim = function(str) { */ function isObject(val) { - return C__workspace_packageInherit_node_modules_kindOf(val) === 'object'; + return D__git_packageInherit_node_modules_kindOf(val) === 'object'; } /** @@ -19776,7 +19776,7 @@ function assert(val, message) { } }); -var C__workspace_packageInherit_node_modules_snapdragonNode = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_snapdragonNode = createCommonjsModule(function (module, exports) { @@ -19803,9 +19803,9 @@ function Node(val, type, parent) { type = null; } - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'parent', parent); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'isNode', true); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'expect', null); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'parent', parent); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'isNode', true); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'expect', null); if (typeof type !== 'string' && isobject(val)) { lazyKeys(); @@ -19837,7 +19837,7 @@ function Node(val, type, parent) { */ Node.isNode = function(node) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.isNode(node); + return D__git_packageInherit_node_modules_snapdragonUtil.isNode(node); }; /** @@ -19856,7 +19856,7 @@ Node.isNode = function(node) { */ Node.prototype.define = function(name, val) { - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, name, val); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, name, val); return this; }; @@ -19876,7 +19876,7 @@ Node.prototype.define = function(name, val) { */ Node.prototype.isEmpty = function(fn) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.isEmpty(this, fn); + return D__git_packageInherit_node_modules_snapdragonUtil.isEmpty(this, fn); }; /** @@ -19895,7 +19895,7 @@ Node.prototype.isEmpty = function(fn) { Node.prototype.push = function(node) { assert(Node.isNode(node), 'expected node to be an instance of Node'); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); this.nodes = this.nodes || []; return this.nodes.push(node); @@ -19917,7 +19917,7 @@ Node.prototype.push = function(node) { Node.prototype.unshift = function(node) { assert(Node.isNode(node), 'expected node to be an instance of Node'); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); this.nodes = this.nodes || []; return this.nodes.unshift(node); @@ -20007,7 +20007,7 @@ Node.prototype.remove = function(node) { */ Node.prototype.find = function(type) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.findNode(this.nodes, type); + return D__git_packageInherit_node_modules_snapdragonUtil.findNode(this.nodes, type); }; /** @@ -20025,7 +20025,7 @@ Node.prototype.find = function(type) { */ Node.prototype.isType = function(type) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.isType(this, type); + return D__git_packageInherit_node_modules_snapdragonUtil.isType(this, type); }; /** @@ -20046,7 +20046,7 @@ Node.prototype.isType = function(type) { */ Node.prototype.hasType = function(type) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.hasType(this, type); + return D__git_packageInherit_node_modules_snapdragonUtil.hasType(this, type); }; /** @@ -20098,7 +20098,7 @@ Object.defineProperty(Node.prototype, 'siblings', { Object.defineProperty(Node.prototype, 'index', { set: function(index) { - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'idx', index); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'idx', index); }, get: function() { if (!Array.isArray(this.siblings)) { @@ -20213,7 +20213,7 @@ Object.defineProperty(Node.prototype, 'first', { Object.defineProperty(Node.prototype, 'last', { get: function() { - return this.nodes ? C__workspace_packageInherit_node_modules_snapdragonUtil.last(this.nodes) : null; + return this.nodes ? D__git_packageInherit_node_modules_snapdragonUtil.last(this.nodes) : null; } }); @@ -20278,7 +20278,7 @@ var parsers = function(braces, options) { braces.parser .set('bos', function() { if (!this.parsed) { - this.ast = this.nodes[0] = new C__workspace_packageInherit_node_modules_snapdragonNode(this.ast); + this.ast = this.nodes[0] = new D__git_packageInherit_node_modules_snapdragonNode(this.ast); } }) @@ -20294,7 +20294,7 @@ var parsers = function(braces, options) { var prev = this.prev(); var last = utils_1.last(prev.nodes); - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 1, val: m[0] @@ -20376,7 +20376,7 @@ var parsers = function(braces, options) { } } - return pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + return pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'bracket', val: val, escaped: close !== ']', @@ -20406,7 +20406,7 @@ var parsers = function(braces, options) { prev.text += val; } - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 1, match: m, @@ -20435,12 +20435,12 @@ var parsers = function(braces, options) { last.optimize = false; } - var open = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var open = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'brace.open', val: m[0] })); - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'brace', nodes: [] })); @@ -20460,7 +20460,7 @@ var parsers = function(braces, options) { if (!m || !m[0]) return; var brace = this.pop('brace'); - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'brace.close', val: m[0] })); @@ -20507,7 +20507,7 @@ var parsers = function(braces, options) { var pos = this.position(); var m = this.match(/^[$^](?!\{)/); if (!m) return; - return pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + return pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', val: m[0] })); @@ -20531,7 +20531,7 @@ var parsers = function(braces, options) { prev.text += val; } - return pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + return pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 0, val: val @@ -20556,7 +20556,7 @@ var parsers = function(braces, options) { prev.text += val; } - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 1, val: val @@ -20626,7 +20626,7 @@ function concatNodes(pos, node, parent, options) { prev.push(node); } -var C__workspace_packageInherit_node_modules_base_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_base_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -20635,7 +20635,7 @@ var C__workspace_packageInherit_node_modules_base_node_modules_defineProperty = throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -20647,7 +20647,7 @@ var C__workspace_packageInherit_node_modules_base_node_modules_defineProperty = }); }; -var C__workspace_packageInherit_node_modules_componentEmitter = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_componentEmitter = createCommonjsModule(function (module) { /** * Expose `Emitter`. */ @@ -20823,7 +20823,7 @@ Emitter.prototype.hasListeners = function(event){ }; }); -var C__workspace_packageInherit_node_modules_objectVisit = function visit(thisArg, method, target, val) { +var D__git_packageInherit_node_modules_objectVisit = function visit(thisArg, method, target, val) { if (!isobject(thisArg) && typeof thisArg !== 'function') { throw new Error('object-visit expects `thisArg` to be an object.'); } @@ -20854,9 +20854,9 @@ var C__workspace_packageInherit_node_modules_objectVisit = function visit(thisAr * @param {Object} `arr` Array of objects. */ -var C__workspace_packageInherit_node_modules_mapVisit = function mapVisit(collection, method, val) { +var D__git_packageInherit_node_modules_mapVisit = function mapVisit(collection, method, val) { if (isObject$6(val)) { - return C__workspace_packageInherit_node_modules_objectVisit.apply(null, arguments); + return D__git_packageInherit_node_modules_objectVisit.apply(null, arguments); } if (!Array.isArray(val)) { @@ -20868,7 +20868,7 @@ var C__workspace_packageInherit_node_modules_mapVisit = function mapVisit(collec for (var i = 0; i < val.length; i++) { var ele = val[i]; if (isObject$6(ele)) { - C__workspace_packageInherit_node_modules_objectVisit.apply(null, [collection, method, ele].concat(args)); + D__git_packageInherit_node_modules_objectVisit.apply(null, [collection, method, ele].concat(args)); } else { collection[method].apply(collection, [ele].concat(args)); } @@ -20879,16 +20879,16 @@ function isObject$6(val) { return val && (typeof val === 'function' || (!Array.isArray(val) && typeof val === 'object')); } -var C__workspace_packageInherit_node_modules_collectionVisit = function(collection, method, val) { +var D__git_packageInherit_node_modules_collectionVisit = function(collection, method, val) { var result; if (typeof val === 'string' && (method in collection)) { var args = [].slice.call(arguments, 2); result = collection[method].apply(collection, args); } else if (Array.isArray(val)) { - result = C__workspace_packageInherit_node_modules_mapVisit.apply(null, arguments); + result = D__git_packageInherit_node_modules_mapVisit.apply(null, arguments); } else { - result = C__workspace_packageInherit_node_modules_objectVisit.apply(null, arguments); + result = D__git_packageInherit_node_modules_objectVisit.apply(null, arguments); } if (typeof result !== 'undefined') { @@ -20898,8 +20898,8 @@ var C__workspace_packageInherit_node_modules_collectionVisit = function(collecti return collection; }; -var C__workspace_packageInherit_node_modules_toObjectPath = function toPath(args) { - if (C__workspace_packageInherit_node_modules_kindOf(args) !== 'arguments') { +var D__git_packageInherit_node_modules_toObjectPath = function toPath(args) { + if (D__git_packageInherit_node_modules_kindOf(args) !== 'arguments') { args = arguments; } return filter(args).join('.'); @@ -20912,7 +20912,7 @@ function filter(arr) { while (++idx < len) { var ele = arr[idx]; - if (C__workspace_packageInherit_node_modules_kindOf(ele) === 'arguments' || Array.isArray(ele)) { + if (D__git_packageInherit_node_modules_kindOf(ele) === 'arguments' || Array.isArray(ele)) { res.push.apply(res, filter(ele)); } else if (typeof ele === 'string') { res.push(ele); @@ -20921,7 +20921,7 @@ function filter(arr) { return res; } -var C__workspace_packageInherit_node_modules_arrUnion = function union(init) { +var D__git_packageInherit_node_modules_arrUnion = function union(init) { if (!Array.isArray(init)) { throw new TypeError('arr-union expects the first argument to be an array.'); } @@ -20956,7 +20956,7 @@ var C__workspace_packageInherit_node_modules_arrUnion = function union(init) { * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_getValue = function(obj, prop, a, b, c) { +var D__git_packageInherit_node_modules_getValue = function(obj, prop, a, b, c) { if (!isObject$7(obj) || !prop) { return obj; } @@ -21000,8 +21000,8 @@ function toString$4(val) { return val; } -var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) { - if (!C__workspace_packageInherit_node_modules_isExtendable(obj)) { +var D__git_packageInherit_node_modules_setValue = function(obj, prop, val) { + if (!D__git_packageInherit_node_modules_isExtendable(obj)) { return obj; } @@ -21013,7 +21013,7 @@ var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) return obj; } - var keys = C__workspace_packageInherit_node_modules_splitString(prop, {sep: '.', brackets: true}).filter(isValidKey); + var keys = D__git_packageInherit_node_modules_splitString(prop, {sep: '.', brackets: true}).filter(isValidKey); var len = keys.length; var idx = -1; var current = obj; @@ -21021,7 +21021,7 @@ var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) while (++idx < len) { var key = keys[idx]; if (idx !== len - 1) { - if (!C__workspace_packageInherit_node_modules_isExtendable(current[key])) { + if (!D__git_packageInherit_node_modules_isExtendable(current[key])) { current[key] = {}; } current = current[key]; @@ -21029,7 +21029,7 @@ var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) } if (isPlainObject(current[key]) && isPlainObject(val)) { - current[key] = C__workspace_packageInherit_node_modules_extendShallow({}, current[key], val); + current[key] = D__git_packageInherit_node_modules_extendShallow({}, current[key], val); } else { current[key] = val; } @@ -21042,8 +21042,8 @@ function isValidKey(key) { return key !== '__proto__' && key !== 'constructor' && key !== 'prototype'; } -var C__workspace_packageInherit_node_modules_unionValue = function unionValue(obj, prop, value) { - if (!C__workspace_packageInherit_node_modules_isExtendable(obj)) { +var D__git_packageInherit_node_modules_unionValue = function unionValue(obj, prop, value) { + if (!D__git_packageInherit_node_modules_isExtendable(obj)) { throw new TypeError('union-value expects the first argument to be an object.'); } @@ -21051,8 +21051,8 @@ var C__workspace_packageInherit_node_modules_unionValue = function unionValue(ob throw new TypeError('union-value expects `prop` to be a string.'); } - var arr = arrayify(C__workspace_packageInherit_node_modules_getValue(obj, prop)); - C__workspace_packageInherit_node_modules_setValue(obj, prop, C__workspace_packageInherit_node_modules_arrUnion(arr, arrayify(value))); + var arr = arrayify(D__git_packageInherit_node_modules_getValue(obj, prop)); + D__git_packageInherit_node_modules_setValue(obj, prop, D__git_packageInherit_node_modules_arrUnion(arr, arrayify(value))); return obj; }; @@ -21068,7 +21068,7 @@ function arrayify(val) { var toString$5 = {}.toString; -var C__workspace_packageInherit_node_modules_isarray = Array.isArray || function (arr) { +var D__git_packageInherit_node_modules_isarray = Array.isArray || function (arr) { return toString$5.call(arr) == '[object Array]'; }; @@ -21079,7 +21079,7 @@ var C__workspace_packageInherit_node_modules_isarray = Array.isArray || function * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues = function hasValue(o, noZero) { +var D__git_packageInherit_node_modules_unsetValue_node_modules_hasValues = function hasValue(o, noZero) { if (o === null || o === undefined) { return false; } @@ -21107,18 +21107,18 @@ var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues = return false; }; -var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject = function isObject(val) { - return val != null && typeof val === 'object' && C__workspace_packageInherit_node_modules_isarray(val) === false; +var D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject = function isObject(val) { + return val != null && typeof val === 'object' && D__git_packageInherit_node_modules_isarray(val) === false; }; -var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue = function(obj, prop, noZero) { - if (C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject(obj)) { - return C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues(C__workspace_packageInherit_node_modules_getValue(obj, prop), noZero); +var D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue = function(obj, prop, noZero) { + if (D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject(obj)) { + return D__git_packageInherit_node_modules_unsetValue_node_modules_hasValues(D__git_packageInherit_node_modules_getValue(obj, prop), noZero); } - return C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues(obj, prop); + return D__git_packageInherit_node_modules_unsetValue_node_modules_hasValues(obj, prop); }; -var C__workspace_packageInherit_node_modules_unsetValue = function unset(obj, prop) { +var D__git_packageInherit_node_modules_unsetValue = function unset(obj, prop) { if (!isobject(obj)) { throw new TypeError('expected an object.'); } @@ -21127,7 +21127,7 @@ var C__workspace_packageInherit_node_modules_unsetValue = function unset(obj, pr return true; } - if (C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue(obj, prop)) { + if (D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue(obj, prop)) { var segs = prop.split('.'); var last = segs.pop(); while (segs.length && segs[segs.length - 1].slice(-1) === '\\') { @@ -21182,7 +21182,7 @@ function namespace(prop) { * Inherit Emitter */ - C__workspace_packageInherit_node_modules_componentEmitter(Cache.prototype); + D__git_packageInherit_node_modules_componentEmitter(Cache.prototype); /** * Assign `value` to `key`. Also emits `set` with @@ -21212,12 +21212,12 @@ function namespace(prop) { Cache.prototype.set = function(key, val) { if (Array.isArray(key) && arguments.length === 2) { - key = C__workspace_packageInherit_node_modules_toObjectPath(key); + key = D__git_packageInherit_node_modules_toObjectPath(key); } if (isobject(key) || Array.isArray(key)) { this.visit('set', key); } else { - C__workspace_packageInherit_node_modules_setValue(prop ? this[prop] : this, key, val); + D__git_packageInherit_node_modules_setValue(prop ? this[prop] : this, key, val); this.emit('set', key, val); } return this; @@ -21242,10 +21242,10 @@ function namespace(prop) { Cache.prototype.union = function(key, val) { if (Array.isArray(key) && arguments.length === 2) { - key = C__workspace_packageInherit_node_modules_toObjectPath(key); + key = D__git_packageInherit_node_modules_toObjectPath(key); } var ctx = prop ? this[prop] : this; - C__workspace_packageInherit_node_modules_unionValue(ctx, key, arrayify$1(val)); + D__git_packageInherit_node_modules_unionValue(ctx, key, arrayify$1(val)); this.emit('union', val); return this; }; @@ -21271,10 +21271,10 @@ function namespace(prop) { */ Cache.prototype.get = function(key) { - key = C__workspace_packageInherit_node_modules_toObjectPath(arguments); + key = D__git_packageInherit_node_modules_toObjectPath(arguments); var ctx = prop ? this[prop] : this; - var val = C__workspace_packageInherit_node_modules_getValue(ctx, key); + var val = D__git_packageInherit_node_modules_getValue(ctx, key); this.emit('get', key, val); return val; @@ -21298,10 +21298,10 @@ function namespace(prop) { */ Cache.prototype.has = function(key) { - key = C__workspace_packageInherit_node_modules_toObjectPath(arguments); + key = D__git_packageInherit_node_modules_toObjectPath(arguments); var ctx = prop ? this[prop] : this; - var val = C__workspace_packageInherit_node_modules_getValue(ctx, key); + var val = D__git_packageInherit_node_modules_getValue(ctx, key); var has = typeof val !== 'undefined'; this.emit('has', key, has); @@ -21329,7 +21329,7 @@ function namespace(prop) { if (Array.isArray(key)) { this.visit('del', key); } else { - C__workspace_packageInherit_node_modules_unsetValue(prop ? this[prop] : this, key); + D__git_packageInherit_node_modules_unsetValue(prop ? this[prop] : this, key); this.emit('del', key); } return this; @@ -21362,7 +21362,7 @@ function namespace(prop) { */ Cache.prototype.visit = function(method, val) { - C__workspace_packageInherit_node_modules_collectionVisit(this, method, val); + D__git_packageInherit_node_modules_collectionVisit(this, method, val); return this; }; @@ -21381,14 +21381,14 @@ function arrayify$1(val) { * Expose `Cache` */ -var C__workspace_packageInherit_node_modules_cacheBase = namespace(); +var D__git_packageInherit_node_modules_cacheBase = namespace(); /** * Expose `Cache.namespace` */ var namespace_1 = namespace; -C__workspace_packageInherit_node_modules_cacheBase.namespace = namespace_1; +D__git_packageInherit_node_modules_cacheBase.namespace = namespace_1; var isExtendable$3 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); @@ -21401,7 +21401,7 @@ var isExtendable$3 = function isExtendable(val) { * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_forIn = function forIn(obj, fn, thisArg) { +var D__git_packageInherit_node_modules_forIn = function forIn(obj, fn, thisArg) { for (var key in obj) { if (fn.call(thisArg, obj[key], key, obj) === false) { break; @@ -21414,7 +21414,7 @@ function mixinDeep(target, objects) { while (++i < len) { var obj = arguments[i]; if (isObject$8(obj)) { - C__workspace_packageInherit_node_modules_forIn(obj, copy$1, target); + D__git_packageInherit_node_modules_forIn(obj, copy$1, target); } } return target; @@ -21466,7 +21466,7 @@ function isValidKey$1(key) { * Expose `mixinDeep` */ -var C__workspace_packageInherit_node_modules_mixinDeep = mixinDeep; +var D__git_packageInherit_node_modules_mixinDeep = mixinDeep; /*! * pascalcase @@ -21488,7 +21488,7 @@ function pascalcase(str) { }); } -var C__workspace_packageInherit_node_modules_pascalcase = pascalcase; +var D__git_packageInherit_node_modules_pascalcase = pascalcase; var toString$6 = Object.prototype.toString; @@ -21499,7 +21499,7 @@ var toString$6 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_defineProperty_node_modules_kindOf = function kindOf(val) { var type = typeof val; // primitivies @@ -21647,7 +21647,7 @@ var toString$7 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { // primitivies if (typeof val === 'undefined') { return 'undefined'; @@ -21700,7 +21700,7 @@ var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAcces } // buffer - if (C__workspace_packageInherit_node_modules_isBuffer(val)) { + if (D__git_packageInherit_node_modules_isBuffer(val)) { return 'buffer'; } @@ -21768,7 +21768,7 @@ function isAccessorDescriptor$1(obj, prop) { return typeof val !== 'undefined'; } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -21792,7 +21792,7 @@ function isAccessorDescriptor$1(obj, prop) { continue; } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor$1[key]) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor$1[key]) { continue; } @@ -21811,7 +21811,7 @@ function has$1(obj, key) { * Expose `isAccessorDescriptor` */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor = isAccessorDescriptor$1; +var D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor = isAccessorDescriptor$1; var toString$8 = Object.prototype.toString; @@ -21822,7 +21822,7 @@ var toString$8 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { // primitivies if (typeof val === 'undefined') { return 'undefined'; @@ -21875,7 +21875,7 @@ var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataD } // buffer - if (C__workspace_packageInherit_node_modules_isBuffer(val)) { + if (D__git_packageInherit_node_modules_isBuffer(val)) { return 'buffer'; } @@ -21937,7 +21937,7 @@ var data = { }; function isDataDescriptor(obj, prop) { - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -21957,7 +21957,7 @@ function isDataDescriptor(obj, prop) { continue; } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { continue; } @@ -21972,19 +21972,19 @@ function isDataDescriptor(obj, prop) { * Expose `isDataDescriptor` */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor = isDataDescriptor; +var D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor = isDataDescriptor; -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDescriptor = function isDescriptor(obj, key) { - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_kindOf(obj) !== 'object') { +var D__git_packageInherit_node_modules_defineProperty_node_modules_isDescriptor = function isDescriptor(obj, key) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_kindOf(obj) !== 'object') { return false; } if ('get' in obj) { - return C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor(obj, key); + return D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor(obj, key); } - return C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor(obj, key); + return D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor(obj, key); }; -var C__workspace_packageInherit_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -21993,7 +21993,7 @@ var C__workspace_packageInherit_node_modules_defineProperty = function definePro throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -22052,7 +22052,7 @@ var C__workspace_packageInherit_node_modules_defineProperty = function definePro * @api public */ -var C__workspace_packageInherit_node_modules_copyDescriptor = function copyDescriptor(receiver, provider, from, to) { +var D__git_packageInherit_node_modules_copyDescriptor = function copyDescriptor(receiver, provider, from, to) { if (!isObject$9(provider) && typeof provider !== 'function') { to = from; from = provider; @@ -22120,9 +22120,9 @@ function copy$2(receiver, provider, omit) { var key = props[len]; if (has$2(keys, key)) { - C__workspace_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); + D__git_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); } else if (!(key in receiver) && !has$2(omit, key)) { - C__workspace_packageInherit_node_modules_copyDescriptor(receiver, provider, key); + D__git_packageInherit_node_modules_copyDescriptor(receiver, provider, key); } } } @@ -22131,7 +22131,7 @@ function copy$2(receiver, provider, omit) { */ function isObject$a(val) { - return C__workspace_packageInherit_node_modules_kindOf(val) === 'object' || typeof val === 'function'; + return D__git_packageInherit_node_modules_kindOf(val) === 'object' || typeof val === 'function'; } /** @@ -22244,14 +22244,14 @@ function nativeKeys(val) { * Expose `copy` */ -var C__workspace_packageInherit_node_modules_objectCopy = copy$2; +var D__git_packageInherit_node_modules_objectCopy = copy$2; /** * Expose `copy.has` for tests */ var has_1 = has$2; -C__workspace_packageInherit_node_modules_objectCopy.has = has_1; +D__git_packageInherit_node_modules_objectCopy.has = has_1; /** * Returns a function for extending the static properties, @@ -22297,7 +22297,7 @@ function extend$1(Parent, extendFn) { } util__default['default'].inherits(Ctor, Parent); - C__workspace_packageInherit_node_modules_objectCopy(Ctor, Parent); + D__git_packageInherit_node_modules_objectCopy(Ctor, Parent); // proto can be null or a plain object if (typeof proto === 'object') { @@ -22309,7 +22309,7 @@ function extend$1(Parent, extendFn) { } // keep a reference to the parent prototype - C__workspace_packageInherit_node_modules_defineProperty(Ctor.prototype, '_parent_', { + D__git_packageInherit_node_modules_defineProperty(Ctor.prototype, '_parent_', { configurable: true, set: function() {}, get: function() { @@ -22328,9 +22328,9 @@ function extend$1(Parent, extendFn) { * Expose `extend` */ -var C__workspace_packageInherit_node_modules_staticExtend = extend$1; +var D__git_packageInherit_node_modules_staticExtend = extend$1; -var C__workspace_packageInherit_node_modules_classUtils = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_classUtils = createCommonjsModule(function (module) { @@ -22610,7 +22610,7 @@ cu.copy = function copy(receiver, provider, omit) { key = props[len]; if (cu.has(keys, key)) { - C__workspace_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); + D__git_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); } else if (!(key in receiver) && !cu.has(omit, key)) { cu.copyDescriptor(receiver, provider, key); } @@ -22674,7 +22674,7 @@ cu.inherit = function inherit(receiver, provider, omit) { cu.extend = function() { // keep it lazy, instead of assigning to `cu.extend` - return C__workspace_packageInherit_node_modules_staticExtend.apply(null, arguments); + return D__git_packageInherit_node_modules_staticExtend.apply(null, arguments); }; /** @@ -22689,7 +22689,7 @@ cu.bubble = function(Parent, events) { events = events || []; Parent.bubble = function(Child, arr) { if (Array.isArray(arr)) { - events = C__workspace_packageInherit_node_modules_arrUnion([], events, arr); + events = D__git_packageInherit_node_modules_arrUnion([], events, arr); } var len = events.length; var idx = -1; @@ -22707,7 +22707,7 @@ cu.bubble = function(Parent, events) { */ function namespace$1(name) { - var Cache = name ? C__workspace_packageInherit_node_modules_cacheBase.namespace(name) : C__workspace_packageInherit_node_modules_cacheBase; + var Cache = name ? D__git_packageInherit_node_modules_cacheBase.namespace(name) : D__git_packageInherit_node_modules_cacheBase; var fns = []; /** @@ -22753,14 +22753,14 @@ function namespace$1(name) { * Add static emitter methods */ - C__workspace_packageInherit_node_modules_componentEmitter(Base); + D__git_packageInherit_node_modules_componentEmitter(Base); /** * Initialize `Base` defaults with the given `config` object */ Base.prototype.initBase = function(config, options) { - this.options = C__workspace_packageInherit_node_modules_mixinDeep({}, this.options, options); + this.options = D__git_packageInherit_node_modules_mixinDeep({}, this.options, options); this.cache = this.cache || {}; this.define('registered', {}); if (name) this[name] = {}; @@ -22801,7 +22801,7 @@ function namespace$1(name) { if (typeof name !== 'string') { throw new TypeError('expected name to be a string'); } - this.define('is' + C__workspace_packageInherit_node_modules_pascalcase(name), true); + this.define('is' + D__git_packageInherit_node_modules_pascalcase(name), true); this.define('_name', name); this.define('_appname', name); return this; @@ -22891,7 +22891,7 @@ function namespace$1(name) { if (isobject(key)) { return this.visit('define', key); } - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(this, key, val); + D__git_packageInherit_node_modules_base_node_modules_defineProperty(this, key, val); return this; }; @@ -22983,7 +22983,7 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'use', function(fn) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'use', function(fn) { fns.push(fn); return Base; }); @@ -22997,7 +22997,7 @@ function namespace$1(name) { * @param {Array} `arr` Array of functions to pass to the method. */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'run', function(obj, prop, arr) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'run', function(obj, prop, arr) { var len = arr.length, i = 0; while (len--) { obj[prop](arr[i++]); @@ -23027,10 +23027,10 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'extend', C__workspace_packageInherit_node_modules_classUtils.extend(Base, function(Ctor, Parent) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'extend', D__git_packageInherit_node_modules_classUtils.extend(Base, function(Ctor, Parent) { Ctor.prototype.mixins = Ctor.prototype.mixins || []; - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixin', function(fn) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixin', function(fn) { var mixin = fn(Ctor.prototype, Ctor); if (typeof mixin === 'function') { Ctor.prototype.mixins.push(mixin); @@ -23038,7 +23038,7 @@ function namespace$1(name) { return Ctor; }); - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixins', function(Child) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixins', function(Child) { Base.run(Child, 'mixin', Ctor.prototype.mixins); return Ctor; }); @@ -23069,7 +23069,7 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixin', function(fn) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixin', function(fn) { var mixin = fn(Base.prototype, Base); if (typeof mixin === 'function') { Base.prototype.mixins.push(mixin); @@ -23091,7 +23091,7 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixins', function(Child) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixins', function(Child) { Base.run(Child, 'mixin', Base.prototype.mixins); return Base; }); @@ -23110,8 +23110,8 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'inherit', C__workspace_packageInherit_node_modules_classUtils.inherit); - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'bubble', C__workspace_packageInherit_node_modules_classUtils.bubble); + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'inherit', D__git_packageInherit_node_modules_classUtils.inherit); + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'bubble', D__git_packageInherit_node_modules_classUtils.bubble); return Base; } @@ -23119,14 +23119,14 @@ function namespace$1(name) { * Expose `Base` with default settings */ -var C__workspace_packageInherit_node_modules_base = namespace$1(); +var D__git_packageInherit_node_modules_base = namespace$1(); /** * Allow users to define a namespace */ var namespace_1$1 = namespace$1; -C__workspace_packageInherit_node_modules_base.namespace = namespace_1$1; +D__git_packageInherit_node_modules_base.namespace = namespace_1$1; /*! * use @@ -23135,7 +23135,7 @@ C__workspace_packageInherit_node_modules_base.namespace = namespace_1$1; * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_use = function base(app, options) { +var D__git_packageInherit_node_modules_use = function base(app, options) { if (!isObject$b(app) && typeof app !== 'function') { throw new TypeError('expected an object or function'); } @@ -23306,7 +23306,7 @@ var y = d * 365.25; * @api public */ -var C__workspace_packageInherit_node_modules_ms = function(val, options) { +var D__git_packageInherit_node_modules_ms = function(val, options) { options = options || {}; var type = typeof val; if (type === 'string' && val.length > 0) { @@ -23448,7 +23448,7 @@ exports.coerce = coerce; exports.disable = disable; exports.enable = enable; exports.enabled = enabled; -exports.humanize = C__workspace_packageInherit_node_modules_ms; +exports.humanize = D__git_packageInherit_node_modules_ms; /** * The currently active debug mode names, and names to skip. @@ -24078,7 +24078,7 @@ function init (debug) { exports.enable(load()); }); -var C__workspace_packageInherit_node_modules_debug_src = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_debug_src = createCommonjsModule(function (module) { /** * Detect Electron renderer process, which is node, but we should * treat as a browser. @@ -27258,7 +27258,7 @@ function customDecodeURIComponent(input) { return input; } -var C__workspace_packageInherit_node_modules_decodeUriComponent = function (encodedURI) { +var D__git_packageInherit_node_modules_decodeUriComponent = function (encodedURI) { if (typeof encodedURI !== 'string') { throw new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`'); } @@ -27276,7 +27276,7 @@ var C__workspace_packageInherit_node_modules_decodeUriComponent = function (enco function customDecodeUriComponent(string) { // `decodeUriComponent` turns `+` into ` `, but that's not wanted. - return C__workspace_packageInherit_node_modules_decodeUriComponent(string.replace(/\+/g, "%2B")) + return D__git_packageInherit_node_modules_decodeUriComponent(string.replace(/\+/g, "%2B")) } var decodeUriComponent_1 = customDecodeUriComponent; @@ -27290,7 +27290,7 @@ function urix(aPath) { return aPath } -var C__workspace_packageInherit_node_modules_urix = urix; +var D__git_packageInherit_node_modules_urix = urix; function atob(str) { return Buffer.from(str, 'base64').toString('binary'); @@ -27400,7 +27400,7 @@ function decodeBase64String(b64) { } function resolveSourceMapHelper(code, codeUrl) { - codeUrl = C__workspace_packageInherit_node_modules_urix(codeUrl); + codeUrl = D__git_packageInherit_node_modules_urix(codeUrl); var url = sourceMapUrl.getFrom(code); if (!url) { @@ -27517,7 +27517,7 @@ var endingSlash = /\/?$/; function resolveSourcesHelper(map, mapUrl, options, fn) { options = options || {}; - mapUrl = C__workspace_packageInherit_node_modules_urix(mapUrl); + mapUrl = D__git_packageInherit_node_modules_urix(mapUrl); var fullUrl; var sourceContent; var sourceRoot; @@ -27636,7 +27636,7 @@ var sourceMapResolveNode = { * Module dependencies */ -var extend$2 = C__workspace_packageInherit_node_modules_extendShallow; +var extend$2 = D__git_packageInherit_node_modules_extendShallow; var SourceMap = sourceMap; var sourceMapResolve = sourceMapResolveNode; @@ -27713,14 +27713,14 @@ module.exports = mixin; */ function mixin(compiler) { - C__workspace_packageInherit_node_modules_defineProperty(compiler, '_comment', compiler.comment); + D__git_packageInherit_node_modules_defineProperty(compiler, '_comment', compiler.comment); compiler.map = new utils$4.SourceMap.SourceMapGenerator(); compiler.position = { line: 1, column: 1 }; compiler.content = {}; compiler.files = {}; for (var key in exports) { - C__workspace_packageInherit_node_modules_defineProperty(compiler, key, exports[key]); + D__git_packageInherit_node_modules_defineProperty(compiler, key, exports[key]); } } @@ -27836,7 +27836,7 @@ exports.comment = function(node) { }; }); -var debug$1 = C__workspace_packageInherit_node_modules_debug_src('snapdragon:compiler'); +var debug$1 = D__git_packageInherit_node_modules_debug_src('snapdragon:compiler'); /** @@ -27859,7 +27859,7 @@ function Compiler(options, state) { this.set('bos', function(node) { return this.emit(node.val, node); }); - C__workspace_packageInherit_node_modules_use(this); + D__git_packageInherit_node_modules_use(this); } /** @@ -27903,7 +27903,7 @@ Compiler.prototype = { */ define: function(key, val) { - C__workspace_packageInherit_node_modules_defineProperty(this, key, val); + D__git_packageInherit_node_modules_defineProperty(this, key, val); return this; }, @@ -28023,7 +28023,7 @@ var hasOwn$4 = Object.prototype.hasOwnProperty; * Expose `MapCache` */ -var C__workspace_packageInherit_node_modules_mapCache = MapCache; +var D__git_packageInherit_node_modules_mapCache = MapCache; /** * Creates a cache object to store key/value pairs. @@ -28116,11 +28116,11 @@ MapCache.prototype.del = function mapDelete(key) { var position = function Position(start, parser) { this.start = start; this.end = { line: parser.line, column: parser.column }; - C__workspace_packageInherit_node_modules_defineProperty(this, 'content', parser.orig); - C__workspace_packageInherit_node_modules_defineProperty(this, 'source', parser.options.source); + D__git_packageInherit_node_modules_defineProperty(this, 'content', parser.orig); + D__git_packageInherit_node_modules_defineProperty(this, 'source', parser.options.source); }; -var debug$2 = C__workspace_packageInherit_node_modules_debug_src('snapdragon:parser'); +var debug$2 = D__git_packageInherit_node_modules_debug_src('snapdragon:parser'); @@ -28135,7 +28135,7 @@ function Parser(options) { debug$2('initializing', __filename); this.options = utils$4.extend({source: 'string'}, options); this.init(this.options); - C__workspace_packageInherit_node_modules_use(this); + D__git_packageInherit_node_modules_use(this); } /** @@ -28153,7 +28153,7 @@ Parser.prototype = { this.column = 1; this.line = 1; - this.regex = new C__workspace_packageInherit_node_modules_mapCache(); + this.regex = new D__git_packageInherit_node_modules_mapCache(); this.errors = this.errors || []; this.parsers = this.parsers || {}; this.types = this.types || []; @@ -28170,7 +28170,7 @@ Parser.prototype = { nodes: [this.bos] }; - C__workspace_packageInherit_node_modules_defineProperty(this.bos, 'parent', this.ast); + D__git_packageInherit_node_modules_defineProperty(this.bos, 'parent', this.ast); this.nodes = [this.ast]; this.count = 0; @@ -28216,7 +28216,7 @@ Parser.prototype = { */ define: function(key, val) { - C__workspace_packageInherit_node_modules_defineProperty(this, key, val); + D__git_packageInherit_node_modules_defineProperty(this, key, val); return this; }, @@ -28229,7 +28229,7 @@ Parser.prototype = { var self = this; return function(node) { - C__workspace_packageInherit_node_modules_defineProperty(node, 'position', new position(start, self)); + D__git_packageInherit_node_modules_defineProperty(node, 'position', new position(start, self)); return node; }; }, @@ -28394,8 +28394,8 @@ Parser.prototype = { node.inner = m[1]; } - C__workspace_packageInherit_node_modules_defineProperty(node, 'inside', this.stack.length > 0); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(node, 'inside', this.stack.length > 0); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); prev.nodes.push(node); }.bind(this)); return this; @@ -28438,11 +28438,11 @@ Parser.prototype = { nodes: [open] }); - C__workspace_packageInherit_node_modules_defineProperty(node, 'rest', this.input); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parsed', parsed); - C__workspace_packageInherit_node_modules_defineProperty(node, 'prefix', m[1]); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); - C__workspace_packageInherit_node_modules_defineProperty(open, 'parent', node); + D__git_packageInherit_node_modules_defineProperty(node, 'rest', this.input); + D__git_packageInherit_node_modules_defineProperty(node, 'parsed', parsed); + D__git_packageInherit_node_modules_defineProperty(node, 'prefix', m[1]); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(open, 'parent', node); if (typeof fn === 'function') { fn.call(this, open, node); @@ -28485,7 +28485,7 @@ Parser.prototype = { } parent.nodes.push(node); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', parent); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', parent); }); return this; @@ -28525,7 +28525,7 @@ Parser.prototype = { val: this.append || '' }); - C__workspace_packageInherit_node_modules_defineProperty(tok, 'parent', this.ast); + D__git_packageInherit_node_modules_defineProperty(tok, 'parent', this.ast); return tok; }, @@ -28541,8 +28541,8 @@ Parser.prototype = { while (++idx < len) { if ((tok = this.parsers[this.types[idx]].call(this))) { - C__workspace_packageInherit_node_modules_defineProperty(tok, 'rest', this.input); - C__workspace_packageInherit_node_modules_defineProperty(tok, 'parsed', parsed); + D__git_packageInherit_node_modules_defineProperty(tok, 'rest', this.input); + D__git_packageInherit_node_modules_defineProperty(tok, 'parsed', parsed); this.last = tok; return tok; } @@ -28573,7 +28573,7 @@ Parser.prototype = { if (node) { var prev = self.prev(); if (prev) { - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); if (prev.nodes) { prev.nodes.push(node); } @@ -28612,7 +28612,7 @@ Parser.prototype = { function visit(node, fn) { if (!node.visited) { - C__workspace_packageInherit_node_modules_defineProperty(node, 'visited', true); + D__git_packageInherit_node_modules_defineProperty(node, 'visited', true); return node.nodes ? mapVisit(node.nodes, fn) : fn(node); } return node; @@ -28660,7 +28660,7 @@ var parser$1 = Parser; */ function Snapdragon(options) { - C__workspace_packageInherit_node_modules_base.call(this, null, options); + D__git_packageInherit_node_modules_base.call(this, null, options); this.options = utils$4.extend({source: 'string'}, this.options); this.compiler = new compiler(this.options); this.parser = new parser$1(this.options); @@ -28688,7 +28688,7 @@ function Snapdragon(options) { * Inherit Base */ -C__workspace_packageInherit_node_modules_base.extend(Snapdragon); +D__git_packageInherit_node_modules_base.extend(Snapdragon); /** * Add a parser to `snapdragon.parsers` for capturing the given `type` using @@ -28762,7 +28762,7 @@ Snapdragon.prototype.parse = function(str, options) { var parsed = this.parser.parse(str, this.options); // add non-enumerable parser reference - C__workspace_packageInherit_node_modules_defineProperty(parsed, 'parser', this.parser); + D__git_packageInherit_node_modules_defineProperty(parsed, 'parser', this.parser); return parsed; }; @@ -28796,7 +28796,7 @@ Snapdragon.prototype.compile = function(ast, options) { var compiled = this.compiler.compile(ast, this.options); // add non-enumerable compiler reference - C__workspace_packageInherit_node_modules_defineProperty(compiled, 'compiler', this.compiler); + D__git_packageInherit_node_modules_defineProperty(compiled, 'compiler', this.compiler); return compiled; }; @@ -28804,7 +28804,7 @@ Snapdragon.prototype.compile = function(ast, options) { * Expose `Snapdragon` */ -var C__workspace_packageInherit_node_modules_snapdragon = Snapdragon; +var D__git_packageInherit_node_modules_snapdragon = Snapdragon; /** * Expose `Parser` and `Compiler` @@ -28812,15 +28812,15 @@ var C__workspace_packageInherit_node_modules_snapdragon = Snapdragon; var Compiler_1 = compiler; var Parser_1 = parser$1; -C__workspace_packageInherit_node_modules_snapdragon.Compiler = Compiler_1; -C__workspace_packageInherit_node_modules_snapdragon.Parser = Parser_1; +D__git_packageInherit_node_modules_snapdragon.Compiler = Compiler_1; +D__git_packageInherit_node_modules_snapdragon.Parser = Parser_1; /** * Customize Snapdragon parser and renderer */ function Braces(options) { - this.options = C__workspace_packageInherit_node_modules_extendShallow({}, options); + this.options = D__git_packageInherit_node_modules_extendShallow({}, options); } /** @@ -28831,7 +28831,7 @@ Braces.prototype.init = function(options) { if (this.isInitialized) return; this.isInitialized = true; var opts = utils_1.createOptions({}, this.options, options); - this.snapdragon = this.options.snapdragon || new C__workspace_packageInherit_node_modules_snapdragon(opts); + this.snapdragon = this.options.snapdragon || new D__git_packageInherit_node_modules_snapdragon(opts); this.compiler = this.snapdragon.compiler; this.parser = this.snapdragon.parser; @@ -28846,7 +28846,7 @@ Braces.prototype.init = function(options) { */ utils_1.define(this.snapdragon, 'parse', function(pattern, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); this.parser.ast.input = pattern; var stack = this.parser.stack; @@ -28966,7 +28966,7 @@ function braces$2(pattern, options) { } if (options && options.nodupes === true) { - arr = C__workspace_packageInherit_node_modules_arrayUnique(arr); + arr = D__git_packageInherit_node_modules_arrayUnique(arr); } if (!disabled) { @@ -28990,7 +28990,7 @@ function braces$2(pattern, options) { */ braces$2.expand = function(pattern, options) { - return braces$2.create(pattern, C__workspace_packageInherit_node_modules_extendShallow({}, options, {expand: true})); + return braces$2.create(pattern, D__git_packageInherit_node_modules_extendShallow({}, options, {expand: true})); }; /** @@ -29063,7 +29063,7 @@ braces$2.create = function(pattern, options) { // filter out duplicates if specified if (options && options.nodupes === true) { - arr = C__workspace_packageInherit_node_modules_arrayUnique(arr); + arr = D__git_packageInherit_node_modules_arrayUnique(arr); } Object.defineProperty(arr, 'result', { @@ -29104,8 +29104,8 @@ braces$2.makeRe = function(pattern, options) { function makeRe() { var arr = braces$2(pattern, options); - var opts = C__workspace_packageInherit_node_modules_extendShallow({strictErrors: false}, options); - return C__workspace_packageInherit_node_modules_toRegex(arr, opts); + var opts = D__git_packageInherit_node_modules_extendShallow({strictErrors: false}, options); + return D__git_packageInherit_node_modules_toRegex(arr, opts); } return memoize$1('makeRe', pattern, options, makeRe); @@ -29227,13 +29227,13 @@ braces$2.cache = cache$3; * @type {Function} */ -var C__workspace_packageInherit_node_modules_braces = braces$2; +var D__git_packageInherit_node_modules_braces = braces$2; var isExtendable$4 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -29247,7 +29247,7 @@ var C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShall } if (isObject$c(val)) { assign$5(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -29289,7 +29289,7 @@ var isExtendable$5 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -29303,7 +29303,7 @@ var C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallo } if (isObject$d(val)) { assign$6(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -30049,8 +30049,8 @@ function advanceTo(input, endChar) { function createTextRegex(pattern) { if (cached) return cached; var opts = {contains: true, strictClose: false}; - var not = C__workspace_packageInherit_node_modules_regexNot.create(pattern, opts); - var re = C__workspace_packageInherit_node_modules_toRegex('^(?:[*]\\((?=.)|' + not + ')', opts); + var not = D__git_packageInherit_node_modules_regexNot.create(pattern, opts); + var re = D__git_packageInherit_node_modules_toRegex('^(?:[*]\\((?=.)|' + not + ')', opts); return (cached = re); } @@ -30061,7 +30061,7 @@ function createTextRegex(pattern) { var not_1 = NOT_REGEX; parsers$1.not = not_1; -var C__workspace_packageInherit_node_modules_fragmentCache = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_fragmentCache = createCommonjsModule(function (module, exports) { @@ -30103,7 +30103,7 @@ FragmentCache.prototype = { */ cache: function(cacheName) { - return this.caches[cacheName] || (this.caches[cacheName] = new C__workspace_packageInherit_node_modules_mapCache()); + return this.caches[cacheName] || (this.caches[cacheName] = new D__git_packageInherit_node_modules_mapCache()); }, /** @@ -30184,9 +30184,9 @@ FragmentCache.prototype = { exports = module.exports = FragmentCache; }); -var cache$4 = new (C__workspace_packageInherit_node_modules_fragmentCache)(); +var cache$4 = new (D__git_packageInherit_node_modules_fragmentCache)(); -var C__workspace_packageInherit_node_modules_isWindows = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_isWindows = createCommonjsModule(function (module, exports) { /*! * is-windows * @@ -30217,7 +30217,7 @@ var define$3 = (typeof Reflect !== 'undefined' && Reflect.defineProperty) ? Reflect.defineProperty : Object.defineProperty; -var C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProperty = function defineProperty(obj, key, val) { +var D__git_packageInherit_node_modules_nanomatch_node_modules_defineProperty = function defineProperty(obj, key, val) { if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { throw new TypeError('expected an object, function, or array'); } @@ -30226,7 +30226,7 @@ var C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProper throw new TypeError('expected "key" to be a string'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val)) { define$3(obj, key, val); return obj; } @@ -30248,7 +30248,7 @@ var C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProper * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_arrDiff = function diff(arr/*, arrays*/) { +var D__git_packageInherit_node_modules_arrDiff = function diff(arr/*, arrays*/) { var len = arguments.length; var idx = 0; while (++idx < len) { @@ -30287,7 +30287,7 @@ function diffArray(one, two) { return arr; } -var C__workspace_packageInherit_node_modules_object_pick = function pick(obj, keys) { +var D__git_packageInherit_node_modules_object_pick = function pick(obj, keys) { if (!isobject(obj) && typeof obj !== 'function') { return {}; } @@ -30314,7 +30314,7 @@ var C__workspace_packageInherit_node_modules_object_pick = function pick(obj, ke var toString$9 = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_nanomatch_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_nanomatch_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -30451,14 +30451,14 @@ var utils = module.exports; * Module dependencies */ -var isWindows = C__workspace_packageInherit_node_modules_isWindows(); +var isWindows = D__git_packageInherit_node_modules_isWindows(); -utils.define = C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProperty; -utils.diff = C__workspace_packageInherit_node_modules_arrDiff; -utils.extend = C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow; -utils.pick = C__workspace_packageInherit_node_modules_object_pick; -utils.typeOf = C__workspace_packageInherit_node_modules_nanomatch_node_modules_kindOf; -utils.unique = C__workspace_packageInherit_node_modules_arrayUnique; +utils.define = D__git_packageInherit_node_modules_nanomatch_node_modules_defineProperty; +utils.diff = D__git_packageInherit_node_modules_arrDiff; +utils.extend = D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow; +utils.pick = D__git_packageInherit_node_modules_object_pick; +utils.typeOf = D__git_packageInherit_node_modules_nanomatch_node_modules_kindOf; +utils.unique = D__git_packageInherit_node_modules_arrayUnique; /** * Returns true if the given value is effectively an empty string @@ -30501,11 +30501,11 @@ utils.instantiate = function(ast, options) { snapdragon = options.snapdragon; // create a new instance } else { - snapdragon = new C__workspace_packageInherit_node_modules_snapdragon(options); + snapdragon = new D__git_packageInherit_node_modules_snapdragon(options); } utils.define(snapdragon, 'parse', function(str, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.call(this, str, options); + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.call(this, str, options); parsed.input = str; // escape unmatched brace/bracket/parens @@ -31180,7 +31180,7 @@ nanomatch.all = function(str, patterns, options) { */ nanomatch.not = function(list, patterns, options) { - var opts = C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options); var ignore = opts.ignore; delete opts.ignore; @@ -31234,7 +31234,7 @@ nanomatch.contains = function(str, patterns, options) { } } - var opts = C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options, {contains: true}); + var opts = D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options, {contains: true}); return nanomatch.any(str, patterns, opts); }; @@ -31381,7 +31381,7 @@ nanomatch.matcher = function matcher(pattern, options) { */ nanomatch.capture = function(pattern, str, options) { - var re = nanomatch.makeRe(pattern, C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow({capture: true}, options)); + var re = nanomatch.makeRe(pattern, D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow({capture: true}, options)); var unixify = utils_1$1.unixify(options); function match() { @@ -31431,7 +31431,7 @@ nanomatch.makeRe = function(pattern, options) { function makeRe() { var opts = utils_1$1.extend({wrap: false}, options); var result = nanomatch.create(pattern, opts); - var regex = C__workspace_packageInherit_node_modules_toRegex(result.output, opts); + var regex = D__git_packageInherit_node_modules_toRegex(result.output, opts); utils_1$1.define(regex, 'result', result); return regex; } @@ -31658,13 +31658,13 @@ nanomatch.cache = cache$4; * @type {Function} */ -var C__workspace_packageInherit_node_modules_nanomatch = nanomatch; +var D__git_packageInherit_node_modules_nanomatch = nanomatch; /** * POSIX character classes */ -var C__workspace_packageInherit_node_modules_posixCharacterClasses = { +var D__git_packageInherit_node_modules_posixCharacterClasses = { alnum: 'a-zA-Z0-9', alpha: 'a-zA-Z', ascii: '\\x00-\\x7F', @@ -31709,7 +31709,7 @@ var compilers$2 = function(brackets) { return this.emit('\\[::\\]', node); } - var val = C__workspace_packageInherit_node_modules_posixCharacterClasses[node.inner]; + var val = D__git_packageInherit_node_modules_posixCharacterClasses[node.inner]; if (typeof val === 'undefined') { val = '[' + node.inner + ']'; } @@ -31784,13 +31784,13 @@ var last$1 = function(arr) { var createRegex = function(pattern, include) { if (cached$1) return cached$1; var opts = {contains: true, strictClose: false}; - var not = C__workspace_packageInherit_node_modules_regexNot.create(pattern, opts); + var not = D__git_packageInherit_node_modules_regexNot.create(pattern, opts); var re; if (typeof include === 'string') { - re = C__workspace_packageInherit_node_modules_toRegex('^(?:' + include + '|' + not + ')', opts); + re = D__git_packageInherit_node_modules_toRegex('^(?:' + include + '|' + not + ')', opts); } else { - re = C__workspace_packageInherit_node_modules_toRegex(not, opts); + re = D__git_packageInherit_node_modules_toRegex(not, opts); } return (cached$1 = re); @@ -31911,8 +31911,8 @@ function parsers$2(brackets) { nodes: [open] }); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); - C__workspace_packageInherit_node_modules_defineProperty(open, 'parent', node); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(open, 'parent', node); this.push('bracket', node); prev.nodes.push(node); }) @@ -32000,7 +32000,7 @@ function parsers$2(brackets) { } bracket.nodes.push(node); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', bracket); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', bracket); }); } @@ -32028,7 +32028,7 @@ parsers_1.TEXT_REGEX = TEXT_REGEX_1; * Module dependencies */ -var debug$3 = C__workspace_packageInherit_node_modules_debug_src('expand-brackets'); +var debug$3 = D__git_packageInherit_node_modules_debug_src('expand-brackets'); @@ -32070,7 +32070,7 @@ function brackets(pattern, options) { brackets.match = function(arr, pattern, options) { arr = [].concat(arr); - var opts = C__workspace_packageInherit_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_extendShallow({}, options); var isMatch = brackets.matcher(pattern, opts); var len = arr.length; var idx = -1; @@ -32161,8 +32161,8 @@ brackets.matcher = function(pattern, options) { brackets.makeRe = function(pattern, options) { var res = brackets.create(pattern, options); - var opts = C__workspace_packageInherit_node_modules_extendShallow({strictErrors: false}, options); - return C__workspace_packageInherit_node_modules_toRegex(res.output, opts); + var opts = D__git_packageInherit_node_modules_extendShallow({strictErrors: false}, options); + return D__git_packageInherit_node_modules_toRegex(res.output, opts); }; /** @@ -32202,7 +32202,7 @@ brackets.makeRe = function(pattern, options) { */ brackets.create = function(pattern, options) { - var snapdragon = (options && options.snapdragon) || new C__workspace_packageInherit_node_modules_snapdragon(options); + var snapdragon = (options && options.snapdragon) || new D__git_packageInherit_node_modules_snapdragon(options); compilers$2(snapdragon); parsers_1(snapdragon); @@ -32225,7 +32225,7 @@ brackets.parsers = parsers_1; * @type {Function} */ -var C__workspace_packageInherit_node_modules_expandBrackets = brackets; +var D__git_packageInherit_node_modules_expandBrackets = brackets; /** * Extglob compilers @@ -32246,7 +32246,7 @@ var compilers$3 = function(extglob) { * Use `expand-brackets` compilers */ - extglob.use(C__workspace_packageInherit_node_modules_expandBrackets.compilers); + extglob.use(D__git_packageInherit_node_modules_expandBrackets.compilers); extglob.compiler /** @@ -32393,7 +32393,7 @@ var compilers$3 = function(extglob) { }); }; -var C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_extglob_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -32402,7 +32402,7 @@ var C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -32424,7 +32424,7 @@ var utils_1$2 = createCommonjsModule(function (module) { */ var utils = module.exports; -var cache = utils.cache = new C__workspace_packageInherit_node_modules_fragmentCache(); +var cache = utils.cache = new D__git_packageInherit_node_modules_fragmentCache(); /** * Cast `val` to an array @@ -32481,7 +32481,7 @@ utils.createKey = function(pattern, options) { utils.createRegex = function(str) { var opts = {contains: true, strictClose: false}; - return C__workspace_packageInherit_node_modules_regexNot(str, opts); + return D__git_packageInherit_node_modules_regexNot(str, opts); }; }); @@ -32504,7 +32504,7 @@ function parsers$3(extglob) { * Use `expand-brackets` parsers */ - extglob.use(C__workspace_packageInherit_node_modules_expandBrackets.parsers); + extglob.use(D__git_packageInherit_node_modules_expandBrackets.parsers); extglob.parser.sets.paren = extglob.parser.sets.paren || []; extglob.parser @@ -32540,10 +32540,10 @@ function parsers$3(extglob) { node.prefix = '@'; } - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'rest', this.input); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parsed', parsed); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', prev); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(open, 'parent', node); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'rest', this.input); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parsed', parsed); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(open, 'parent', node); this.push('paren', node); prev.nodes.push(node); @@ -32577,7 +32577,7 @@ function parsers$3(extglob) { node.prefix = parent.prefix; parent.nodes.push(node); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', parent); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', parent); }) /** @@ -32656,8 +32656,8 @@ parsers_1$1.TEXT_REGEX = TEXT_REGEX_1$1; */ function Extglob(options) { - this.options = C__workspace_packageInherit_node_modules_extendShallow({source: 'extglob'}, options); - this.snapdragon = this.options.snapdragon || new C__workspace_packageInherit_node_modules_snapdragon(this.options); + this.options = D__git_packageInherit_node_modules_extendShallow({source: 'extglob'}, options); + this.snapdragon = this.options.snapdragon || new D__git_packageInherit_node_modules_snapdragon(this.options); this.snapdragon.patterns = this.snapdragon.patterns || {}; this.compiler = this.snapdragon.compiler; this.parser = this.snapdragon.parser; @@ -32669,8 +32669,8 @@ function Extglob(options) { * Override Snapdragon `.parse` method */ - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(this.snapdragon, 'parse', function(str, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(this.snapdragon, 'parse', function(str, options) { + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); parsed.input = str; // escape unmatched brace/bracket/parens @@ -32685,7 +32685,7 @@ function Extglob(options) { } // add non-enumerable parser reference - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(parsed, 'parser', this.parser); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(parsed, 'parser', this.parser); return parsed; }); @@ -32693,7 +32693,7 @@ function Extglob(options) { * Decorate `.parse` method */ - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'parse', function(ast, options) { + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'parse', function(ast, options) { return this.snapdragon.parse.apply(this.snapdragon, arguments); }); @@ -32701,7 +32701,7 @@ function Extglob(options) { * Decorate `.compile` method */ - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'compile', function(ast, options) { + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'compile', function(ast, options) { return this.snapdragon.compile.apply(this.snapdragon, arguments); }); @@ -32787,7 +32787,7 @@ extglob$1.match = function(list, pattern, options) { // if no options were passed, uniquify results and return if (typeof options === 'undefined') { - return C__workspace_packageInherit_node_modules_arrayUnique(matches); + return D__git_packageInherit_node_modules_arrayUnique(matches); } if (matches.length === 0) { @@ -32799,7 +32799,7 @@ extglob$1.match = function(list, pattern, options) { } } - return options.nodupes !== false ? C__workspace_packageInherit_node_modules_arrayUnique(matches) : matches; + return options.nodupes !== false ? D__git_packageInherit_node_modules_arrayUnique(matches) : matches; }; /** @@ -32869,7 +32869,7 @@ extglob$1.contains = function(str, pattern, options) { return pattern === str; } - var opts = C__workspace_packageInherit_node_modules_extendShallow({}, options, {contains: true}); + var opts = D__git_packageInherit_node_modules_extendShallow({}, options, {contains: true}); opts.strictClose = false; opts.strictOpen = false; return extglob$1.isMatch(str, pattern, opts); @@ -32959,7 +32959,7 @@ extglob$1.create = function(pattern, options) { */ extglob$1.capture = function(pattern, str, options) { - var re = extglob$1.makeRe(pattern, C__workspace_packageInherit_node_modules_extendShallow({capture: true}, options)); + var re = extglob$1.makeRe(pattern, D__git_packageInherit_node_modules_extendShallow({capture: true}, options)); function match() { return function(string) { @@ -33005,10 +33005,10 @@ extglob$1.makeRe = function(pattern, options) { } function makeRe() { - var opts = C__workspace_packageInherit_node_modules_extendShallow({strictErrors: false}, options); + var opts = D__git_packageInherit_node_modules_extendShallow({strictErrors: false}, options); if (opts.strictErrors === true) opts.strict = true; var res = extglob$1.create(pattern, opts); - return C__workspace_packageInherit_node_modules_toRegex(res.output, opts); + return D__git_packageInherit_node_modules_toRegex(res.output, opts); } var regex = utils_1$2.memoize('makeRe', pattern, options, makeRe); @@ -33041,14 +33041,14 @@ extglob$1.parsers = parsers_1$1; * @type {Function} */ -var C__workspace_packageInherit_node_modules_extglob = extglob$1; +var D__git_packageInherit_node_modules_extglob = extglob$1; var compilers$4 = function(snapdragon) { var compilers = snapdragon.compiler.compilers; var opts = snapdragon.options; // register nanomatch compilers - snapdragon.use(C__workspace_packageInherit_node_modules_nanomatch.compilers); + snapdragon.use(D__git_packageInherit_node_modules_nanomatch.compilers); // get references to some specific nanomatch compilers before they // are overridden by the extglob and/or custom compilers @@ -33064,7 +33064,7 @@ var compilers$4 = function(snapdragon) { if (opts.extglob === false || opts.noext === true) { snapdragon.compiler.use(escapeExtglobs); } else { - snapdragon.use(C__workspace_packageInherit_node_modules_extglob.compilers); + snapdragon.use(D__git_packageInherit_node_modules_extglob.compilers); } snapdragon.use(function() { @@ -33136,7 +33136,7 @@ var parsers$4 = function(snapdragon) { var parsers = snapdragon.parser.parsers; // register nanomatch parsers - snapdragon.use(C__workspace_packageInherit_node_modules_nanomatch.parsers); + snapdragon.use(D__git_packageInherit_node_modules_nanomatch.parsers); // get references to some specific nanomatch parsers before they // are overridden by the extglob and/or parsers @@ -33148,7 +33148,7 @@ var parsers$4 = function(snapdragon) { var dot = parsers.dot; // register extglob parsers - snapdragon.use(C__workspace_packageInherit_node_modules_extglob.parsers); + snapdragon.use(D__git_packageInherit_node_modules_extglob.parsers); // custom micromatch parsers snapdragon.parser @@ -33189,18 +33189,18 @@ var parsers$4 = function(snapdragon) { */ function textRegex(pattern) { - var notStr = C__workspace_packageInherit_node_modules_regexNot.create(pattern, {contains: true, strictClose: false}); + var notStr = D__git_packageInherit_node_modules_regexNot.create(pattern, {contains: true, strictClose: false}); var prefix = '(?:[\\^]|\\\\|'; - return C__workspace_packageInherit_node_modules_toRegex(prefix + notStr + ')', {strictClose: false}); + return D__git_packageInherit_node_modules_toRegex(prefix + notStr + ')', {strictClose: false}); } -var cache$5 = new (C__workspace_packageInherit_node_modules_fragmentCache)(); +var cache$5 = new (D__git_packageInherit_node_modules_fragmentCache)(); var define$4 = (typeof Reflect !== 'undefined' && Reflect.defineProperty) ? Reflect.defineProperty : Object.defineProperty; -var C__workspace_packageInherit_node_modules_micromatch_node_modules_defineProperty = function defineProperty(obj, key, val) { +var D__git_packageInherit_node_modules_micromatch_node_modules_defineProperty = function defineProperty(obj, key, val) { if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { throw new TypeError('expected an object, function, or array'); } @@ -33209,7 +33209,7 @@ var C__workspace_packageInherit_node_modules_micromatch_node_modules_definePrope throw new TypeError('expected "key" to be a string'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val)) { define$4(obj, key, val); return obj; } @@ -33226,7 +33226,7 @@ var C__workspace_packageInherit_node_modules_micromatch_node_modules_definePrope var toString$a = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_micromatch_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_micromatch_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -33364,12 +33364,12 @@ var utils = module.exports; */ -utils.define = C__workspace_packageInherit_node_modules_micromatch_node_modules_defineProperty; -utils.diff = C__workspace_packageInherit_node_modules_arrDiff; -utils.extend = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow; -utils.pick = C__workspace_packageInherit_node_modules_object_pick; -utils.typeOf = C__workspace_packageInherit_node_modules_micromatch_node_modules_kindOf; -utils.unique = C__workspace_packageInherit_node_modules_arrayUnique; +utils.define = D__git_packageInherit_node_modules_micromatch_node_modules_defineProperty; +utils.diff = D__git_packageInherit_node_modules_arrDiff; +utils.extend = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow; +utils.pick = D__git_packageInherit_node_modules_object_pick; +utils.typeOf = D__git_packageInherit_node_modules_micromatch_node_modules_kindOf; +utils.unique = D__git_packageInherit_node_modules_arrayUnique; /** * Returns true if the platform is windows, or `path.sep` is `\\`. @@ -33396,11 +33396,11 @@ utils.instantiate = function(ast, options) { snapdragon = options.snapdragon; // create a new instance } else { - snapdragon = new C__workspace_packageInherit_node_modules_snapdragon(options); + snapdragon = new D__git_packageInherit_node_modules_snapdragon(options); } utils.define(snapdragon, 'parse', function(str, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); parsed.input = str; // escape unmatched brace/bracket/parens @@ -34003,7 +34003,7 @@ micromatch$1.all = function(str, patterns, options) { */ micromatch$1.not = function(list, patterns, options) { - var opts = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options); var ignore = opts.ignore; delete opts.ignore; @@ -34058,7 +34058,7 @@ micromatch$1.contains = function(str, patterns, options) { } } - var opts = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {contains: true}); + var opts = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {contains: true}); return micromatch$1.any(str, patterns, opts); }; @@ -34199,7 +34199,7 @@ micromatch$1.matcher = function matcher(pattern, options) { */ micromatch$1.capture = function(pattern, str, options) { - var re = micromatch$1.makeRe(pattern, C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({capture: true}, options)); + var re = micromatch$1.makeRe(pattern, D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({capture: true}, options)); var unixify = utils_1$3.unixify(options); function match() { @@ -34251,7 +34251,7 @@ micromatch$1.makeRe = function(pattern, options) { return obj.output; }); - var regex = C__workspace_packageInherit_node_modules_toRegex(output.join('|'), options); + var regex = D__git_packageInherit_node_modules_toRegex(output.join('|'), options); Object.defineProperty(regex, 'result', { configurable: true, enumerable: false, @@ -34289,7 +34289,7 @@ micromatch$1.braces = function(pattern, options) { if (options && options.nobrace === true || !/\{.*\}/.test(pattern)) { return utils_1$3.arrayify(pattern); } - return C__workspace_packageInherit_node_modules_braces(pattern, options); + return D__git_packageInherit_node_modules_braces(pattern, options); } return memoize$3('braces', pattern, options, expand); @@ -34301,7 +34301,7 @@ micromatch$1.braces = function(pattern, options) { */ micromatch$1.braceExpand = function(pattern, options) { - var opts = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {expand: true}); + var opts = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {expand: true}); return micromatch$1.braces(pattern, opts); }; @@ -34539,7 +34539,7 @@ micromatch$1.caches = cache$5.caches; * @type {Function} */ -var C__workspace_packageInherit_node_modules_micromatch = micromatch$1; +var D__git_packageInherit_node_modules_micromatch = micromatch$1; var findYarnWorkspaceRoot = findWorkspaceRoot; @@ -34562,7 +34562,7 @@ function findWorkspaceRoot(initial) { if (workspaces) { const relativePath = path__default['default'].relative(current, initial); - if (relativePath === '' || C__workspace_packageInherit_node_modules_micromatch([relativePath], workspaces).length > 0) { + if (relativePath === '' || D__git_packageInherit_node_modules_micromatch([relativePath], workspaces).length > 0) { return current; } else { return null; @@ -34583,8 +34583,8 @@ function extractWorkspaces(manifest) { function readPackageJSON(dir) { const file = path__default['default'].join(dir, 'package.json'); - if (C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.pathExistsSync(file)) { - return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.readJsonSync(file); + if (D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.pathExistsSync(file)) { + return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.readJsonSync(file); } return null; } @@ -36421,7 +36421,7 @@ var register = function() { var r = commonjsRequire, e = 'extensions'; r[e]['.json5'] = function(m, f) { /*eslint no-sync:0*/ - m.exports = C__workspace_packageInherit_node_modules_jju.parse(fs__default['default'].readFileSync(f, 'utf8')); + m.exports = D__git_packageInherit_node_modules_jju.parse(fs__default['default'].readFileSync(f, 'utf8')); }; }; @@ -36435,7 +36435,7 @@ var patch_JSON_parse = function() { return _parse(text, rev) } catch(err) { // this call should always throw - C__workspace_packageInherit_node_modules_jju.parse(text, { + D__git_packageInherit_node_modules_jju.parse(text, { mode: 'json', legacy: true, reviver: rev, @@ -36464,7 +36464,7 @@ var utils$6 = { middleware: middleware }; -var C__workspace_packageInherit_node_modules_jju = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_jju = createCommonjsModule(function (module) { module.exports.__defineGetter__('parse', function() { return parse_1$2.parse }); @@ -36505,7 +36505,7 @@ var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || func Object.defineProperty(exports, "__esModule", { value: true }); const find_up_1 = __importDefault(findUp); const path_1 = __importDefault(path__default['default']); -const jju_1 = __importDefault(C__workspace_packageInherit_node_modules_jju); +const jju_1 = __importDefault(D__git_packageInherit_node_modules_jju); const fs_1 = __importDefault(fs__default['default']); function getRushWorkspaces(cwd) { try { @@ -36623,7 +36623,7 @@ exports.getPackageInfos = getPackageInfos; const RE_SCOPED = /^(@[^/]+\/[^/@]+)(?:\/([^@]+))?(?:@([\s\S]+))?/; const RE_NORMAL = /^([^/@]+)(?:\/([^@]+))?(?:@([\s\S]+))?/; -var C__workspace_packageInherit_node_modules_parsePackageName = function (input) { +var D__git_packageInherit_node_modules_parsePackageName = function (input) { if (typeof input !== 'string') { throw new TypeError('Expected a string') } @@ -36648,18 +36648,25 @@ function generateInheritedPackageJson(cwd) { for (const [pkg, info] of Object.entries(allPackages)) { // workspace-tools typings are not comprehensive about what is possible, so we force cast it if (info.inherits) { - const inheritInfo = info.inherits; - for (const specifier of inheritInfo) { + const inheritSpecifier = info.inherits; + let mergedInheritInfo = {}; + for (const specifier of inheritSpecifier) { const file = resolveInRepo(pkg, specifier, allPackages); if (!file) { throw new Error(`${file} does not exist`); } const inheritInfo = JSON.parse(fs__default['default'].readFileSync(file, "utf-8")); + // Merge inherit infos for given package together before checking shouldUpdate. This will + // allows inherit check behavior to be symmetric with update behavior, which updates packages + // defined in multiple inherit files to their last occurrence. for (const key of keys) { - if (shouldUpdate(info[key], inheritInfo[key])) { - info[key] = { ...info[key], ...inheritInfo[key] }; - modifiedPackages.push(pkg); - } + mergedInheritInfo[key] = { ...mergedInheritInfo[key], ...inheritInfo[key] }; + } + } + for (const key of keys) { + if (shouldUpdate(info[key], mergedInheritInfo[key])) { + info[key] = { ...info[key], ...mergedInheritInfo[key] }; + modifiedPackages.push(pkg); } } } @@ -36667,7 +36674,7 @@ function generateInheritedPackageJson(cwd) { return { allPackages, modifiedPackages }; } function resolveInRepo(pkg, specifier, allPackages) { - const parsedInfo = C__workspace_packageInherit_node_modules_parsePackageName(specifier); + const parsedInfo = D__git_packageInherit_node_modules_parsePackageName(specifier); if (parsedInfo.name === ".") { parsedInfo.name = pkg; } diff --git a/dist/package-inherit.js b/dist/package-inherit.js index fb49726..e3fa5d5 100644 --- a/dist/package-inherit.js +++ b/dist/package-inherit.js @@ -1232,7 +1232,7 @@ const processFn = (fn, options, proxy, unwrapped) => function (...arguments_) { const filterCache = new WeakMap(); -var C__workspace_packageInherit_node_modules_pify = (input, options) => { +var D__git_packageInherit_node_modules_pify = (input, options) => { options = { exclude: [/.+(?:Sync|Stream)$/], errorFirst: true, @@ -5161,11 +5161,11 @@ var jsYaml = { addConstructor: addConstructor }; -var C__workspace_packageInherit_node_modules_jsYaml = jsYaml; +var D__git_packageInherit_node_modules_jsYaml = jsYaml; -const parse$1 = data => C__workspace_packageInherit_node_modules_jsYaml.safeLoad(stripBom(data)); +const parse$1 = data => D__git_packageInherit_node_modules_jsYaml.safeLoad(stripBom(data)); -const readYamlFile = fp => C__workspace_packageInherit_node_modules_pify(gracefulFs.readFile)(fp, 'utf8').then(data => parse$1(data)); +const readYamlFile = fp => D__git_packageInherit_node_modules_pify(gracefulFs.readFile)(fp, 'utf8').then(data => parse$1(data)); var readYamlFile_1 = readYamlFile; var _default$3 = readYamlFile; @@ -5188,7 +5188,7 @@ var arrayUnion = (...arguments_) => { const PassThrough = stream_1__default['default'].PassThrough; const slice = Array.prototype.slice; -var C__workspace_packageInherit_node_modules_merge2 = merge2; +var D__git_packageInherit_node_modules_merge2 = merge2; function merge2 () { const streamsQueue = []; @@ -5417,7 +5417,7 @@ exports.removeLeadingDotSegment = removeLeadingDotSegment; * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_isExtglob = function isExtglob(str) { +var D__git_packageInherit_node_modules_isExtglob = function isExtglob(str) { if (typeof str !== 'string' || str === '') { return false; } @@ -5443,12 +5443,12 @@ var chars = { '{': '}', '(': ')', '[': ']'}; var strictRegex = /\\(.)|(^!|\*|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/; var relaxedRegex = /\\(.)|(^!|[*?{}()[\]]|\(\?)/; -var C__workspace_packageInherit_node_modules_isGlob = function isGlob(str, options) { +var D__git_packageInherit_node_modules_isGlob = function isGlob(str, options) { if (typeof str !== 'string' || str === '') { return false; } - if (C__workspace_packageInherit_node_modules_isExtglob(str)) { + if (D__git_packageInherit_node_modules_isExtglob(str)) { return true; } @@ -5494,7 +5494,7 @@ var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g; * @param {Object} opts * @param {boolean} [opts.flipBackslashes=true] */ -var C__workspace_packageInherit_node_modules_globParent = function globParent(str, opts) { +var D__git_packageInherit_node_modules_globParent = function globParent(str, opts) { var options = Object.assign({ flipBackslashes: true }, opts); // flip windows path separators @@ -5513,7 +5513,7 @@ var C__workspace_packageInherit_node_modules_globParent = function globParent(st // remove path parts that are globby do { str = pathPosixDirname(str); - } while (C__workspace_packageInherit_node_modules_isGlob(str) || globby.test(str)); + } while (D__git_packageInherit_node_modules_isGlob(str) || globby.test(str)); // remove escape chars and return result return str.replace(escaped, '$1'); @@ -5668,7 +5668,7 @@ var stringify = (ast, options = {}) => { * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber = function(num) { +var D__git_packageInherit_node_modules_fastGlob_node_modules_isNumber = function(num) { if (typeof num === 'number') { return num - num === 0; } @@ -5679,7 +5679,7 @@ var C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber = fu }; const toRegexRange = (min, max, options) => { - if (C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber(min) === false) { + if (D__git_packageInherit_node_modules_fastGlob_node_modules_isNumber(min) === false) { throw new TypeError('toRegexRange: expected the first argument to be a number'); } @@ -5687,7 +5687,7 @@ const toRegexRange = (min, max, options) => { return String(min); } - if (C__workspace_packageInherit_node_modules_fastGlob_node_modules_isNumber(max) === false) { + if (D__git_packageInherit_node_modules_fastGlob_node_modules_isNumber(max) === false) { throw new TypeError('toRegexRange: expected the second argument to be a number.'); } @@ -5954,7 +5954,7 @@ toRegexRange.clearCache = () => (toRegexRange.cache = {}); * Expose `toRegexRange` */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_toRegexRange = toRegexRange; +var D__git_packageInherit_node_modules_fastGlob_node_modules_toRegexRange = toRegexRange; const isObject$1 = val => val !== null && typeof val === 'object' && !Array.isArray(val); @@ -6038,7 +6038,7 @@ const toSequence = (parts, options) => { const toRange = (a, b, isNumbers, options) => { if (isNumbers) { - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(a, b, { wrap: false, ...options }); + return D__git_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(a, b, { wrap: false, ...options }); } let start = String.fromCharCode(a); @@ -6054,7 +6054,7 @@ const toRegex = (start, end, options) => { let prefix = options.capture ? '' : '?:'; return wrap ? `(${prefix}${start.join('|')})` : start.join('|'); } - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(start, end, options); + return D__git_packageInherit_node_modules_fastGlob_node_modules_toRegexRange(start, end, options); }; const rangeError = (...args) => { @@ -6192,7 +6192,7 @@ const fill = (start, end, step, options = {}) => { return fillLetters(start, end, Math.max(Math.abs(step), 1), opts); }; -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_fillRange = fill; +var D__git_packageInherit_node_modules_fastGlob_node_modules_fillRange = fill; const compile = (ast, options = {}) => { let walk = (node, parent = {}) => { @@ -6227,7 +6227,7 @@ const compile = (ast, options = {}) => { if (node.nodes && node.ranges > 0) { let args = utils.reduce(node.nodes); - let range = C__workspace_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, { ...options, wrap: false, toRegex: true }); + let range = D__git_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, { ...options, wrap: false, toRegex: true }); if (range.length !== 0) { return args.length > 1 && range.length > 1 ? `(${range})` : range; @@ -6304,7 +6304,7 @@ const expand = (ast, options = {}) => { throw new RangeError('expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.'); } - let range = C__workspace_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, options); + let range = D__git_packageInherit_node_modules_fastGlob_node_modules_fillRange(...args, options); if (range.length === 0) { range = stringify(node, options); } @@ -6900,7 +6900,7 @@ braces.create = (input, options = {}) => { * Expose "braces" */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_braces = braces; +var D__git_packageInherit_node_modules_fastGlob_node_modules_braces = braces; const WIN_SLASH = '\\\\/'; const WIN_NO_SLASH = `[^${WIN_SLASH}]`; @@ -8933,7 +8933,7 @@ picomatch.constants = constants$1; var picomatch_1 = picomatch; -var C__workspace_packageInherit_node_modules_picomatch = picomatch_1; +var D__git_packageInherit_node_modules_picomatch = picomatch_1; const isEmptyString = val => typeof val === 'string' && (val === '' || val === './'); @@ -8972,7 +8972,7 @@ const micromatch = (list, patterns, options) => { }; for (let i = 0; i < patterns.length; i++) { - let isMatch = C__workspace_packageInherit_node_modules_picomatch(String(patterns[i]), { ...options, onResult }, true); + let isMatch = D__git_packageInherit_node_modules_picomatch(String(patterns[i]), { ...options, onResult }, true); let negated = isMatch.state.negated || isMatch.state.negatedExtglob; if (negated) negatives++; @@ -9032,7 +9032,7 @@ micromatch.match = micromatch; * @api public */ -micromatch.matcher = (pattern, options) => C__workspace_packageInherit_node_modules_picomatch(pattern, options); +micromatch.matcher = (pattern, options) => D__git_packageInherit_node_modules_picomatch(pattern, options); /** * Returns true if **any** of the given glob `patterns` match the specified `string`. @@ -9051,7 +9051,7 @@ micromatch.matcher = (pattern, options) => C__workspace_packageInherit_node_modu * @api public */ -micromatch.isMatch = (str, patterns, options) => C__workspace_packageInherit_node_modules_picomatch(patterns, options)(str); +micromatch.isMatch = (str, patterns, options) => D__git_packageInherit_node_modules_picomatch(patterns, options)(str); /** * Backwards compatibility @@ -9191,7 +9191,7 @@ micromatch.some = (list, patterns, options) => { let items = [].concat(list); for (let pattern of [].concat(patterns)) { - let isMatch = C__workspace_packageInherit_node_modules_picomatch(String(pattern), options); + let isMatch = D__git_packageInherit_node_modules_picomatch(String(pattern), options); if (items.some(item => isMatch(item))) { return true; } @@ -9227,7 +9227,7 @@ micromatch.every = (list, patterns, options) => { let items = [].concat(list); for (let pattern of [].concat(patterns)) { - let isMatch = C__workspace_packageInherit_node_modules_picomatch(String(pattern), options); + let isMatch = D__git_packageInherit_node_modules_picomatch(String(pattern), options); if (!items.every(item => isMatch(item))) { return false; } @@ -9267,7 +9267,7 @@ micromatch.all = (str, patterns, options) => { throw new TypeError(`Expected a string: "${util__default['default'].inspect(str)}"`); } - return [].concat(patterns).every(p => C__workspace_packageInherit_node_modules_picomatch(p, options)(str)); + return [].concat(patterns).every(p => D__git_packageInherit_node_modules_picomatch(p, options)(str)); }; /** @@ -9291,7 +9291,7 @@ micromatch.all = (str, patterns, options) => { micromatch.capture = (glob, input, options) => { let posix = utils$1.isWindows(options); - let regex = C__workspace_packageInherit_node_modules_picomatch.makeRe(String(glob), { ...options, capture: true }); + let regex = D__git_packageInherit_node_modules_picomatch.makeRe(String(glob), { ...options, capture: true }); let match = regex.exec(posix ? utils$1.toPosixSlashes(input) : input); if (match) { @@ -9315,7 +9315,7 @@ micromatch.capture = (glob, input, options) => { * @api public */ -micromatch.makeRe = (...args) => C__workspace_packageInherit_node_modules_picomatch.makeRe(...args); +micromatch.makeRe = (...args) => D__git_packageInherit_node_modules_picomatch.makeRe(...args); /** * Scan a glob pattern to separate the pattern into segments. Used @@ -9331,7 +9331,7 @@ micromatch.makeRe = (...args) => C__workspace_packageInherit_node_modules_picoma * @api public */ -micromatch.scan = (...args) => C__workspace_packageInherit_node_modules_picomatch.scan(...args); +micromatch.scan = (...args) => D__git_packageInherit_node_modules_picomatch.scan(...args); /** * Parse a glob pattern to create the source string for a regular @@ -9350,8 +9350,8 @@ micromatch.scan = (...args) => C__workspace_packageInherit_node_modules_picomatc micromatch.parse = (patterns, options) => { let res = []; for (let pattern of [].concat(patterns || [])) { - for (let str of C__workspace_packageInherit_node_modules_fastGlob_node_modules_braces(String(pattern), options)) { - res.push(C__workspace_packageInherit_node_modules_picomatch.parse(str, options)); + for (let str of D__git_packageInherit_node_modules_fastGlob_node_modules_braces(String(pattern), options)) { + res.push(D__git_packageInherit_node_modules_picomatch.parse(str, options)); } } return res; @@ -9379,7 +9379,7 @@ micromatch.braces = (pattern, options) => { if ((options && options.nobrace === true) || !/\{.*\}/.test(pattern)) { return [pattern]; } - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_braces(pattern, options); + return D__git_packageInherit_node_modules_fastGlob_node_modules_braces(pattern, options); }; /** @@ -9395,7 +9395,7 @@ micromatch.braceExpand = (pattern, options) => { * Expose micromatch */ -var C__workspace_packageInherit_node_modules_fastGlob_node_modules_micromatch = micromatch; +var D__git_packageInherit_node_modules_fastGlob_node_modules_micromatch = micromatch; var pattern = createCommonjsModule(function (module, exports) { Object.defineProperty(exports, "__esModule", { value: true }); @@ -9468,7 +9468,7 @@ function getPositivePatterns(patterns) { } exports.getPositivePatterns = getPositivePatterns; function getBaseDirectory(pattern) { - return C__workspace_packageInherit_node_modules_globParent(pattern, { flipBackslashes: false }); + return D__git_packageInherit_node_modules_globParent(pattern, { flipBackslashes: false }); } exports.getBaseDirectory = getBaseDirectory; function hasGlobStar(pattern) { @@ -9491,14 +9491,14 @@ function expandPatternsWithBraceExpansion(patterns) { } exports.expandPatternsWithBraceExpansion = expandPatternsWithBraceExpansion; function expandBraceExpansion(pattern) { - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_micromatch.braces(pattern, { + return D__git_packageInherit_node_modules_fastGlob_node_modules_micromatch.braces(pattern, { expand: true, nodupes: true }); } exports.expandBraceExpansion = expandBraceExpansion; function getPatternParts(pattern, options) { - let { parts } = C__workspace_packageInherit_node_modules_picomatch.scan(pattern, Object.assign(Object.assign({}, options), { parts: true })); + let { parts } = D__git_packageInherit_node_modules_picomatch.scan(pattern, Object.assign(Object.assign({}, options), { parts: true })); /** * The scan method returns an empty array in some cases. * See micromatch/picomatch#58 for more details. @@ -9518,7 +9518,7 @@ function getPatternParts(pattern, options) { } exports.getPatternParts = getPatternParts; function makeRe(pattern, options) { - return C__workspace_packageInherit_node_modules_fastGlob_node_modules_micromatch.makeRe(pattern, options); + return D__git_packageInherit_node_modules_fastGlob_node_modules_micromatch.makeRe(pattern, options); } exports.makeRe = makeRe; function convertPatternsToRe(patterns, options) { @@ -9536,7 +9536,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.merge = void 0; function merge(streams) { - const mergedStream = C__workspace_packageInherit_node_modules_merge2(streams); + const mergedStream = D__git_packageInherit_node_modules_merge2(streams); streams.forEach((stream) => { stream.once('error', (error) => mergedStream.emit('error', error)); }); @@ -9768,7 +9768,7 @@ function getSettings(settingsOrOptions = {}) { } }); -var C__workspace_packageInherit_node_modules_runParallel = runParallel; +var D__git_packageInherit_node_modules_runParallel = runParallel; function runParallel (tasks, cb) { var results, pending, keys; @@ -9885,7 +9885,7 @@ function readdirWithFileTypes(directory, settings, callback) { return callSuccessCallback(callback, entries); } const tasks = entries.map((entry) => makeRplTaskEntry(entry, settings)); - C__workspace_packageInherit_node_modules_runParallel(tasks, (rplError, rplEntries) => { + D__git_packageInherit_node_modules_runParallel(tasks, (rplError, rplEntries) => { if (rplError !== null) { return callFailureCallback(callback, rplError); } @@ -9920,7 +9920,7 @@ function readdir(directory, settings, callback) { const tasks = filepaths.map((filepath) => { return (done) => out.stat(filepath, settings.fsStatSettings, done); }); - C__workspace_packageInherit_node_modules_runParallel(tasks, (rplError, results) => { + D__git_packageInherit_node_modules_runParallel(tasks, (rplError, results) => { if (rplError !== null) { return callFailureCallback(callback, rplError); } @@ -11369,7 +11369,7 @@ const getGlob = (directory, options) => { return [path__default['default'].posix.join(directory, '**')]; }; -var C__workspace_packageInherit_node_modules_dirGlob = async (input, options) => { +var D__git_packageInherit_node_modules_dirGlob = async (input, options) => { options = { cwd: process.cwd(), ...options @@ -11401,7 +11401,7 @@ var sync$9 = (input, options) => { return [].concat.apply([], globs); // eslint-disable-line prefer-spread }; -C__workspace_packageInherit_node_modules_dirGlob.sync = sync$9; +D__git_packageInherit_node_modules_dirGlob.sync = sync$9; // A simple implementation of make-array function makeArray (subject) { @@ -12274,7 +12274,7 @@ const getFilterSync = options => { const globToTask = task => glob => { const {options} = task; if (options.ignore && Array.isArray(options.ignore) && options.expandDirectories) { - options.ignore = C__workspace_packageInherit_node_modules_dirGlob.sync(options.ignore); + options.ignore = D__git_packageInherit_node_modules_dirGlob.sync(options.ignore); } return { @@ -12294,7 +12294,7 @@ var globby$1 = async (patterns, options) => { const getTasks = async () => { const tasks = await Promise.all(globTasks.map(async task => { - const globs = await getPattern(task, C__workspace_packageInherit_node_modules_dirGlob); + const globs = await getPattern(task, D__git_packageInherit_node_modules_dirGlob); return Promise.all(globs.map(globToTask(task))); })); @@ -12311,7 +12311,7 @@ var sync$b = (patterns, options) => { const globTasks = generateGlobTasks(patterns, options); const tasks = globTasks.reduce((tasks, task) => { - const newTask = getPattern(task, C__workspace_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); + const newTask = getPattern(task, D__git_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); return tasks.concat(newTask); }, []); @@ -12327,7 +12327,7 @@ var stream$4 = (patterns, options) => { const globTasks = generateGlobTasks(patterns, options); const tasks = globTasks.reduce((tasks, task) => { - const newTask = getPattern(task, C__workspace_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); + const newTask = getPattern(task, D__git_packageInherit_node_modules_dirGlob.sync).map(globToTask(task)); return tasks.concat(newTask); }, []); @@ -12335,7 +12335,7 @@ var stream$4 = (patterns, options) => { const filterStream = new FilterStream$1(p => !filter(p)); const uniqueStream = new UniqueStream$1(); - return C__workspace_packageInherit_node_modules_merge2(tasks.map(task => out$3.stream(task.pattern, task.options))) + return D__git_packageInherit_node_modules_merge2(tasks.map(task => out$3.stream(task.pattern, task.options))) .pipe(filterStream) .pipe(uniqueStream); }; @@ -12485,15 +12485,15 @@ var fromPromise = function (fn) { }, 'name', { value: fn.name }) }; -var C__workspace_packageInherit_node_modules_universalify = { +var D__git_packageInherit_node_modules_universalify = { fromCallback: fromCallback, fromPromise: fromPromise }; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs = createCommonjsModule(function (module, exports) { // This is adapted from https://github.com/normalize/mz // Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors -const u = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u = D__git_packageInherit_node_modules_universalify.fromCallback; const api = [ @@ -13040,11 +13040,11 @@ function mkdirsSync (p, opts, made) { var mkdirsSync_1 = mkdirsSync; -const u = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u = D__git_packageInherit_node_modules_universalify.fromCallback; const mkdirs$1 = u(mkdirs_1); -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs = { mkdirs: mkdirs$1, mkdirsSync: mkdirsSync_1, // alias @@ -13054,19 +13054,19 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ ensureDirSync: mkdirsSync_1 }; -const u$1 = C__workspace_packageInherit_node_modules_universalify.fromPromise; +const u$1 = D__git_packageInherit_node_modules_universalify.fromPromise; function pathExists$1 (path) { - return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.access(path).then(() => true).catch(() => false) + return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.access(path).then(() => true).catch(() => false) } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists = { pathExists: u$1(pathExists$1), - pathExistsSync: C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.existsSync + pathExistsSync: D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs.existsSync }; -const pathExists$2 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$2 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function copy (src, dest, options, callback) { if (typeof options === 'function' && !callback) { @@ -13105,7 +13105,7 @@ function copy (src, dest, options, callback) { pathExists$2(dir, (err, dirExists) => { if (err) return callback(err) if (dirExists) return ncp_1(src, dest, options, callback) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) ncp_1(src, dest, options, callback); }); @@ -13115,8 +13115,8 @@ function copy (src, dest, options, callback) { var copy_1 = copy; -const u$2 = C__workspace_packageInherit_node_modules_universalify.fromCallback; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy = { +const u$2 = D__git_packageInherit_node_modules_universalify.fromCallback; +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy = { copy: u$2(copy_1) }; @@ -13204,14 +13204,14 @@ function copySync (src, dest, options) { } else if (typeof options.filter === 'function') performCopy = options.filter(src, dest); if (stats.isFile() && performCopy) { - if (!destFolderExists) C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(destFolder); + if (!destFolderExists) D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(destFolder); copyFileSync_1(src, dest, { overwrite: options.overwrite, errorOnExist: options.errorOnExist, preserveTimestamps: options.preserveTimestamps }); } else if (stats.isDirectory() && performCopy) { - if (!gracefulFs.existsSync(dest)) C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dest); + if (!gracefulFs.existsSync(dest)) D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dest); const contents = gracefulFs.readdirSync(src); contents.forEach(content => { const opts = options; @@ -13226,7 +13226,7 @@ function copySync (src, dest, options) { var copySync_1 = copySync; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync = { copySync: copySync_1 }; @@ -13539,10 +13539,10 @@ function rmkidsSync (p, options) { var rimraf_1 = rimraf; rimraf.sync = rimrafSync; -const u$3 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$3 = D__git_packageInherit_node_modules_universalify.fromCallback; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove = { remove: u$3(rimraf_1), removeSync: rimraf_1.sync }; @@ -13680,20 +13680,20 @@ var jsonfile = { writeFileSync: writeFileSync }; -var C__workspace_packageInherit_node_modules_jsonfile = jsonfile; +var D__git_packageInherit_node_modules_jsonfile = jsonfile; -const u$4 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$4 = D__git_packageInherit_node_modules_universalify.fromCallback; var jsonfile$1 = { // jsonfile exports - readJson: u$4(C__workspace_packageInherit_node_modules_jsonfile.readFile), - readJsonSync: C__workspace_packageInherit_node_modules_jsonfile.readFileSync, - writeJson: u$4(C__workspace_packageInherit_node_modules_jsonfile.writeFile), - writeJsonSync: C__workspace_packageInherit_node_modules_jsonfile.writeFileSync + readJson: u$4(D__git_packageInherit_node_modules_jsonfile.readFile), + readJsonSync: D__git_packageInherit_node_modules_jsonfile.readFileSync, + writeJson: u$4(D__git_packageInherit_node_modules_jsonfile.writeFile), + writeJsonSync: D__git_packageInherit_node_modules_jsonfile.writeFileSync }; -const pathExists$3 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$3 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function outputJson (file, data, options, callback) { @@ -13708,7 +13708,7 @@ function outputJson (file, data, options, callback) { if (err) return callback(err) if (itDoes) return jsonfile$1.writeJson(file, data, options, callback) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) jsonfile$1.writeJson(file, data, options, callback); }); @@ -13721,7 +13721,7 @@ function outputJsonSync (file, data, options) { const dir = path__default['default'].dirname(file); if (!gracefulFs.existsSync(dir)) { - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); } jsonfile$1.writeJsonSync(file, data, options); @@ -13729,7 +13729,7 @@ function outputJsonSync (file, data, options) { var outputJsonSync_1 = outputJsonSync; -const u$5 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$5 = D__git_packageInherit_node_modules_universalify.fromCallback; jsonfile$1.outputJson = u$5(outputJson_1); @@ -13742,7 +13742,7 @@ jsonfile$1.writeJSONSync = jsonfile$1.writeJsonSync; jsonfile$1.readJSON = jsonfile$1.readJson; jsonfile$1.readJSONSync = jsonfile$1.readJsonSync; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json = jsonfile$1; +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json = jsonfile$1; // most of this code was written by Andrew Kelley // licensed under the BSD license: see @@ -13750,12 +13750,12 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ // this needs a cleanup -const u$6 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$6 = D__git_packageInherit_node_modules_universalify.fromCallback; -const remove = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove; -const mkdirp = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; +const remove = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove; +const mkdirp = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; function move (src, dest, options, callback) { if (typeof options === 'function') { @@ -13909,13 +13909,13 @@ function isSrcSubdir (src, dest, cb) { }); } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move = { move: u$6(move) }; -const copySync$1 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync.copySync; -const removeSync = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync; -const mkdirpSync = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; +const copySync$1 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync.copySync; +const removeSync = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync; +const mkdirpSync = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; function moveSync (src, dest, options) { @@ -14024,11 +14024,11 @@ function isSrcSubdir$1 (src, dest) { } } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync = { moveSync }; -const u$7 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$7 = D__git_packageInherit_node_modules_universalify.fromCallback; @@ -14037,7 +14037,7 @@ const u$7 = C__workspace_packageInherit_node_modules_universalify.fromCallback; const emptyDir = u$7(function emptyDir (dir, callback) { callback = callback || function () {}; fs__default['default'].readdir(dir, (err, items) => { - if (err) return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, callback) + if (err) return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, callback) items = items.map(item => path__default['default'].join(dir, item)); @@ -14046,7 +14046,7 @@ const emptyDir = u$7(function emptyDir (dir, callback) { function deleteItem () { const item = items.pop(); if (!item) return callback() - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove(item, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.remove(item, err => { if (err) return callback(err) deleteItem(); }); @@ -14059,27 +14059,27 @@ function emptyDirSync (dir) { try { items = fs__default['default'].readdirSync(dir); } catch (err) { - return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir) + return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir) } items.forEach(item => { item = path__default['default'].join(dir, item); - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync(item); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove.removeSync(item); }); } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty = { emptyDirSync, emptydirSync: emptyDirSync, emptyDir, emptydir: emptyDir }; -const u$8 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$8 = D__git_packageInherit_node_modules_universalify.fromCallback; -const pathExists$4 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$4 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function createFile (file, callback) { function makeFile () { @@ -14095,7 +14095,7 @@ function createFile (file, callback) { pathExists$4(dir, (err, dirExists) => { if (err) return callback(err) if (dirExists) return makeFile() - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) makeFile(); }); @@ -14112,7 +14112,7 @@ function createFileSync (file) { const dir = path__default['default'].dirname(file); if (!gracefulFs.existsSync(dir)) { - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); } gracefulFs.writeFileSync(file, ''); @@ -14123,11 +14123,11 @@ var file = { createFileSync }; -const u$9 = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$9 = D__git_packageInherit_node_modules_universalify.fromCallback; -const pathExists$5 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$5 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function createLink (srcpath, dstpath, callback) { function makeLink (srcpath, dstpath) { @@ -14150,7 +14150,7 @@ function createLink (srcpath, dstpath, callback) { pathExists$5(dir, (err, dirExists) => { if (err) return callback(err) if (dirExists) return makeLink(srcpath, dstpath) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) makeLink(srcpath, dstpath); }); @@ -14173,7 +14173,7 @@ function createLinkSync (srcpath, dstpath, callback) { const dir = path__default['default'].dirname(dstpath); const dirExists = gracefulFs.existsSync(dir); if (dirExists) return gracefulFs.linkSync(srcpath, dstpath) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); return gracefulFs.linkSync(srcpath, dstpath) } @@ -14183,7 +14183,7 @@ var link = { createLinkSync }; -const pathExists$6 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$6 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; /** * Function that returns two types of paths, one relative to symlink, and one @@ -14307,12 +14307,12 @@ var symlinkType_1 = { symlinkTypeSync }; -const u$a = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$a = D__git_packageInherit_node_modules_universalify.fromCallback; -const mkdirs$2 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; -const mkdirsSync$1 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; +const mkdirs$2 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs; +const mkdirsSync$1 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync; const symlinkPaths$1 = symlinkPaths_1.symlinkPaths; @@ -14322,7 +14322,7 @@ const symlinkPathsSync$1 = symlinkPaths_1.symlinkPathsSync; const symlinkType$1 = symlinkType_1.symlinkType; const symlinkTypeSync$1 = symlinkType_1.symlinkTypeSync; -const pathExists$7 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$7 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function createSymlink (srcpath, dstpath, type, callback) { callback = (typeof type === 'function') ? type : callback; @@ -14371,7 +14371,7 @@ var symlink = { createSymlinkSync }; -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure = { // file createFile: file.createFile, createFileSync: file.createFileSync, @@ -14389,11 +14389,11 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ ensureSymlinkSync: symlink.createSymlinkSync }; -const u$b = C__workspace_packageInherit_node_modules_universalify.fromCallback; +const u$b = D__git_packageInherit_node_modules_universalify.fromCallback; -const pathExists$8 = C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; +const pathExists$8 = D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists.pathExists; function outputFile (file, data, encoding, callback) { if (typeof encoding === 'function') { @@ -14406,7 +14406,7 @@ function outputFile (file, data, encoding, callback) { if (err) return callback(err) if (itDoes) return gracefulFs.writeFile(file, data, encoding, callback) - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirs(dir, err => { if (err) return callback(err) gracefulFs.writeFile(file, data, encoding, callback); @@ -14419,11 +14419,11 @@ function outputFileSync (file, data, encoding) { if (gracefulFs.existsSync(dir)) { return gracefulFs.writeFileSync.apply(gracefulFs, arguments) } - C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); + D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs.mkdirsSync(dir); gracefulFs.writeFileSync.apply(gracefulFs, arguments); } -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output = { +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output = { outputFile: u$b(outputFile), outputFileSync }; @@ -14431,21 +14431,21 @@ var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_ const fs$2 = {}; // Export graceful-fs: -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_fs); // Export extra methods: -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output); -assign_1(fs$2, C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copy); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_copySync); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_mkdirs); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_remove); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_json); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_move); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_moveSync); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_empty); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_ensure); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_output); +assign_1(fs$2, D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib_pathExists); -var C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib = fs$2; +var D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib = fs$2; var types = { ROOT : 0, @@ -14682,7 +14682,7 @@ var positions = { end: end }; -var C__workspace_packageInherit_node_modules_ret_lib = function(regexpStr) { +var D__git_packageInherit_node_modules_ret_lib = function(regexpStr) { var i = 0, l, c, start = { type: types.ROOT, stack: []}, @@ -14958,18 +14958,18 @@ var C__workspace_packageInherit_node_modules_ret_lib = function(regexpStr) { }; var types_1 = types; -C__workspace_packageInherit_node_modules_ret_lib.types = types_1; +D__git_packageInherit_node_modules_ret_lib.types = types_1; -var types$1 = C__workspace_packageInherit_node_modules_ret_lib.types; +var types$1 = D__git_packageInherit_node_modules_ret_lib.types; -var C__workspace_packageInherit_node_modules_safeRegex = function (re, opts) { +var D__git_packageInherit_node_modules_safeRegex = function (re, opts) { if (!opts) opts = {}; var replimit = opts.limit === undefined ? 25 : opts.limit; if (isRegExp$1(re)) re = re.source; else if (typeof re !== 'string') re = String(re); - try { re = C__workspace_packageInherit_node_modules_ret_lib(re); } + try { re = D__git_packageInherit_node_modules_ret_lib(re); } catch (err) { return false } var reps = 0; @@ -15016,7 +15016,7 @@ var isobject = function isObject(val) { var toString = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_isDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_isDescriptor_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -15146,7 +15146,7 @@ function isBuffer(val) { var toString$1 = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -15288,7 +15288,7 @@ function isAccessorDescriptor(obj, prop) { return typeof val !== 'undefined'; } - if (C__workspace_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -15312,7 +15312,7 @@ function isAccessorDescriptor(obj, prop) { continue; } - if (C__workspace_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor[key]) { + if (D__git_packageInherit_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor[key]) { continue; } @@ -15331,11 +15331,11 @@ function has(obj, key) { * Expose `isAccessorDescriptor` */ -var C__workspace_packageInherit_node_modules_isAccessorDescriptor = isAccessorDescriptor; +var D__git_packageInherit_node_modules_isAccessorDescriptor = isAccessorDescriptor; var toString$2 = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -15463,7 +15463,7 @@ function isBuffer$2(val) { return false; } -var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataDescriptor(obj, prop) { +var D__git_packageInherit_node_modules_isDataDescriptor = function isDataDescriptor(obj, prop) { // data descriptor properties var data = { configurable: 'boolean', @@ -15471,7 +15471,7 @@ var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataD writable: 'boolean' }; - if (C__workspace_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -15491,7 +15491,7 @@ var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataD continue; } - if (C__workspace_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { + if (D__git_packageInherit_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { continue; } @@ -15502,21 +15502,21 @@ var C__workspace_packageInherit_node_modules_isDataDescriptor = function isDataD return true; }; -var C__workspace_packageInherit_node_modules_isDescriptor = function isDescriptor(obj, key) { - if (C__workspace_packageInherit_node_modules_isDescriptor_node_modules_kindOf(obj) !== 'object') { +var D__git_packageInherit_node_modules_isDescriptor = function isDescriptor(obj, key) { + if (D__git_packageInherit_node_modules_isDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } if ('get' in obj) { - return C__workspace_packageInherit_node_modules_isAccessorDescriptor(obj, key); + return D__git_packageInherit_node_modules_isAccessorDescriptor(obj, key); } - return C__workspace_packageInherit_node_modules_isDataDescriptor(obj, key); + return D__git_packageInherit_node_modules_isDataDescriptor(obj, key); }; var define$1 = (typeof Reflect !== 'undefined' && Reflect.defineProperty) ? Reflect.defineProperty : Object.defineProperty; -var C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty = function defineProperty(obj, key, val) { +var D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty = function defineProperty(obj, key, val) { if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { throw new TypeError('expected an object, function, or array'); } @@ -15525,7 +15525,7 @@ var C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty throw new TypeError('expected "key" to be a string'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val)) { define$1(obj, key, val); return obj; } @@ -15578,7 +15578,7 @@ var isExtendable = function isExtendable(val) { * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_assignSymbols = function(receiver, objects) { +var D__git_packageInherit_node_modules_assignSymbols = function(receiver, objects) { if (receiver === null || typeof receiver === 'undefined') { throw new TypeError('expected first argument to be an object.'); } @@ -15610,7 +15610,7 @@ var C__workspace_packageInherit_node_modules_assignSymbols = function(receiver, return target; }; -var C__workspace_packageInherit_node_modules_toRegex_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_toRegex_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -15624,7 +15624,7 @@ var C__workspace_packageInherit_node_modules_toRegex_node_modules_extendShallow } if (isObject$3(val)) { assign$1(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -15666,7 +15666,7 @@ var isExtendable$1 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_regexNot_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_regexNot_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -15680,7 +15680,7 @@ var C__workspace_packageInherit_node_modules_regexNot_node_modules_extendShallow } if (isObject$4(val)) { assign$2(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -15756,7 +15756,7 @@ toRegex$1.create = function(pattern, options) { throw new TypeError('expected a string'); } - var opts = C__workspace_packageInherit_node_modules_regexNot_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_regexNot_node_modules_extendShallow({}, options); if (opts.contains === true) { opts.strictNegate = false; } @@ -15773,7 +15773,7 @@ toRegex$1.create = function(pattern, options) { } var res = open + str + close; - if (opts.safe === true && C__workspace_packageInherit_node_modules_safeRegex(res) === false) { + if (opts.safe === true && D__git_packageInherit_node_modules_safeRegex(res) === false) { throw new Error('potentially unsafe regular expression: ' + res); } @@ -15784,7 +15784,7 @@ toRegex$1.create = function(pattern, options) { * Expose `toRegex` */ -var C__workspace_packageInherit_node_modules_regexNot = toRegex$1; +var D__git_packageInherit_node_modules_regexNot = toRegex$1; var MAX_LENGTH$2 = 1024 * 64; @@ -15803,7 +15803,7 @@ var cache = {}; * @api public */ -var C__workspace_packageInherit_node_modules_toRegex = function(patterns, options) { +var D__git_packageInherit_node_modules_toRegex = function(patterns, options) { if (!Array.isArray(patterns)) { return makeRe(patterns, options); } @@ -15842,7 +15842,7 @@ function makeRe(pattern, options) { } } - var opts = C__workspace_packageInherit_node_modules_toRegex_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_toRegex_node_modules_extendShallow({}, options); if (opts.contains === true) { if (opts.negate === true) { opts.strictNegate = false; @@ -15867,13 +15867,13 @@ function makeRe(pattern, options) { try { if (opts.negate || typeof opts.strictNegate === 'boolean') { - pattern = C__workspace_packageInherit_node_modules_regexNot.create(pattern, opts); + pattern = D__git_packageInherit_node_modules_regexNot.create(pattern, opts); } var str = open + '(?:' + pattern + ')' + close; regex = new RegExp(str, flags); - if (opts.safe === true && C__workspace_packageInherit_node_modules_safeRegex(regex) === false) { + if (opts.safe === true && D__git_packageInherit_node_modules_safeRegex(regex) === false) { throw new Error('potentially unsafe regular expression: ' + regex.source); } @@ -15906,10 +15906,10 @@ function makeRe(pattern, options) { */ function memoize(regex, key, pattern, options) { - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'cached', true); - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'pattern', pattern); - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'options', options); - C__workspace_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'key', key); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'cached', true); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'pattern', pattern); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'options', options); + D__git_packageInherit_node_modules_toRegex_node_modules_defineProperty(regex, 'key', key); cache[key] = regex; } @@ -15935,9 +15935,9 @@ function createKey(pattern, options) { */ var makeRe_1 = makeRe; -C__workspace_packageInherit_node_modules_toRegex.makeRe = makeRe_1; +D__git_packageInherit_node_modules_toRegex.makeRe = makeRe_1; -var C__workspace_packageInherit_node_modules_arrayUnique = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_arrayUnique = createCommonjsModule(function (module) { module.exports = function unique(arr) { if (!Array.isArray(arr)) { @@ -15982,19 +15982,19 @@ module.exports.immutable = function uniqueImmutable(arr) { * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_isExtendable = function isExtendable(val) { +var D__git_packageInherit_node_modules_isExtendable = function isExtendable(val) { return typeof val !== 'undefined' && val !== null && (typeof val === 'object' || typeof val === 'function'); }; -var C__workspace_packageInherit_node_modules_extendShallow = function extend(o/*, objects*/) { - if (!C__workspace_packageInherit_node_modules_isExtendable(o)) { o = {}; } +var D__git_packageInherit_node_modules_extendShallow = function extend(o/*, objects*/) { + if (!D__git_packageInherit_node_modules_isExtendable(o)) { o = {}; } var len = arguments.length; for (var i = 1; i < len; i++) { var obj = arguments[i]; - if (C__workspace_packageInherit_node_modules_isExtendable(obj)) { + if (D__git_packageInherit_node_modules_isExtendable(obj)) { assign$3(o, obj); } } @@ -16021,7 +16021,7 @@ var isExtendable$2 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_splitString_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_splitString_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -16035,7 +16035,7 @@ var C__workspace_packageInherit_node_modules_splitString_node_modules_extendShal } if (isObject$5(val)) { assign$4(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -16073,7 +16073,7 @@ function hasOwn$3(obj, key) { return Object.prototype.hasOwnProperty.call(obj, key); } -var C__workspace_packageInherit_node_modules_splitString = function(str, options, fn) { +var D__git_packageInherit_node_modules_splitString = function(str, options, fn) { if (typeof str !== 'string') { throw new TypeError('expected a string'); } @@ -16088,7 +16088,7 @@ var C__workspace_packageInherit_node_modules_splitString = function(str, options options = { sep: options }; } - var opts = C__workspace_packageInherit_node_modules_splitString_node_modules_extendShallow({sep: '.'}, options); + var opts = D__git_packageInherit_node_modules_splitString_node_modules_extendShallow({sep: '.'}, options); var quotes = opts.quotes || ['"', "'", '`']; var brackets; @@ -16241,7 +16241,7 @@ function keepEscaping(opts, str, idx) { * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_arrFlatten = function (arr) { +var D__git_packageInherit_node_modules_arrFlatten = function (arr) { return flat(arr, []); }; @@ -16264,7 +16264,7 @@ function flat(arr, res) { // The _isBuffer check is for Safari 5-7 support, because it's missing // Object.prototype.constructor. Remove this eventually -var C__workspace_packageInherit_node_modules_isBuffer = function (obj) { +var D__git_packageInherit_node_modules_isBuffer = function (obj) { return obj != null && (isBuffer$3(obj) || isSlowBuffer(obj) || !!obj._isBuffer) }; @@ -16286,7 +16286,7 @@ var toString$3 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_kindOf = function kindOf(val) { // primitivies if (typeof val === 'undefined') { return 'undefined'; @@ -16339,7 +16339,7 @@ var C__workspace_packageInherit_node_modules_kindOf = function kindOf(val) { } // buffer - if (C__workspace_packageInherit_node_modules_isBuffer(val)) { + if (D__git_packageInherit_node_modules_isBuffer(val)) { return 'buffer'; } @@ -16393,8 +16393,8 @@ var C__workspace_packageInherit_node_modules_kindOf = function kindOf(val) { return 'object'; }; -var C__workspace_packageInherit_node_modules_isNumber = function isNumber(num) { - var type = C__workspace_packageInherit_node_modules_kindOf(num); +var D__git_packageInherit_node_modules_isNumber = function isNumber(num) { + var type = D__git_packageInherit_node_modules_kindOf(num); if (type === 'string') { if (!num.trim()) return false; @@ -16423,7 +16423,7 @@ var cache$1; * Expose `repeat` */ -var C__workspace_packageInherit_node_modules_repeatString = repeat$1; +var D__git_packageInherit_node_modules_repeatString = repeat$1; /** * Repeat the given `string` the specified `number` @@ -16477,7 +16477,7 @@ function repeat$1(str, num) { var cache$2 = {}; function toRegexRange$1(min, max, options) { - if (C__workspace_packageInherit_node_modules_isNumber(min) === false) { + if (D__git_packageInherit_node_modules_isNumber(min) === false) { throw new RangeError('toRegexRange: first argument is invalid.'); } @@ -16485,7 +16485,7 @@ function toRegexRange$1(min, max, options) { return String(min); } - if (C__workspace_packageInherit_node_modules_isNumber(max) === false) { + if (D__git_packageInherit_node_modules_isNumber(max) === false) { throw new RangeError('toRegexRange: second argument is invalid.'); } @@ -16712,7 +16712,7 @@ function contains$1(arr, key, val) { } function countNines$1(min, len) { - return String(min).slice(0, -len) + C__workspace_packageInherit_node_modules_repeatString('9', len); + return String(min).slice(0, -len) + D__git_packageInherit_node_modules_repeatString('9', len); } function countZeros$1(integer, zeros) { @@ -16756,7 +16756,7 @@ function padZeros$1(val, tok) { * Expose `toRegexRange` */ -var C__workspace_packageInherit_node_modules_toRegexRange = toRegexRange$1; +var D__git_packageInherit_node_modules_toRegexRange = toRegexRange$1; /** * Return a range of numbers or letters. @@ -16776,7 +16776,7 @@ function fillRange(start, stop, step, options) { if (typeof stop === 'undefined' || start === stop) { // special case, for handling negative zero var isString = typeof start === 'string'; - if (C__workspace_packageInherit_node_modules_isNumber(start) && !toNumber(start)) { + if (D__git_packageInherit_node_modules_isNumber(start) && !toNumber(start)) { return [isString ? '0' : 0]; } return [start]; @@ -16791,7 +16791,7 @@ function fillRange(start, stop, step, options) { options = { transform: options }; } - var opts = C__workspace_packageInherit_node_modules_extendShallow({step: step}, options); + var opts = D__git_packageInherit_node_modules_extendShallow({step: step}, options); if (opts.step && !isValidNumber(opts.step)) { if (opts.strictRanges === true) { throw new TypeError('expected options.step to be a number'); @@ -16875,11 +16875,11 @@ function expand$1(start, stop, options) { function toRange$1(a, b, start, stop, options) { if (options.isPadded) { - return C__workspace_packageInherit_node_modules_toRegexRange(start, stop, options); + return D__git_packageInherit_node_modules_toRegexRange(start, stop, options); } if (options.isNumber) { - return C__workspace_packageInherit_node_modules_toRegexRange(Math.min(a, b), Math.max(a, b), options); + return D__git_packageInherit_node_modules_toRegexRange(Math.min(a, b), Math.max(a, b), options); } var start = String.fromCharCode(Math.min(a, b)); @@ -16915,7 +16915,7 @@ function zeros$1(val, options) { str = str.slice(1); } var diff = options.maxLength - len; - var pad = C__workspace_packageInherit_node_modules_repeatString('0', diff); + var pad = D__git_packageInherit_node_modules_repeatString('0', diff); val = (dash + pad + str); } if (options.stringify) { @@ -16942,7 +16942,7 @@ function isValidLetter(ch) { } function isValidNumber(n) { - return C__workspace_packageInherit_node_modules_isNumber(n) && !/\./.test(n); + return D__git_packageInherit_node_modules_isNumber(n) && !/\./.test(n); } /** @@ -16950,7 +16950,7 @@ function isValidNumber(n) { * @type {Function} */ -var C__workspace_packageInherit_node_modules_fillRange = fillRange; +var D__git_packageInherit_node_modules_fillRange = fillRange; /*! * repeat-element @@ -16959,7 +16959,7 @@ var C__workspace_packageInherit_node_modules_fillRange = fillRange; * Licensed under the MIT license. */ -var C__workspace_packageInherit_node_modules_repeatElement = function repeat(ele, num) { +var D__git_packageInherit_node_modules_repeatElement = function repeat(ele, num) { var arr = new Array(num); for (var i = 0; i < num; i++) { @@ -16978,12 +16978,12 @@ var utils = module.exports; * Module dependencies */ -utils.extend = C__workspace_packageInherit_node_modules_extendShallow; -utils.flatten = C__workspace_packageInherit_node_modules_arrFlatten; +utils.extend = D__git_packageInherit_node_modules_extendShallow; +utils.flatten = D__git_packageInherit_node_modules_arrFlatten; utils.isObject = isobject; -utils.fillRange = C__workspace_packageInherit_node_modules_fillRange; -utils.repeat = C__workspace_packageInherit_node_modules_repeatElement; -utils.unique = C__workspace_packageInherit_node_modules_arrayUnique; +utils.fillRange = D__git_packageInherit_node_modules_fillRange; +utils.repeat = D__git_packageInherit_node_modules_repeatElement; +utils.unique = D__git_packageInherit_node_modules_arrayUnique; utils.define = function(obj, key, val) { Object.defineProperty(obj, key, { @@ -17102,7 +17102,7 @@ utils.split = function(str, options) { if (opts.unescape === false) { opts.keepEscaping = true; } - return C__workspace_packageInherit_node_modules_splitString(str, opts, utils.escapeBrackets(opts)); + return D__git_packageInherit_node_modules_splitString(str, opts, utils.escapeBrackets(opts)); }; /** @@ -17587,7 +17587,7 @@ function hasQueue(node) { return Array.isArray(node.queue) && node.queue.length; } -var C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -17596,7 +17596,7 @@ var C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineP throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -17608,7 +17608,7 @@ var C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineP }); }; -var C__workspace_packageInherit_node_modules_snapdragonUtil = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_snapdragonUtil = createCommonjsModule(function (module) { var utils = module.exports; @@ -17628,7 +17628,7 @@ var utils = module.exports; */ utils.isNode = function(node) { - return C__workspace_packageInherit_node_modules_kindOf(node) === 'object' && node.isNode === true; + return D__git_packageInherit_node_modules_kindOf(node) === 'object' && node.isNode === true; }; /** @@ -18051,7 +18051,7 @@ utils.removeNode = function(parent, node) { utils.isType = function(node, type) { assert(utils.isNode(node), 'expected node to be an instance of Node'); - switch (C__workspace_packageInherit_node_modules_kindOf(type)) { + switch (D__git_packageInherit_node_modules_kindOf(type)) { case 'array': var types = type.slice(); for (var i = 0; i < types.length; i++) { @@ -18491,7 +18491,7 @@ utils.isInside = function(state, node, type) { return (parent && parent.type === type) || utils.isInsideType(state, type); } - if (C__workspace_packageInherit_node_modules_kindOf(type) === 'regexp') { + if (D__git_packageInherit_node_modules_kindOf(type) === 'regexp') { if (parent && parent.type && type.test(parent.type)) { return true; } @@ -18582,7 +18582,7 @@ utils.trim = function(str) { */ function isObject(val) { - return C__workspace_packageInherit_node_modules_kindOf(val) === 'object'; + return D__git_packageInherit_node_modules_kindOf(val) === 'object'; } /** @@ -18629,7 +18629,7 @@ function assert(val, message) { } }); -var C__workspace_packageInherit_node_modules_snapdragonNode = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_snapdragonNode = createCommonjsModule(function (module, exports) { @@ -18656,9 +18656,9 @@ function Node(val, type, parent) { type = null; } - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'parent', parent); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'isNode', true); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'expect', null); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'parent', parent); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'isNode', true); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'expect', null); if (typeof type !== 'string' && isobject(val)) { lazyKeys(); @@ -18690,7 +18690,7 @@ function Node(val, type, parent) { */ Node.isNode = function(node) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.isNode(node); + return D__git_packageInherit_node_modules_snapdragonUtil.isNode(node); }; /** @@ -18709,7 +18709,7 @@ Node.isNode = function(node) { */ Node.prototype.define = function(name, val) { - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, name, val); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, name, val); return this; }; @@ -18729,7 +18729,7 @@ Node.prototype.define = function(name, val) { */ Node.prototype.isEmpty = function(fn) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.isEmpty(this, fn); + return D__git_packageInherit_node_modules_snapdragonUtil.isEmpty(this, fn); }; /** @@ -18748,7 +18748,7 @@ Node.prototype.isEmpty = function(fn) { Node.prototype.push = function(node) { assert(Node.isNode(node), 'expected node to be an instance of Node'); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); this.nodes = this.nodes || []; return this.nodes.push(node); @@ -18770,7 +18770,7 @@ Node.prototype.push = function(node) { Node.prototype.unshift = function(node) { assert(Node.isNode(node), 'expected node to be an instance of Node'); - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(node, 'parent', this); this.nodes = this.nodes || []; return this.nodes.unshift(node); @@ -18860,7 +18860,7 @@ Node.prototype.remove = function(node) { */ Node.prototype.find = function(type) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.findNode(this.nodes, type); + return D__git_packageInherit_node_modules_snapdragonUtil.findNode(this.nodes, type); }; /** @@ -18878,7 +18878,7 @@ Node.prototype.find = function(type) { */ Node.prototype.isType = function(type) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.isType(this, type); + return D__git_packageInherit_node_modules_snapdragonUtil.isType(this, type); }; /** @@ -18899,7 +18899,7 @@ Node.prototype.isType = function(type) { */ Node.prototype.hasType = function(type) { - return C__workspace_packageInherit_node_modules_snapdragonUtil.hasType(this, type); + return D__git_packageInherit_node_modules_snapdragonUtil.hasType(this, type); }; /** @@ -18951,7 +18951,7 @@ Object.defineProperty(Node.prototype, 'siblings', { Object.defineProperty(Node.prototype, 'index', { set: function(index) { - C__workspace_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'idx', index); + D__git_packageInherit_node_modules_snapdragonNode_node_modules_defineProperty(this, 'idx', index); }, get: function() { if (!Array.isArray(this.siblings)) { @@ -19066,7 +19066,7 @@ Object.defineProperty(Node.prototype, 'first', { Object.defineProperty(Node.prototype, 'last', { get: function() { - return this.nodes ? C__workspace_packageInherit_node_modules_snapdragonUtil.last(this.nodes) : null; + return this.nodes ? D__git_packageInherit_node_modules_snapdragonUtil.last(this.nodes) : null; } }); @@ -19131,7 +19131,7 @@ var parsers = function(braces, options) { braces.parser .set('bos', function() { if (!this.parsed) { - this.ast = this.nodes[0] = new C__workspace_packageInherit_node_modules_snapdragonNode(this.ast); + this.ast = this.nodes[0] = new D__git_packageInherit_node_modules_snapdragonNode(this.ast); } }) @@ -19147,7 +19147,7 @@ var parsers = function(braces, options) { var prev = this.prev(); var last = utils_1.last(prev.nodes); - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 1, val: m[0] @@ -19229,7 +19229,7 @@ var parsers = function(braces, options) { } } - return pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + return pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'bracket', val: val, escaped: close !== ']', @@ -19259,7 +19259,7 @@ var parsers = function(braces, options) { prev.text += val; } - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 1, match: m, @@ -19288,12 +19288,12 @@ var parsers = function(braces, options) { last.optimize = false; } - var open = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var open = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'brace.open', val: m[0] })); - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'brace', nodes: [] })); @@ -19313,7 +19313,7 @@ var parsers = function(braces, options) { if (!m || !m[0]) return; var brace = this.pop('brace'); - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'brace.close', val: m[0] })); @@ -19360,7 +19360,7 @@ var parsers = function(braces, options) { var pos = this.position(); var m = this.match(/^[$^](?!\{)/); if (!m) return; - return pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + return pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', val: m[0] })); @@ -19384,7 +19384,7 @@ var parsers = function(braces, options) { prev.text += val; } - return pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + return pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 0, val: val @@ -19409,7 +19409,7 @@ var parsers = function(braces, options) { prev.text += val; } - var node = pos(new C__workspace_packageInherit_node_modules_snapdragonNode({ + var node = pos(new D__git_packageInherit_node_modules_snapdragonNode({ type: 'text', multiplier: 1, val: val @@ -19479,7 +19479,7 @@ function concatNodes(pos, node, parent, options) { prev.push(node); } -var C__workspace_packageInherit_node_modules_base_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_base_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -19488,7 +19488,7 @@ var C__workspace_packageInherit_node_modules_base_node_modules_defineProperty = throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -19500,7 +19500,7 @@ var C__workspace_packageInherit_node_modules_base_node_modules_defineProperty = }); }; -var C__workspace_packageInherit_node_modules_componentEmitter = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_componentEmitter = createCommonjsModule(function (module) { /** * Expose `Emitter`. */ @@ -19676,7 +19676,7 @@ Emitter.prototype.hasListeners = function(event){ }; }); -var C__workspace_packageInherit_node_modules_objectVisit = function visit(thisArg, method, target, val) { +var D__git_packageInherit_node_modules_objectVisit = function visit(thisArg, method, target, val) { if (!isobject(thisArg) && typeof thisArg !== 'function') { throw new Error('object-visit expects `thisArg` to be an object.'); } @@ -19707,9 +19707,9 @@ var C__workspace_packageInherit_node_modules_objectVisit = function visit(thisAr * @param {Object} `arr` Array of objects. */ -var C__workspace_packageInherit_node_modules_mapVisit = function mapVisit(collection, method, val) { +var D__git_packageInherit_node_modules_mapVisit = function mapVisit(collection, method, val) { if (isObject$6(val)) { - return C__workspace_packageInherit_node_modules_objectVisit.apply(null, arguments); + return D__git_packageInherit_node_modules_objectVisit.apply(null, arguments); } if (!Array.isArray(val)) { @@ -19721,7 +19721,7 @@ var C__workspace_packageInherit_node_modules_mapVisit = function mapVisit(collec for (var i = 0; i < val.length; i++) { var ele = val[i]; if (isObject$6(ele)) { - C__workspace_packageInherit_node_modules_objectVisit.apply(null, [collection, method, ele].concat(args)); + D__git_packageInherit_node_modules_objectVisit.apply(null, [collection, method, ele].concat(args)); } else { collection[method].apply(collection, [ele].concat(args)); } @@ -19732,16 +19732,16 @@ function isObject$6(val) { return val && (typeof val === 'function' || (!Array.isArray(val) && typeof val === 'object')); } -var C__workspace_packageInherit_node_modules_collectionVisit = function(collection, method, val) { +var D__git_packageInherit_node_modules_collectionVisit = function(collection, method, val) { var result; if (typeof val === 'string' && (method in collection)) { var args = [].slice.call(arguments, 2); result = collection[method].apply(collection, args); } else if (Array.isArray(val)) { - result = C__workspace_packageInherit_node_modules_mapVisit.apply(null, arguments); + result = D__git_packageInherit_node_modules_mapVisit.apply(null, arguments); } else { - result = C__workspace_packageInherit_node_modules_objectVisit.apply(null, arguments); + result = D__git_packageInherit_node_modules_objectVisit.apply(null, arguments); } if (typeof result !== 'undefined') { @@ -19751,8 +19751,8 @@ var C__workspace_packageInherit_node_modules_collectionVisit = function(collecti return collection; }; -var C__workspace_packageInherit_node_modules_toObjectPath = function toPath(args) { - if (C__workspace_packageInherit_node_modules_kindOf(args) !== 'arguments') { +var D__git_packageInherit_node_modules_toObjectPath = function toPath(args) { + if (D__git_packageInherit_node_modules_kindOf(args) !== 'arguments') { args = arguments; } return filter(args).join('.'); @@ -19765,7 +19765,7 @@ function filter(arr) { while (++idx < len) { var ele = arr[idx]; - if (C__workspace_packageInherit_node_modules_kindOf(ele) === 'arguments' || Array.isArray(ele)) { + if (D__git_packageInherit_node_modules_kindOf(ele) === 'arguments' || Array.isArray(ele)) { res.push.apply(res, filter(ele)); } else if (typeof ele === 'string') { res.push(ele); @@ -19774,7 +19774,7 @@ function filter(arr) { return res; } -var C__workspace_packageInherit_node_modules_arrUnion = function union(init) { +var D__git_packageInherit_node_modules_arrUnion = function union(init) { if (!Array.isArray(init)) { throw new TypeError('arr-union expects the first argument to be an array.'); } @@ -19809,7 +19809,7 @@ var C__workspace_packageInherit_node_modules_arrUnion = function union(init) { * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_getValue = function(obj, prop, a, b, c) { +var D__git_packageInherit_node_modules_getValue = function(obj, prop, a, b, c) { if (!isObject$7(obj) || !prop) { return obj; } @@ -19853,8 +19853,8 @@ function toString$4(val) { return val; } -var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) { - if (!C__workspace_packageInherit_node_modules_isExtendable(obj)) { +var D__git_packageInherit_node_modules_setValue = function(obj, prop, val) { + if (!D__git_packageInherit_node_modules_isExtendable(obj)) { return obj; } @@ -19866,7 +19866,7 @@ var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) return obj; } - var keys = C__workspace_packageInherit_node_modules_splitString(prop, {sep: '.', brackets: true}).filter(isValidKey); + var keys = D__git_packageInherit_node_modules_splitString(prop, {sep: '.', brackets: true}).filter(isValidKey); var len = keys.length; var idx = -1; var current = obj; @@ -19874,7 +19874,7 @@ var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) while (++idx < len) { var key = keys[idx]; if (idx !== len - 1) { - if (!C__workspace_packageInherit_node_modules_isExtendable(current[key])) { + if (!D__git_packageInherit_node_modules_isExtendable(current[key])) { current[key] = {}; } current = current[key]; @@ -19882,7 +19882,7 @@ var C__workspace_packageInherit_node_modules_setValue = function(obj, prop, val) } if (isPlainObject(current[key]) && isPlainObject(val)) { - current[key] = C__workspace_packageInherit_node_modules_extendShallow({}, current[key], val); + current[key] = D__git_packageInherit_node_modules_extendShallow({}, current[key], val); } else { current[key] = val; } @@ -19895,8 +19895,8 @@ function isValidKey(key) { return key !== '__proto__' && key !== 'constructor' && key !== 'prototype'; } -var C__workspace_packageInherit_node_modules_unionValue = function unionValue(obj, prop, value) { - if (!C__workspace_packageInherit_node_modules_isExtendable(obj)) { +var D__git_packageInherit_node_modules_unionValue = function unionValue(obj, prop, value) { + if (!D__git_packageInherit_node_modules_isExtendable(obj)) { throw new TypeError('union-value expects the first argument to be an object.'); } @@ -19904,8 +19904,8 @@ var C__workspace_packageInherit_node_modules_unionValue = function unionValue(ob throw new TypeError('union-value expects `prop` to be a string.'); } - var arr = arrayify(C__workspace_packageInherit_node_modules_getValue(obj, prop)); - C__workspace_packageInherit_node_modules_setValue(obj, prop, C__workspace_packageInherit_node_modules_arrUnion(arr, arrayify(value))); + var arr = arrayify(D__git_packageInherit_node_modules_getValue(obj, prop)); + D__git_packageInherit_node_modules_setValue(obj, prop, D__git_packageInherit_node_modules_arrUnion(arr, arrayify(value))); return obj; }; @@ -19921,7 +19921,7 @@ function arrayify(val) { var toString$5 = {}.toString; -var C__workspace_packageInherit_node_modules_isarray = Array.isArray || function (arr) { +var D__git_packageInherit_node_modules_isarray = Array.isArray || function (arr) { return toString$5.call(arr) == '[object Array]'; }; @@ -19932,7 +19932,7 @@ var C__workspace_packageInherit_node_modules_isarray = Array.isArray || function * Licensed under the MIT License. */ -var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues = function hasValue(o, noZero) { +var D__git_packageInherit_node_modules_unsetValue_node_modules_hasValues = function hasValue(o, noZero) { if (o === null || o === undefined) { return false; } @@ -19960,18 +19960,18 @@ var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues = return false; }; -var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject = function isObject(val) { - return val != null && typeof val === 'object' && C__workspace_packageInherit_node_modules_isarray(val) === false; +var D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject = function isObject(val) { + return val != null && typeof val === 'object' && D__git_packageInherit_node_modules_isarray(val) === false; }; -var C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue = function(obj, prop, noZero) { - if (C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject(obj)) { - return C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues(C__workspace_packageInherit_node_modules_getValue(obj, prop), noZero); +var D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue = function(obj, prop, noZero) { + if (D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue_node_modules_isobject(obj)) { + return D__git_packageInherit_node_modules_unsetValue_node_modules_hasValues(D__git_packageInherit_node_modules_getValue(obj, prop), noZero); } - return C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValues(obj, prop); + return D__git_packageInherit_node_modules_unsetValue_node_modules_hasValues(obj, prop); }; -var C__workspace_packageInherit_node_modules_unsetValue = function unset(obj, prop) { +var D__git_packageInherit_node_modules_unsetValue = function unset(obj, prop) { if (!isobject(obj)) { throw new TypeError('expected an object.'); } @@ -19980,7 +19980,7 @@ var C__workspace_packageInherit_node_modules_unsetValue = function unset(obj, pr return true; } - if (C__workspace_packageInherit_node_modules_unsetValue_node_modules_hasValue(obj, prop)) { + if (D__git_packageInherit_node_modules_unsetValue_node_modules_hasValue(obj, prop)) { var segs = prop.split('.'); var last = segs.pop(); while (segs.length && segs[segs.length - 1].slice(-1) === '\\') { @@ -20035,7 +20035,7 @@ function namespace(prop) { * Inherit Emitter */ - C__workspace_packageInherit_node_modules_componentEmitter(Cache.prototype); + D__git_packageInherit_node_modules_componentEmitter(Cache.prototype); /** * Assign `value` to `key`. Also emits `set` with @@ -20065,12 +20065,12 @@ function namespace(prop) { Cache.prototype.set = function(key, val) { if (Array.isArray(key) && arguments.length === 2) { - key = C__workspace_packageInherit_node_modules_toObjectPath(key); + key = D__git_packageInherit_node_modules_toObjectPath(key); } if (isobject(key) || Array.isArray(key)) { this.visit('set', key); } else { - C__workspace_packageInherit_node_modules_setValue(prop ? this[prop] : this, key, val); + D__git_packageInherit_node_modules_setValue(prop ? this[prop] : this, key, val); this.emit('set', key, val); } return this; @@ -20095,10 +20095,10 @@ function namespace(prop) { Cache.prototype.union = function(key, val) { if (Array.isArray(key) && arguments.length === 2) { - key = C__workspace_packageInherit_node_modules_toObjectPath(key); + key = D__git_packageInherit_node_modules_toObjectPath(key); } var ctx = prop ? this[prop] : this; - C__workspace_packageInherit_node_modules_unionValue(ctx, key, arrayify$1(val)); + D__git_packageInherit_node_modules_unionValue(ctx, key, arrayify$1(val)); this.emit('union', val); return this; }; @@ -20124,10 +20124,10 @@ function namespace(prop) { */ Cache.prototype.get = function(key) { - key = C__workspace_packageInherit_node_modules_toObjectPath(arguments); + key = D__git_packageInherit_node_modules_toObjectPath(arguments); var ctx = prop ? this[prop] : this; - var val = C__workspace_packageInherit_node_modules_getValue(ctx, key); + var val = D__git_packageInherit_node_modules_getValue(ctx, key); this.emit('get', key, val); return val; @@ -20151,10 +20151,10 @@ function namespace(prop) { */ Cache.prototype.has = function(key) { - key = C__workspace_packageInherit_node_modules_toObjectPath(arguments); + key = D__git_packageInherit_node_modules_toObjectPath(arguments); var ctx = prop ? this[prop] : this; - var val = C__workspace_packageInherit_node_modules_getValue(ctx, key); + var val = D__git_packageInherit_node_modules_getValue(ctx, key); var has = typeof val !== 'undefined'; this.emit('has', key, has); @@ -20182,7 +20182,7 @@ function namespace(prop) { if (Array.isArray(key)) { this.visit('del', key); } else { - C__workspace_packageInherit_node_modules_unsetValue(prop ? this[prop] : this, key); + D__git_packageInherit_node_modules_unsetValue(prop ? this[prop] : this, key); this.emit('del', key); } return this; @@ -20215,7 +20215,7 @@ function namespace(prop) { */ Cache.prototype.visit = function(method, val) { - C__workspace_packageInherit_node_modules_collectionVisit(this, method, val); + D__git_packageInherit_node_modules_collectionVisit(this, method, val); return this; }; @@ -20234,14 +20234,14 @@ function arrayify$1(val) { * Expose `Cache` */ -var C__workspace_packageInherit_node_modules_cacheBase = namespace(); +var D__git_packageInherit_node_modules_cacheBase = namespace(); /** * Expose `Cache.namespace` */ var namespace_1 = namespace; -C__workspace_packageInherit_node_modules_cacheBase.namespace = namespace_1; +D__git_packageInherit_node_modules_cacheBase.namespace = namespace_1; var isExtendable$3 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); @@ -20254,7 +20254,7 @@ var isExtendable$3 = function isExtendable(val) { * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_forIn = function forIn(obj, fn, thisArg) { +var D__git_packageInherit_node_modules_forIn = function forIn(obj, fn, thisArg) { for (var key in obj) { if (fn.call(thisArg, obj[key], key, obj) === false) { break; @@ -20267,7 +20267,7 @@ function mixinDeep(target, objects) { while (++i < len) { var obj = arguments[i]; if (isObject$8(obj)) { - C__workspace_packageInherit_node_modules_forIn(obj, copy$1, target); + D__git_packageInherit_node_modules_forIn(obj, copy$1, target); } } return target; @@ -20319,7 +20319,7 @@ function isValidKey$1(key) { * Expose `mixinDeep` */ -var C__workspace_packageInherit_node_modules_mixinDeep = mixinDeep; +var D__git_packageInherit_node_modules_mixinDeep = mixinDeep; /*! * pascalcase @@ -20341,7 +20341,7 @@ function pascalcase(str) { }); } -var C__workspace_packageInherit_node_modules_pascalcase = pascalcase; +var D__git_packageInherit_node_modules_pascalcase = pascalcase; var toString$6 = Object.prototype.toString; @@ -20352,7 +20352,7 @@ var toString$6 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_defineProperty_node_modules_kindOf = function kindOf(val) { var type = typeof val; // primitivies @@ -20500,7 +20500,7 @@ var toString$7 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf = function kindOf(val) { // primitivies if (typeof val === 'undefined') { return 'undefined'; @@ -20553,7 +20553,7 @@ var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAcces } // buffer - if (C__workspace_packageInherit_node_modules_isBuffer(val)) { + if (D__git_packageInherit_node_modules_isBuffer(val)) { return 'buffer'; } @@ -20621,7 +20621,7 @@ function isAccessorDescriptor$1(obj, prop) { return typeof val !== 'undefined'; } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -20645,7 +20645,7 @@ function isAccessorDescriptor$1(obj, prop) { continue; } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor$1[key]) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor_node_modules_kindOf(obj[key]) === accessor$1[key]) { continue; } @@ -20664,7 +20664,7 @@ function has$1(obj, key) { * Expose `isAccessorDescriptor` */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor = isAccessorDescriptor$1; +var D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor = isAccessorDescriptor$1; var toString$8 = Object.prototype.toString; @@ -20675,7 +20675,7 @@ var toString$8 = Object.prototype.toString; * @return {*} Native javascript type */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf = function kindOf(val) { // primitivies if (typeof val === 'undefined') { return 'undefined'; @@ -20728,7 +20728,7 @@ var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataD } // buffer - if (C__workspace_packageInherit_node_modules_isBuffer(val)) { + if (D__git_packageInherit_node_modules_isBuffer(val)) { return 'buffer'; } @@ -20790,7 +20790,7 @@ var data = { }; function isDataDescriptor(obj, prop) { - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj) !== 'object') { return false; } @@ -20810,7 +20810,7 @@ function isDataDescriptor(obj, prop) { continue; } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor_node_modules_kindOf(obj[key]) === data[key]) { continue; } @@ -20825,19 +20825,19 @@ function isDataDescriptor(obj, prop) { * Expose `isDataDescriptor` */ -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor = isDataDescriptor; +var D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor = isDataDescriptor; -var C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDescriptor = function isDescriptor(obj, key) { - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_kindOf(obj) !== 'object') { +var D__git_packageInherit_node_modules_defineProperty_node_modules_isDescriptor = function isDescriptor(obj, key) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_kindOf(obj) !== 'object') { return false; } if ('get' in obj) { - return C__workspace_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor(obj, key); + return D__git_packageInherit_node_modules_defineProperty_node_modules_isAccessorDescriptor(obj, key); } - return C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor(obj, key); + return D__git_packageInherit_node_modules_defineProperty_node_modules_isDataDescriptor(obj, key); }; -var C__workspace_packageInherit_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -20846,7 +20846,7 @@ var C__workspace_packageInherit_node_modules_defineProperty = function definePro throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_defineProperty_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_defineProperty_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -20905,7 +20905,7 @@ var C__workspace_packageInherit_node_modules_defineProperty = function definePro * @api public */ -var C__workspace_packageInherit_node_modules_copyDescriptor = function copyDescriptor(receiver, provider, from, to) { +var D__git_packageInherit_node_modules_copyDescriptor = function copyDescriptor(receiver, provider, from, to) { if (!isObject$9(provider) && typeof provider !== 'function') { to = from; from = provider; @@ -20973,9 +20973,9 @@ function copy$2(receiver, provider, omit) { var key = props[len]; if (has$2(keys, key)) { - C__workspace_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); + D__git_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); } else if (!(key in receiver) && !has$2(omit, key)) { - C__workspace_packageInherit_node_modules_copyDescriptor(receiver, provider, key); + D__git_packageInherit_node_modules_copyDescriptor(receiver, provider, key); } } } @@ -20984,7 +20984,7 @@ function copy$2(receiver, provider, omit) { */ function isObject$a(val) { - return C__workspace_packageInherit_node_modules_kindOf(val) === 'object' || typeof val === 'function'; + return D__git_packageInherit_node_modules_kindOf(val) === 'object' || typeof val === 'function'; } /** @@ -21097,14 +21097,14 @@ function nativeKeys(val) { * Expose `copy` */ -var C__workspace_packageInherit_node_modules_objectCopy = copy$2; +var D__git_packageInherit_node_modules_objectCopy = copy$2; /** * Expose `copy.has` for tests */ var has_1 = has$2; -C__workspace_packageInherit_node_modules_objectCopy.has = has_1; +D__git_packageInherit_node_modules_objectCopy.has = has_1; /** * Returns a function for extending the static properties, @@ -21150,7 +21150,7 @@ function extend$1(Parent, extendFn) { } util__default['default'].inherits(Ctor, Parent); - C__workspace_packageInherit_node_modules_objectCopy(Ctor, Parent); + D__git_packageInherit_node_modules_objectCopy(Ctor, Parent); // proto can be null or a plain object if (typeof proto === 'object') { @@ -21162,7 +21162,7 @@ function extend$1(Parent, extendFn) { } // keep a reference to the parent prototype - C__workspace_packageInherit_node_modules_defineProperty(Ctor.prototype, '_parent_', { + D__git_packageInherit_node_modules_defineProperty(Ctor.prototype, '_parent_', { configurable: true, set: function() {}, get: function() { @@ -21181,9 +21181,9 @@ function extend$1(Parent, extendFn) { * Expose `extend` */ -var C__workspace_packageInherit_node_modules_staticExtend = extend$1; +var D__git_packageInherit_node_modules_staticExtend = extend$1; -var C__workspace_packageInherit_node_modules_classUtils = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_classUtils = createCommonjsModule(function (module) { @@ -21463,7 +21463,7 @@ cu.copy = function copy(receiver, provider, omit) { key = props[len]; if (cu.has(keys, key)) { - C__workspace_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); + D__git_packageInherit_node_modules_defineProperty(receiver, key, provider[key]); } else if (!(key in receiver) && !cu.has(omit, key)) { cu.copyDescriptor(receiver, provider, key); } @@ -21527,7 +21527,7 @@ cu.inherit = function inherit(receiver, provider, omit) { cu.extend = function() { // keep it lazy, instead of assigning to `cu.extend` - return C__workspace_packageInherit_node_modules_staticExtend.apply(null, arguments); + return D__git_packageInherit_node_modules_staticExtend.apply(null, arguments); }; /** @@ -21542,7 +21542,7 @@ cu.bubble = function(Parent, events) { events = events || []; Parent.bubble = function(Child, arr) { if (Array.isArray(arr)) { - events = C__workspace_packageInherit_node_modules_arrUnion([], events, arr); + events = D__git_packageInherit_node_modules_arrUnion([], events, arr); } var len = events.length; var idx = -1; @@ -21560,7 +21560,7 @@ cu.bubble = function(Parent, events) { */ function namespace$1(name) { - var Cache = name ? C__workspace_packageInherit_node_modules_cacheBase.namespace(name) : C__workspace_packageInherit_node_modules_cacheBase; + var Cache = name ? D__git_packageInherit_node_modules_cacheBase.namespace(name) : D__git_packageInherit_node_modules_cacheBase; var fns = []; /** @@ -21606,14 +21606,14 @@ function namespace$1(name) { * Add static emitter methods */ - C__workspace_packageInherit_node_modules_componentEmitter(Base); + D__git_packageInherit_node_modules_componentEmitter(Base); /** * Initialize `Base` defaults with the given `config` object */ Base.prototype.initBase = function(config, options) { - this.options = C__workspace_packageInherit_node_modules_mixinDeep({}, this.options, options); + this.options = D__git_packageInherit_node_modules_mixinDeep({}, this.options, options); this.cache = this.cache || {}; this.define('registered', {}); if (name) this[name] = {}; @@ -21654,7 +21654,7 @@ function namespace$1(name) { if (typeof name !== 'string') { throw new TypeError('expected name to be a string'); } - this.define('is' + C__workspace_packageInherit_node_modules_pascalcase(name), true); + this.define('is' + D__git_packageInherit_node_modules_pascalcase(name), true); this.define('_name', name); this.define('_appname', name); return this; @@ -21744,7 +21744,7 @@ function namespace$1(name) { if (isobject(key)) { return this.visit('define', key); } - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(this, key, val); + D__git_packageInherit_node_modules_base_node_modules_defineProperty(this, key, val); return this; }; @@ -21836,7 +21836,7 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'use', function(fn) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'use', function(fn) { fns.push(fn); return Base; }); @@ -21850,7 +21850,7 @@ function namespace$1(name) { * @param {Array} `arr` Array of functions to pass to the method. */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'run', function(obj, prop, arr) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'run', function(obj, prop, arr) { var len = arr.length, i = 0; while (len--) { obj[prop](arr[i++]); @@ -21880,10 +21880,10 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'extend', C__workspace_packageInherit_node_modules_classUtils.extend(Base, function(Ctor, Parent) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'extend', D__git_packageInherit_node_modules_classUtils.extend(Base, function(Ctor, Parent) { Ctor.prototype.mixins = Ctor.prototype.mixins || []; - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixin', function(fn) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixin', function(fn) { var mixin = fn(Ctor.prototype, Ctor); if (typeof mixin === 'function') { Ctor.prototype.mixins.push(mixin); @@ -21891,7 +21891,7 @@ function namespace$1(name) { return Ctor; }); - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixins', function(Child) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Ctor, 'mixins', function(Child) { Base.run(Child, 'mixin', Ctor.prototype.mixins); return Ctor; }); @@ -21922,7 +21922,7 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixin', function(fn) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixin', function(fn) { var mixin = fn(Base.prototype, Base); if (typeof mixin === 'function') { Base.prototype.mixins.push(mixin); @@ -21944,7 +21944,7 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixins', function(Child) { + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'mixins', function(Child) { Base.run(Child, 'mixin', Base.prototype.mixins); return Base; }); @@ -21963,8 +21963,8 @@ function namespace$1(name) { * @api public */ - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'inherit', C__workspace_packageInherit_node_modules_classUtils.inherit); - C__workspace_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'bubble', C__workspace_packageInherit_node_modules_classUtils.bubble); + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'inherit', D__git_packageInherit_node_modules_classUtils.inherit); + D__git_packageInherit_node_modules_base_node_modules_defineProperty(Base, 'bubble', D__git_packageInherit_node_modules_classUtils.bubble); return Base; } @@ -21972,14 +21972,14 @@ function namespace$1(name) { * Expose `Base` with default settings */ -var C__workspace_packageInherit_node_modules_base = namespace$1(); +var D__git_packageInherit_node_modules_base = namespace$1(); /** * Allow users to define a namespace */ var namespace_1$1 = namespace$1; -C__workspace_packageInherit_node_modules_base.namespace = namespace_1$1; +D__git_packageInherit_node_modules_base.namespace = namespace_1$1; /*! * use @@ -21988,7 +21988,7 @@ C__workspace_packageInherit_node_modules_base.namespace = namespace_1$1; * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_use = function base(app, options) { +var D__git_packageInherit_node_modules_use = function base(app, options) { if (!isObject$b(app) && typeof app !== 'function') { throw new TypeError('expected an object or function'); } @@ -22159,7 +22159,7 @@ var y = d * 365.25; * @api public */ -var C__workspace_packageInherit_node_modules_ms = function(val, options) { +var D__git_packageInherit_node_modules_ms = function(val, options) { options = options || {}; var type = typeof val; if (type === 'string' && val.length > 0) { @@ -22301,7 +22301,7 @@ exports.coerce = coerce; exports.disable = disable; exports.enable = enable; exports.enabled = enabled; -exports.humanize = C__workspace_packageInherit_node_modules_ms; +exports.humanize = D__git_packageInherit_node_modules_ms; /** * The currently active debug mode names, and names to skip. @@ -22931,7 +22931,7 @@ function init (debug) { exports.enable(load()); }); -var C__workspace_packageInherit_node_modules_debug_src = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_debug_src = createCommonjsModule(function (module) { /** * Detect Electron renderer process, which is node, but we should * treat as a browser. @@ -26111,7 +26111,7 @@ function customDecodeURIComponent(input) { return input; } -var C__workspace_packageInherit_node_modules_decodeUriComponent = function (encodedURI) { +var D__git_packageInherit_node_modules_decodeUriComponent = function (encodedURI) { if (typeof encodedURI !== 'string') { throw new TypeError('Expected `encodedURI` to be of type `string`, got `' + typeof encodedURI + '`'); } @@ -26129,7 +26129,7 @@ var C__workspace_packageInherit_node_modules_decodeUriComponent = function (enco function customDecodeUriComponent(string) { // `decodeUriComponent` turns `+` into ` `, but that's not wanted. - return C__workspace_packageInherit_node_modules_decodeUriComponent(string.replace(/\+/g, "%2B")) + return D__git_packageInherit_node_modules_decodeUriComponent(string.replace(/\+/g, "%2B")) } var decodeUriComponent_1 = customDecodeUriComponent; @@ -26143,7 +26143,7 @@ function urix(aPath) { return aPath } -var C__workspace_packageInherit_node_modules_urix = urix; +var D__git_packageInherit_node_modules_urix = urix; function atob(str) { return Buffer.from(str, 'base64').toString('binary'); @@ -26253,7 +26253,7 @@ function decodeBase64String(b64) { } function resolveSourceMapHelper(code, codeUrl) { - codeUrl = C__workspace_packageInherit_node_modules_urix(codeUrl); + codeUrl = D__git_packageInherit_node_modules_urix(codeUrl); var url = sourceMapUrl.getFrom(code); if (!url) { @@ -26370,7 +26370,7 @@ var endingSlash = /\/?$/; function resolveSourcesHelper(map, mapUrl, options, fn) { options = options || {}; - mapUrl = C__workspace_packageInherit_node_modules_urix(mapUrl); + mapUrl = D__git_packageInherit_node_modules_urix(mapUrl); var fullUrl; var sourceContent; var sourceRoot; @@ -26489,7 +26489,7 @@ var sourceMapResolveNode = { * Module dependencies */ -var extend$2 = C__workspace_packageInherit_node_modules_extendShallow; +var extend$2 = D__git_packageInherit_node_modules_extendShallow; var SourceMap = sourceMap; var sourceMapResolve = sourceMapResolveNode; @@ -26566,14 +26566,14 @@ module.exports = mixin; */ function mixin(compiler) { - C__workspace_packageInherit_node_modules_defineProperty(compiler, '_comment', compiler.comment); + D__git_packageInherit_node_modules_defineProperty(compiler, '_comment', compiler.comment); compiler.map = new utils$4.SourceMap.SourceMapGenerator(); compiler.position = { line: 1, column: 1 }; compiler.content = {}; compiler.files = {}; for (var key in exports) { - C__workspace_packageInherit_node_modules_defineProperty(compiler, key, exports[key]); + D__git_packageInherit_node_modules_defineProperty(compiler, key, exports[key]); } } @@ -26689,7 +26689,7 @@ exports.comment = function(node) { }; }); -var debug$1 = C__workspace_packageInherit_node_modules_debug_src('snapdragon:compiler'); +var debug$1 = D__git_packageInherit_node_modules_debug_src('snapdragon:compiler'); /** @@ -26712,7 +26712,7 @@ function Compiler(options, state) { this.set('bos', function(node) { return this.emit(node.val, node); }); - C__workspace_packageInherit_node_modules_use(this); + D__git_packageInherit_node_modules_use(this); } /** @@ -26756,7 +26756,7 @@ Compiler.prototype = { */ define: function(key, val) { - C__workspace_packageInherit_node_modules_defineProperty(this, key, val); + D__git_packageInherit_node_modules_defineProperty(this, key, val); return this; }, @@ -26876,7 +26876,7 @@ var hasOwn$4 = Object.prototype.hasOwnProperty; * Expose `MapCache` */ -var C__workspace_packageInherit_node_modules_mapCache = MapCache; +var D__git_packageInherit_node_modules_mapCache = MapCache; /** * Creates a cache object to store key/value pairs. @@ -26969,11 +26969,11 @@ MapCache.prototype.del = function mapDelete(key) { var position = function Position(start, parser) { this.start = start; this.end = { line: parser.line, column: parser.column }; - C__workspace_packageInherit_node_modules_defineProperty(this, 'content', parser.orig); - C__workspace_packageInherit_node_modules_defineProperty(this, 'source', parser.options.source); + D__git_packageInherit_node_modules_defineProperty(this, 'content', parser.orig); + D__git_packageInherit_node_modules_defineProperty(this, 'source', parser.options.source); }; -var debug$2 = C__workspace_packageInherit_node_modules_debug_src('snapdragon:parser'); +var debug$2 = D__git_packageInherit_node_modules_debug_src('snapdragon:parser'); @@ -26988,7 +26988,7 @@ function Parser(options) { debug$2('initializing', __filename); this.options = utils$4.extend({source: 'string'}, options); this.init(this.options); - C__workspace_packageInherit_node_modules_use(this); + D__git_packageInherit_node_modules_use(this); } /** @@ -27006,7 +27006,7 @@ Parser.prototype = { this.column = 1; this.line = 1; - this.regex = new C__workspace_packageInherit_node_modules_mapCache(); + this.regex = new D__git_packageInherit_node_modules_mapCache(); this.errors = this.errors || []; this.parsers = this.parsers || {}; this.types = this.types || []; @@ -27023,7 +27023,7 @@ Parser.prototype = { nodes: [this.bos] }; - C__workspace_packageInherit_node_modules_defineProperty(this.bos, 'parent', this.ast); + D__git_packageInherit_node_modules_defineProperty(this.bos, 'parent', this.ast); this.nodes = [this.ast]; this.count = 0; @@ -27069,7 +27069,7 @@ Parser.prototype = { */ define: function(key, val) { - C__workspace_packageInherit_node_modules_defineProperty(this, key, val); + D__git_packageInherit_node_modules_defineProperty(this, key, val); return this; }, @@ -27082,7 +27082,7 @@ Parser.prototype = { var self = this; return function(node) { - C__workspace_packageInherit_node_modules_defineProperty(node, 'position', new position(start, self)); + D__git_packageInherit_node_modules_defineProperty(node, 'position', new position(start, self)); return node; }; }, @@ -27247,8 +27247,8 @@ Parser.prototype = { node.inner = m[1]; } - C__workspace_packageInherit_node_modules_defineProperty(node, 'inside', this.stack.length > 0); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(node, 'inside', this.stack.length > 0); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); prev.nodes.push(node); }.bind(this)); return this; @@ -27291,11 +27291,11 @@ Parser.prototype = { nodes: [open] }); - C__workspace_packageInherit_node_modules_defineProperty(node, 'rest', this.input); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parsed', parsed); - C__workspace_packageInherit_node_modules_defineProperty(node, 'prefix', m[1]); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); - C__workspace_packageInherit_node_modules_defineProperty(open, 'parent', node); + D__git_packageInherit_node_modules_defineProperty(node, 'rest', this.input); + D__git_packageInherit_node_modules_defineProperty(node, 'parsed', parsed); + D__git_packageInherit_node_modules_defineProperty(node, 'prefix', m[1]); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(open, 'parent', node); if (typeof fn === 'function') { fn.call(this, open, node); @@ -27338,7 +27338,7 @@ Parser.prototype = { } parent.nodes.push(node); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', parent); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', parent); }); return this; @@ -27378,7 +27378,7 @@ Parser.prototype = { val: this.append || '' }); - C__workspace_packageInherit_node_modules_defineProperty(tok, 'parent', this.ast); + D__git_packageInherit_node_modules_defineProperty(tok, 'parent', this.ast); return tok; }, @@ -27394,8 +27394,8 @@ Parser.prototype = { while (++idx < len) { if ((tok = this.parsers[this.types[idx]].call(this))) { - C__workspace_packageInherit_node_modules_defineProperty(tok, 'rest', this.input); - C__workspace_packageInherit_node_modules_defineProperty(tok, 'parsed', parsed); + D__git_packageInherit_node_modules_defineProperty(tok, 'rest', this.input); + D__git_packageInherit_node_modules_defineProperty(tok, 'parsed', parsed); this.last = tok; return tok; } @@ -27426,7 +27426,7 @@ Parser.prototype = { if (node) { var prev = self.prev(); if (prev) { - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); if (prev.nodes) { prev.nodes.push(node); } @@ -27465,7 +27465,7 @@ Parser.prototype = { function visit(node, fn) { if (!node.visited) { - C__workspace_packageInherit_node_modules_defineProperty(node, 'visited', true); + D__git_packageInherit_node_modules_defineProperty(node, 'visited', true); return node.nodes ? mapVisit(node.nodes, fn) : fn(node); } return node; @@ -27513,7 +27513,7 @@ var parser = Parser; */ function Snapdragon(options) { - C__workspace_packageInherit_node_modules_base.call(this, null, options); + D__git_packageInherit_node_modules_base.call(this, null, options); this.options = utils$4.extend({source: 'string'}, this.options); this.compiler = new compiler(this.options); this.parser = new parser(this.options); @@ -27541,7 +27541,7 @@ function Snapdragon(options) { * Inherit Base */ -C__workspace_packageInherit_node_modules_base.extend(Snapdragon); +D__git_packageInherit_node_modules_base.extend(Snapdragon); /** * Add a parser to `snapdragon.parsers` for capturing the given `type` using @@ -27615,7 +27615,7 @@ Snapdragon.prototype.parse = function(str, options) { var parsed = this.parser.parse(str, this.options); // add non-enumerable parser reference - C__workspace_packageInherit_node_modules_defineProperty(parsed, 'parser', this.parser); + D__git_packageInherit_node_modules_defineProperty(parsed, 'parser', this.parser); return parsed; }; @@ -27649,7 +27649,7 @@ Snapdragon.prototype.compile = function(ast, options) { var compiled = this.compiler.compile(ast, this.options); // add non-enumerable compiler reference - C__workspace_packageInherit_node_modules_defineProperty(compiled, 'compiler', this.compiler); + D__git_packageInherit_node_modules_defineProperty(compiled, 'compiler', this.compiler); return compiled; }; @@ -27657,7 +27657,7 @@ Snapdragon.prototype.compile = function(ast, options) { * Expose `Snapdragon` */ -var C__workspace_packageInherit_node_modules_snapdragon = Snapdragon; +var D__git_packageInherit_node_modules_snapdragon = Snapdragon; /** * Expose `Parser` and `Compiler` @@ -27665,15 +27665,15 @@ var C__workspace_packageInherit_node_modules_snapdragon = Snapdragon; var Compiler_1 = compiler; var Parser_1 = parser; -C__workspace_packageInherit_node_modules_snapdragon.Compiler = Compiler_1; -C__workspace_packageInherit_node_modules_snapdragon.Parser = Parser_1; +D__git_packageInherit_node_modules_snapdragon.Compiler = Compiler_1; +D__git_packageInherit_node_modules_snapdragon.Parser = Parser_1; /** * Customize Snapdragon parser and renderer */ function Braces(options) { - this.options = C__workspace_packageInherit_node_modules_extendShallow({}, options); + this.options = D__git_packageInherit_node_modules_extendShallow({}, options); } /** @@ -27684,7 +27684,7 @@ Braces.prototype.init = function(options) { if (this.isInitialized) return; this.isInitialized = true; var opts = utils_1.createOptions({}, this.options, options); - this.snapdragon = this.options.snapdragon || new C__workspace_packageInherit_node_modules_snapdragon(opts); + this.snapdragon = this.options.snapdragon || new D__git_packageInherit_node_modules_snapdragon(opts); this.compiler = this.snapdragon.compiler; this.parser = this.snapdragon.parser; @@ -27699,7 +27699,7 @@ Braces.prototype.init = function(options) { */ utils_1.define(this.snapdragon, 'parse', function(pattern, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); this.parser.ast.input = pattern; var stack = this.parser.stack; @@ -27819,7 +27819,7 @@ function braces$2(pattern, options) { } if (options && options.nodupes === true) { - arr = C__workspace_packageInherit_node_modules_arrayUnique(arr); + arr = D__git_packageInherit_node_modules_arrayUnique(arr); } if (!disabled) { @@ -27843,7 +27843,7 @@ function braces$2(pattern, options) { */ braces$2.expand = function(pattern, options) { - return braces$2.create(pattern, C__workspace_packageInherit_node_modules_extendShallow({}, options, {expand: true})); + return braces$2.create(pattern, D__git_packageInherit_node_modules_extendShallow({}, options, {expand: true})); }; /** @@ -27916,7 +27916,7 @@ braces$2.create = function(pattern, options) { // filter out duplicates if specified if (options && options.nodupes === true) { - arr = C__workspace_packageInherit_node_modules_arrayUnique(arr); + arr = D__git_packageInherit_node_modules_arrayUnique(arr); } Object.defineProperty(arr, 'result', { @@ -27957,8 +27957,8 @@ braces$2.makeRe = function(pattern, options) { function makeRe() { var arr = braces$2(pattern, options); - var opts = C__workspace_packageInherit_node_modules_extendShallow({strictErrors: false}, options); - return C__workspace_packageInherit_node_modules_toRegex(arr, opts); + var opts = D__git_packageInherit_node_modules_extendShallow({strictErrors: false}, options); + return D__git_packageInherit_node_modules_toRegex(arr, opts); } return memoize$1('makeRe', pattern, options, makeRe); @@ -28080,13 +28080,13 @@ braces$2.cache = cache$3; * @type {Function} */ -var C__workspace_packageInherit_node_modules_braces = braces$2; +var D__git_packageInherit_node_modules_braces = braces$2; var isExtendable$4 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -28100,7 +28100,7 @@ var C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShall } if (isObject$c(val)) { assign$5(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -28142,7 +28142,7 @@ var isExtendable$5 = function isExtendable(val) { return isPlainObject(val) || typeof val === 'function' || Array.isArray(val); }; -var C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { +var D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow = Object.assign || function(obj/*, objects*/) { if (obj === null || typeof obj === 'undefined') { throw new TypeError('Cannot convert undefined or null to object'); } @@ -28156,7 +28156,7 @@ var C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallo } if (isObject$d(val)) { assign$6(obj, val); - C__workspace_packageInherit_node_modules_assignSymbols(obj, val); + D__git_packageInherit_node_modules_assignSymbols(obj, val); } } return obj; @@ -28902,8 +28902,8 @@ function advanceTo(input, endChar) { function createTextRegex(pattern) { if (cached) return cached; var opts = {contains: true, strictClose: false}; - var not = C__workspace_packageInherit_node_modules_regexNot.create(pattern, opts); - var re = C__workspace_packageInherit_node_modules_toRegex('^(?:[*]\\((?=.)|' + not + ')', opts); + var not = D__git_packageInherit_node_modules_regexNot.create(pattern, opts); + var re = D__git_packageInherit_node_modules_toRegex('^(?:[*]\\((?=.)|' + not + ')', opts); return (cached = re); } @@ -28914,7 +28914,7 @@ function createTextRegex(pattern) { var not_1 = NOT_REGEX; parsers$1.not = not_1; -var C__workspace_packageInherit_node_modules_fragmentCache = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_fragmentCache = createCommonjsModule(function (module, exports) { @@ -28956,7 +28956,7 @@ FragmentCache.prototype = { */ cache: function(cacheName) { - return this.caches[cacheName] || (this.caches[cacheName] = new C__workspace_packageInherit_node_modules_mapCache()); + return this.caches[cacheName] || (this.caches[cacheName] = new D__git_packageInherit_node_modules_mapCache()); }, /** @@ -29037,9 +29037,9 @@ FragmentCache.prototype = { exports = module.exports = FragmentCache; }); -var cache$4 = new (C__workspace_packageInherit_node_modules_fragmentCache)(); +var cache$4 = new (D__git_packageInherit_node_modules_fragmentCache)(); -var C__workspace_packageInherit_node_modules_isWindows = createCommonjsModule(function (module, exports) { +var D__git_packageInherit_node_modules_isWindows = createCommonjsModule(function (module, exports) { /*! * is-windows * @@ -29070,7 +29070,7 @@ var define$3 = (typeof Reflect !== 'undefined' && Reflect.defineProperty) ? Reflect.defineProperty : Object.defineProperty; -var C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProperty = function defineProperty(obj, key, val) { +var D__git_packageInherit_node_modules_nanomatch_node_modules_defineProperty = function defineProperty(obj, key, val) { if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { throw new TypeError('expected an object, function, or array'); } @@ -29079,7 +29079,7 @@ var C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProper throw new TypeError('expected "key" to be a string'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val)) { define$3(obj, key, val); return obj; } @@ -29101,7 +29101,7 @@ var C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProper * Released under the MIT License. */ -var C__workspace_packageInherit_node_modules_arrDiff = function diff(arr/*, arrays*/) { +var D__git_packageInherit_node_modules_arrDiff = function diff(arr/*, arrays*/) { var len = arguments.length; var idx = 0; while (++idx < len) { @@ -29140,7 +29140,7 @@ function diffArray(one, two) { return arr; } -var C__workspace_packageInherit_node_modules_object_pick = function pick(obj, keys) { +var D__git_packageInherit_node_modules_object_pick = function pick(obj, keys) { if (!isobject(obj) && typeof obj !== 'function') { return {}; } @@ -29167,7 +29167,7 @@ var C__workspace_packageInherit_node_modules_object_pick = function pick(obj, ke var toString$9 = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_nanomatch_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_nanomatch_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -29304,14 +29304,14 @@ var utils = module.exports; * Module dependencies */ -var isWindows = C__workspace_packageInherit_node_modules_isWindows(); +var isWindows = D__git_packageInherit_node_modules_isWindows(); -utils.define = C__workspace_packageInherit_node_modules_nanomatch_node_modules_defineProperty; -utils.diff = C__workspace_packageInherit_node_modules_arrDiff; -utils.extend = C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow; -utils.pick = C__workspace_packageInherit_node_modules_object_pick; -utils.typeOf = C__workspace_packageInherit_node_modules_nanomatch_node_modules_kindOf; -utils.unique = C__workspace_packageInherit_node_modules_arrayUnique; +utils.define = D__git_packageInherit_node_modules_nanomatch_node_modules_defineProperty; +utils.diff = D__git_packageInherit_node_modules_arrDiff; +utils.extend = D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow; +utils.pick = D__git_packageInherit_node_modules_object_pick; +utils.typeOf = D__git_packageInherit_node_modules_nanomatch_node_modules_kindOf; +utils.unique = D__git_packageInherit_node_modules_arrayUnique; /** * Returns true if the given value is effectively an empty string @@ -29354,11 +29354,11 @@ utils.instantiate = function(ast, options) { snapdragon = options.snapdragon; // create a new instance } else { - snapdragon = new C__workspace_packageInherit_node_modules_snapdragon(options); + snapdragon = new D__git_packageInherit_node_modules_snapdragon(options); } utils.define(snapdragon, 'parse', function(str, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.call(this, str, options); + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.call(this, str, options); parsed.input = str; // escape unmatched brace/bracket/parens @@ -30033,7 +30033,7 @@ nanomatch.all = function(str, patterns, options) { */ nanomatch.not = function(list, patterns, options) { - var opts = C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options); var ignore = opts.ignore; delete opts.ignore; @@ -30087,7 +30087,7 @@ nanomatch.contains = function(str, patterns, options) { } } - var opts = C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options, {contains: true}); + var opts = D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow({}, options, {contains: true}); return nanomatch.any(str, patterns, opts); }; @@ -30234,7 +30234,7 @@ nanomatch.matcher = function matcher(pattern, options) { */ nanomatch.capture = function(pattern, str, options) { - var re = nanomatch.makeRe(pattern, C__workspace_packageInherit_node_modules_nanomatch_node_modules_extendShallow({capture: true}, options)); + var re = nanomatch.makeRe(pattern, D__git_packageInherit_node_modules_nanomatch_node_modules_extendShallow({capture: true}, options)); var unixify = utils_1$1.unixify(options); function match() { @@ -30284,7 +30284,7 @@ nanomatch.makeRe = function(pattern, options) { function makeRe() { var opts = utils_1$1.extend({wrap: false}, options); var result = nanomatch.create(pattern, opts); - var regex = C__workspace_packageInherit_node_modules_toRegex(result.output, opts); + var regex = D__git_packageInherit_node_modules_toRegex(result.output, opts); utils_1$1.define(regex, 'result', result); return regex; } @@ -30511,13 +30511,13 @@ nanomatch.cache = cache$4; * @type {Function} */ -var C__workspace_packageInherit_node_modules_nanomatch = nanomatch; +var D__git_packageInherit_node_modules_nanomatch = nanomatch; /** * POSIX character classes */ -var C__workspace_packageInherit_node_modules_posixCharacterClasses = { +var D__git_packageInherit_node_modules_posixCharacterClasses = { alnum: 'a-zA-Z0-9', alpha: 'a-zA-Z', ascii: '\\x00-\\x7F', @@ -30562,7 +30562,7 @@ var compilers$2 = function(brackets) { return this.emit('\\[::\\]', node); } - var val = C__workspace_packageInherit_node_modules_posixCharacterClasses[node.inner]; + var val = D__git_packageInherit_node_modules_posixCharacterClasses[node.inner]; if (typeof val === 'undefined') { val = '[' + node.inner + ']'; } @@ -30637,13 +30637,13 @@ var last$1 = function(arr) { var createRegex = function(pattern, include) { if (cached$1) return cached$1; var opts = {contains: true, strictClose: false}; - var not = C__workspace_packageInherit_node_modules_regexNot.create(pattern, opts); + var not = D__git_packageInherit_node_modules_regexNot.create(pattern, opts); var re; if (typeof include === 'string') { - re = C__workspace_packageInherit_node_modules_toRegex('^(?:' + include + '|' + not + ')', opts); + re = D__git_packageInherit_node_modules_toRegex('^(?:' + include + '|' + not + ')', opts); } else { - re = C__workspace_packageInherit_node_modules_toRegex(not, opts); + re = D__git_packageInherit_node_modules_toRegex(not, opts); } return (cached$1 = re); @@ -30764,8 +30764,8 @@ function parsers$2(brackets) { nodes: [open] }); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', prev); - C__workspace_packageInherit_node_modules_defineProperty(open, 'parent', node); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_defineProperty(open, 'parent', node); this.push('bracket', node); prev.nodes.push(node); }) @@ -30853,7 +30853,7 @@ function parsers$2(brackets) { } bracket.nodes.push(node); - C__workspace_packageInherit_node_modules_defineProperty(node, 'parent', bracket); + D__git_packageInherit_node_modules_defineProperty(node, 'parent', bracket); }); } @@ -30881,7 +30881,7 @@ parsers_1.TEXT_REGEX = TEXT_REGEX_1; * Module dependencies */ -var debug$3 = C__workspace_packageInherit_node_modules_debug_src('expand-brackets'); +var debug$3 = D__git_packageInherit_node_modules_debug_src('expand-brackets'); @@ -30923,7 +30923,7 @@ function brackets(pattern, options) { brackets.match = function(arr, pattern, options) { arr = [].concat(arr); - var opts = C__workspace_packageInherit_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_extendShallow({}, options); var isMatch = brackets.matcher(pattern, opts); var len = arr.length; var idx = -1; @@ -31014,8 +31014,8 @@ brackets.matcher = function(pattern, options) { brackets.makeRe = function(pattern, options) { var res = brackets.create(pattern, options); - var opts = C__workspace_packageInherit_node_modules_extendShallow({strictErrors: false}, options); - return C__workspace_packageInherit_node_modules_toRegex(res.output, opts); + var opts = D__git_packageInherit_node_modules_extendShallow({strictErrors: false}, options); + return D__git_packageInherit_node_modules_toRegex(res.output, opts); }; /** @@ -31055,7 +31055,7 @@ brackets.makeRe = function(pattern, options) { */ brackets.create = function(pattern, options) { - var snapdragon = (options && options.snapdragon) || new C__workspace_packageInherit_node_modules_snapdragon(options); + var snapdragon = (options && options.snapdragon) || new D__git_packageInherit_node_modules_snapdragon(options); compilers$2(snapdragon); parsers_1(snapdragon); @@ -31078,7 +31078,7 @@ brackets.parsers = parsers_1; * @type {Function} */ -var C__workspace_packageInherit_node_modules_expandBrackets = brackets; +var D__git_packageInherit_node_modules_expandBrackets = brackets; /** * Extglob compilers @@ -31099,7 +31099,7 @@ var compilers$3 = function(extglob) { * Use `expand-brackets` compilers */ - extglob.use(C__workspace_packageInherit_node_modules_expandBrackets.compilers); + extglob.use(D__git_packageInherit_node_modules_expandBrackets.compilers); extglob.compiler /** @@ -31246,7 +31246,7 @@ var compilers$3 = function(extglob) { }); }; -var C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty = function defineProperty(obj, prop, val) { +var D__git_packageInherit_node_modules_extglob_node_modules_defineProperty = function defineProperty(obj, prop, val) { if (typeof obj !== 'object' && typeof obj !== 'function') { throw new TypeError('expected an object or function.'); } @@ -31255,7 +31255,7 @@ var C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty throw new TypeError('expected `prop` to be a string.'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val) && ('set' in val || 'get' in val)) { return Object.defineProperty(obj, prop, val); } @@ -31277,7 +31277,7 @@ var utils_1$2 = createCommonjsModule(function (module) { */ var utils = module.exports; -var cache = utils.cache = new C__workspace_packageInherit_node_modules_fragmentCache(); +var cache = utils.cache = new D__git_packageInherit_node_modules_fragmentCache(); /** * Cast `val` to an array @@ -31334,7 +31334,7 @@ utils.createKey = function(pattern, options) { utils.createRegex = function(str) { var opts = {contains: true, strictClose: false}; - return C__workspace_packageInherit_node_modules_regexNot(str, opts); + return D__git_packageInherit_node_modules_regexNot(str, opts); }; }); @@ -31357,7 +31357,7 @@ function parsers$3(extglob) { * Use `expand-brackets` parsers */ - extglob.use(C__workspace_packageInherit_node_modules_expandBrackets.parsers); + extglob.use(D__git_packageInherit_node_modules_expandBrackets.parsers); extglob.parser.sets.paren = extglob.parser.sets.paren || []; extglob.parser @@ -31393,10 +31393,10 @@ function parsers$3(extglob) { node.prefix = '@'; } - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'rest', this.input); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parsed', parsed); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', prev); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(open, 'parent', node); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'rest', this.input); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parsed', parsed); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', prev); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(open, 'parent', node); this.push('paren', node); prev.nodes.push(node); @@ -31430,7 +31430,7 @@ function parsers$3(extglob) { node.prefix = parent.prefix; parent.nodes.push(node); - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', parent); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(node, 'parent', parent); }) /** @@ -31509,8 +31509,8 @@ parsers_1$1.TEXT_REGEX = TEXT_REGEX_1$1; */ function Extglob(options) { - this.options = C__workspace_packageInherit_node_modules_extendShallow({source: 'extglob'}, options); - this.snapdragon = this.options.snapdragon || new C__workspace_packageInherit_node_modules_snapdragon(this.options); + this.options = D__git_packageInherit_node_modules_extendShallow({source: 'extglob'}, options); + this.snapdragon = this.options.snapdragon || new D__git_packageInherit_node_modules_snapdragon(this.options); this.snapdragon.patterns = this.snapdragon.patterns || {}; this.compiler = this.snapdragon.compiler; this.parser = this.snapdragon.parser; @@ -31522,8 +31522,8 @@ function Extglob(options) { * Override Snapdragon `.parse` method */ - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(this.snapdragon, 'parse', function(str, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(this.snapdragon, 'parse', function(str, options) { + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); parsed.input = str; // escape unmatched brace/bracket/parens @@ -31538,7 +31538,7 @@ function Extglob(options) { } // add non-enumerable parser reference - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(parsed, 'parser', this.parser); + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(parsed, 'parser', this.parser); return parsed; }); @@ -31546,7 +31546,7 @@ function Extglob(options) { * Decorate `.parse` method */ - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'parse', function(ast, options) { + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'parse', function(ast, options) { return this.snapdragon.parse.apply(this.snapdragon, arguments); }); @@ -31554,7 +31554,7 @@ function Extglob(options) { * Decorate `.compile` method */ - C__workspace_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'compile', function(ast, options) { + D__git_packageInherit_node_modules_extglob_node_modules_defineProperty(this, 'compile', function(ast, options) { return this.snapdragon.compile.apply(this.snapdragon, arguments); }); @@ -31640,7 +31640,7 @@ extglob$1.match = function(list, pattern, options) { // if no options were passed, uniquify results and return if (typeof options === 'undefined') { - return C__workspace_packageInherit_node_modules_arrayUnique(matches); + return D__git_packageInherit_node_modules_arrayUnique(matches); } if (matches.length === 0) { @@ -31652,7 +31652,7 @@ extglob$1.match = function(list, pattern, options) { } } - return options.nodupes !== false ? C__workspace_packageInherit_node_modules_arrayUnique(matches) : matches; + return options.nodupes !== false ? D__git_packageInherit_node_modules_arrayUnique(matches) : matches; }; /** @@ -31722,7 +31722,7 @@ extglob$1.contains = function(str, pattern, options) { return pattern === str; } - var opts = C__workspace_packageInherit_node_modules_extendShallow({}, options, {contains: true}); + var opts = D__git_packageInherit_node_modules_extendShallow({}, options, {contains: true}); opts.strictClose = false; opts.strictOpen = false; return extglob$1.isMatch(str, pattern, opts); @@ -31812,7 +31812,7 @@ extglob$1.create = function(pattern, options) { */ extglob$1.capture = function(pattern, str, options) { - var re = extglob$1.makeRe(pattern, C__workspace_packageInherit_node_modules_extendShallow({capture: true}, options)); + var re = extglob$1.makeRe(pattern, D__git_packageInherit_node_modules_extendShallow({capture: true}, options)); function match() { return function(string) { @@ -31858,10 +31858,10 @@ extglob$1.makeRe = function(pattern, options) { } function makeRe() { - var opts = C__workspace_packageInherit_node_modules_extendShallow({strictErrors: false}, options); + var opts = D__git_packageInherit_node_modules_extendShallow({strictErrors: false}, options); if (opts.strictErrors === true) opts.strict = true; var res = extglob$1.create(pattern, opts); - return C__workspace_packageInherit_node_modules_toRegex(res.output, opts); + return D__git_packageInherit_node_modules_toRegex(res.output, opts); } var regex = utils_1$2.memoize('makeRe', pattern, options, makeRe); @@ -31894,14 +31894,14 @@ extglob$1.parsers = parsers_1$1; * @type {Function} */ -var C__workspace_packageInherit_node_modules_extglob = extglob$1; +var D__git_packageInherit_node_modules_extglob = extglob$1; var compilers$4 = function(snapdragon) { var compilers = snapdragon.compiler.compilers; var opts = snapdragon.options; // register nanomatch compilers - snapdragon.use(C__workspace_packageInherit_node_modules_nanomatch.compilers); + snapdragon.use(D__git_packageInherit_node_modules_nanomatch.compilers); // get references to some specific nanomatch compilers before they // are overridden by the extglob and/or custom compilers @@ -31917,7 +31917,7 @@ var compilers$4 = function(snapdragon) { if (opts.extglob === false || opts.noext === true) { snapdragon.compiler.use(escapeExtglobs); } else { - snapdragon.use(C__workspace_packageInherit_node_modules_extglob.compilers); + snapdragon.use(D__git_packageInherit_node_modules_extglob.compilers); } snapdragon.use(function() { @@ -31989,7 +31989,7 @@ var parsers$4 = function(snapdragon) { var parsers = snapdragon.parser.parsers; // register nanomatch parsers - snapdragon.use(C__workspace_packageInherit_node_modules_nanomatch.parsers); + snapdragon.use(D__git_packageInherit_node_modules_nanomatch.parsers); // get references to some specific nanomatch parsers before they // are overridden by the extglob and/or parsers @@ -32001,7 +32001,7 @@ var parsers$4 = function(snapdragon) { var dot = parsers.dot; // register extglob parsers - snapdragon.use(C__workspace_packageInherit_node_modules_extglob.parsers); + snapdragon.use(D__git_packageInherit_node_modules_extglob.parsers); // custom micromatch parsers snapdragon.parser @@ -32042,18 +32042,18 @@ var parsers$4 = function(snapdragon) { */ function textRegex(pattern) { - var notStr = C__workspace_packageInherit_node_modules_regexNot.create(pattern, {contains: true, strictClose: false}); + var notStr = D__git_packageInherit_node_modules_regexNot.create(pattern, {contains: true, strictClose: false}); var prefix = '(?:[\\^]|\\\\|'; - return C__workspace_packageInherit_node_modules_toRegex(prefix + notStr + ')', {strictClose: false}); + return D__git_packageInherit_node_modules_toRegex(prefix + notStr + ')', {strictClose: false}); } -var cache$5 = new (C__workspace_packageInherit_node_modules_fragmentCache)(); +var cache$5 = new (D__git_packageInherit_node_modules_fragmentCache)(); var define$4 = (typeof Reflect !== 'undefined' && Reflect.defineProperty) ? Reflect.defineProperty : Object.defineProperty; -var C__workspace_packageInherit_node_modules_micromatch_node_modules_defineProperty = function defineProperty(obj, key, val) { +var D__git_packageInherit_node_modules_micromatch_node_modules_defineProperty = function defineProperty(obj, key, val) { if (!isobject(obj) && typeof obj !== 'function' && !Array.isArray(obj)) { throw new TypeError('expected an object, function, or array'); } @@ -32062,7 +32062,7 @@ var C__workspace_packageInherit_node_modules_micromatch_node_modules_definePrope throw new TypeError('expected "key" to be a string'); } - if (C__workspace_packageInherit_node_modules_isDescriptor(val)) { + if (D__git_packageInherit_node_modules_isDescriptor(val)) { define$4(obj, key, val); return obj; } @@ -32079,7 +32079,7 @@ var C__workspace_packageInherit_node_modules_micromatch_node_modules_definePrope var toString$a = Object.prototype.toString; -var C__workspace_packageInherit_node_modules_micromatch_node_modules_kindOf = function kindOf(val) { +var D__git_packageInherit_node_modules_micromatch_node_modules_kindOf = function kindOf(val) { if (val === void 0) return 'undefined'; if (val === null) return 'null'; @@ -32217,12 +32217,12 @@ var utils = module.exports; */ -utils.define = C__workspace_packageInherit_node_modules_micromatch_node_modules_defineProperty; -utils.diff = C__workspace_packageInherit_node_modules_arrDiff; -utils.extend = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow; -utils.pick = C__workspace_packageInherit_node_modules_object_pick; -utils.typeOf = C__workspace_packageInherit_node_modules_micromatch_node_modules_kindOf; -utils.unique = C__workspace_packageInherit_node_modules_arrayUnique; +utils.define = D__git_packageInherit_node_modules_micromatch_node_modules_defineProperty; +utils.diff = D__git_packageInherit_node_modules_arrDiff; +utils.extend = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow; +utils.pick = D__git_packageInherit_node_modules_object_pick; +utils.typeOf = D__git_packageInherit_node_modules_micromatch_node_modules_kindOf; +utils.unique = D__git_packageInherit_node_modules_arrayUnique; /** * Returns true if the platform is windows, or `path.sep` is `\\`. @@ -32249,11 +32249,11 @@ utils.instantiate = function(ast, options) { snapdragon = options.snapdragon; // create a new instance } else { - snapdragon = new C__workspace_packageInherit_node_modules_snapdragon(options); + snapdragon = new D__git_packageInherit_node_modules_snapdragon(options); } utils.define(snapdragon, 'parse', function(str, options) { - var parsed = C__workspace_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); + var parsed = D__git_packageInherit_node_modules_snapdragon.prototype.parse.apply(this, arguments); parsed.input = str; // escape unmatched brace/bracket/parens @@ -32856,7 +32856,7 @@ micromatch$1.all = function(str, patterns, options) { */ micromatch$1.not = function(list, patterns, options) { - var opts = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options); + var opts = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options); var ignore = opts.ignore; delete opts.ignore; @@ -32911,7 +32911,7 @@ micromatch$1.contains = function(str, patterns, options) { } } - var opts = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {contains: true}); + var opts = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {contains: true}); return micromatch$1.any(str, patterns, opts); }; @@ -33052,7 +33052,7 @@ micromatch$1.matcher = function matcher(pattern, options) { */ micromatch$1.capture = function(pattern, str, options) { - var re = micromatch$1.makeRe(pattern, C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({capture: true}, options)); + var re = micromatch$1.makeRe(pattern, D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({capture: true}, options)); var unixify = utils_1$3.unixify(options); function match() { @@ -33104,7 +33104,7 @@ micromatch$1.makeRe = function(pattern, options) { return obj.output; }); - var regex = C__workspace_packageInherit_node_modules_toRegex(output.join('|'), options); + var regex = D__git_packageInherit_node_modules_toRegex(output.join('|'), options); Object.defineProperty(regex, 'result', { configurable: true, enumerable: false, @@ -33142,7 +33142,7 @@ micromatch$1.braces = function(pattern, options) { if (options && options.nobrace === true || !/\{.*\}/.test(pattern)) { return utils_1$3.arrayify(pattern); } - return C__workspace_packageInherit_node_modules_braces(pattern, options); + return D__git_packageInherit_node_modules_braces(pattern, options); } return memoize$3('braces', pattern, options, expand); @@ -33154,7 +33154,7 @@ micromatch$1.braces = function(pattern, options) { */ micromatch$1.braceExpand = function(pattern, options) { - var opts = C__workspace_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {expand: true}); + var opts = D__git_packageInherit_node_modules_micromatch_node_modules_extendShallow({}, options, {expand: true}); return micromatch$1.braces(pattern, opts); }; @@ -33392,7 +33392,7 @@ micromatch$1.caches = cache$5.caches; * @type {Function} */ -var C__workspace_packageInherit_node_modules_micromatch = micromatch$1; +var D__git_packageInherit_node_modules_micromatch = micromatch$1; var findYarnWorkspaceRoot = findWorkspaceRoot; @@ -33415,7 +33415,7 @@ function findWorkspaceRoot(initial) { if (workspaces) { const relativePath = path__default['default'].relative(current, initial); - if (relativePath === '' || C__workspace_packageInherit_node_modules_micromatch([relativePath], workspaces).length > 0) { + if (relativePath === '' || D__git_packageInherit_node_modules_micromatch([relativePath], workspaces).length > 0) { return current; } else { return null; @@ -33436,8 +33436,8 @@ function extractWorkspaces(manifest) { function readPackageJSON(dir) { const file = path__default['default'].join(dir, 'package.json'); - if (C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.pathExistsSync(file)) { - return C__workspace_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.readJsonSync(file); + if (D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.pathExistsSync(file)) { + return D__git_packageInherit_node_modules_findYarnWorkspaceRoot_node_modules_fsExtra_lib.readJsonSync(file); } return null; } @@ -35274,7 +35274,7 @@ var register = function() { var r = commonjsRequire, e = 'extensions'; r[e]['.json5'] = function(m, f) { /*eslint no-sync:0*/ - m.exports = C__workspace_packageInherit_node_modules_jju.parse(fs__default['default'].readFileSync(f, 'utf8')); + m.exports = D__git_packageInherit_node_modules_jju.parse(fs__default['default'].readFileSync(f, 'utf8')); }; }; @@ -35288,7 +35288,7 @@ var patch_JSON_parse = function() { return _parse(text, rev) } catch(err) { // this call should always throw - C__workspace_packageInherit_node_modules_jju.parse(text, { + D__git_packageInherit_node_modules_jju.parse(text, { mode: 'json', legacy: true, reviver: rev, @@ -35317,7 +35317,7 @@ var utils$6 = { middleware: middleware }; -var C__workspace_packageInherit_node_modules_jju = createCommonjsModule(function (module) { +var D__git_packageInherit_node_modules_jju = createCommonjsModule(function (module) { module.exports.__defineGetter__('parse', function() { return parse_1$2.parse }); @@ -35358,7 +35358,7 @@ var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || func Object.defineProperty(exports, "__esModule", { value: true }); const find_up_1 = __importDefault(findUp); const path_1 = __importDefault(path__default['default']); -const jju_1 = __importDefault(C__workspace_packageInherit_node_modules_jju); +const jju_1 = __importDefault(D__git_packageInherit_node_modules_jju); const fs_1 = __importDefault(fs__default['default']); function getRushWorkspaces(cwd) { try { @@ -35476,7 +35476,7 @@ exports.getPackageInfos = getPackageInfos; const RE_SCOPED = /^(@[^/]+\/[^/@]+)(?:\/([^@]+))?(?:@([\s\S]+))?/; const RE_NORMAL = /^([^/@]+)(?:\/([^@]+))?(?:@([\s\S]+))?/; -var C__workspace_packageInherit_node_modules_parsePackageName = function (input) { +var D__git_packageInherit_node_modules_parsePackageName = function (input) { if (typeof input !== 'string') { throw new TypeError('Expected a string') } @@ -35501,18 +35501,25 @@ function generateInheritedPackageJson(cwd) { for (const [pkg, info] of Object.entries(allPackages)) { // workspace-tools typings are not comprehensive about what is possible, so we force cast it if (info.inherits) { - const inheritInfo = info.inherits; - for (const specifier of inheritInfo) { + const inheritSpecifier = info.inherits; + let mergedInheritInfo = {}; + for (const specifier of inheritSpecifier) { const file = resolveInRepo(pkg, specifier, allPackages); if (!file) { throw new Error(`${file} does not exist`); } const inheritInfo = JSON.parse(fs__default['default'].readFileSync(file, "utf-8")); + // Merge inherit infos for given package together before checking shouldUpdate. This will + // allows inherit check behavior to be symmetric with update behavior, which updates packages + // defined in multiple inherit files to their last occurrence. for (const key of keys) { - if (shouldUpdate(info[key], inheritInfo[key])) { - info[key] = { ...info[key], ...inheritInfo[key] }; - modifiedPackages.push(pkg); - } + mergedInheritInfo[key] = { ...mergedInheritInfo[key], ...inheritInfo[key] }; + } + } + for (const key of keys) { + if (shouldUpdate(info[key], mergedInheritInfo[key])) { + info[key] = { ...info[key], ...mergedInheritInfo[key] }; + modifiedPackages.push(pkg); } } } @@ -35520,7 +35527,7 @@ function generateInheritedPackageJson(cwd) { return { allPackages, modifiedPackages }; } function resolveInRepo(pkg, specifier, allPackages) { - const parsedInfo = C__workspace_packageInherit_node_modules_parsePackageName(specifier); + const parsedInfo = D__git_packageInherit_node_modules_parsePackageName(specifier); if (parsedInfo.name === ".") { parsedInfo.name = pkg; } diff --git a/src/generateInheritedPackageJson.ts b/src/generateInheritedPackageJson.ts index dee5938..bfdc850 100644 --- a/src/generateInheritedPackageJson.ts +++ b/src/generateInheritedPackageJson.ts @@ -13,8 +13,9 @@ export function generateInheritedPackageJson(cwd: string) { for (const [pkg, info] of Object.entries(allPackages)) { // workspace-tools typings are not comprehensive about what is possible, so we force cast it if (info.inherits) { - const inheritInfo = (info.inherits as unknown) as InheritsInfo; - for (const specifier of inheritInfo) { + const inheritSpecifier = (info.inherits as unknown) as InheritsInfo; + let mergedInheritInfo = {}; + for (const specifier of inheritSpecifier) { const file = resolveInRepo(pkg, specifier, allPackages); if (!file) { @@ -23,11 +24,18 @@ export function generateInheritedPackageJson(cwd: string) { const inheritInfo = JSON.parse(fs.readFileSync(file, "utf-8")); + // Merge inherit infos for given package together before checking shouldUpdate. This will + // allows inherit check behavior to be symmetric with update behavior, which updates packages + // defined in multiple inherit files to their last occurrence. for (const key of keys) { - if (shouldUpdate(info[key], inheritInfo[key])) { - info[key] = { ...(info[key] as any), ...inheritInfo[key] }; - modifiedPackages.push(pkg); - } + mergedInheritInfo[key] = { ...mergedInheritInfo[key], ...inheritInfo[key] }; + } + } + + for (const key of keys) { + if (shouldUpdate(info[key], mergedInheritInfo[key])) { + info[key] = { ...(info[key] as any), ...mergedInheritInfo[key] }; + modifiedPackages.push(pkg); } } } From c82ce0bf62d7a35a039c4815f7d5f1f905105f5d Mon Sep 17 00:00:00 2001 From: Jason Gore Date: Fri, 22 Jan 2021 12:59:42 -0800 Subject: [PATCH 2/2] Fix typo. --- dist/package-inherit-cli.js | 4 ++-- dist/package-inherit.js | 4 ++-- src/generateInheritedPackageJson.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/package-inherit-cli.js b/dist/package-inherit-cli.js index b9c0046..91205be 100644 --- a/dist/package-inherit-cli.js +++ b/dist/package-inherit-cli.js @@ -36648,9 +36648,9 @@ function generateInheritedPackageJson(cwd) { for (const [pkg, info] of Object.entries(allPackages)) { // workspace-tools typings are not comprehensive about what is possible, so we force cast it if (info.inherits) { - const inheritSpecifier = info.inherits; + const inheritSpecifiers = info.inherits; let mergedInheritInfo = {}; - for (const specifier of inheritSpecifier) { + for (const specifier of inheritSpecifiers) { const file = resolveInRepo(pkg, specifier, allPackages); if (!file) { throw new Error(`${file} does not exist`); diff --git a/dist/package-inherit.js b/dist/package-inherit.js index e3fa5d5..1df928f 100644 --- a/dist/package-inherit.js +++ b/dist/package-inherit.js @@ -35501,9 +35501,9 @@ function generateInheritedPackageJson(cwd) { for (const [pkg, info] of Object.entries(allPackages)) { // workspace-tools typings are not comprehensive about what is possible, so we force cast it if (info.inherits) { - const inheritSpecifier = info.inherits; + const inheritSpecifiers = info.inherits; let mergedInheritInfo = {}; - for (const specifier of inheritSpecifier) { + for (const specifier of inheritSpecifiers) { const file = resolveInRepo(pkg, specifier, allPackages); if (!file) { throw new Error(`${file} does not exist`); diff --git a/src/generateInheritedPackageJson.ts b/src/generateInheritedPackageJson.ts index bfdc850..461080c 100644 --- a/src/generateInheritedPackageJson.ts +++ b/src/generateInheritedPackageJson.ts @@ -13,9 +13,9 @@ export function generateInheritedPackageJson(cwd: string) { for (const [pkg, info] of Object.entries(allPackages)) { // workspace-tools typings are not comprehensive about what is possible, so we force cast it if (info.inherits) { - const inheritSpecifier = (info.inherits as unknown) as InheritsInfo; + const inheritSpecifiers = (info.inherits as unknown) as InheritsInfo; let mergedInheritInfo = {}; - for (const specifier of inheritSpecifier) { + for (const specifier of inheritSpecifiers) { const file = resolveInRepo(pkg, specifier, allPackages); if (!file) {