https://github.com/cheminfo/check-cas-number
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: cheminfo
- License: mit
- Language: TypeScript
- Default Branch: main
- Size: 10.7 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 2
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.md
check-cas-number
Check the validity of a CAS number (RN).
Installation
$ npm i check-cas-number
Usage
```js import { check } from 'check-cas-number'; import { FifoLogger } from 'fifo-logger'; // possibility to have a logger
check('50-00-0'); // true check('50-00-1'); // false
// you can get more information about the reason it was false const logger = new FifoLogger(); check('50-00-1', { logger }); // false
console.log(logger.getLogs()); ```
License
Owner
- Name: Cheminfo
- Login: cheminfo
- Kind: organization
- Website: https://www.cheminfo.org/
- Repositories: 242
- Profile: https://github.com/cheminfo
GitHub Events
Total
Last Year
Packages
- Total packages: 1
-
Total downloads:
- npm 1 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
npmjs.org: check-cas-number
Check the validity of a CAS number (RN)
- Homepage: https://github.com/cheminfo/check-cas-number#readme
- License: MIT
-
Latest release: 1.0.1
published over 1 year ago
Rankings
Dependent repos count: 24.9%
Average: 30.4%
Dependent packages count: 35.9%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/lactame.yml
actions
- actions/checkout v2 composite
- actions/setup-node v2 composite
- zakodium/lactame-action v1 composite
.github/workflows/nodejs.yml
actions
.github/workflows/release.yml
actions
package.json
npm
- @babel/plugin-transform-modules-commonjs ^7.26.3 development
- @babel/preset-typescript ^7.26.0 development
- @vitest/coverage-v8 ^3.0.8 development
- cheminfo-build ^1.2.1 development
- cheminfo-types ^1.8.1 development
- eslint ^9.22.0 development
- eslint-config-cheminfo-typescript ^18.0.0 development
- fifo-logger ^1.0.0 development
- prettier ^3.5.3 development
- rimraf ^6.0.1 development
- typescript ^5.8.2 development
- vitest ^3.0.8 development