Gathering detailed insights and metrics for are-we-esm
Gathering detailed insights and metrics for are-we-esm
npm install are-we-esm
Typescript
Module System
Node Version
NPM Version
TypeScript (98.02%)
JavaScript (1.98%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
893
Last Day
2
Last Week
4
Last Month
47
Last Year
893
MIT License
339 Stars
22 Commits
5 Forks
2 Watchers
1 Branches
3 Contributors
Updated on Mar 10, 2025
Minified
Minified + Gzipped
Latest Version
0.0.8
Package Id
are-we-esm@0.0.8
Unpacked Size
11.81 kB
Size
4.95 kB
File Count
10
NPM Version
10.9.0
Node Version
22.12.0
Published on
Jan 16, 2025
Cumulative downloads
Total Downloads
Last Day
0%
2
Compared to previous day
Last Week
-20%
4
Compared to previous week
Last Month
-94.4%
47
Compared to previous month
Last Year
0%
893
Compared to previous year
CLI to check your project's ESM support status
Run the following command in your project root:
1pnpx are-we-esm
[!NOTE] Only works with pnpm projects
--simple
- Simpiled the module type to CJS
and ESM
. Consider DUAL
as ESM, FAUX
as CJS (default: false)--prod
- Check only the production dependencies--dev
- Check only the development dependencies--exclude
- Exclude packages from the check, e.g. --exclude="eslint,eslint-*,@eslint/*"
--all
- Print all packages, including those that are ESM compatible (default: false)--list
- Print the flat list of packages, instead of tree (default: false)--depth
- Limit the depth search of the tree (default: 25)--prod
flag by traversing the treeThanks to the following projects and their authors for inspiration:
MIT License © 2025-PRESENT Anthony Fu
No vulnerabilities found.
No security vulnerabilities found.