{"_id":"@alireza-beta-script/adapters-new","_rev":"9-760561ac2315a300d0f6f971fa2b7628","name":"@alireza-beta-script/adapters-new","dist-tags":{"latest":"2.1.0","beta":"3.0.0-beta.2"},"versions":{"1.0.1":{"name":"@alireza-beta-script/adapters-new","version":"1.0.1","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"4d0e9507f90200c42cd973edc7938d054cfa204c","_id":"@alireza-beta-script/adapters-new@1.0.1","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-c5n1xYAJIvi9KlD7OShKnpKkOifu1DA38c3ns7jcpHu3VDlXeKKMAORX+6kfbGefTuNjK48ETJeQsIvthhIM2w==","shasum":"e962c5a9a0f8b608854cf32c454b510f02b7c9d4","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-1.0.1.tgz","fileCount":16,"unpackedSize":575840,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFrz50QggMXgzkXdRZ5yjH4Qb1Krb2sqnO3xLcn9/YI7AiEAlxocXQK0PJlgqs2ESjqLN6EgF3ind8r99u3CQqo8SqA="}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_1.0.1_1690897025354_0.6913518573252979"},"_hasShrinkwrap":false},"2.0.0-beta.1":{"name":"@alireza-beta-script/adapters-new","version":"2.0.0-beta.1","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"963649bd15efb92605c512c8f115b29f06fb01fb","readme":"<div align=\"center\">\n  <h1>Adapters for VTK, Cornerstone and Cornerstone3D</h1>\n  <p>Conversion to/from the internal model and DICOM SR for annotations and other\n  types of objects.</p>\n</div>\n\n<hr />\n\n# History\n\n- 2014\n  - [DCMTK](dcmtk.org) cross compiled to javascript at [CTK Hackfest](http://www.commontk.org/index.php/CTK-Hackfest-May-2014). While this was useful and powerful, it was heavyweight for typical web usage.\n- 2016\n  - A [Medical Imaging Web Appliction meeting at Stanford](http://qiicr.org/web/outreach/Medical-Imaging-Web-Apps/) and [follow-on hackfest in Boston](http://qiicr.org/web/outreach/MIWS-hackfest/) helped elaborate the needs for manipulating DICOM in pure Javascript.\n  - Based on [DICOM Part 10 read/write code](https://github.com/OHIF/dicom-dimse) initiated by Weiwei Wu of [OHIF](http://ohif.org), Steve Pieper [developed further features](https://github.com/pieper/sites/tree/gh-pages/dcmio) and [examples of creating multiframe and segmentation objects](https://github.com/pieper/sites/tree/gh-pages/DICOMzero) discussed with the community at RSNA\n- 2017\n  - At [NA-MIC Project Week 25](https://na-mic.org/wiki/Project_Week_25) Erik Ziegler and Steve Pieper [worked](https://na-mic.org/wiki/Project_Week_25/DICOM_Segmentation_Support_for_Cornerstone_and_OHIF_Viewer)\n    with the community to define some example use cases to mix the pure JavaScript DICOM code with Cornerstone and [CornerstoneTools](https://github.com/chafey/cornerstoneTools).\n- 2018-2022\n  - Work continues to develop SR and SEG support to [OHIFViewer](http://ohif.org) allow interoperability with [DICOM4QI](https://legacy.gitbook.com/book/qiicr/dicom4qi/details)\n- 2023\n  - Moved the adapters into cornerstone3D from dcmjsj\n\n# Support\n\nThe developers gratefully acknowledge their research support:\n\n- Open Health Imaging Foundation ([OHIF](http://ohif.org))\n- Quantitative Image Informatics for Cancer Research ([QIICR](http://qiicr.org))\n- [Radiomics](http://radiomics.io)\n- The [Neuroimage Analysis Center](http://nac.spl.harvard.edu)\n- The [National Center for Image Guided Therapy](http://ncigt.org)\n- The [NCI Imaging Data Commons](https://imagingdatacommons.github.io/) NCI Imaging Data Commons: contract number 19X037Q from Leidos Biomedical Research under Task Order HHSN26100071 from NCI\n","readmeFilename":"README.md","_id":"@alireza-beta-script/adapters-new@2.0.0-beta.1","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-YNtBGitQmFk8AE8NAx4c5nROjMRR8ldvblr1HKDOzIpx6yiNanhxd1HZI4eZ5iPwx2pIBGj+XTrY2BN23KMfwA==","shasum":"5d886163996c1b1fa3e3e14b6177dbbc11eada25","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-2.0.0-beta.1.tgz","fileCount":16,"unpackedSize":575847,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCn1UlEMdw+xwVjWtsJUO0pr4zx6nBCz2uj7hGxRZ6KxQIhAOLTdmwAgcuydXgxny58uo1jsN89zKlWdPM2eiM9K7eu"}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_2.0.0-beta.1_1690897598088_0.16117254867208675"},"_hasShrinkwrap":false},"1.1.0":{"name":"@alireza-beta-script/adapters-new","version":"1.1.0","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"b92dd73cfe1d241fd7b658fc583db4971d302448","_id":"@alireza-beta-script/adapters-new@1.1.0","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-5/AxMvftPo2fQ/dShcK2exa0fJU3yvFzZnwEoqip3UeCriwDz0lZv+JnI3RdwCxUef3fqMzd3reX4d4vNTGL0A==","shasum":"ec5d75c3f56ddc20c74889b1d41f614af4d50997","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-1.1.0.tgz","fileCount":16,"unpackedSize":575840,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLwa21wc4zp1QoAiuaqkyLjx5kosW96HlhEgaD+OCmwAiEAsjpruzhnLBw0f9iaqF4F05/3ndHGGiSMfNOq2lE++I8="}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_1.1.0_1690897948027_0.3118852144887623"},"_hasShrinkwrap":false},"2.0.0-beta.2":{"name":"@alireza-beta-script/adapters-new","version":"2.0.0-beta.2","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"e4a20dfb9b8776ab161a61b5e6b34798fa405e42","readme":"<div align=\"center\">\n  <h1>Adapters for VTK, Cornerstone and Cornerstone3D</h1>\n  <p>Conversion to/from the internal model and DICOM SR for annotations and other\n  types of objects.</p>\n</div>\n\n<hr />\n\n# History\n\n- 2014\n  - [DCMTK](dcmtk.org) cross compiled to javascript at [CTK Hackfest](http://www.commontk.org/index.php/CTK-Hackfest-May-2014). While this was useful and powerful, it was heavyweight for typical web usage.\n- 2016\n  - A [Medical Imaging Web Appliction meeting at Stanford](http://qiicr.org/web/outreach/Medical-Imaging-Web-Apps/) and [follow-on hackfest in Boston](http://qiicr.org/web/outreach/MIWS-hackfest/) helped elaborate the needs for manipulating DICOM in pure Javascript.\n  - Based on [DICOM Part 10 read/write code](https://github.com/OHIF/dicom-dimse) initiated by Weiwei Wu of [OHIF](http://ohif.org), Steve Pieper [developed further features](https://github.com/pieper/sites/tree/gh-pages/dcmio) and [examples of creating multiframe and segmentation objects](https://github.com/pieper/sites/tree/gh-pages/DICOMzero) discussed with the community at RSNA\n- 2017\n  - At [NA-MIC Project Week 25](https://na-mic.org/wiki/Project_Week_25) Erik Ziegler and Steve Pieper [worked](https://na-mic.org/wiki/Project_Week_25/DICOM_Segmentation_Support_for_Cornerstone_and_OHIF_Viewer)\n    with the community to define some example use cases to mix the pure JavaScript DICOM code with Cornerstone and [CornerstoneTools](https://github.com/chafey/cornerstoneTools).\n- 2018-2022\n  - Work continues to develop SR and SEG support to [OHIFViewer](http://ohif.org) allow interoperability with [DICOM4QI](https://legacy.gitbook.com/book/qiicr/dicom4qi/details)\n- 2023\n  - Moved the adapters into cornerstone3D from dcmjsj\n\n# Support\n\nThe developers gratefully acknowledge their research support:\n\n- Open Health Imaging Foundation ([OHIF](http://ohif.org))\n- Quantitative Image Informatics for Cancer Research ([QIICR](http://qiicr.org))\n- [Radiomics](http://radiomics.io)\n- The [Neuroimage Analysis Center](http://nac.spl.harvard.edu)\n- The [National Center for Image Guided Therapy](http://ncigt.org)\n- The [NCI Imaging Data Commons](https://imagingdatacommons.github.io/) NCI Imaging Data Commons: contract number 19X037Q from Leidos Biomedical Research under Task Order HHSN26100071 from NCI\n","readmeFilename":"README.md","_id":"@alireza-beta-script/adapters-new@2.0.0-beta.2","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-SFmBRLP5savTQcn/VfjRxpa2EzEIHUDSdr2jvwvyiFuzD3Ec7MFX0W2sByCNO7uEWyc958M9btwW3Q8szidBgg==","shasum":"2ccd72c46a1179cf95dcb9f7a48477ddce3c5b39","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-2.0.0-beta.2.tgz","fileCount":16,"unpackedSize":575885,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFGjMvJT2O2EAdnsBLbo9YIqBlNP2PwGryKF2jOSMWRJAiA4Fagr9FRcbk19fjxiBgJEjE4MK5TR5cxVXU/SQCP10w=="}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_2.0.0-beta.2_1690898276499_0.6820560152421751"},"_hasShrinkwrap":false},"1.2.0":{"name":"@alireza-beta-script/adapters-new","version":"1.2.0","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"91c4ce0d08c97b70f313d1778e30ad2e3640521c","_id":"@alireza-beta-script/adapters-new@1.2.0","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-XzJiuRXasZ3/COssYVwFW195rVQ6MpeTTDAShKshMLvj1Itk87h//Yc7xDiU/8tXnQEfVk30DzQELPPdVSBE0g==","shasum":"5a07443972cc7b66e8f7c6d9504e164fef1343bf","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-1.2.0.tgz","fileCount":16,"unpackedSize":575840,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAavodNaDfWwQJTTyyQzSCkH71NkiABc6mnoHsx3cHLAIhALfIsL4s0hSIT0/1h9UL/fZg7w6vIS2T6FRByo3sfIb3"}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_1.2.0_1690899021451_0.5123088862357961"},"_hasShrinkwrap":false},"2.0.0-beta.3":{"name":"@alireza-beta-script/adapters-new","version":"2.0.0-beta.3","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"d8bc8471c6358311ee234e351a82ecc46e969b33","readme":"<div align=\"center\">\n  <h1>Adapters for VTK, Cornerstone and Cornerstone3D</h1>\n  <p>Conversion to/from the internal model and DICOM SR for annotations and other\n  types of objects.</p>\n</div>\n\n<hr />\n\n# History\n\n- 2014\n  - [DCMTK](dcmtk.org) cross compiled to javascript at [CTK Hackfest](http://www.commontk.org/index.php/CTK-Hackfest-May-2014). While this was useful and powerful, it was heavyweight for typical web usage.\n- 2016\n  - A [Medical Imaging Web Appliction meeting at Stanford](http://qiicr.org/web/outreach/Medical-Imaging-Web-Apps/) and [follow-on hackfest in Boston](http://qiicr.org/web/outreach/MIWS-hackfest/) helped elaborate the needs for manipulating DICOM in pure Javascript.\n  - Based on [DICOM Part 10 read/write code](https://github.com/OHIF/dicom-dimse) initiated by Weiwei Wu of [OHIF](http://ohif.org), Steve Pieper [developed further features](https://github.com/pieper/sites/tree/gh-pages/dcmio) and [examples of creating multiframe and segmentation objects](https://github.com/pieper/sites/tree/gh-pages/DICOMzero) discussed with the community at RSNA\n- 2017\n  - At [NA-MIC Project Week 25](https://na-mic.org/wiki/Project_Week_25) Erik Ziegler and Steve Pieper [worked](https://na-mic.org/wiki/Project_Week_25/DICOM_Segmentation_Support_for_Cornerstone_and_OHIF_Viewer)\n    with the community to define some example use cases to mix the pure JavaScript DICOM code with Cornerstone and [CornerstoneTools](https://github.com/chafey/cornerstoneTools).\n- 2018-2022\n  - Work continues to develop SR and SEG support to [OHIFViewer](http://ohif.org) allow interoperability with [DICOM4QI](https://legacy.gitbook.com/book/qiicr/dicom4qi/details)\n- 2023\n  - Moved the adapters into cornerstone3D from dcmjsj\n\n# Support\n\nThe developers gratefully acknowledge their research support:\n\n- Open Health Imaging Foundation ([OHIF](http://ohif.org))\n- Quantitative Image Informatics for Cancer Research ([QIICR](http://qiicr.org))\n- [Radiomics](http://radiomics.io)\n- The [Neuroimage Analysis Center](http://nac.spl.harvard.edu)\n- The [National Center for Image Guided Therapy](http://ncigt.org)\n- The [NCI Imaging Data Commons](https://imagingdatacommons.github.io/) NCI Imaging Data Commons: contract number 19X037Q from Leidos Biomedical Research under Task Order HHSN26100071 from NCI\n","readmeFilename":"README.md","_id":"@alireza-beta-script/adapters-new@2.0.0-beta.3","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-U7V0x821lnie2/eZ6RtbUVcjaNn4JXnmZ9EyCcwfYKMMY+Wz9i3r2/gP0pbwVfiIJIbobwUVmlWIinMTMTqdfg==","shasum":"abc638dd06293aef99f70193ca099456dc53010f","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-2.0.0-beta.3.tgz","fileCount":16,"unpackedSize":575885,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF/sfe2jEdx3gm31aGnNX6K0SQQJclidUbTmylsWcqP+AiAtnbZYFhyFrq/Hz8l3e053cr17bgAdeZAfFKTR6ZZqBQ=="}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_2.0.0-beta.3_1690899569937_0.8883546262720217"},"_hasShrinkwrap":false},"2.0.0":{"name":"@alireza-beta-script/adapters-new","version":"2.0.0","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"84482205fae4b70190be893d0f88144c32c0ec34","_id":"@alireza-beta-script/adapters-new@2.0.0","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-SEFD/5dtWmVZugcvlVHrlVMuZWTBCaErqelKzFHCAOR8gij50evGZkyI9jirY6ZByPArUQQicVWz2wxNy/95Ow==","shasum":"296f0fbb66ad5bd7129dcd51a711ec12bd7bc267","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-2.0.0.tgz","fileCount":16,"unpackedSize":575878,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6yWIX6L1vMt45d8vHSkO1WUMXe1iSHJvxm2xhdJx0AgIgRCOz5VGQsJRZCEV3o1l6ZEcsN64kh40Y5gLpT7/BCjw="}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_2.0.0_1690900037809_0.3935782530474794"},"_hasShrinkwrap":false},"3.0.0-beta.1":{"name":"@alireza-beta-script/adapters-new","version":"3.0.0-beta.1","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"299ae2783e01960977bbc088882c880832ee41c7","readme":"<div align=\"center\">\n  <h1>Adapters for VTK, Cornerstone and Cornerstone3D</h1>\n  <p>Conversion to/from the internal model and DICOM SR for annotations and other\n  types of objects.</p>\n</div>\n\n<hr />\n\n# History\n\n- 2014\n  - [DCMTK](dcmtk.org) cross compiled to javascript at [CTK Hackfest](http://www.commontk.org/index.php/CTK-Hackfest-May-2014). While this was useful and powerful, it was heavyweight for typical web usage.\n- 2016\n  - A [Medical Imaging Web Appliction meeting at Stanford](http://qiicr.org/web/outreach/Medical-Imaging-Web-Apps/) and [follow-on hackfest in Boston](http://qiicr.org/web/outreach/MIWS-hackfest/) helped elaborate the needs for manipulating DICOM in pure Javascript.\n  - Based on [DICOM Part 10 read/write code](https://github.com/OHIF/dicom-dimse) initiated by Weiwei Wu of [OHIF](http://ohif.org), Steve Pieper [developed further features](https://github.com/pieper/sites/tree/gh-pages/dcmio) and [examples of creating multiframe and segmentation objects](https://github.com/pieper/sites/tree/gh-pages/DICOMzero) discussed with the community at RSNA\n- 2017\n  - At [NA-MIC Project Week 25](https://na-mic.org/wiki/Project_Week_25) Erik Ziegler and Steve Pieper [worked](https://na-mic.org/wiki/Project_Week_25/DICOM_Segmentation_Support_for_Cornerstone_and_OHIF_Viewer)\n    with the community to define some example use cases to mix the pure JavaScript DICOM code with Cornerstone and [CornerstoneTools](https://github.com/chafey/cornerstoneTools).\n- 2018-2022\n  - Work continues to develop SR and SEG support to [OHIFViewer](http://ohif.org) allow interoperability with [DICOM4QI](https://legacy.gitbook.com/book/qiicr/dicom4qi/details)\n- 2023\n  - Moved the adapters into cornerstone3D from dcmjsj\n\n# Support\n\nThe developers gratefully acknowledge their research support:\n\n- Open Health Imaging Foundation ([OHIF](http://ohif.org))\n- Quantitative Image Informatics for Cancer Research ([QIICR](http://qiicr.org))\n- [Radiomics](http://radiomics.io)\n- The [Neuroimage Analysis Center](http://nac.spl.harvard.edu)\n- The [National Center for Image Guided Therapy](http://ncigt.org)\n- The [NCI Imaging Data Commons](https://imagingdatacommons.github.io/) NCI Imaging Data Commons: contract number 19X037Q from Leidos Biomedical Research under Task Order HHSN26100071 from NCI\n","readmeFilename":"README.md","_id":"@alireza-beta-script/adapters-new@3.0.0-beta.1","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-LG2HygmI7t1qFMgFzX4PDgforZmZBZFEqPNmZqN9M6k7rvYHUhmRaNFP3CFNYsIFSENyfj2kVH1j7+z1I241Fw==","shasum":"67e7a36dd967deaa62f3e34fe745c115285eb2b3","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-3.0.0-beta.1.tgz","fileCount":16,"unpackedSize":575885,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHmA1Kmsn17Vkn5SIsBGtqJFQ1tgo/8fbc8Qwgg/JllTAiEAq3ZTzEHPJRUS7L3IEcmPsAPVDlrVNKNl4XG9asQkm+8="}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_3.0.0-beta.1_1690903631108_0.21906396521147964"},"_hasShrinkwrap":false},"2.1.0":{"name":"@alireza-beta-script/adapters-new","version":"2.1.0","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"5a0103524127c6ae6ddf507c11bec325bd01633d","_id":"@alireza-beta-script/adapters-new@2.1.0","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-vm7fwXtJ2fbcSZ8IQ8swcjm9cmljyfAlTJgBaWyUB1GdvcqhlJJcUcQd3rS2z+D/vS5kyLdNgTtauoNWVAhwnA==","shasum":"fda9bb964ac15ffb4d86d23cd74e5ca7c9455db1","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-2.1.0.tgz","fileCount":16,"unpackedSize":575878,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOaajiINUD3ABQqUkBU7737J0d4u2kv1RQN6dsVE365gIhANbUejlN5mSLfD9rjVIrnzh1p29Rjd0foNozb4Qd1Hfe"}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_2.1.0_1690913883719_0.17169811507878574"},"_hasShrinkwrap":false},"3.0.0-beta.2":{"name":"@alireza-beta-script/adapters-new","version":"3.0.0-beta.2","description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","src":"src/index.ts","main":"./dist/@alireza-beta-script/adapters.es.js","module":"src/index.ts","directories":{"example":"examples","build":"dist"},"exports":{".":"./dist/@alireza-beta-script/adapters.es.js"},"types":"./dist/@alireza-beta-script/dts/index.d.ts","publishConfig":{"access":"public"},"scripts":{"test":"jest --testTimeout 60000","build":"rollup -c rollup.config.mjs","build:all":"yarn build","build:examples":"npm run build && npx cpx 'dist/**/*.{js,map}' examples/js","build:update-api":"yarn run build && api-extractor run --local","start":"rollup -c -w","format":"prettier --write 'src/**/*.js' 'test/**/*.js'","lint":"eslint --fix ."},"repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"license":"MIT","bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","dependencies":{"@babel/runtime-corejs2":"^7.17.8","dcmjs":"^0.29.5","gl-matrix":"^3.4.3","lodash.clonedeep":"^4.5.0","ndarray":"^1.0.19"},"gitHead":"f0a9f6de7e94a9da1cccf4b3f1d8661c5f831f42","readme":"<div align=\"center\">\n  <h1>Adapters for VTK, Cornerstone and Cornerstone3D</h1>\n  <p>Conversion to/from the internal model and DICOM SR for annotations and other\n  types of objects.</p>\n</div>\n\n<hr />\n\n# History\n\n- 2014\n  - [DCMTK](dcmtk.org) cross compiled to javascript at [CTK Hackfest](http://www.commontk.org/index.php/CTK-Hackfest-May-2014). While this was useful and powerful, it was heavyweight for typical web usage.\n- 2016\n  - A [Medical Imaging Web Appliction meeting at Stanford](http://qiicr.org/web/outreach/Medical-Imaging-Web-Apps/) and [follow-on hackfest in Boston](http://qiicr.org/web/outreach/MIWS-hackfest/) helped elaborate the needs for manipulating DICOM in pure Javascript.\n  - Based on [DICOM Part 10 read/write code](https://github.com/OHIF/dicom-dimse) initiated by Weiwei Wu of [OHIF](http://ohif.org), Steve Pieper [developed further features](https://github.com/pieper/sites/tree/gh-pages/dcmio) and [examples of creating multiframe and segmentation objects](https://github.com/pieper/sites/tree/gh-pages/DICOMzero) discussed with the community at RSNA\n- 2017\n  - At [NA-MIC Project Week 25](https://na-mic.org/wiki/Project_Week_25) Erik Ziegler and Steve Pieper [worked](https://na-mic.org/wiki/Project_Week_25/DICOM_Segmentation_Support_for_Cornerstone_and_OHIF_Viewer)\n    with the community to define some example use cases to mix the pure JavaScript DICOM code with Cornerstone and [CornerstoneTools](https://github.com/chafey/cornerstoneTools).\n- 2018-2022\n  - Work continues to develop SR and SEG support to [OHIFViewer](http://ohif.org) allow interoperability with [DICOM4QI](https://legacy.gitbook.com/book/qiicr/dicom4qi/details)\n- 2023\n  - Moved the adapters into cornerstone3D from dcmjsj\n\n# Support\n\nThe developers gratefully acknowledge their research support:\n\n- Open Health Imaging Foundation ([OHIF](http://ohif.org))\n- Quantitative Image Informatics for Cancer Research ([QIICR](http://qiicr.org))\n- [Radiomics](http://radiomics.io)\n- The [Neuroimage Analysis Center](http://nac.spl.harvard.edu)\n- The [National Center for Image Guided Therapy](http://ncigt.org)\n- The [NCI Imaging Data Commons](https://imagingdatacommons.github.io/) NCI Imaging Data Commons: contract number 19X037Q from Leidos Biomedical Research under Task Order HHSN26100071 from NCI\n","readmeFilename":"README.md","_id":"@alireza-beta-script/adapters-new@3.0.0-beta.2","_nodeVersion":"16.14.2","_npmVersion":"lerna/6.6.1/node@v16.14.2+x64 (linux)","dist":{"integrity":"sha512-xowEuRAS9RXxGJTzI7Z2PTswG7xSxXS0aY184a8FkG04MZb+Y2APBsX9qu9TsIqtuZ0GxrFN9HmsN6tPdMDJlw==","shasum":"5296adefbb80ba70527b81a6c4671b911c1c930c","tarball":"https://registry.npmjs.org/@alireza-beta-script/adapters-new/-/adapters-new-3.0.0-beta.2.tgz","fileCount":16,"unpackedSize":575949,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGZ4SwIup4I+aYSS8V2X/SDZmvGycmHalID21kcJPBxPAiApMHL3ipQm0Ycy2FM3dbnA6kWHD+hHTvRlS326Rs4OMw=="}]},"_npmUser":{"name":"sedghi","email":"ar.sedghi@gmail.com"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adapters-new_3.0.0-beta.2_1690914937298_0.470870973940535"},"_hasShrinkwrap":false}},"time":{"created":"2023-08-01T13:37:05.297Z","1.0.1":"2023-08-01T13:37:05.538Z","modified":"2023-08-01T18:35:37.581Z","2.0.0-beta.1":"2023-08-01T13:46:38.329Z","1.1.0":"2023-08-01T13:52:28.272Z","2.0.0-beta.2":"2023-08-01T13:57:56.737Z","1.2.0":"2023-08-01T14:10:21.799Z","2.0.0-beta.3":"2023-08-01T14:19:30.109Z","2.0.0":"2023-08-01T14:27:17.985Z","3.0.0-beta.1":"2023-08-01T15:27:11.275Z","2.1.0":"2023-08-01T18:18:03.876Z","3.0.0-beta.2":"2023-08-01T18:35:37.459Z"},"maintainers":[{"name":"sedghi","email":"ar.sedghi@gmail.com"}],"description":"Adapters for Cornerstone3D to/from formats including DICOM SR and others","homepage":"https://github.com/cornerstonejs/cornerstone3D-beta/blob/main/packages/adapters/README.md","repository":{"type":"git","url":"git+https://github.com/dcmjs-org/dcmjs.git"},"author":{"name":"@cornerstonejs","url":"formerly Steve Pieper from dcmjs"},"bugs":{"url":"https://github.com/cornerstonejs/cornerstone3D-beta/issues"},"license":"MIT","readme":"","readmeFilename":""}