clustal-js
Advanced tools
Comparing version 2.0.3 to 2.0.5
{ | ||
"name": "clustal-js", | ||
"version": "2.0.3", | ||
"version": "2.0.5", | ||
"main": "dist/index.js", | ||
@@ -14,3 +14,2 @@ "module": "esm/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.0.0", | ||
@@ -21,12 +20,11 @@ "@typescript-eslint/eslint-plugin": "^8.1.0", | ||
"eslint-plugin-unicorn": "^55.0.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.2.4", | ||
"typescript": "^5.3.3", | ||
"typescript-eslint": "^8.1.0" | ||
"typescript-eslint": "^8.1.0", | ||
"vitest": "^2.0.5" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist esm", | ||
"test": "jest", | ||
"test": "vitest run", | ||
"lint": "eslint --report-unused-disable-directives --max-warnings 0", | ||
@@ -33,0 +31,0 @@ "build": "npm run build:esm && npm run build:es5", |
@@ -1,2 +0,2 @@ | ||
[![NPM version](https://img.shields.io/npm/v/@gmod/bam.svg?style=flat-square)](https://npmjs.org/package/@gmod/bam) | ||
[![NPM version](https://img.shields.io/npm/v/clustal-js.svg?style=flat-square)](https://npmjs.org/package/clustal-js) | ||
[![Build Status](https://img.shields.io/github/actions/workflow/status/cmdcolin/clustal-js/push.yml?branch=master)](https://github.com/cmdcolin/clustal-js/actions?query=branch%3Amaster+workflow%3APush+) | ||
@@ -6,3 +6,4 @@ | ||
This parses clustal output format | ||
This parses CLUSTAL (multiple sequence aligner) output format files (sometimes | ||
called .aln) | ||
@@ -9,0 +10,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42815
10
162