|
1781 | 1781 | "Buffer": true |
1782 | 1782 | } |
1783 | 1783 | }, |
1784 | | - "eslint-plugin-n>builtins": { |
1785 | | - "globals": { |
1786 | | - "process.version": true |
1787 | | - }, |
1788 | | - "packages": { |
1789 | | - "semver": true |
1790 | | - } |
1791 | | - }, |
1792 | 1784 | "gulp>gulp-cli>matchdep>micromatch>snapdragon>base>cache-base": { |
1793 | 1785 | "packages": { |
1794 | 1786 | "gulp>gulp-cli>matchdep>micromatch>snapdragon>base>cache-base>collection-visit": true, |
|
2526 | 2518 | "@metamask/object-multiplex>once": true |
2527 | 2519 | } |
2528 | 2520 | }, |
| 2521 | + "webpack>enhanced-resolve": { |
| 2522 | + "builtin": { |
| 2523 | + "module.findPnpApi": true, |
| 2524 | + "path.basename": true, |
| 2525 | + "path.posix.dirname": true, |
| 2526 | + "path.posix.normalize": true, |
| 2527 | + "path.win32.dirname": true, |
| 2528 | + "path.win32.normalize": true, |
| 2529 | + "process.nextTick": true, |
| 2530 | + "process.versions.pnp": true, |
| 2531 | + "url": true |
| 2532 | + }, |
| 2533 | + "globals": { |
| 2534 | + "Buffer.isBuffer": true, |
| 2535 | + "URL": true, |
| 2536 | + "clearTimeout": true, |
| 2537 | + "process.cwd": true, |
| 2538 | + "setTimeout": true |
| 2539 | + }, |
| 2540 | + "packages": { |
| 2541 | + "del>graceful-fs": true, |
| 2542 | + "webpack>tapable": true |
| 2543 | + } |
| 2544 | + }, |
2529 | 2545 | "gulp-livereload>tiny-lr>body>error": { |
2530 | 2546 | "builtin": { |
2531 | 2547 | "assert": true |
|
2708 | 2724 | "eslint>natural-compare": true |
2709 | 2725 | } |
2710 | 2726 | }, |
| 2727 | + "eslint-plugin-n>eslint-plugin-es-x>eslint-compat-utils": { |
| 2728 | + "builtin": { |
| 2729 | + "fs.existsSync": true, |
| 2730 | + "path.basename": true, |
| 2731 | + "path.dirname": true, |
| 2732 | + "path.extname": true |
| 2733 | + }, |
| 2734 | + "globals": { |
| 2735 | + "process.cwd": true |
| 2736 | + } |
| 2737 | + }, |
2711 | 2738 | "eslint-config-prettier": { |
2712 | 2739 | "globals": { |
2713 | 2740 | "process.env.ESLINT_CONFIG_PRETTIER_NO_DEPRECATED": true |
|
2766 | 2793 | "eslint-import-resolver-node": true |
2767 | 2794 | } |
2768 | 2795 | }, |
2769 | | - "eslint-plugin-n>eslint-plugin-es": { |
| 2796 | + "eslint-plugin-n>eslint-plugin-es-x": { |
2770 | 2797 | "globals": { |
2771 | 2798 | "process": true |
2772 | 2799 | }, |
2773 | 2800 | "packages": { |
2774 | | - "eslint-plugin-n>eslint-plugin-es>eslint-utils": true, |
2775 | | - "eslint-plugin-n>eslint-plugin-es>regexpp": true |
| 2801 | + "eslint>@eslint-community/eslint-utils": true, |
| 2802 | + "eslint>@eslint-community/regexpp": true, |
| 2803 | + "eslint-plugin-n>eslint-plugin-es-x>eslint-compat-utils": true |
2776 | 2804 | } |
2777 | 2805 | }, |
2778 | 2806 | "eslint-plugin-import": { |
|
2839 | 2867 | }, |
2840 | 2868 | "eslint-plugin-n": { |
2841 | 2869 | "builtin": { |
2842 | | - "assert": true, |
2843 | | - "fs": true, |
2844 | | - "path": true, |
2845 | | - "url.URL": true, |
2846 | | - "url.fileURLToPath": true, |
2847 | | - "url.pathToFileURL": true, |
2848 | | - "util.format": true, |
2849 | | - "util.inspect": true |
| 2870 | + "fs.existsSync": true, |
| 2871 | + "fs.readFileSync": true, |
| 2872 | + "fs.readdirSync": true, |
| 2873 | + "fs.statSync": true, |
| 2874 | + "node:module.isBuiltin": true, |
| 2875 | + "path.basename": true, |
| 2876 | + "path.dirname": true, |
| 2877 | + "path.extname": true, |
| 2878 | + "path.isAbsolute": true, |
| 2879 | + "path.join": true, |
| 2880 | + "path.posix.normalize": true, |
| 2881 | + "path.relative": true, |
| 2882 | + "path.resolve": true, |
| 2883 | + "path.sep": true |
2850 | 2884 | }, |
2851 | 2885 | "globals": { |
2852 | | - "process.cwd": true, |
2853 | | - "process.emitWarning": true, |
2854 | | - "process.platform": true |
| 2886 | + "process.cwd": true |
2855 | 2887 | }, |
2856 | 2888 | "packages": { |
2857 | | - "eslint-plugin-n>builtins": true, |
2858 | | - "eslint-plugin-n>eslint-plugin-es": true, |
2859 | | - "eslint-plugin-n>eslint-utils": true, |
| 2889 | + "eslint>@eslint-community/eslint-utils": true, |
| 2890 | + "webpack>enhanced-resolve": true, |
| 2891 | + "eslint-plugin-n>eslint-plugin-es-x": true, |
| 2892 | + "tsx>get-tsconfig": true, |
| 2893 | + "eslint-plugin-n>globals": true, |
| 2894 | + "eslint-plugin-n>globrex": true, |
2860 | 2895 | "eslint>ignore": true, |
2861 | | - "depcheck>is-core-module": true, |
2862 | | - "eslint>minimatch": true, |
2863 | | - "depcheck>resolve": true, |
2864 | | - "semver": true |
| 2896 | + "semver": true, |
| 2897 | + "typescript": true |
2865 | 2898 | } |
2866 | 2899 | }, |
2867 | 2900 | "eslint-plugin-prettier": { |
|
2940 | 2973 | "semver": true |
2941 | 2974 | } |
2942 | 2975 | }, |
2943 | | - "eslint-plugin-n>eslint-plugin-es>eslint-utils": { |
2944 | | - "packages": { |
2945 | | - "eslint-plugin-n>eslint-plugin-es>eslint-utils>eslint-visitor-keys": true |
2946 | | - } |
2947 | | - }, |
2948 | 2976 | "eslint-plugin-mocha>eslint-utils": { |
2949 | 2977 | "packages": { |
2950 | 2978 | "eslint-plugin-mocha>eslint-utils>eslint-visitor-keys": true |
2951 | 2979 | } |
2952 | 2980 | }, |
2953 | | - "eslint-plugin-n>eslint-utils": { |
2954 | | - "packages": { |
2955 | | - "eslint-plugin-n>eslint-utils>eslint-visitor-keys": true |
2956 | | - } |
2957 | | - }, |
2958 | 2981 | "eslint>espree": { |
2959 | 2982 | "packages": { |
2960 | 2983 | "eslint>espree>acorn-jsx": true, |
|
3495 | 3518 | "pumpify>pump": true |
3496 | 3519 | } |
3497 | 3520 | }, |
| 3521 | + "tsx>get-tsconfig": { |
| 3522 | + "builtin": { |
| 3523 | + "fs": true, |
| 3524 | + "node:fs": true, |
| 3525 | + "node:module": true, |
| 3526 | + "node:path.dirname": true, |
| 3527 | + "node:path.isAbsolute": true, |
| 3528 | + "node:path.join": true, |
| 3529 | + "node:path.posix": true, |
| 3530 | + "node:path.relative": true, |
| 3531 | + "node:path.resolve": true, |
| 3532 | + "os.tmpdir": true, |
| 3533 | + "path.join": true |
| 3534 | + }, |
| 3535 | + "globals": { |
| 3536 | + "process.cwd": true, |
| 3537 | + "process.pid": true, |
| 3538 | + "process.platform": true |
| 3539 | + }, |
| 3540 | + "packages": { |
| 3541 | + "tsx>get-tsconfig>resolve-pkg-maps": true |
| 3542 | + } |
| 3543 | + }, |
3498 | 3544 | "gulp-watch>anymatch>micromatch>parse-glob>glob-base": { |
3499 | 3545 | "builtin": { |
3500 | 3546 | "path.dirname": true |
|
3600 | 3646 | "del>slash": true |
3601 | 3647 | } |
3602 | 3648 | }, |
| 3649 | + "eslint-plugin-n>globrex": { |
| 3650 | + "globals": { |
| 3651 | + "process.platform": true |
| 3652 | + } |
| 3653 | + }, |
3603 | 3654 | "del>graceful-fs": { |
3604 | 3655 | "builtin": { |
3605 | 3656 | "assert.equal": true, |
|
7204 | 7255 | "tailwindcss>sucrase": true |
7205 | 7256 | } |
7206 | 7257 | }, |
| 7258 | + "webpack>tapable": { |
| 7259 | + "builtin": { |
| 7260 | + "util.deprecate": true |
| 7261 | + } |
| 7262 | + }, |
7207 | 7263 | "terser": { |
7208 | 7264 | "globals": { |
7209 | 7265 | "Buffer": true, |
|
0 commit comments