Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
googlechromelabs

googlechromelabs/detect-es-version

JavaScript
76
3
Apache License 2.0
GaryLChew's profile
GaryLChew
61 contributions
developit's profile
developit
3 contributions

Support the dependencies of googlechromelabs/detect-es-version

Account's avatar
acornjs/acorn
ECMAScript parser
Account's avatar
acornjs/acorn
ECMAScript (ESTree) AST walker
Account's avatar
dependents/node-ast-module-types
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
webpack/enhanced-resolve
Offers a async require.resolve function. It's highly configurable.
Account's avatar
npm/npm-package-arg
Parse the things that can be arguments to `npm install`
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
benjamingr/tmp-promise
The tmp package with promises support and disposers.
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
jestjs/jest
Delightful JavaScript Testing.

`detect-es-version` is a small Node library (with a web demo) that analyzes JavaScript code, entry‑points, or whole npm packages and reports the highest ECMAScript version they use (e.g., 2015, 2017). It’s aimed at developers, build‑tool authors, and tooling integrators who need to quickly gauge a package’s language level to decide compatibility or apply appropriate transpilation settings.