{"bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"dist":{"shasum":"0af5132d36ee4212d099dad0c1fa327fbadb1685","tarball":"https://registry.npmjs.org/dexie/-/dexie-4.4.5.tgz","fileCount":25,"integrity":"sha512-wWCHdihT3dmlUSuNhn5mMZDWSpG0suxjAni7YjjiZdzabZcKmy3uNZGZ7AeYYXBoLbpSXX35fikPLkPC44Osiw==","signatures":[{"sig":"MEQCID8p9vSX4OP6otJlsIapim73ini2Fk5HuJ+ZipjsclDCAiA6gspMF9s7r8dMyiFtBasjMA+14CNcf3OohG5q5ni6QQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQC3ltxV2LLx4UqO3FcpUPZVW0XTqSoxIZ6J8fiMyG7pMgIgO6OVjfv4SR61fTCh87vFuBCJhNEyeBeJdr63aF/FRbk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/dexie@4.4.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":3234788},"jspm":{"format":"cjs","ignore":["src/"]},"main":"dist/dexie.js","name":"dexie","_from":"file:dexie-4.4.5.tgz","author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"},"license":"Apache-2.0","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"}},"homepage":"https://dexie.org","keywords":["indexeddb","browser","database"],"_resolved":"/tmp/f2ae1e8c01af913b0df43c3def59f786/dexie-4.4.5.tgz","_integrity":"sha512-wWCHdihT3dmlUSuNhn5mMZDWSpG0suxjAni7YjjiZdzabZcKmy3uNZGZ7AeYYXBoLbpSXX35fikPLkPC44Osiw==","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","maintainers":[{"name":"anders.ekdahl","email":"anders.ekdahl@gmail.com"},{"name":"dfahlander","email":"david.fahlander@gmail.com"}],"_nodeVersion":"22.14.0","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"}],"_hasShrinkwrap":false,"readmeFilename":"README.md","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.5_1786737221877_0.30525885649999784","host":"s3://npm-registry-packages-npm-production"},"_id":"dexie@4.4.5","version":"4.4.5"}