valid-module
Verify that file or package, be it remote, or local, is a valid ECMAScript Module
Last updated 4 years ago by bevryme .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install valid-module 
SYNC missed versions from official npm registry.

valid-module

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Verify that file or package, be it remote, or local, is a valid ECMAScript Module

Usage

Complete API Documentation.

Install

npm

Install Globally

  • Install: npm install --global valid-module
  • Executable: valid-module

Install Locally

  • Install: npm install --save valid-module
  • Executable: npx valid-module
  • Import: import * as pkg from ('valid-module')
  • Require: const pkg = require('valid-module')

Deno

import * as pkg from 'https://unpkg.com/valid-module@^1.13.0/edition-deno/node.ts'

Skypack

<script type="module">
    import * as pkg from '//cdn.skypack.dev/valid-module@^1.13.0'
</script>

unpkg

<script type="module">
    import * as pkg from '//unpkg.com/valid-module@^1.13.0'
</script>

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/valid-module@1.13.0'
</script>

Editions

This package is published with the following editions:

  • valid-module/source/node.ts is TypeScript source code with Import for modules
  • valid-module aliases valid-module/edition-esnext/node.js
  • valid-module/edition-esnext/node.js is TypeScript compiled against ESNext for Node.js 10 || 12 || 13 || 14 with Require for modules
  • valid-module/edition-browsers/node.js is TypeScript compiled against ES2019 for web browsers with Import for modules
  • valid-module/edition-node-esm/node.js is TypeScript compiled against ESNext for Node.js with Import for modules
  • valid-module/edition-deno/node.ts is TypeScript source code made to be compatible with Deno

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Current Tags

81 Versions

Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE