nmr-processing 18.0.1 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,83 +1,62 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nmr-processing",
|
|
3
|
-
"version": "18.0
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"description": "Pure functions allowing to process NMR spectra.",
|
|
5
5
|
"license": "CC-BY-NC-SA-4.0",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"keywords": [],
|
|
7
|
-
"types": "nmr-processing.d.ts",
|
|
8
|
-
"main": "nmr-processing.cjs",
|
|
9
|
-
"module": "nmr-processing.mjs",
|
|
10
8
|
"exports": {
|
|
11
9
|
".": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"default": "./nmr-processing.mjs"
|
|
10
|
+
"nmrium-internal": "./src/index.ts",
|
|
11
|
+
"default": "./dist/nmr-processing.js"
|
|
15
12
|
}
|
|
16
13
|
},
|
|
17
14
|
"imports": {
|
|
18
15
|
"#test": "./test/index.ts"
|
|
19
16
|
},
|
|
20
17
|
"files": [
|
|
21
|
-
"
|
|
22
|
-
"nmr-processing.cjs",
|
|
23
|
-
"nmr-processing.mjs"
|
|
18
|
+
"dist"
|
|
24
19
|
],
|
|
25
20
|
"scripts": {
|
|
26
|
-
"api-extractor": "api-extractor run --local",
|
|
27
21
|
"build": "tsc --project tsconfig.cheminfo-build.json && cheminfo-build --entry lib/index.js --no-source-map && rm dist/nmr-processing.js",
|
|
28
|
-
"bundle": "npm run bundle-
|
|
29
|
-
"bundle-
|
|
30
|
-
"bundle-
|
|
31
|
-
"bundle-esm": "npm run bundle-common -- --format=esm --outfile=nmr-processing.mjs",
|
|
32
|
-
"bundle-types": "npm run tsc && npm run api-extractor",
|
|
22
|
+
"bundle": "npm run bundle-esm && npm run bundle-types",
|
|
23
|
+
"bundle-esm": "esbuild src/index.ts --bundle --packages=external --minify --format=esm --outfile=dist/nmr-processing.js",
|
|
24
|
+
"bundle-types": "npm run tsc && yarn g:api-extractor",
|
|
33
25
|
"clean": "rimraf dist lib types",
|
|
34
|
-
"check-types": "tsc --noEmit",
|
|
35
|
-
"eslint": "eslint scripts src test --cache",
|
|
36
|
-
"eslint-fix": "npm run eslint -- --fix",
|
|
37
26
|
"prepack": "npm run bundle",
|
|
38
|
-
"
|
|
39
|
-
"prettier-write": "prettier --write scripts src test",
|
|
40
|
-
"test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier",
|
|
41
|
-
"test-only": "vitest run --coverage",
|
|
27
|
+
"test": "yarn g:test-only && yarn g:check-types && yarn g:eslint && yarn g:prettier",
|
|
42
28
|
"tsc": "tsc --project tsconfig.types.json"
|
|
43
29
|
},
|
|
44
30
|
"bugs": {
|
|
45
31
|
"url": "https://github.com/cheminfo/nmrium/issues/new?title=%5Bnmr-processing%5D"
|
|
46
32
|
},
|
|
47
33
|
"devDependencies": {
|
|
48
|
-
"@
|
|
49
|
-
"@types/
|
|
34
|
+
"@types/d3-color": "^3.1.3",
|
|
35
|
+
"@types/d3-interpolate": "^3.0.4",
|
|
36
|
+
"@types/node": "^22.15.29",
|
|
50
37
|
"@types/numeral": "^2.0.5",
|
|
51
|
-
"@
|
|
38
|
+
"@zakodium/bruker-parser": "^0.0.0",
|
|
52
39
|
"bruker-data-test": "^0.5.4",
|
|
53
|
-
"brukerconverter": "^8.0.3",
|
|
54
40
|
"cheminfo-build": "^1.2.1",
|
|
55
41
|
"cheminfo-types": "^1.8.1",
|
|
56
|
-
"esbuild": "^0.25.
|
|
57
|
-
"eslint": "^9.24.0",
|
|
58
|
-
"eslint-config-cheminfo-typescript": "^18.0.0",
|
|
42
|
+
"esbuild": "^0.25.5",
|
|
59
43
|
"fifo-logger": "^1.0.0",
|
|
60
44
|
"filelist-utils": "^1.11.3",
|
|
61
|
-
"globals": "^16.
|
|
62
|
-
"jcamp-data-test": "^0.
|
|
45
|
+
"globals": "^16.2.0",
|
|
46
|
+
"jcamp-data-test": "^1.0.0",
|
|
47
|
+
"jcampconverter": "^11.0.3",
|
|
63
48
|
"jest-matcher-deep-close-to": "^3.0.2",
|
|
64
|
-
"nmr-load-save": "^3.4.0",
|
|
65
49
|
"nmr-xy-testdata": "^0.5.1",
|
|
66
|
-
"openchemlib": "^9.0
|
|
67
|
-
"prettier": "^3.5.3",
|
|
50
|
+
"openchemlib": "^9.2.0",
|
|
68
51
|
"rimraf": "^6.0.1",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"vitest": "^3.1.1"
|
|
52
|
+
"undici": "^7.10.0",
|
|
53
|
+
"vitest": "^3.1.4"
|
|
72
54
|
},
|
|
73
55
|
"dependencies": {
|
|
74
|
-
"@lukeed/uuid": "^2.0.1",
|
|
75
|
-
"@types/d3-color": "^3.1.3",
|
|
76
|
-
"@types/d3-interpolate": "^3.0.4",
|
|
77
56
|
"binary-search": "^1.3.6",
|
|
78
57
|
"d3-color": "3.1.0",
|
|
79
|
-
"d3-interpolate": "^
|
|
80
|
-
"gyromagnetic-ratio": "^
|
|
58
|
+
"d3-interpolate": "^3.0.1",
|
|
59
|
+
"gyromagnetic-ratio": "^2.0.0",
|
|
81
60
|
"is-any-array": "^2.0.1",
|
|
82
61
|
"linear-sum-assignment": "^1.0.7",
|
|
83
62
|
"ml-airpls": "^2.0.0",
|
|
@@ -92,7 +71,7 @@
|
|
|
92
71
|
"ml-peak-shape-generator": "^4.1.4",
|
|
93
72
|
"ml-regression-base": "^4.0.0",
|
|
94
73
|
"ml-regression-exponential": "^3.0.2",
|
|
95
|
-
"ml-regression-polynomial": "^3.0.
|
|
74
|
+
"ml-regression-polynomial": "^3.0.2",
|
|
96
75
|
"ml-regression-simple-linear": "^3.0.1",
|
|
97
76
|
"ml-savitzky-golay-generalized": "^4.2.0",
|
|
98
77
|
"ml-signal-processing": "^1.2.0",
|
|
@@ -103,7 +82,10 @@
|
|
|
103
82
|
"multiplet-analysis": "^2.1.5",
|
|
104
83
|
"nmr-correlation": "^2.3.5",
|
|
105
84
|
"numeral": "^2.0.6",
|
|
106
|
-
"openchemlib-utils": "^8.1.
|
|
85
|
+
"openchemlib-utils": "^8.1.1",
|
|
107
86
|
"spectrum-generator": "^8.1.0"
|
|
87
|
+
},
|
|
88
|
+
"volta": {
|
|
89
|
+
"extends": "../../../package.json"
|
|
108
90
|
}
|
|
109
91
|
}
|