パッケージ: node-is-module (1.0.0-3)
node-is-module に関するリンク
Trisquel の資源:
node-is-module ソースパッケージをダウンロード:
- [node-is-module_1.0.0-3.dsc]
- [node-is-module_1.0.0.orig.tar.gz]
- [node-is-module_1.0.0-3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Javascript Maintainers (メールアーカイブ)
- Julien Puydt
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Node.js code to check if a string is an ES6 module
This simple code checks whether a string is the source of an ES6 module. It doesn't actually execute the code and doesn't check other module types, so source strings without module loaders aren't recognized as modules.
Node.js is an event-based server-side JavaScript engine.