source: frontend/node_modules/node-exports-info/ranges.d.ts

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: 680 bytes
Line 
1declare const ranges: {
2 __proto__: null;
3 '>= 25.4': 'subpath-imports-slash';
4 '23.6 - 25.3 || ^22.18': 'strips-types';
5 '23 - 23.5 || 22.12 - 22.17 || ^20.19': 'require-esm';
6 '17.1 - 19 || 20 - 20.18 || ^21 || 22 - 22.11': 'pattern-trailers-no-dir-slash+json-imports';
7 '17.0': 'pattern-trailers-no-dir-slash';
8 '^16.14': 'pattern-trailers+json-imports';
9 '^14.19 || 16.9 - 16.13': 'pattern-trailers';
10 '^12.20 || 14.13 - 14.18 || 15.x || 16.0 - 16.8': 'patterns';
11 '12.17 - 12.19 || ^13.13 || 14.0 - 14.12': 'broken-dir-slash-conditions';
12 '13.7 - 13.12': 'conditions';
13 '13.3 - 13.6': 'experimental';
14 '13.0 - 13.2': 'broken';
15 '< 12.17': 'pre-exports';
16};
17
18export = ranges;
Note: See TracBrowser for help on using the repository browser.