{"_id":"@atmoai/zarr","_rev":"2-02481b4bdccbae01b1a58e5a518934a6","name":"@atmoai/zarr","dist-tags":{"latest":"0.6.3","next":"0.6.3-1"},"versions":{"0.6.3":{"name":"@atmoai/zarr","version":"0.6.3","keywords":["ndarray","zarr","module","utility","async"],"author":{"name":"Guido Zuidhof","email":"me@guido.io"},"license":"Apache-2.0","_id":"@atmoai/zarr@0.6.3","maintainers":[{"name":"sander-atmo","email":"sander@atmo.ai"}],"contributors":[{"name":"Trevor Manz","email":"trevor.j.manz@gmail.com"}],"homepage":"https://github.com/atmoai/zarr.js#readme","bugs":{"url":"https://github.com/atmoai/zarr.js/issues"},"dist":{"shasum":"da4c8a310417a72fc238e5a8626dccd7fc4ab965","tarball":"https://registry.npmjs.org/@atmoai/zarr/-/zarr-0.6.3.tgz","fileCount":93,"integrity":"sha512-yLSYfIJjOy9QrZK0hXATTykYUDBPL83J8DncvOD22pbL3NsoXBTKhLtL6ACy0VeqKG7KRcV+JG/Kop21dXRJbQ==","signatures":[{"sig":"MEQCICStuG8uMj5fogR+0BZv5Wsg60ZH93M9LIe4+VeT3Z4HAiAWRn/yyPLTUAsDbIEd2hSK0iKvAWIS9GfzTFAO8CfCeg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":7267353},"main":"./dist/zarr.cjs","module":"./dist/zarr.mjs","engines":{"node":">=12"},"exports":{".":{"umd":"./dist/zarr.umd.js","types":"./dist/types/zarr.d.ts","import":"./dist/zarr.mjs","require":"./dist/zarr.cjs"},"./core":{"types":"./dist/types/core/index.d.ts","import":"./dist/core.mjs"},"./types":{"types":"./dist/types/types.d.ts"},"./core/types":{"types":"./dist/types/core/types.d.ts"},"./storage/types":{"types":"./dist/types/storage/types.d.ts"}},"gitHead":"89d1c441419f3b95f64eb39ccb4f5b9b96c3871e","scripts":{"lint":"eslint src/**/* test/**/*","test":"jest --coverage","build":"tsc && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache && npm run test:browser --no-cache","test:watch":"jest --coverage --watch","test:browser":"TEST_ENV=browser jest --coverage","prepublishOnly":"npm run build","report-coverage":"cat ./coverage/lcov.info | coveralls","generate-typedocs":"typedoc --out docs/typedocs --theme minimal --readme none src"},"typings":"./dist/types/zarr.d.ts","_npmUser":{"name":"sander-atmo","email":"sander@atmo.ai"},"umd:main":"./dist/zarr.umd.js","repository":{"url":"git+https://github.com/atmoai/zarr.js.git","type":"git"},"_npmVersion":"10.7.0","description":"Javascript implementation of Zarr","directories":{},"sideEffects":["./dist/zarr.mjs"],"_nodeVersion":"20.15.1","dependencies":{"p-queue":"^7.1.0","numcodecs":"^0.2.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.2.3","eslint":"^7.32.0","rimraf":"^3.0.2","rollup":"^2.57.0","express":"^4.17.1","typedoc":"^0.22.4","coveralls":"^3.1.1","puppeteer":"^19.6.3","node-fetch":"^2.6.5","typescript":"^4.4.3","@types/jest":"^27.0.2","@types/node":"^16.10.1","jest-puppeteer":"^6.0.0","@web/test-runner":"^0.13.30","@babel/preset-env":"^7.15.6","@petamoriken/float16":"^3.6.6","rollup-plugin-terser":"^7.0.2","@rollup/plugin-commonjs":"^20.0.0","@babel/preset-typescript":"^7.15.0","rollup-plugin-visualizer":"^5.6.0","@typescript-eslint/parser":"^4.32.0","rollup-plugin-typescript2":"^0.32.1","@rollup/plugin-node-resolve":"^13.0.5","@typescript-eslint/eslint-plugin":"^4.32.0"},"_npmOperationalInternal":{"tmp":"tmp/zarr_0.6.3_1767050409785_0.6403460013184996","host":"s3://npm-registry-packages-npm-production"}},"0.6.3-1":{"name":"@atmoai/zarr","version":"0.6.3-1","repository":{"type":"git","url":"git+https://github.com/atmoai/zarr.js.git"},"description":"Javascript implementation of Zarr","keywords":["ndarray","zarr","module","utility","async"],"sideEffects":["./dist/zarr.mjs"],"main":"./dist/zarr.cjs","module":"./dist/zarr.mjs","umd:main":"./dist/zarr.umd.js","typings":"./dist/types/zarr.d.ts","exports":{".":{"umd":"./dist/zarr.umd.js","import":"./dist/zarr.mjs","require":"./dist/zarr.cjs","types":"./dist/types/zarr.d.ts"},"./core":{"import":"./dist/core.mjs","types":"./dist/types/core/index.d.ts"},"./types":{"types":"./dist/types/types.d.ts"},"./core/types":{"types":"./dist/types/core/types.d.ts"},"./storage/types":{"types":"./dist/types/storage/types.d.ts"}},"author":{"name":"Guido Zuidhof","email":"me@guido.io"},"contributors":[{"name":"Trevor Manz","email":"trevor.j.manz@gmail.com"}],"license":"Apache-2.0","engines":{"node":">=12"},"scripts":{"lint":"eslint src/**/* test/**/*","prebuild":"rimraf dist","build":"tsc && rollup -c rollup.config.ts","start":"rollup -c rollup.config.ts -w","test":"jest --coverage","test:browser":"TEST_ENV=browser jest --coverage","test:watch":"jest --coverage --watch","test:prod":"npm run lint && npm run test -- --no-cache && npm run test:browser --no-cache","generate-typedocs":"typedoc --out docs/typedocs --theme minimal --readme none src","report-coverage":"cat ./coverage/lcov.info | coveralls","prepublishOnly":"npm run build"},"devDependencies":{"@babel/preset-env":"^7.15.6","@babel/preset-typescript":"^7.15.0","@petamoriken/float16":"^3.6.6","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.5","@types/jest":"^27.0.2","@types/node":"^16.10.1","@typescript-eslint/eslint-plugin":"^4.32.0","@typescript-eslint/parser":"^4.32.0","@web/test-runner":"^0.13.30","coveralls":"^3.1.1","eslint":"^7.32.0","express":"^4.17.1","jest":"^27.2.3","jest-puppeteer":"^6.0.0","node-fetch":"^2.6.5","puppeteer":"^19.6.3","rimraf":"^3.0.2","rollup":"^2.57.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.32.1","rollup-plugin-visualizer":"^5.6.0","typedoc":"^0.22.4","typescript":"^4.4.3"},"dependencies":{"numcodecs":"^0.2.2","p-queue":"^7.1.0"},"_id":"@atmoai/zarr@0.6.3-1","readmeFilename":"README.md","gitHead":"c7b1b1e4a8c12890fff2f5d5b5fcbf663ff0fcca","bugs":{"url":"https://github.com/atmoai/zarr.js/issues"},"homepage":"https://github.com/atmoai/zarr.js#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-E54xc3/1MO/F3UhaxeCoWVU3qo9ppzccQD/qT/iJbakMf3PV2aGszw5yY7nRZ/7EOR0OEEKebpH3vJeJnfKPbQ==","shasum":"3a4e4427218a83e40cea993f2ef9b2b478fd7c45","tarball":"https://registry.npmjs.org/@atmoai/zarr/-/zarr-0.6.3-1.tgz","fileCount":93,"unpackedSize":7281596,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG920S1ky+Ps4fck0gw6lC6cuC4Bfu3fD2mT2Z8yMWKVAiBpY/j5UsME/TZyw2b1nSjhCBVk6H9qKPsRG0gke5VSKw=="}]},"_npmUser":{"name":"sander-atmo","email":"sander@atmo.ai"},"directories":{},"maintainers":[{"name":"sander-atmo","email":"sander@atmo.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/zarr_0.6.3-1_1772653896997_0.3562738323243697"},"_hasShrinkwrap":false}},"time":{"created":"2025-12-29T23:20:09.695Z","modified":"2026-03-04T19:51:37.483Z","0.6.3":"2025-12-29T23:20:10.065Z","0.6.3-1":"2026-03-04T19:51:37.330Z"},"bugs":{"url":"https://github.com/atmoai/zarr.js/issues"},"author":{"name":"Guido Zuidhof","email":"me@guido.io"},"license":"Apache-2.0","homepage":"https://github.com/atmoai/zarr.js#readme","keywords":["ndarray","zarr","module","utility","async"],"repository":{"url":"git+https://github.com/atmoai/zarr.js.git","type":"git"},"description":"Javascript implementation of Zarr","contributors":[{"name":"Trevor Manz","email":"trevor.j.manz@gmail.com"}],"maintainers":[{"name":"sander-atmo","email":"sander@atmo.ai"}],"readme":"","readmeFilename":""}