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 of azu/ecmascript-version-detector

Account's avatar
rse/astq
Abstract Syntax Tree (AST) Query Engine
Account's avatar
rse/asty
Abstract Syntax Tree (AST) Data Structure
Account's avatar
babel/babylon
A JavaScript parser
Account's avatar
ember-cli/exists-sync
existsSync that also checks for symlinks
Account's avatar
ljharb/object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
azu/babel-preset-jsdoc-to-assert
babel preset for jsdoc-to-assert
Account's avatar
power-assert-js/babel-preset-power-assert
Babel preset for all power-assert plugins
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
power-assert-js/power-assert
Power Assert in JavaScript

Support the repos that depend on this repository

Top contributors

azu's profile
azu
32 contributions

Recent events

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

No events yet
azu

azu/ecmascript-version-detector

ECMAScript Version Detector

JavaScript
60
0
MIT License

The **ecmascript-version-detector** is an npm library that parses JavaScript source code and identifies which ECMAScript language features are used, reporting the version each feature was introduced (e.g., “2016” for the exponentiation operator). It’s aimed at developers, tool‑builders, and educators who need to audit code compatibility or generate reports on language feature usage.