source: frontend/node_modules/node-exports-info/ranges.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 796 bytes
Line 
1'use strict';
2
3/** @type {import('./ranges.d.ts')} */
4module.exports = {
5 __proto__: null,
6 '>= 25.4': 'subpath-imports-slash', // added in 25.4
7 '23.6 - 25.3 || ^22.18': 'strips-types', // added in 23.6, backported to 22.18
8 '23 - 23.5 || 22.12 - 22.17 || ^20.19': 'require-esm', // added in 23.0, 22.12, 20.19
9 '17.1 - 19 || 20 - 20.18 || ^21 || 22 - 22.11': 'pattern-trailers-no-dir-slash+json-imports',
10 '17.0': 'pattern-trailers-no-dir-slash',
11 '^16.14': 'pattern-trailers+json-imports',
12 '^14.19 || 16.9 - 16.13': 'pattern-trailers',
13 '^12.20 || 14.13 - 14.18 || 15.x || 16.0 - 16.8': 'patterns',
14 '12.17 - 12.19 || ^13.13 || 14.0 - 14.12': 'broken-dir-slash-conditions',
15 '13.7 - 13.12': 'conditions',
16 '13.3 - 13.6': 'experimental',
17 '13.0 - 13.2': 'broken',
18 '< 12.17': 'pre-exports'
19};
Note: See TracBrowser for help on using the repository browser.