forked from a-r-d/PureJsImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
94 lines (94 loc) · 2.5 KB
/
Copy pathcodemeta.json
File metadata and controls
94 lines (94 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"@context": "https://w3id.org/codemeta/3.1",
"type": "SoftwareSourceCode",
"name": "PureJsImage",
"description": "Portable image codecs and low-memory raster processing in strict TypeScript",
"applicationCategory": "Image processing",
"applicationSubCategory": [
"Scientific imaging",
"Geospatial raster processing",
"Whole-slide imaging"
],
"author": {
"@type": "Person",
"givenName": "Aaron",
"familyName": "Decker",
"name": "Aaron Decker",
"url": "https://www.ard.ninja"
},
"maintainer": {
"@type": "Person",
"givenName": "Aaron",
"familyName": "Decker",
"name": "Aaron Decker",
"url": "https://www.ard.ninja"
},
"codeRepository": "https://github.com/a-r-d/PureJsImage",
"issueTracker": "https://github.com/a-r-d/PureJsImage/issues",
"readme": "https://github.com/a-r-d/PureJsImage/blob/main/README.md",
"continuousIntegration": "https://github.com/a-r-d/PureJsImage/actions",
"buildInstructions": "https://github.com/a-r-d/PureJsImage/blob/main/CONTRIBUTING.md",
"url": "https://purejsimage.com/",
"downloadUrl": "https://registry.npmjs.org/purejsimage/-/purejsimage-0.16.0.tgz",
"installUrl": "https://www.npmjs.com/package/purejsimage/v/0.16.0",
"identifier": "https://doi.org/10.5281/zenodo.22071815",
"sameAs": "https://doi.org/10.5281/zenodo.22071814",
"citation": "https://github.com/a-r-d/PureJsImage/blob/main/CITATION.cff",
"license": "https://spdx.org/licenses/MIT.html",
"version": "0.16.0",
"dateCreated": "2026-08-06",
"datePublished": "2026-08-21",
"releaseNotes": "https://github.com/a-r-d/PureJsImage/releases/tag/v0.16.0",
"developmentStatus": "active",
"isAccessibleForFree": true,
"programmingLanguage": "TypeScript",
"runtimePlatform": ["Node.js >=22", "Modern web browsers"],
"operatingSystem": "Platform independent",
"keywords": [
"image",
"image-codecs",
"image-processing",
"typescript",
"low-memory",
"zero-dependency",
"nodejs",
"browser",
"serverless",
"aws-lambda",
"jpeg",
"jpeg-xl",
"jpegxl",
"jpeg2000",
"jp2",
"png",
"webp",
"avif",
"bmp",
"tiff",
"gif",
"hdr",
"qoi",
"netpbm",
"tga",
"heif",
"heic",
"geotiff",
"netcdf",
"cf-conventions",
"ome-tiff",
"gsf",
"envi",
"fits",
"mrc",
"ccp4",
"cbf",
"imgcif",
"cryo-em",
"x-ray-diffraction",
"hyperspectral",
"afm",
"dicom",
"scientific-imaging",
"whole-slide-image"
]
}