jcampconverter
Advanced tools
Comparing version 9.2.0 to 9.2.1
{ | ||
"name": "jcampconverter", | ||
"version": "9.2.0", | ||
"version": "9.2.1", | ||
"description": "Parse and convert JCAMP data", | ||
"main": "lib/index.js", | ||
"module": "lib-esm/index.js", | ||
"types": "lib/index.d.ts", | ||
"types": "jcampconverter.d.ts", | ||
"main": "jcampconverter.cjs", | ||
"module": "jcampconverter.mjs", | ||
"exports": { | ||
".": { | ||
"types": "./jcampconverter.d.ts", | ||
"require": "./jcampconverter.cjs", | ||
"default": "./jcampconverter.mjs" | ||
} | ||
}, | ||
"files": [ | ||
"lib", | ||
"src", | ||
"lib-esm" | ||
"jcampconverter.d.ts", | ||
"jcampconverter.cjs", | ||
"jcampconverter.mjs" | ||
], | ||
"scripts": { | ||
"build": "cheminfo-build --entry src/index.js --root JcampConverter", | ||
"api-extractor": "api-extractor run --local", | ||
"build": "cheminfo-build --entry src/index.js --root JcampConverter --no-source-map && rm dist/jcampconverter.js", | ||
"bundle": "npm run bundle-cjs && npm run bundle-esm", | ||
"bundle-common": "esbuild src/index.js --bundle --packages=external --minify", | ||
"bundle-cjs": "npm run bundle-common -- --format=cjs --outfile=jcampconverter.cjs", | ||
"bundle-esm": "npm run bundle-common -- --format=esm --outfile=jcampconverter.mjs", | ||
"bundle-types": "npm run tsc && npm run api-extractor", | ||
"check-types": "tsc --noEmit", | ||
"clean": "rimraf lib lib-esm", | ||
"clean": "rimraf dist types", | ||
"eslint": "eslint src __tests__", | ||
"eslint-fix": "npm run eslint -- --fix", | ||
"jscpd": "jscpd -l 10 -i \"**/__tests__/**\" -t 1 src", | ||
"prepack": "npm run tsc", | ||
"prepack": "npm run bundle && npm run bundle-types", | ||
"prettier": "prettier --check src", | ||
@@ -25,5 +38,3 @@ "prettier-write": "prettier --write src", | ||
"test-only": "vitest run --globals --coverage", | ||
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm", | ||
"tsc-cjs": "tsc --project tsconfig.cjs.json", | ||
"tsc-esm": "tsc --project tsconfig.esm.json", | ||
"tsc": "tsc --project tsconfig.types.json", | ||
"benchmark": "node benchmark/benchmark.js", | ||
@@ -33,6 +44,2 @@ "deopt": "node --trace-opt --trace-deopt --code-comments debug/deoptimize.js > deopt.log", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/cheminfo/jcampconverter.git" | ||
}, | ||
"keywords": [ | ||
@@ -45,6 +52,6 @@ "jcamp", | ||
"bugs": { | ||
"url": "https://github.com/cheminfo/jcampconverter/issues" | ||
"url": "https://github.com/cheminfo/nmrium/issues/new?title=%5Bjcampconverter%5D" | ||
}, | ||
"homepage": "https://github.com/cheminfo/jcampconverter#readme", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.37.2", | ||
"@types/jest": "^29.5.5", | ||
@@ -56,2 +63,3 @@ "@types/pino": "^7.0.5", | ||
"cheminfo-build": "^1.2.0", | ||
"esbuild": "^0.19.3", | ||
"eslint": "^8.49.0", | ||
@@ -58,0 +66,0 @@ "eslint-config-cheminfo-typescript": "^12.0.4", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
41850
19
6
330
2
1
1