UNPKG

300 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.DEPENDENCIES_FIELDS = void 0;
4// NOTE: The order in this array is important.
5exports.DEPENDENCIES_FIELDS = [
6 'optionalDependencies',
7 'dependencies',
8 'devDependencies',
9];
10//# sourceMappingURL=misc.js.map
\No newline at end of file