{"name":"dexie","version":"4.4.2","keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"license":"Apache-2.0","_id":"dexie@4.4.2","maintainers":[{"name":"anders.ekdahl","email":"anders.ekdahl@gmail.com"},{"name":"dfahlander","email":"david.fahlander@gmail.com"}],"contributors":[{"name":"Christopher Hunt","email":"https://github.com/chrahunt"},{"name":"Nikolas Poniros","email":"https://github.com/nponiros"},{"name":"Anders Ekdahl","email":"https://github.com/andersekdahl"},{"name":"Yury Solovyov","email":"https://github.com/YurySolovyov"},{"name":"Martin Diphoorn","email":"https://github.com/martindiphoorn"}],"homepage":"https://dexie.org","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"dist":{"shasum":"447511328c982baaf6a88c736ddc08484916886c","tarball":"https://registry.npmjs.org/dexie/-/dexie-4.4.2.tgz","fileCount":25,"integrity":"sha512-zMtV8q79EFE5U8FKZvt0Y/77PCU/Hr/RDxv1EDeo228L+m/HTbeN2AjoQm674rhQCX8n3ljK87lajt7UQuZfvw==","signatures":[{"sig":"MEUCIQCdA0rHd6DxbC8PpW9Rzjzvuy/j286mXbosgXEAkML+6QIgBoHYy9s3OP6JGtDvs4UzEJzfJLe2auIGDOslIo//MRA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/dexie@4.4.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3232202},"jspm":{"format":"cjs","ignore":["src/"]},"main":"dist/dexie.js","_from":"file:dexie-4.4.2.tgz","module":"dist/dexie.mjs","exports":{".":{"default":{"import":"./import-wrapper.mjs","module":"./import-wrapper.mjs","default":"./dist/dexie.js","require":"./dist/dexie.js"},"production":{"import":"./import-wrapper-prod.mjs","module":"./import-wrapper-prod.mjs","default":"./dist/dexie.min.js","require":"./dist/dexie.min.js"},"development":{"import":"./import-wrapper.mjs","module":"./import-wrapper.mjs","default":"./dist/dexie.js","require":"./dist/dexie.js"}},"./dist/*":"./dist/*","./package.json":"./package.json"},"scripts":{"test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","build":"just-build","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","watch":"just-build --watch","format":"prettier --write \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\"","test:unit":"karma start test/karma.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug","format:check":"prettier --check \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\"","test:ltcloud":"cross-env LAMBDATEST=true pnpm run test:ltTunnel & sleep 10 && pnpm run test:unit; UNIT_STATUS=$?; kill $(cat tunnel.pid); exit $UNIT_STATUS","test:typings":"tsc -p test/typings-test/","test:ltTunnel":"node test/lt-local"},"typings":"dist/dexie.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e47ec3b6-8beb-474d-a81f-3d70571cb146"}},"_resolved":"/tmp/02c760bc27d986b1c031e740efbfa883/dexie-4.4.2.tgz","_integrity":"sha512-zMtV8q79EFE5U8FKZvt0Y/77PCU/Hr/RDxv1EDeo228L+m/HTbeN2AjoQm674rhQCX8n3ljK87lajt7UQuZfvw==","just-build":{"dev":["# Build ES5 module and the tests","just-build dexie test"],"gzip":["# Optionally gzip to find the size of the minified & gzipped version","gzip dist/dexie.min.js -k -f -9"],"test":["# Build the test suite.","cd test","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.tests.config.mjs"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2021 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.mjs","rollup -c ../tools/build-configs/rollup.umd.config.mjs","rollup -c ../tools/build-configs/rollup.modern.config.mjs","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","node ../tools/replaceVersionAndDate.js ../dist/modern/dexie.mjs","dts-bundle-generator --inline-declare-global --inline-declare-externals --no-check -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/fix-dts-duplicates.js ../dist/dexie.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","cd dist","uglifyjs dexie.js -m -c negate_iife=0 -o dexie.min.js --source-map url=dexie.min.js.map","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map url=dexie.min.mjs.map -o dexie.min.mjs -- dexie.mjs"]},"repository":{"url":"git+https://github.com/dexie/Dexie.js.git","type":"git"},"_npmVersion":"11.5.1","description":"A Minimalistic Wrapper for IndexedDB","directories":{},"jsnext:main":"dist/dexie.mjs","_nodeVersion":"22.14.0","_hasShrinkwrap":false,"devDependencies":{"yjs":"^13.6.27","rxjs":"^7.8.2","karma":"^6.1.1","qunit":"2.10.0","tslib":"^2.1.0","rollup":"^4.53.3","terser":"^5.3.1","qunitjs":"1.23.1","prettier":"^3.8.1","cross-env":"^10.1.0","uglify-js":"^3.9.2","just-build":"^0.9.24","typescript":"^5.6.3","karma-qunit":"^4.1.1","sorted-json":"^0.3.0","serve-static":"^2.2.0","safari-14-idb-fix":"^3.0.0","dts-bundle-generator":"^9.5.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.1.0","rollup-plugin-cleanup":"^3.2.1","karma-firefox-launcher":"^2.1.0","@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","karma-webdriver-launcher":"^1.0.8","rollup-plugin-sourcemaps":"^0.6.3","@rollup/plugin-node-resolve":"^16.0.3"},"_npmOperationalInternal":{"tmp":"tmp/dexie_4.4.2_1774957568091_0.8320270694728236","host":"s3://npm-registry-packages-npm-production"}}