// NOTE: The order in this array is important.exportconstDEPENDENCIES_FIELDS = [
'optionalDependencies',
'dependencies',
'devDependencies',
];
exportconstDEPENDENCIES_OR_PEER_FIELDS = [
...DEPENDENCIES_FIELDS,
'peerDependencies',
];
//# sourceMappingURL=misc.js.map