UNPKG

@dcm/nifti-image-loader

Version:

Neuroimaging Informatics Technology Initiative (NIfTI) Image Loader for the Cornerstone library.

71 lines (70 loc) 1.81 kB
{ "name": "@dcm/nifti-image-loader", "version": "4.26.4", "private": false, "description": "Neuroimaging Informatics Technology Initiative (NIfTI) Image Loader for the Cornerstone library.", "keywords": [ "cornerstone", "dcmhub", "image-loader", "imaging", "loader", "medical", "nifti", "neuroimaging" ], "homepage": "https://npm.im/@dcm/nifti-image-loader", "bugs": { "url": "https://github.com/dcmhub/cornerstone/issues", "email": "hello@dcmhub.com" }, "repository": { "type": "git", "url": "https://github.com/dcmhub/cornerstone", "directory": "packages/nifti-image-loader" }, "license": "MIT", "author": { "name": "DcmHub Inc.", "email": "hello@dcmhub.com", "url": "https://dcmhub.com" }, "contributors": [ { "name": "Ritchie Zhu", "email": "laozhu.me@gmail.com", "url": "https://laozhu.me" } ], "main": "./dist/cornerstoneNIFTIImageLoader.min.js", "module": "./src/imageLoader/index.js", "types": "./index.d.ts", "files": [ "dist", "index.d.ts" ], "scripts": { "build": "webpack --mode production --progress --bail", "clean": "rimraf dist .DS_Store .eslintcache tsconfig.tsbuildinfo yarn-debug.log* yarn-error.log*", "dev": "webpack --mode development --watch --cache --progress --bail", "prepublish": "yarn run build" }, "dependencies": { "ndarray": "^1.0.19", "nifti-reader-js": "^0.5.4", "pako": "^2.0.3", "stream-http": "^3.1.1" }, "devDependencies": { "@dcm/cornerstone-core": "^4.26.4" }, "engines": { "node": ">=14.15.5" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "tag": "latest" }, "gitHead": "ccd03eebecf86089c83437398c0b325cb4594dfd" }