Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
â—‹DOI references
-
â—‹Academic publication links
-
â—‹Committers with academic emails
-
â—‹Institutional organization owner
-
â—‹JOSS paper metadata
-
â—‹Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
🔬Run commonjs modules in browser environment.
Basic Info
- Host: GitHub
- Owner: vivaxy
- License: mit
- Language: JavaScript
- Default Branch: master
- Homepage: https://github.com/vivaxy/NiB
- Size: 507 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
- Releases: 1
Topics
Metadata Files
README.md
NiB
Run Node.js modules in browser environment.
Install
yarn add @vivaxy/nib or npm i @vivaxy/nib
Usage
html
<html>
<body>
<script src="https://unpkg.com/@vivaxy/nib/index.js"></script>
<script>
window.node.init({ base: '.', nodeBuiltInBase: 'https://unpkg.com/@vivaxy/nib', nodeModulesBase: 'https://unpkg.com' });
window.node.require('./index.js');
</script>
</body>
</html>
Options
base: path from html to your commonjs modulenodeBuiltInBase: path from html to@vivaxy/nibnodeModulesBase: path from html tonode_modules
In your ./index.js you can now use require and module.exports!
See test and test source.
Owner
- Name: vivaxy
- Login: vivaxy
- Kind: user
- Location: Shanghai
- Website: https://vivaxyblog.github.io/
- Repositories: 69
- Profile: https://github.com/vivaxy
Citation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Xu
given-names: Ye
orcid: https://doi.org/10.5281/zenodo.7813340
title: vivaxy/NiB
version: v0.4.0
date-released: 2023-04-10
GitHub Events
Total
Last Year
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| vivaxy | x****7@1****m | 35 |
| Renovate Bot | b****t@r****m | 9 |
| dependabot[bot] | 4****] | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 5 months ago
All Time
- Total issues: 0
- Total pull requests: 27
- Average time to close issues: N/A
- Average time to close pull requests: about 12 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.11
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 27
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (15)
- renovate[bot] (12)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 5 last-month
- Total dependent packages: 2
- Total dependent repositories: 1
- Total versions: 5
- Total maintainers: 1
npmjs.org: @vivaxy/nib
Run Node.js modules in browser environment.
- Homepage: https://github.com/vivaxy/NiB#readme
- License: MIT
-
Latest release: 0.4.0
published over 6 years ago