{"versions":{"3.0.2":{"name":"dexie","version":"3.0.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"gitHead":"77f0b08c58784bfaaf9e2f5e26dd4e1d7b7d3094","_id":"dexie@3.0.2","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"4b979904d739e0530b68352005f175a82633a075","size":347377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.2_1596147463228_0.01651760333044683"},"_hasShrinkwrap":false,"publish_time":1596147463411,"_cnpm_publish_time":1596147463411},"3.0.1":{"name":"dexie","version":"3.0.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.0.4","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.3","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"gitHead":"c2e3a12f13bb37cfdd73b9a9f9c280ab85fcf502","_id":"dexie@3.0.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"faafeb94be0d5e18b25d700546a2c05725511cfc","size":347276,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.1_1588839993673_0.9553793254977849"},"_hasShrinkwrap":false,"publish_time":1588839993949,"_cnpm_publish_time":1588839993949},"3.0.0":{"name":"dexie","version":"3.0.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^4.4.1","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.3","qunit":"^2.9.3","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.10.0","typescript":"^3.7.5","uglify-js":"^3.7.6"},"dependencies":{},"gitHead":"8343e902c400c1f5e11c3dbd80e1dd2fbf766e46","_id":"dexie@3.0.0","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"6f468fa30b5c53343bbbfb1659ddede202e1a67c","size":346226,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0_1588479702882_0.2684390909466463"},"_hasShrinkwrap":false,"publish_time":1588479703075,"_cnpm_publish_time":1588479703075},"3.0.0-rc.7":{"name":"dexie","version":"3.0.0-rc.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^4.4.1","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.3","qunit":"^2.9.3","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.10.0","typescript":"^3.7.5","uglify-js":"^3.7.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"6841bfe19a51a4294c5a36cdb58857a90e746c8f","_id":"dexie@3.0.0-rc.7","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"9b522e303520853023d7fcb681f9f0202cabac01","size":346295,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-rc.7.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-rc.7_1586304651461_0.9238825936276496"},"_hasShrinkwrap":false,"publish_time":1586304651632,"_cnpm_publish_time":1586304651632},"3.0.0-rc.6":{"name":"dexie","version":"3.0.0-rc.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^4.4.1","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.3","qunit":"^2.9.3","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.10.0","typescript":"^3.7.5","uglify-js":"^3.7.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"679a1f2370364fdd77092611d221fbb7b338e9b4","_id":"dexie@3.0.0-rc.6","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"88ded3882647ab2a28e83b74426d99d13d35985f","size":346411,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-rc.6.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-rc.6_1585180509799_0.49382488209917197"},"_hasShrinkwrap":false,"publish_time":1585180509965,"_cnpm_publish_time":1585180509965},"3.0.0-rc.5":{"name":"dexie","version":"3.0.0-rc.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^4.4.1","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.3","qunit":"^2.9.3","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.10.0","typescript":"^3.7.5","uglify-js":"^3.7.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"7a39422684e3d03a7a861ee29a82c92c18ce935a","_id":"dexie@3.0.0-rc.5","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"ef31a10bedaea8b0cf71575148d84e4c62d4102a","size":346303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-rc.5.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-rc.5_1582581980001_0.8117485022195059"},"_hasShrinkwrap":false,"publish_time":1582581980178,"_cnpm_publish_time":1582581980178},"3.0.0-rc.4":{"name":"dexie","version":"3.0.0-rc.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^4.4.1","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.3","qunit":"^2.9.3","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.10.0","typescript":"^3.7.5","uglify-js":"^3.7.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"cb68b832354b20e6063f96691a9625ef1e206c64","_id":"dexie@3.0.0-rc.4","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"86d52b58a3a4ffc2d01c8f8d41114ab02bbb4ea1","size":344015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-rc.4.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-rc.4_1581414793591_0.5157872677580015"},"_hasShrinkwrap":false,"publish_time":1581414793829,"_cnpm_publish_time":1581414793829},"3.0.0-rc.3":{"name":"dexie","version":"3.0.0-rc.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^4.4.1","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.3","qunit":"^2.9.3","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.10.0","typescript":"^3.7.5","uglify-js":"^3.7.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"513e82a24bb5aa906e8c740de11b298610bd66b9","_id":"dexie@3.0.0-rc.3","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"e77fd42e830729c5ce8440b4d62c89986df15467","size":343522,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-rc.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-rc.3_1580262404062_0.47712608976638027"},"_hasShrinkwrap":false,"publish_time":1580262404241,"_cnpm_publish_time":1580262404241},"3.0.0-rc.2":{"name":"dexie","version":"3.0.0-rc.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.16","karma":"^4.1.0","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.2","qunit":"^2.9.2","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.3","typescript":"^2.9.2","uglify-js":"^3.5.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"aad0037020d6f3d8be78b6f05532584f81de026b","_id":"dexie@3.0.0-rc.2","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"dbcb6f6adbb684dc25c1737f9c928b074600ed2a","size":341986,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-rc.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-rc.2_1580140934235_0.885395955670008"},"_hasShrinkwrap":false,"publish_time":1580140934413,"_cnpm_publish_time":1580140934413},"3.0.0-rc.1":{"name":"dexie","version":"3.0.0-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.16","karma":"^4.1.0","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.2","qunit":"^2.9.2","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.3","typescript":"^2.9.2","uglify-js":"^3.5.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"0ee7c1c31a5888fc05b3628a5a9899373f3eda87","_id":"dexie@3.0.0-rc.1","_nodeVersion":"8.11.4","_npmVersion":"6.10.1","dist":{"shasum":"3f7fe711b8d8ad27b69370696d9dbf5817f849d4","size":340946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-rc.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-rc.1_1572394051347_0.21463436365995014"},"_hasShrinkwrap":false,"publish_time":1572394051477,"_cnpm_publish_time":1572394051477},"3.0.0-beta.1":{"name":"dexie","version":"3.0.0-beta.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.16","karma":"^4.1.0","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.2","qunit":"^2.9.2","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.3","typescript":"^2.9.2","uglify-js":"^3.5.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"d471e4336635a3444d60c4d4f7e51a1fd3b00e81","_id":"dexie@3.0.0-beta.1","_nodeVersion":"8.11.4","_npmVersion":"6.10.1","dist":{"shasum":"fcd75ca08c8be2c34b25b563b7617d9cf97a3c96","size":340886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-beta.1_1570715092631_0.19367109181678122"},"_hasShrinkwrap":false,"publish_time":1570715092811,"_cnpm_publish_time":1570715092811},"3.0.0-alpha.8":{"name":"dexie","version":"3.0.0-alpha.8","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.16","karma":"^4.1.0","karma-browserstack-launcher":"^1.5.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^3.1.2","qunit":"^2.9.2","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.3","typescript":"^2.9.2","uglify-js":"^3.5.6"},"dependencies":{},"readmeFilename":"README.md","gitHead":"df2064c8f7313ebd8b95077f5f45ec36e6690844","_id":"dexie@3.0.0-alpha.8","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"f4cd733c0c120816a73a6eac2157131af3bc7dd3","size":338332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.8.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.8_1556287021559_0.24631664320694857"},"_hasShrinkwrap":false,"publish_time":1556287021685,"_cnpm_publish_time":1556287021685},"3.0.0-alpha.7":{"name":"dexie","version":"3.0.0-alpha.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.16","karma":"^3.1.4","karma-browserstack-launcher":"git+https://github.com/karma-runner/karma-browserstack-launcher.git","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^1.2.1","qunit":"^2.9.1","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.3","typescript":"^2.9.2","uglify-js":"^3.4.9"},"dependencies":{},"readmeFilename":"README.md","gitHead":"c727f03a3b5385c9493348366bcbfcbb672f3c09","_id":"dexie@3.0.0-alpha.7","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"667ad9e0d8da8f0250e908f1d75a984f1d69e0f2","size":336028,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.7.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.7_1551708988231_0.4144426199092288"},"_hasShrinkwrap":false,"publish_time":1551708988417,"_cnpm_publish_time":1551708988417},"3.0.0-alpha.6":{"name":"dexie","version":"3.0.0-alpha.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.2.2","just-build":"^0.9.16","karma":"^3.0.0","karma-browserstack-launcher":"git+https://github.com/karma-runner/karma-browserstack-launcher.git","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^1.2.1","qunit":"^2.6.2","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.1","typescript":"^2.8.3","uglify-js":"^3.3.27"},"dependencies":{},"readmeFilename":"README.md","gitHead":"28f37d222a145c2834ee2c7e07182fe2bcb5c06f","_id":"dexie@3.0.0-alpha.6","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"0287331fd9e86be2407e5d665f7080be75e08f38","size":335765,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.6.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.6_1542027287403_0.36225834430604564"},"_hasShrinkwrap":false,"publish_time":1542027287599,"_cnpm_publish_time":1542027287599},"3.0.0-alpha.5":{"name":"dexie","version":"3.0.0-alpha.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.2.2","just-build":"^0.9.16","karma":"^3.0.0","karma-browserstack-launcher":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^1.2.1","qunit":"^2.6.2","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.1","typescript":"^2.8.3","uglify-js":"^3.3.27"},"dependencies":{},"readmeFilename":"README.md","gitHead":"d9f970005ed5e0975a03902bf2e83f8bbc604a0f","_id":"dexie@3.0.0-alpha.5","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"4c82b86c5d28bc093e9a49911663e943b9d455d4","size":334892,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.5.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.5_1540281923816_0.6603356660727309"},"_hasShrinkwrap":false,"publish_time":1540281924087,"_cnpm_publish_time":1540281924087},"3.0.0-alpha.4":{"name":"dexie","version":"3.0.0-alpha.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.2.2","just-build":"^0.9.16","karma":"^3.0.0","karma-browserstack-launcher":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^1.2.1","qunit":"^2.6.2","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.1","typescript":"^2.8.3","uglify-js":"^3.3.27"},"dependencies":{},"readmeFilename":"README.md","gitHead":"0cfce2c8bf7fd383ab72251af0a1ed37df70b71b","_id":"dexie@3.0.0-alpha.4","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"ba90f11152ec3d51a4ead0f132ce21bfbe9f6aec","size":334889,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.4.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.4_1540279031076_0.13842131504701394"},"_hasShrinkwrap":false,"publish_time":1540279031263,"_cnpm_publish_time":1540279031263},"3.0.0-alpha.3":{"name":"dexie","version":"3.0.0-alpha.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.2.2","just-build":"^0.9.16","karma":"^2.0.2","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.13.2","tslib":"^1.9.1","typescript":"^2.8.3","uglify-js":"^3.3.27"},"dependencies":{},"readmeFilename":"README.md","gitHead":"91544d4b3de39581ad78fa140f9b702c6e4e6bbd","_id":"dexie@3.0.0-alpha.3","_npmVersion":"6.1.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"82c548048de08343b78fe43383b1673512943443","size":299716,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.3_1528059204034_0.6134642519832068"},"_hasShrinkwrap":false,"publish_time":1528059204133,"_cnpm_publish_time":1528059204133},"2.0.4":{"name":"dexie","version":"2.0.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","cd dist","uglifyjs dexie.js -m -c -o dexie.min.js --source-map dexie.min.js.map  --in-source-map dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --rootDir . --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"70b22f3b85368762129639928075ea0c4865a199","_id":"dexie@2.0.4","_npmVersion":"5.6.0","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"6027a5e05879424e8f9979d8c14e7420f27e3a11","size":372837,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.4.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_2.0.4_1527202656581_0.9114892056361865"},"_hasShrinkwrap":false,"publish_time":1527202656750,"_cnpm_publish_time":1527202656750},"2.0.3":{"name":"dexie","version":"2.0.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","cd dist","uglifyjs dexie.js -m -c -o dexie.min.js --source-map dexie.min.js.map  --in-source-map dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --rootDir . --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"745f9069faf712bc845d89eabc16f7ffcbf672d6","_id":"dexie@2.0.3","_npmVersion":"5.6.0","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"c32db3e8c7d43ac509379ad126f125c57a0e7c9c","size":372540,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_2.0.3_1524741196590_0.9483454221227567"},"_hasShrinkwrap":false,"publish_time":1524741196707,"_cnpm_publish_time":1524741196707},"3.0.0-alpha.2":{"name":"dexie","version":"3.0.0-alpha.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/append.js ../dist/dexie.d.ts ../tools/build-configs/export-default-dexie.txt","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^0.6.1","just-build":"^0.9.16","karma":"^1.7.1","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.55.1","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^8.3.0","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","tslib":"^1.9.0","typescript":"^2.6.2","uglify-js":"^3.3.9"},"dependencies":{},"readmeFilename":"README.md","gitHead":"8e07bf1f800c1f697e57a27728cf17915b2fc70f","_id":"dexie@3.0.0-alpha.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"ad86fef82987950ece0ebd6d7a48a084d0df6283","size":297372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.2_1520116886648_0.3050607163137189"},"_hasShrinkwrap":false,"publish_time":1520116887013,"_cnpm_publish_time":1520116887013},"2.0.2":{"name":"dexie","version":"2.0.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","cd dist","uglifyjs dexie.js -m -c -o dexie.min.js --source-map dexie.min.js.map  --in-source-map dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --rootDir . --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"93e0db355a0af9b3147b9501e1b33801a2ddbb89","_id":"dexie@2.0.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"e9f62ef8164a37cab954dbcb65dd3e749fb7108c","size":373664,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_2.0.2_1519880943860_0.9752464558844001"},"_hasShrinkwrap":false,"publish_time":1519880943979,"_cnpm_publish_time":1519880943979},"3.0.0-alpha.1":{"name":"dexie","version":"3.0.0-alpha.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/append.js ../dist/dexie.d.ts ../tools/build-configs/export-default-dexie.txt","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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 'Compilation complete.']","rollup -c ../tools/build-configs/rollup.tests.config.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^0.6.1","just-build":"^0.9.16","karma":"^1.7.1","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.55.1","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^8.3.0","rollup-plugin-node-resolve":"^3.0.2","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","tslib":"^1.9.0","typescript":"^2.6.2","uglify-js":"^3.3.9"},"dependencies":{},"readmeFilename":"README.md","gitHead":"c974a288f90fd2fc8f505606bdb62a975b186426","_id":"dexie@3.0.0-alpha.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"6f39b270c506a8cc48870591fa843f631d321bbb","size":296639,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.0-alpha.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.0-alpha.1_1518201018079_0.6675490411425342"},"_hasShrinkwrap":false,"publish_time":1518201019440,"_cnpm_publish_time":1518201019440},"2.0.1":{"name":"dexie","version":"2.0.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","cd dist","uglifyjs dexie.js -m -c -o dexie.min.js --source-map dexie.min.js.map  --in-source-map dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --rootDir . --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"5baf5ccd73d7ac23c5e5ee6f3af65a59b0fe7e88","_id":"dexie@2.0.1","_shasum":"a6dc4e607461c4da5f934621917a2a8939a18e97","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"a6dc4e607461c4da5f934621917a2a8939a18e97","size":379660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie-2.0.1.tgz_1506950478002_0.6391788532491773"},"directories":{},"publish_time":1506950479508,"_cnpm_publish_time":1506950479508,"_hasShrinkwrap":false},"2.0.0":{"name":"dexie","version":"2.0.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","cd dist","uglifyjs dexie.js -m -c -o dexie.min.js --source-map dexie.min.js.map  --in-source-map dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --rootDir . --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"aaa9dafe3564e2e296fbe081a772985428a146c4","_id":"dexie@2.0.0","_shasum":"d3ad7b7aa29e8de82ea4a8e09a4ccbfa80213f0d","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"d3ad7b7aa29e8de82ea4a8e09a4ccbfa80213f0d","size":378758,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie-2.0.0.tgz_1506086802505_0.2256489663850516"},"directories":{},"publish_time":1506086805280,"_cnpm_publish_time":1506086805280,"_hasShrinkwrap":false},"2.0.0-rc.1":{"name":"dexie","version":"2.0.0-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","uglifyjs dist/dexie.js -m -c -o dist/dexie.min.js --source-map dist/dexie.min.js.map  --in-source-map dist/dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --rootDir . --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"b7a336bd5e667195413a869a4296ea4433577c97","_id":"dexie@2.0.0-rc.1","_shasum":"7e26c5fbc27a33dc4d951fa7baff219cf37ecce2","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"7e26c5fbc27a33dc4d951fa7baff219cf37ecce2","size":378776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-rc.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie-2.0.0-rc.1.tgz_1504650543771_0.1757244544569403"},"directories":{},"publish_time":1504650545337,"_cnpm_publish_time":1504650545337,"_hasShrinkwrap":false},"2.0.0-beta.11":{"name":"dexie","version":"2.0.0-beta.11","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","uglifyjs dist/dexie.js -m -c -o dist/dexie.min.js --source-map dist/dexie.min.js.map  --in-source-map dist/dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --rootDir . --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"42756ecebc7b1228198c20fa6dc296f895b5f465","_id":"dexie@2.0.0-beta.11","_shasum":"980dde73146b4c147af0f84165d3ad5be8e952dc","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"980dde73146b4c147af0f84165d3ad5be8e952dc","size":374427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.11.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.11.tgz_1495154366483_0.06653808942064643"},"directories":{},"publish_time":1495154368738,"_cnpm_publish_time":1495154368738,"_hasShrinkwrap":false},"2.0.0-beta.10":{"name":"dexie","version":"2.0.0-beta.10","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es.js","jsnext:main":"dist/dexie.es.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","uglifyjs dist/dexie.js -m -c -o dist/dexie.min.js --source-map dist/dexie.min.js.map  --in-source-map dist/dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"13f60dec54c7b049f9d8f0ec5c76873e28247eb0","_id":"dexie@2.0.0-beta.10","_shasum":"ea8aca645c1994f7f10156d7f163e4190e37cf1b","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"ea8aca645c1994f7f10156d7f163e4190e37cf1b","size":376779,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.10.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.10.tgz_1485857252373_0.9347547334618866"},"directories":{},"publish_time":1485857254514,"_cnpm_publish_time":1485857254514,"_hasShrinkwrap":false},"2.0.0-beta.9":{"name":"dexie","version":"2.0.0-beta.9","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es6.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"dexie-es6":["tsc --allowJs -t es2015 -m es2015 --outDir tools/tmp/es6/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.es6.js","node tools/replaceVersionAndDate.js dist/dexie.es6.js"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie dexie-es6","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","uglifyjs dist/dexie.js -m -c -o dist/dexie.min.js --source-map dist/dexie.min.js.map  --in-source-map dist/dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"b67b4687009422fc7a197425ec95d2218a11a4af","_id":"dexie@2.0.0-beta.9","_shasum":"3e5c3a9bb7af749de5628296a2f3bc2052272fef","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"3e5c3a9bb7af749de5628296a2f3bc2052272fef","size":376248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.9.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.9.tgz_1485565584752_0.0207564455922693"},"directories":{},"publish_time":1485565587042,"_cnpm_publish_time":1485565587042,"_hasShrinkwrap":false},"2.0.0-beta.8":{"name":"dexie","version":"2.0.0-beta.8","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.es6.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build es5 output","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.js","node tools/replaceVersionAndDate.js dist/dexie.js","eslint src"],"dexie-es6":["tsc --allowJs -t es2015 -m es2015 --outDir tools/tmp/es6/src/ --sourceMap src/Dexie.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.config.es6.js","node tools/replaceVersionAndDate.js dist/dexie.es6.js"],"release":["# Build ES5 umd module as well as the es6 module.","just-build dexie dexie-es6","# Copy Dexie.d.ts to dist and replace version in it","node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"","node tools/replaceVersionAndDate.js dist/dexie.d.ts","# Minify the default ES5 UMD module","uglifyjs dist/dexie.js -m -c -o dist/dexie.min.js --source-map dist/dexie.min.js.map  --in-source-map dist/dexie.js.map"],"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. Typescript transpiles all but not generators...","tsc --allowJs -t es5 -m es2015 --outDir tools/tmp/es5/test/ --sourceMap test/tests-all.js [--watch 'Compilation complete.']","rollup -c tools/build-configs/rollup.tests.config.js","# As a last step, let babel transpile the generators....","babel tools/tmp/es5/test/bundle.js -o test/bundle.js --plugins transform-regenerator --source-maps"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-regenerator":"^6.21.0","eslint":"^3.7.1","just-build":"^0.9.16","karma":"^1.4.0","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.2","karma-qunit":"^1.2.1","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.41.4","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.5"},"dependencies":{},"gitHead":"88292c4825b8746940b940e0b718f0cefc30fce1","_id":"dexie@2.0.0-beta.8","_shasum":"599a2db946d2cb4e56e1bf40611511556bace92f","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"599a2db946d2cb4e56e1bf40611511556bace92f","size":535865,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.8.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.8.tgz_1485557128628_0.09117510356009007"},"directories":{},"publish_time":1485557129384,"_cnpm_publish_time":1485557129384,"_hasShrinkwrap":false},"2.0.0-beta.7":{"name":"dexie","version":"2.0.0-beta.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug","test:typings":"tsc -p test/typings-test/"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-constants":"^6.1.4","babel-plugin-transform-es2015-destructuring":"^6.16.0","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.23.1","rollup":"^0.36.1","serve-static":"^1.11.1","typescript":"^2.1.4","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"d3e568e0095898cf93a78fb6615d00fc24bcdd5c","_id":"dexie@2.0.0-beta.7","_shasum":"cb7b9274bf83e8d55e5f5d70a81efd5b44e20412","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"cb7b9274bf83e8d55e5f5d70a81efd5b44e20412","size":526118,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.7.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.7.tgz_1482366780192_0.25407794839702547"},"directories":{},"publish_time":1482366781272,"_cnpm_publish_time":1482366781272,"_hasShrinkwrap":false},"2.0.0-beta.6":{"name":"dexie","version":"2.0.0-beta.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-constants":"^6.1.4","babel-plugin-transform-es2015-destructuring":"^6.16.0","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"d573665df214956f70c1e2c33beedce2e8ca940f","_id":"dexie@2.0.0-beta.6","_shasum":"f79153b40e708640a695bc069ac52ecc1e19bf7f","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"f79153b40e708640a695bc069ac52ecc1e19bf7f","size":534449,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.6.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.6.tgz_1480321441255_0.29039268591441214"},"directories":{},"publish_time":1480321441854,"_cnpm_publish_time":1480321441854,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.5":{"name":"dexie","version":"2.0.0-beta.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-constants":"^6.1.4","babel-plugin-transform-es2015-destructuring":"^6.16.0","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"746ef9f9b5f8929d58667c1a4dd4b97c05e7f686","_id":"dexie@2.0.0-beta.5","_shasum":"d7ad49b8b6bc9dfa9d31add4f46505412690086c","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"d7ad49b8b6bc9dfa9d31add4f46505412690086c","size":534373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.5.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.5.tgz_1480091191337_0.6317676086910069"},"directories":{},"publish_time":1480091193768,"_cnpm_publish_time":1480091193768,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.4":{"name":"dexie","version":"2.0.0-beta.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-constants":"^6.1.4","babel-plugin-transform-es2015-destructuring":"^6.16.0","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"0e887d62f616d0dacc2fe51c0ddebc2bceebbc25","_id":"dexie@2.0.0-beta.4","_shasum":"f4fc1041d09ee3c2f4dabcec533234fc88e11eec","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"f4fc1041d09ee3c2f4dabcec533234fc88e11eec","size":516577,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.4.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.4.tgz_1478007312315_0.9648833894170821"},"directories":{},"publish_time":1478007314779,"_cnpm_publish_time":1478007314779,"_hasShrinkwrap":false,"contributors":[]},"1.5.1":{"name":"dexie","version":"1.5.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"af57a0ad6ce21eb3f9a4f527b12a63b18326ef70","_id":"dexie@1.5.1","_shasum":"ac3ad5a0ebaf7e6e42760db58710418d4a756624","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"ac3ad5a0ebaf7e6e42760db58710418d4a756624","size":504439,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dexie-1.5.1.tgz_1478006624401_0.7768115825019777"},"directories":{},"publish_time":1478006625054,"_cnpm_publish_time":1478006625054,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.3":{"name":"dexie","version":"2.0.0-beta.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-constants":"^6.1.4","babel-plugin-transform-es2015-destructuring":"^6.16.0","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"8f6da3f3754d9d3f552278d9d3cce777d4fc9d01","_id":"dexie@2.0.0-beta.3","_shasum":"d83edf0a2b6d7ae801e07cf34cd7199d447fc350","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"d83edf0a2b6d7ae801e07cf34cd7199d447fc350","size":472175,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.3.tgz_1476827873990_0.3993319352157414"},"directories":{},"publish_time":1476827876499,"_cnpm_publish_time":1476827876499,"_hasShrinkwrap":false,"contributors":[]},"1.5.0":{"name":"dexie","version":"1.5.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"1c79877bcfd7cabc8d0872c5a1bcea5d7337ecef","_id":"dexie@1.5.0","_shasum":"7b60439dc47d8828dc573f88bd002db56a697e36","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"7b60439dc47d8828dc573f88bd002db56a697e36","size":504113,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.5.0.tgz_1476364279003_0.10279192659072578"},"directories":{},"publish_time":1476364281540,"_cnpm_publish_time":1476364281540,"_hasShrinkwrap":false,"contributors":[]},"1.5.0-rc.6":{"name":"dexie","version":"1.5.0-rc.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"0206db4456e093af9c3eca010c85fe4fc9088b31","_id":"dexie@1.5.0-rc.6","_shasum":"0f00fd44318bbc48b47b3172c504fe3c85fbc10d","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"0f00fd44318bbc48b47b3172c504fe3c85fbc10d","size":504162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.0-rc.6.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.5.0-rc.6.tgz_1476359492307_0.0333058366086334"},"directories":{},"publish_time":1476359493308,"_cnpm_publish_time":1476359493308,"_hasShrinkwrap":false,"contributors":[]},"1.5.0-rc.5":{"name":"dexie","version":"1.5.0-rc.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"44ab216cbac65b1bed320f2f7df9d7cb21af7cc8","_id":"dexie@1.5.0-rc.5","_shasum":"c4a181b3f929816eb10f6909369d85565b371c7c","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"c4a181b3f929816eb10f6909369d85565b371c7c","size":471580,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.0-rc.5.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.5.0-rc.5.tgz_1476353430592_0.3900296622887254"},"directories":{},"publish_time":1476353431557,"_cnpm_publish_time":1476353431557,"_hasShrinkwrap":false,"contributors":[]},"1.5.0-rc.4":{"name":"dexie","version":"1.5.0-rc.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"966b7abae5fca02c910ab0aa451efd9530ce6b1c","_id":"dexie@1.5.0-rc.4","_shasum":"f8e6e4e6737ede01afd23bb3467224ab199d4b80","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"f8e6e4e6737ede01afd23bb3467224ab199d4b80","size":471508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.0-rc.4.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.5.0-rc.4.tgz_1476351339858_0.58853929489851"},"directories":{},"publish_time":1476351340848,"_cnpm_publish_time":1476351340848,"_hasShrinkwrap":false,"contributors":[]},"1.5.0-rc.3":{"name":"dexie","version":"1.5.0-rc.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"30e8aab161ca744e9e1ee27d1eb1864ed1ca72fb","_id":"dexie@1.5.0-rc.3","_shasum":"66ff9a2ac8cff6307e76df2f248afb18883a8a18","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"66ff9a2ac8cff6307e76df2f248afb18883a8a18","size":471504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.0-rc.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.5.0-rc.3.tgz_1476350858574_0.6717410886194557"},"directories":{},"publish_time":1476350859613,"_cnpm_publish_time":1476350859613,"_hasShrinkwrap":false,"contributors":[]},"1.5.0-rc.2":{"name":"dexie","version":"1.5.0-rc.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"030ab443810bb38747f0f6cdcd7d569fb43c9048","_id":"dexie@1.5.0-rc.2","_shasum":"edc901aade571ca90fed40d479c37076f1d75928","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"edc901aade571ca90fed40d479c37076f1d75928","size":471071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.0-rc.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.5.0-rc.2.tgz_1476268912366_0.569819527445361"},"directories":{},"publish_time":1476268913207,"_cnpm_publish_time":1476268913207,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.2":{"name":"dexie","version":"2.0.0-beta.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-constants":"^6.1.4","babel-plugin-transform-es2015-destructuring":"^6.16.0","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"4cb8ef24ef85f008c21118cb2f7c43109bdfb1b5","_id":"dexie@2.0.0-beta.2","_shasum":"b09fe25153893a2dd97cab7646bb22aae833459d","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"b09fe25153893a2dd97cab7646bb22aae833459d","size":471365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.2.tgz_1476268683583_0.6860131779685616"},"directories":{},"publish_time":1476268684460,"_cnpm_publish_time":1476268684460,"_hasShrinkwrap":false,"contributors":[]},"2.0.0-beta.1":{"name":"dexie","version":"2.0.0-beta.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"c0e2e3265bc16e3391c6e055ea65bfdfb03bb069","_id":"dexie@2.0.0-beta.1","_shasum":"cb08e947d32bc7d848d697b2ec3187872f4cba5d","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"cb08e947d32bc7d848d697b2ec3187872f4cba5d","size":468055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-2.0.0-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-2.0.0-beta.1.tgz_1476196244053_0.15044230851344764"},"directories":{},"publish_time":1476196246243,"_cnpm_publish_time":1476196246243,"_hasShrinkwrap":false,"contributors":[]},"1.5.0-rc":{"name":"dexie","version":"1.5.0-rc","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.16.0","babel-core":"^6.17.0","babel-plugin-syntax-async-functions":"^6.13.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.15.0","babel-plugin-transform-es2015-classes":"^6.14.0","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.17.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.16.1","babel-polyfill":"^6.16.0","babel-preset-es2015":"^6.16.0","es6-promisify":"^5.0.0","es6-promisify-all":"^0.1.0","eslint":"^3.7.1","karma":"^0.13.22","karma-browserstack-launcher":"^1.1.1","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.2.0","karma-qunit":"^1.2.1","node-watch":"^0.4.0","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.36.1","serve-static":"^1.11.1","uglify-js":"^2.7.3"},"dependencies":{},"gitHead":"4dad00e277a4f5f22bef99bc3eace0a22c97ac55","_id":"dexie@1.5.0-rc","_shasum":"5c561373b2674d25e45e3f2b35b63c7a7add8b5b","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"5c561373b2674d25e45e3f2b35b63c7a7add8b5b","size":468152,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.5.0-rc.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.5.0-rc.tgz_1476193213883_0.5319085365626961"},"directories":{},"publish_time":1476193216507,"_cnpm_publish_time":1476193216507,"_hasShrinkwrap":false,"contributors":[]},"1.4.3-rc":{"name":"dexie","version":"1.4.3-rc","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^1.0.1","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.0.3","karma-qunit":"^1.0.0","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"9b25c170929ff64a6f6b05268aa3295950e277d5","_id":"dexie@1.4.3-rc","_shasum":"14e0386b6c0ce278990b5e62c6c01faf1db4eb0c","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"14e0386b6c0ce278990b5e62c6c01faf1db4eb0c","size":419495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.3-rc.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.4.3-rc.tgz_1474451801742_0.6098212779033929"},"directories":{},"publish_time":1474451804142,"_cnpm_publish_time":1474451804142,"_hasShrinkwrap":false,"contributors":[]},"1.4.2":{"name":"dexie","version":"1.4.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^1.0.1","karma-chrome-launcher":"^1.0.1","karma-firefox-launcher":"^1.0.0","karma-mocha-reporter":"^2.0.3","karma-qunit":"^1.0.0","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"6c65ffb36724c9508197f337b10015285d8bb0fc","_id":"dexie@1.4.2","_shasum":"8c02130deaa4c8136fb563b0ebd998b41d907a71","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"8c02130deaa4c8136fb563b0ebd998b41d907a71","size":300191,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.4.2.tgz_1473169535640_0.12085566576570272"},"directories":{},"publish_time":1473169536531,"_cnpm_publish_time":1473169536531,"_hasShrinkwrap":false,"contributors":[]},"1.4.1":{"name":"dexie","version":"1.4.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"f5fb3d54f4bdda7692485389dc469cd45d2c1f87","_id":"dexie@1.4.1","_shasum":"6953e08054c07794ace94e3403531fbf283f761f","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"6953e08054c07794ace94e3403531fbf283f761f","size":298552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.4.1.tgz_1465339643585_0.37041307776235044"},"directories":{},"publish_time":1465339645508,"_cnpm_publish_time":1465339645508,"_hasShrinkwrap":false,"contributors":[]},"1.4.0":{"name":"dexie","version":"1.4.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"53767d5d9518713c097dd46a6affb5861a1a435d","_id":"dexie@1.4.0","_shasum":"0b13fe6d9e9f3ae92b434bc343e1a067a2a2a64e","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"0b13fe6d9e9f3ae92b434bc343e1a067a2a2a64e","size":298418,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.4.0.tgz_1465312584753_0.2869617308024317"},"directories":{},"publish_time":1465312586681,"_cnpm_publish_time":1465312586681,"_hasShrinkwrap":false,"contributors":[]},"1.4.0-rc.1":{"name":"dexie","version":"1.4.0-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"d3440c8ce2bdb0ecdde6807a9c747a776e6c4010","_id":"dexie@1.4.0-rc.1","_shasum":"0f9dea60d45e1c89e0a055a8404f55246f522411","_from":".","_npmVersion":"3.3.6","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"0f9dea60d45e1c89e0a055a8404f55246f522411","size":295390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.0-rc.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.4.0-rc.1.tgz_1464698989602_0.7002000948414207"},"directories":{},"publish_time":1464698990547,"_cnpm_publish_time":1464698990547,"_hasShrinkwrap":false,"contributors":[]},"1.4.0-beta.3":{"name":"dexie","version":"1.4.0-beta.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"6d30440e5fdc4518ccb166ba05cd5dc5db447b1f","_id":"dexie@1.4.0-beta.3","_shasum":"409080b069cdda0e578eed113db8d2991288373a","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"409080b069cdda0e578eed113db8d2991288373a","size":298625,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.0-beta.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.4.0-beta.3.tgz_1462883572308_0.6288837622851133"},"directories":{},"publish_time":1462883575352,"_cnpm_publish_time":1462883575352,"_hasShrinkwrap":false,"contributors":[]},"1.4.0-beta2":{"name":"dexie","version":"1.4.0-beta2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"9c168faed1e21d64543665e94fd8a93ad4f4c1e9","_id":"dexie@1.4.0-beta2","_shasum":"0ce61842a01974043e4da90808a18fdda36b845c","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"0ce61842a01974043e4da90808a18fdda36b845c","size":297447,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.0-beta2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.4.0-beta2.tgz_1462796541072_0.8679757872596383"},"directories":{},"publish_time":1462796544046,"_cnpm_publish_time":1462796544046,"_hasShrinkwrap":false,"contributors":[]},"1.4.0-beta":{"name":"dexie","version":"1.4.0-beta","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"cf25fa17fb45dac5d7f8437344dc6b4f9f45caa0","_id":"dexie@1.4.0-beta","_shasum":"a4fe18d94e90af36a12109b017387038aaf85c20","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"a4fe18d94e90af36a12109b017387038aaf85c20","size":294060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.4.0-beta.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dexie-1.4.0-beta.tgz_1462239882998_0.2744005124550313"},"directories":{},"publish_time":1462239884172,"_cnpm_publish_time":1462239884172,"_hasShrinkwrap":false,"contributors":[]},"1.3.6":{"name":"dexie","version":"1.3.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"b362bb5fe51d7fba2357b3f7da58b281f4c8ef1e","_id":"dexie@1.3.6","_shasum":"744b63703f810966b0c3426ed948abfe105f1fba","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"744b63703f810966b0c3426ed948abfe105f1fba","size":346285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.6.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.6.tgz_1460032322678_0.7135315397754312"},"directories":{},"publish_time":1460032325231,"_cnpm_publish_time":1460032325231,"_hasShrinkwrap":false,"contributors":[]},"1.3.6-rc.1":{"name":"dexie","version":"1.3.6-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"npm run eslint && npm run build && npm run test:local","eslint":"eslint src","test:local":"karma start test/karma.conf.js --single-run","test:release":"karma start test/karma.release.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-plugin-transform-es2015-arrow-functions":"^6.5.2","babel-plugin-transform-es2015-block-scoped-functions":"^6.6.5","babel-plugin-transform-es2015-block-scoping":"^6.7.1","babel-plugin-transform-es2015-classes":"^6.6.5","babel-plugin-transform-es2015-computed-properties":"^6.6.5","babel-plugin-transform-es2015-literals":"^6.5.0","babel-plugin-transform-es2015-object-super":"^6.6.5","babel-plugin-transform-es2015-parameters":"^6.7.0","babel-plugin-transform-es2015-shorthand-properties":"^6.5.0","babel-plugin-transform-es2015-spread":"^6.6.5","babel-plugin-transform-es2015-sticky-regex":"^6.5.0","babel-plugin-transform-es2015-template-literals":"^6.6.5","babel-plugin-transform-regenerator":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-firefox-launcher":"^0.1.7","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"572836685837c4b9eb218f3b7c093132a2ba6577","_id":"dexie@1.3.6-rc.1","_shasum":"00bfc7fd40bafd6ac06b67d4d74c686403d79323","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"00bfc7fd40bafd6ac06b67d4d74c686403d79323","size":346033,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.6-rc.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.6-rc.1.tgz_1460025258243_0.7208265787921846"},"directories":{},"publish_time":1460025260844,"_cnpm_publish_time":1460025260844,"_hasShrinkwrap":false,"contributors":[]},"1.3.6-beta.3":{"name":"dexie","version":"1.3.6-beta.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run","test:bs":"karma start test/karma.browserstack.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","eslint":"^2.7.0","karma":"^0.13.19","karma-browserstack-launcher":"^0.1.10","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"5bfb16c4870daf8d9cb54d57b3988a7d5509b7f4","_id":"dexie@1.3.6-beta.3","_shasum":"cd6475cbde74aa4136613f1f813f31231c2266b8","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"cd6475cbde74aa4136613f1f813f31231c2266b8","size":314124,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.6-beta.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.6-beta.3.tgz_1459950011899_0.07992933411151171"},"directories":{},"publish_time":1459950014431,"_cnpm_publish_time":1459950014431,"_hasShrinkwrap":false,"contributors":[]},"1.3.6-beta.2":{"name":"dexie","version":"1.3.6-beta.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"c43b423cf60e71f9e7f15fc9907382d60f42b2b7","_id":"dexie@1.3.6-beta.2","_shasum":"eee85c1696b1f9dd1a9333e5f891afc403dc27a8","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"eee85c1696b1f9dd1a9333e5f891afc403dc27a8","size":278435,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.6-beta.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.6-beta.2.tgz_1459868916208_0.002821423579007387"},"directories":{},"publish_time":1459868918648,"_cnpm_publish_time":1459868918648,"_hasShrinkwrap":false,"contributors":[]},"1.3.6-beta.1":{"name":"dexie","version":"1.3.6-beta.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"fde255c06b17b544a69182b952da317327ad0b54","_id":"dexie@1.3.6-beta.1","_shasum":"402de909420dade72abe44b3d18726210588260e","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"402de909420dade72abe44b3d18726210588260e","size":276585,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.6-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.6-beta.1.tgz_1459776305136_0.6941394340246916"},"directories":{},"publish_time":1459776308306,"_cnpm_publish_time":1459776308306,"_hasShrinkwrap":false,"contributors":[]},"1.3.5-beta.2":{"name":"dexie","version":"1.3.5-beta.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"aa53977dc645eeae24ea11c9bccd19df165e74ab","_id":"dexie@1.3.5-beta.2","_shasum":"8021b2341b0d0634748d53ce361c9c2c740be9ac","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"8021b2341b0d0634748d53ce361c9c2c740be9ac","size":254769,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.5-beta.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.5-beta.2.tgz_1458776914527_0.3648898350074887"},"directories":{},"publish_time":1458776917352,"_cnpm_publish_time":1458776917352,"_hasShrinkwrap":false,"contributors":[]},"1.3.5-beta":{"name":"dexie","version":"1.3.5-beta","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"cf0ed0f177ef7655768c95b24dfb6c5ac8a5c0ca","_id":"dexie@1.3.5-beta","_shasum":"492dd80370c0a207e2dd1bb8a34e1a09e338fef0","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"492dd80370c0a207e2dd1bb8a34e1a09e338fef0","size":253533,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.5-beta.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.5-beta.tgz_1458773890692_0.11905039218254387"},"directories":{},"publish_time":1458773893543,"_cnpm_publish_time":1458773893543,"_hasShrinkwrap":false,"contributors":[]},"1.3.4":{"name":"dexie","version":"1.3.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"35195ea9472e7c09e7c2b705c968315965a251a1","_id":"dexie@1.3.4","_shasum":"15b66cf8b4b4ca11c5b9bc3538040425e5fc9607","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"15b66cf8b4b4ca11c5b9bc3538040425e5fc9607","size":252102,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.4.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.4.tgz_1458250825278_0.629363247891888"},"directories":{},"publish_time":1458250828096,"_cnpm_publish_time":1458250828096,"_hasShrinkwrap":false,"contributors":[]},"1.3.4-beta2":{"name":"dexie","version":"1.3.4-beta2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"d5c2767eea2bff02e28702df23bd95687f27b827","_id":"dexie@1.3.4-beta2","_shasum":"588efd8c247f6f3a905d38821148a29f4a718c74","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"588efd8c247f6f3a905d38821148a29f4a718c74","size":252073,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.4-beta2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.4-beta2.tgz_1458229044468_0.4955975264310837"},"directories":{},"publish_time":1458229047196,"_cnpm_publish_time":1458229047196,"_hasShrinkwrap":false,"contributors":[]},"1.3.4-beta":{"name":"dexie","version":"1.3.4-beta","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"src/Dexie.js","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator tools/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"6f9ad25d2baa0cd851042b02fc9e0862929787ba","_id":"dexie@1.3.4-beta","_shasum":"f1ee0c5a03deaca606a2ef211f5ad1ead8f20858","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"f1ee0c5a03deaca606a2ef211f5ad1ead8f20858","size":252047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.4-beta.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.4-beta.tgz_1458224079783_0.5020732234697789"},"directories":{},"publish_time":1458224082353,"_cnpm_publish_time":1458224082353,"_hasShrinkwrap":false,"contributors":[]},"1.3.3":{"name":"dexie","version":"1.3.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","typescript":{"definitions":["dist/dexie.d.ts"]},"jspm":{"main":"dist/dexie.es6.js","format":"esm"},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"0359a46e43aecc68e1277eb7fa911b80223b2fd2","_id":"dexie@1.3.3","_shasum":"4d6223c517c7a305f2c276fdf92ba31d31e565cb","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"4d6223c517c7a305f2c276fdf92ba31d31e565cb","size":260430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.3.tgz_1457711265974_0.9617136074230075"},"directories":{},"publish_time":1457711268634,"_cnpm_publish_time":1457711268634,"_hasShrinkwrap":false,"contributors":[]},"1.3.2":{"name":"dexie","version":"1.3.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","typescript":{"definitions":["dist/dexie.d.ts"]},"jspm":{"main":"dist/dexie.es6.js","files":["dist/dexie.es6.js"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"47ecf66f9d9840ad497ddd492c949e2efe2871cc","_id":"dexie@1.3.2","_shasum":"d182db9ff3557b80b49b5a46999e3f13ddb849a7","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"d182db9ff3557b80b49b5a46999e3f13ddb849a7","size":251128,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.2.tgz_1457524076907_0.681948022916913"},"directories":{},"publish_time":1457524079353,"_cnpm_publish_time":1457524079353,"_hasShrinkwrap":false,"contributors":[]},"1.3.1":{"name":"dexie","version":"1.3.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"011cafcfdd37cae4b4070797fd166a4c1c46a202","_id":"dexie@1.3.1","_shasum":"20b3b6bac67310862491a71fa712c6689416f08e","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"20b3b6bac67310862491a71fa712c6689416f08e","size":249855,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.1.tgz_1457353348710_0.6073576649650931"},"directories":{},"publish_time":1457353355975,"_cnpm_publish_time":1457353355975,"_hasShrinkwrap":false,"contributors":[]},"1.3.0":{"name":"dexie","version":"1.3.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","jsnext:main":"dist/dexie.es6.js","typings":"dist/dexie.d.ts","repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/build.js","watch":"babel-node --presets es2015 --plugins syntax-async-functions,transform-regenerator build/watch.js","test":"karma start test/karma.conf.js --single-run --browsers Chrome","test:debug":"karma start test/karma.conf.js --browsers Chrome"},"engines":{"node":">=4.2 <5.0"},"homepage":"http://dexie.org","devDependencies":{"babel-cli":"^6.6.0","babel-core":"^6.1.4","babel-plugin-syntax-async-functions":"^6.5.0","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.1.4","es6-promisify":"^3.0.0","es6-promisify-all":"^0.1.0","karma":"^0.13.19","karma-chrome-launcher":"^0.2.2","karma-mocha-reporter":"^1.1.5","karma-qunit":"^0.1.9","node-watch":"^0.3.5","qunit":"^0.7.7","qunitjs":"^1.14.0","rollup":"^0.20.5","serve-static":"^1.10.2","uglify-js":"^2.5.0"},"dependencies":{},"gitHead":"0393460674a79fe67dbc4b0c3cce9a9c943d6027","_id":"dexie@1.3.0","_shasum":"04cc1218825614dfdfa9325f0b2140df8e8a2c00","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"04cc1218825614dfdfa9325f0b2140df8e8a2c00","size":16430792,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/dexie-1.3.0.tgz_1457346406330_0.6257990766316652"},"directories":{},"publish_time":1457346414614,"_cnpm_publish_time":1457346414614,"_hasShrinkwrap":false,"contributors":[]},"1.2.0":{"name":"dexie","version":"1.2.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/latest/Dexie.js","repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"http://www.dexie.org","gitHead":"c11521451bbcebc6a2bb5fc011aa96b070bd4b61","_id":"dexie@1.2.0","scripts":{},"_shasum":"40403cf6e540a722d974ef2997fe6491f8636f4c","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"40403cf6e540a722d974ef2997fe6491f8636f4c","size":85687,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"publish_time":1442940111372,"_cnpm_publish_time":1442940111372,"_hasShrinkwrap":false,"contributors":[]},"1.1.0":{"name":"dexie","version":"1.1.0","description":"Minimalistic IndexedDB API with bullet proof transactions","main":"dist/latest/Dexie.js","repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"http://www.dexie.org","gitHead":"ddf3667ae7068a088ad3eda6fd3a866dd28f3f74","_id":"dexie@1.1.0","scripts":{},"_shasum":"b9ba5b382fd2485b48c8b0298d3ffac66bc30131","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"dist":{"shasum":"b9ba5b382fd2485b48c8b0298d3ffac66bc30131","size":83356,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"directories":{},"publish_time":1432597753606,"_cnpm_publish_time":1432597753606,"_hasShrinkwrap":false,"contributors":[]},"1.0.4":{"name":"dexie","version":"1.0.4","description":"Minimalistic IndexedDB API with bullet proof transactions","main":"src/Dexie.js","repository":{"type":"git","url":"https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"http://www.dexie.org","gitHead":"96acf5ca88a38b8bb440b923d9411fe85ff58709","_id":"dexie@1.0.4","scripts":{},"_shasum":"be001080566bb539ad7c26dd86878e7cb674bc93","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"dist":{"shasum":"be001080566bb539ad7c26dd86878e7cb674bc93","size":75508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.0.4.tgz"},"directories":{},"publish_time":1427193993288,"_cnpm_publish_time":1427193993288,"_hasShrinkwrap":false,"contributors":[]},"1.0.3":{"name":"dexie","version":"1.0.3","description":"Minimalistic IndexedDB API with bullet proof transactions","main":"src/Dexie.js","repository":{"type":"git","url":"https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"http://www.dexie.org","gitHead":"e0d87b42a50e5f9c38125de2856f1f553fad6689","_id":"dexie@1.0.3","scripts":{},"_shasum":"bd46e2dcec0b9156bab24a711234ae044d6cb410","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"dist":{"shasum":"bd46e2dcec0b9156bab24a711234ae044d6cb410","size":116036,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.0.3.tgz"},"directories":{},"publish_time":1423650344251,"_cnpm_publish_time":1423650344251,"_hasShrinkwrap":false,"contributors":[]},"1.0.2":{"name":"dexie","version":"1.0.2","description":"Minimalistic IndexedDB API with bullet proof transactions","main":"src/Dexie.js","repository":{"type":"git","url":"https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"http://www.dexie.org","gitHead":"dd2d36a1d65a9daa3ab0b59fc52e7e8f09f7e806","_id":"dexie@1.0.2","scripts":{},"_shasum":"f017bab2c71911020c365b2ba3113a0648ba36c5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"dist":{"shasum":"f017bab2c71911020c365b2ba3113a0648ba36c5","size":73218,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.0.2.tgz"},"directories":{},"publish_time":1418092963343,"_cnpm_publish_time":1418092963343,"_hasShrinkwrap":false,"contributors":[]},"1.0.1":{"name":"dexie","version":"1.0.1","description":"Minimalistic IndexedDB API with bullet proof transactions","main":"src/Dexie.js","repository":{"type":"git","url":"https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"http://www.dexie.org","gitHead":"3ae26a6ae7ec031173c6ea25d8db1adf8f2c2b5a","_id":"dexie@1.0.1","scripts":{},"_shasum":"26ed9a29dd66e10f48198dba3e82ca1f5a5c4968","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"dist":{"shasum":"26ed9a29dd66e10f48198dba3e82ca1f5a5c4968","size":72497,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.0.1.tgz"},"directories":{},"publish_time":1417389904622,"_cnpm_publish_time":1417389904622,"_hasShrinkwrap":false,"contributors":[]},"1.0.0":{"name":"dexie","version":"1.0.0","description":"Minimalistic IndexedDB API with bullet proof transactions","main":"src/Dexie.js","repository":{"type":"git","url":"https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander"},"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"https://github.com/dfahlander/Dexie.js/wiki/Dexie.js","gitHead":"adf3e1a4a6fb26cc6a47bd5b2e5030a855559c62","_id":"dexie@1.0.0","scripts":{},"_shasum":"4183408ddfcee1d10137d2c9506315f50e63237e","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"anonymous","email":"anders.ekdahl@gmail.com"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"dist":{"shasum":"4183408ddfcee1d10137d2c9506315f50e63237e","size":71359,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-1.0.0.tgz"},"directories":{},"publish_time":1416037202923,"_cnpm_publish_time":1416037202923,"_hasShrinkwrap":false,"contributors":[]},"0.9.9":{"name":"dexie","version":"0.9.9","description":"A bullet proof indexedDB wrapper.","main":"Dexie.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb"],"author":{"name":"Anders Ekdahl","email":"anders.ekdahl@gmail.com"},"license":"Apache License","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"homepage":"https://github.com/dfahlander/Dexie.js","_id":"dexie@0.9.9","_shasum":"9c5665f9f3eb9fd48cd496ae61e357fcdf9d6938","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"anders.ekdahl@gmail.com"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"dist":{"shasum":"9c5665f9f3eb9fd48cd496ae61e357fcdf9d6938","size":33189,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-0.9.9.tgz"},"directories":{},"publish_time":1408624433622,"_cnpm_publish_time":1408624433622,"_hasShrinkwrap":false,"contributors":[]},"3.0.3-rc.1":{"name":"dexie","version":"3.0.3-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"abfedeec7e75627a030d3e273508ca74edcfd226","_id":"dexie@3.0.3-rc.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"2f9ec54104a78f74e3eaefc02ff7464aecc2e5b3","size":350428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.3-rc.1.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.3-rc.1_1601415524968_0.62125095623741"},"_hasShrinkwrap":false,"publish_time":1601415525110,"_cnpm_publish_time":1601415525110},"3.0.3-rc.3":{"name":"dexie","version":"3.0.3-rc.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"9ca23feadd42c61681982da2e6d96b7957edbff1","_id":"dexie@3.0.3-rc.3","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"ed0a8d2e736799234ff260de707a1143e063018b","size":351228,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.3-rc.3.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.3-rc.3_1603202404225_0.16529984727845148"},"_hasShrinkwrap":false,"publish_time":1603202404394,"_cnpm_publish_time":1603202404394},"3.0.3-rc.2":{"name":"dexie","version":"3.0.3-rc.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"99c9019b934d6307430365495af789ab2d758b4f","_id":"dexie@3.0.3-rc.2","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"28e15d979d18b61474900afa64e913982073ae7a","size":350908,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.3-rc.2.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.3-rc.2_1602848309802_0.7262202519252798"},"_hasShrinkwrap":false,"publish_time":1602848309993,"_cnpm_publish_time":1602848309993},"3.0.3-rc.4":{"name":"dexie","version":"3.0.3-rc.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"d5be86a4200be9115753c1dcc4ed03955ef44b33","_id":"dexie@3.0.3-rc.4","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"fe81891369fb9803143d4064448e33b1ec96bae2","size":351248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.3-rc.4.tgz"},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.3-rc.4_1603441606541_0.48251696669498845"},"_hasShrinkwrap":false,"publish_time":1603441606810,"_cnpm_publish_time":1603441606810},"3.1.0-alpha.3":{"name":"dexie","version":"3.1.0-alpha.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"550baa7514bed9809c7ff44e702bdbad44776646","_id":"dexie@3.1.0-alpha.3","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"33ae0d177195623a661519a096353830a391bff1","size":366408,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.3.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.3_1605872805202_0.6546740635209238"},"_hasShrinkwrap":false,"publish_time":1605872805428,"_cnpm_publish_time":1605872805428},"3.1.0-alpha.1":{"name":"dexie","version":"3.1.0-alpha.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"8095c469e312a936a53620405e168853229695de","_id":"dexie@3.1.0-alpha.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"a8aae01632d4b9caa905ca382af2775d58b2790d","size":424392,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.1.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.1_1605803769726_0.6309203596392887"},"_hasShrinkwrap":false,"publish_time":1605803769899,"_cnpm_publish_time":1605803769899},"3.0.3":{"name":"dexie","version":"3.0.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"gitHead":"a42e1dd55e7fefb60c59afd4c4373729d0ce2941","_id":"dexie@3.0.3","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"ede63849dfe5f07e13e99bb72a040e8ac1d29dab","size":351377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.3.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.3_1605723296259_0.5467916267319626"},"_hasShrinkwrap":false,"publish_time":1605723296459,"_cnpm_publish_time":1605723296459},"3.1.0-alpha.4":{"name":"dexie","version":"3.1.0-alpha.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"ac8923f3edfd3fb8857bdff21026524112bbc4c0","_id":"dexie@3.1.0-alpha.4","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"d8d72f1ff55e881a57b4a19038b701cc131eb0df","size":369915,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.4.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.4_1606308063624_0.4285965008388992"},"_hasShrinkwrap":false,"publish_time":1606308063823,"_cnpm_publish_time":1606308063823},"3.1.0-alpha.9":{"name":"dexie","version":"3.1.0-alpha.9","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --inline-declare-externals -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^2.1.0","typescript":"^4.2.2","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"ac02717082eab14d82a9e6adc689b10636acd46c","_id":"dexie@3.1.0-alpha.9","_nodeVersion":"12.14.0","_npmVersion":"7.6.0","dist":{"shasum":"0851220aa0187afe2c7487932cfc15279a21753f","size":397458,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.9.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.9_1616057574176_0.9550388263975427"},"_hasShrinkwrap":false,"publish_time":1616057574515,"_cnpm_publish_time":1616057574515},"3.1.0-alpha.8":{"name":"dexie","version":"3.1.0-alpha.8","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","rxjs":"^6.6.3","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"86c96b2ccdbfbe1dad4724e101c6a83269ca2a42","_id":"dexie@3.1.0-alpha.8","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"154cf0bba8d0c0d9e7e2e3128a60ebb0597da8b6","size":394015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.8.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.8_1613113141411_0.321224150249914"},"_hasShrinkwrap":false,"publish_time":1613113141682,"_cnpm_publish_time":1613113141682},"3.1.0-alpha.7":{"name":"dexie","version":"3.1.0-alpha.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","rxjs":"^6.6.3","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"786eb93b9bc5127dd1eafa945001f04b524cdbb3","_id":"dexie@3.1.0-alpha.7","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"573b93af176162e3140ea0f29e47722d007ad18a","size":393835,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.7.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.7_1612951533297_0.6792539195306113"},"_hasShrinkwrap":false,"publish_time":1612951533414,"_cnpm_publish_time":1612951533414},"3.1.0-alpha.6":{"name":"dexie","version":"3.1.0-alpha.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","rxjs":"^6.6.3","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"cfd1bf070ac4d7d82d905d637ca97fc3c86d1501","_id":"dexie@3.1.0-alpha.6","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"855384b5928f28df609dd55fe059b8b6dabd38b3","size":393338,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.6.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.6_1608296250601_0.7691893775923946"},"_hasShrinkwrap":false,"publish_time":1608296250810,"_cnpm_publish_time":1608296250810},"3.1.0-alpha.5":{"name":"dexie","version":"3.1.0-alpha.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","rxjs":"^6.6.3","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"8d3ac2e7109ebffd0a2b0b2f588be58746e153a8","_id":"dexie@3.1.0-alpha.5","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"38d5635f44216e5731cc4cc90fbc421f7446e31b","size":393102,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.5.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.5_1608121733169_0.6244954120951682"},"_hasShrinkwrap":false,"publish_time":1608121733360,"_cnpm_publish_time":1608121733360},"3.2.0-rc.1":{"name":"dexie","version":"3.2.0-rc.1","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":"./dist/modern/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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-externals --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^1.0.4","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"bedbafb83b23cd419f0f13a47ad90764eedd9e22","_id":"dexie@3.2.0-rc.1","_nodeVersion":"14.16.0","_npmVersion":"7.22.0","dist":{"shasum":"e7b0cdecbb192cdccbcdcb6d1cb0db318eeb72ac","size":619116,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.0-rc.1.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.0-rc.1_1631051102942_0.11629559803012057"},"_hasShrinkwrap":false,"publish_time":1631051103149,"_cnpm_publish_time":1631051103149},"3.2.0-beta.3":{"name":"dexie","version":"3.2.0-beta.3","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":"./dist/modern/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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-externals --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^1.0.4","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"970dae77a8d99915fa5945eb96dfc3a54110c639","_id":"dexie@3.2.0-beta.3","_nodeVersion":"14.16.0","_npmVersion":"7.10.0","dist":{"shasum":"6e14328b2257929d93f7d597307186cb982691f7","size":616942,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.0-beta.3.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.0-beta.3_1627908932273_0.48509947463431713"},"_hasShrinkwrap":false,"publish_time":1627908932470,"_cnpm_publish_time":1627908932470},"3.2.0-beta-2":{"name":"dexie","version":"3.2.0-beta-2","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":"./dist/modern/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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-externals --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^1.0.4","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"faf087f577032bc0b02a4b102318a14cdb393e93","_id":"dexie@3.2.0-beta-2","_nodeVersion":"14.16.0","_npmVersion":"7.10.0","dist":{"shasum":"9037bb09231b512afdf7db4fec5692276d2e3744","size":616247,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.0-beta-2.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.0-beta-2_1626052785280_0.17161376557445784"},"_hasShrinkwrap":false,"publish_time":1626052785492,"_cnpm_publish_time":1626052785492},"3.2.0-beta.1":{"name":"dexie","version":"3.2.0-beta.1","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --inline-declare-externals -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^2.1.0","typescript":"^4.2.2","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"9126292699ca82e7a414d0a1c83395843822156c","_id":"dexie@3.2.0-beta.1","_nodeVersion":"14.16.0","_npmVersion":"7.10.0","dist":{"shasum":"85a7a81bf887250f9bfcfcb548d2285162c58a2f","size":396652,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.0-beta.1.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.0-beta.1_1624804220021_0.8165529969858267"},"_hasShrinkwrap":false,"publish_time":1624804220198,"_cnpm_publish_time":1624804220198},"3.1.0-beta.13":{"name":"dexie","version":"3.1.0-beta.13","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --inline-declare-externals -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^2.1.0","typescript":"^4.2.2","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"1cc428364cbd0dbf03404af723acb8b88990e417","_id":"dexie@3.1.0-beta.13","_nodeVersion":"14.16.0","_npmVersion":"7.10.0","dist":{"shasum":"54b3438e2aca3b60f87a823a535ce1b4313056ec","size":393857,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-beta.13.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-beta.13_1623062652072_0.20229202377979938"},"_hasShrinkwrap":false,"publish_time":1623062652250,"_cnpm_publish_time":1623062652250},"3.1.0-beta.12":{"name":"dexie","version":"3.1.0-beta.12","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --inline-declare-externals -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^2.1.0","typescript":"^4.2.2","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"09c8e3d40c155fec4862b7ee5fc3c736aa51a5b6","_id":"dexie@3.1.0-beta.12","_nodeVersion":"14.16.0","_npmVersion":"7.10.0","dist":{"shasum":"4173703aea25b7b55135fe488db0b8277100a869","size":393729,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-beta.12.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-beta.12_1622717406535_0.7190039466303355"},"_hasShrinkwrap":false,"publish_time":1622717406772,"_cnpm_publish_time":1622717406772},"3.1.0-beta.11":{"name":"dexie","version":"3.1.0-beta.11","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --inline-declare-externals -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^2.1.0","typescript":"^4.2.2","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"c54b83ad3cdf3731abfecd2c91c3c7bc353e4576","_id":"dexie@3.1.0-beta.11","_nodeVersion":"14.16.0","_npmVersion":"7.10.0","dist":{"shasum":"dd3fc36a93d922a400b49da03b839cca21aca2db","size":393662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-beta.11.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-beta.11_1622199153798_0.733325764274656"},"_hasShrinkwrap":false,"publish_time":1622199154015,"_cnpm_publish_time":1622199154015},"3.1.0-alpha.10":{"name":"dexie","version":"3.1.0-alpha.10","description":"","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --inline-declare-externals -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","serve-static":"^1.14.1","sorted-json":"^0.2.6","tslib":"^2.1.0","typescript":"^4.2.2","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"20c720dd86612bff3884b1ecb77c63c479f6cfae","_id":"dexie@3.1.0-alpha.10","_nodeVersion":"14.16.0","_npmVersion":"7.10.0","dist":{"shasum":"e32202b63e5e96831fbbb99a574c21249533d2d8","size":393668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.1.0-alpha.10.tgz"},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.1.0-alpha.10_1619648694360_0.5586951137936098"},"_hasShrinkwrap":false,"publish_time":1619648694579,"_cnpm_publish_time":1619648694579},"3.2.1-beta.1":{"name":"dexie","version":"3.2.1-beta.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":"./dist/modern/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"afe3ce012d19b1c3703db18fab2780708aaa7de8","_id":"dexie@3.2.1-beta.1","_nodeVersion":"14.16.0","_npmVersion":"7.22.0","dist":{"integrity":"sha512-fkTEeD8B/PLRTsLbF3M1E39CgNiN4w5wnx8iQ6xqPWDT9PIJkMfJ7EAHMhmdTe6jRUrdW+Vpd8QNaxcECE/inw==","shasum":"8014e01715fde019f92cd720d89df6c950795ba5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.1-beta.1.tgz","fileCount":18,"unpackedSize":2572792,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhl4i0CRA9TVsSAnZWagAA214P/2CGzxgUMhpICoQJ/mTd\ne0VLLc4vnc79dCiWyBd0u7kr7AlEpDQRLeULzFfSKP0meSoc9MeaOs/26v8h\nh6gEIWwKn4pb3YmrBZtr/k2lYbng2swA3FmplNqQZ4NbVAvNhrJRg5sdCrUD\nERgf2XPi5mookJsgmvRPmq69oHzCV0l7VBanVxbTHPQh1XJJbdud9XhD/xEA\nW4o6zIwF2i0x0s808X3VgiZ9XNn31NJtFjmR3Y0+6fRiQGQOJAgK6Cb/MXyr\nIYo/zO4uJplO4LyJfIrjzrQgPYSniMg5GfobzpcTPCxeq5fCL2PMJyIyWv9y\nLtqGGWwBH+olOFNqeNFb2p0Rcz2Gm5ECdlCYjY0hmqrkOkFHQzcSgjQ/YHQh\nrp+kZljrbdDoC6JMBhAl6LtjNOVRkFb7WNHI5zXYHFh/OEPvMimkHqAuMZXJ\nThg/EHZaqkeA/50vc/X+R/Mn9oKdDF4B+jPdfQ9mEiTbKgpIWcYzdcISgCPd\n88LoXkVvZdr2Cn6p8k+YGn20360Wc/3aSo2OOW8EqE/v6MY+m1Qwcwlfocux\njWO/lV3Z45IbQsyRqHSv1z+tbh4WR+oOlxOWdd5qYFkSuzWau9zTsMWm2qrD\nygRFuoXi8mrkK3cFANAZcysIFpl6ENOeoLrQ8UPN/SttqDMe6mQsQg4ut23e\n73EJ\r\n=Ze/e\r\n-----END PGP SIGNATURE-----\r\n","size":627232,"noattachment":false},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.1-beta.1_1637320884716_0.6403904922135712"},"_hasShrinkwrap":false,"publish_time":1637320884946,"_cnpm_publish_time":1637320884946,"_cnpmcore_publish_time":"2021-12-16T15:33:11.019Z"},"3.2.0":{"name":"dexie","version":"3.2.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":"./dist/modern/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"gitHead":"790732450e775ab40b18cdc6441527d20fa574da","_id":"dexie@3.2.0","_nodeVersion":"14.16.0","_npmVersion":"7.22.0","dist":{"integrity":"sha512-OpS8ss1CLHYAhxRu6hT+/Gt1uLhKCf0O18xHBdRGlemOWXXRiiOZ0ty1/bACIJzGt1DGmvarzrPwYYt9EkRZfw==","shasum":"a1b0267b111f9422c4126da90d6b121b1deabeab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.0.tgz","fileCount":18,"unpackedSize":2562642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhls0OCRA9TVsSAnZWagAAdYMQAIugutE76gKcCmQ0JFnP\nLYS9phLE30StrT6p4HnqlFx2Mc13sGUmpbZPokYmxrwsq9za8zY7pUYBTJkl\nJDdHaFHP0BWEy7FqP9pLfEDK01NF/mp79eW5tqAt9e+7S3lmW7QjSYXjXo4Q\nNPwdtvLdXStA68/6fLQQGVlnQ9/Mme3ptJ8jz7BX+DB5BeSmn8w6/dOqR2zN\nCrCq6i3l+dk9/QLvh/P00wWn07X1LTZoP2D70acJAjjBrUiymf81xza45w5q\nCw2s5hUlTqfRhL1ygPaI544AjhAHZUjjuJ8iCzxovFVSKDxOIOxtiFvPxnvw\nFH+23LbF/rRPMxNm98lVL61c9IQ/W970Yqwu1U7wtJgPi3UMW06TGQYU1RDY\nEjA8Ja/rGFoQAxxAtwVicS8UmvE7o7HrpzW9XHtCk5tgnFRz9FnV18y9i9Qa\nPF0y5dbHxgp5sbpgweSGs+3g5DT2jTOjucXhR1QNbijkt398WAJGUXrG387d\nvA6qubJL9m2E5GA+7ZFFaXFjjHAP09nbk3dFxJ1uNhCcBUOWhf13eA9PJ/OH\ndJYblTxvIHK+QQesN5I9MNfHl7YjWHhmJBAVYKNqXPjEa8HWtuNuaQNXu1fo\nKlnc7zjiYAogEGTy/WtHKiw5ZzyfYkQgTbO6BxKInGWEdy2HII10YK5qneB8\nFaMs\r\n=Ih8N\r\n-----END PGP SIGNATURE-----\r\n","size":624535,"noattachment":false},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.0_1637272846044_0.05034550428993123"},"_hasShrinkwrap":false,"publish_time":1637272846274,"_cnpm_publish_time":1637272846274,"_cnpmcore_publish_time":"2021-12-16T15:33:12.757Z"},"3.2.0-rc.3":{"name":"dexie","version":"3.2.0-rc.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":"./dist/modern/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"f2d97c6db2acffff14736fe52434f5624b000c3e","_id":"dexie@3.2.0-rc.3","_nodeVersion":"14.16.0","_npmVersion":"7.22.0","dist":{"shasum":"e79c531fde444f063c3c841e5886b5da36e88aba","size":624586,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.0-rc.3.tgz","integrity":"sha512-4DdArnU3AWfCWRFz+7lkgZMjTvhPgYvQ5vGA4nHdTWvi+Gh5hLIeF/vGa7MjgeXLae82uquWixihXqyuheQSTA=="},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.0-rc.3_1635406966712_0.20597991108032"},"_hasShrinkwrap":false,"publish_time":1635406966927,"_cnpm_publish_time":1635406966927,"_cnpmcore_publish_time":"2021-12-16T15:33:14.045Z"},"3.2.0-rc.2":{"name":"dexie","version":"3.2.0-rc.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":"./dist/modern/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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-externals -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.7.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"daa7b8ae5aa7bff7461dcd63f233500f71298f86","_id":"dexie@3.2.0-rc.2","_nodeVersion":"14.16.0","_npmVersion":"7.22.0","dist":{"shasum":"4eab428b2e0c7c59a34e0a65e761b773f1cfa91f","size":619136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.0-rc.2.tgz","integrity":"sha512-QUOyDxDOha4sPFlQazUaiEMg04Lo4ceyIrFB8E59q1nMH0K3HRzCmUObM177gd8bDfIcT4qdjlUo9X2SSxBqdA=="},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.0-rc.2_1632944525197_0.2611513936248222"},"_hasShrinkwrap":false,"publish_time":1632944525408,"_cnpm_publish_time":1632944525408,"_cnpmcore_publish_time":"2021-12-16T15:33:16.014Z"},"4.0.0-alpha.1":{"name":"dexie","version":"4.0.0-alpha.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"895d7717dc4448cc1887c4648dfe3050216cddec","_id":"dexie@4.0.0-alpha.1","_nodeVersion":"14.16.0","_npmVersion":"8.2.0","dist":{"integrity":"sha512-/Ft0iWYFNL/U7tRWXLXKVoeMwvegNKIcXdi0Cbd9MYIan+56GY9wVHy9dDFBzxkZrsuKs48j7jEYE4T+T3PGjQ==","shasum":"76c0a7bc20cf0c6fd2634c046c36d9c77dfaf4bf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.0-alpha.1.tgz","fileCount":20,"unpackedSize":2592813,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvwvSCRA9TVsSAnZWagAAsQcQAJjBun2rk6g6Ny3goSfC\nK/z0P4il/nu15PN6EJFbT/TXcXFfklTVeb7JaOvvEgfGlkl5dSMrxXQuLqL+\nnR0ZDfro/IpOxRQ5loa17OEMKV20LntRJnbku+IM2N3q3AfYEUYQkNNW9Hto\nOpRuOJb1SGsmTkR4tCVlB32YdsCft5ZrB//Z0EXPglMbCFpS3SvahkqselDD\nan8wDj2p0pLetAyWKfivcWkvngyBt+UnuRqEBeSg6GYMeJS+y++t7qkEUHtE\nV3f8tSDMjqOZ85YCJZSGFjnQSOviH2w3rTJm6oIQZC7jNpET5z30KLI36S/0\n7cNN4waiD58d2YRT4BF8vovAhspGYSYJ+2dhKy9NERCoiE54y9LtI6IOKCDN\neydq0XnicpyeivW7hIrpfqr0PVEWQAvs8Sb4QngWh5tmECUVMIoCgLzZ8ymq\nrOe4LrpgnuRQL7gnrXor5CrKBtIpXdghqe4oB/ooYafYSPfuelxdrIHRvsx+\nloLeBOh0TKv1aWgm5ufKPrkAZVwhFLkqbE5+zmPsGKF56nzLeIu0FXHuC0Ob\nv2Azh4qL3u/Z8VnzyXKaSugtemmzxH4ob3VVk3YLpku3KgLdSCDIsbIHCFO6\nqn84vZ6XUEWKWGcRrw/VuByJY8apRyq10oY3bjslK3S2USWVvaFWQGaycwgt\nasCb\r\n=lVJH\r\n-----END PGP SIGNATURE-----\r\n","size":632855},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.0-alpha.1_1639910353845_0.6327385727389385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T10:49:25.397Z"},"3.2.1-beta.2":{"name":"dexie","version":"3.2.1-beta.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"7b0810862ec12671cd6600f5c16003ad0ff6b720","_id":"dexie@3.2.1-beta.2","_nodeVersion":"14.16.0","_npmVersion":"8.2.0","dist":{"integrity":"sha512-+Yk9xLMog4Oxc4osLJHEJQAafkN5FWrv15bMEDbjIrRMff5x4Y5DKVd6Nu87tKWKvDXGV4g6Edad/Q1KqqKsag==","shasum":"dc4bb28c29b6eec076dae5be105109cfe59f0836","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.1-beta.2.tgz","fileCount":20,"unpackedSize":2574507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1O7nCRA9TVsSAnZWagAA4m8P/3nsqoI7rsyA32zeuNlU\nqbkct/dlrxiXF/6k8kSg2BAhsYDCZOpENXB1hdxJQDLAjkrVBsTx+vSo/VaM\nw6PmfiAi3VwP/LWVVfFQMJgNNzeOr/nHQNQYpx6hykLZm2/GfP08GOwvmLPf\nr/4zasgOJSyBfTZwmJ98/9A6f5CteHT5MA1tGn1CNKBe54BbxJ9eIVUqs9NG\nudd5mik9P/j6YCOAjeKRxC9GmmIKf/H7pt0Xd4V6u4OGTPCsmjTaJ23cyas/\nGJWGy1YZ01fFg0oEh8adMqjRFUbZgR9txSoHdWjVm0x9SwMPgECDClW8ozLV\nrHwYALL8/dxuPVDKDMtr4j4qMtElcLGC2znlA0NV94DZRtkVY5ARhIwUjiYr\ngL4Mlj4STQlnLFCi0HOoOvGK1tMHLq1KH6O7Is7O4h0SkgsjhYUGxzfr+Vfj\nPgzYuFRexfUzvVv5UsqfcxnhpRHIj9/Ly0QAvSiDoT2qDEjW9dVcsHs/T2/+\nSB4sBABxJwiLAtPbBLEOKbu7PT/VLqC5xsJG5/1VlmUJ1yAWsV9bVYEhqJnu\nljk3VpR0T2Y11Eo6H7rOA4MCfk7AfxxNEmx73lXul7Zm8cvB2SrsJL8zEZHp\nPfDIwSpM9bpraY7/KYGXANFjQdrRHRRSSj5+8nBhvrTKeN+AqCXSuiSE4+iI\nuUB2\r\n=82yZ\r\n-----END PGP SIGNATURE-----\r\n","size":627655},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.1-beta.2_1641344742797_0.6336954585388077"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-05T01:15:50.904Z"},"3.2.1":{"name":"dexie","version":"3.2.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"ea55dcc5f9b79663f7d4e72f45cd033e3fb7ae52","_id":"dexie@3.2.1","_nodeVersion":"14.16.0","_npmVersion":"8.2.0","dist":{"integrity":"sha512-Y8oz3t2XC9hvjkP35B5I8rUkKKwM36GGRjWQCMjzIYScg7W+GHKDXobSYswkisW7CxL1/tKQtggMDsiWqDUc1g==","shasum":"ef21456d725e700c1ab7ac4307896e4fdabaf753","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.1.tgz","fileCount":20,"unpackedSize":2574374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDNyFCRA9TVsSAnZWagAAEMUP/jlP3cGXpy5cSqZenyh4\nwv8XzqgCIqT38yue+sLf/THUxV5QPu/gjmbWt6dRmISVqz+BVSpSyNoN3N/M\nYJgco8J1SNSCw8MN8ELtHxEEOIeliVGcRL9nZ81CF5O8VbJ8+ct2NlKl/8iw\nzGn2fc+apFZeFIFkRyP33WstW3k2TywHZmHNlg5t0/JNlJb9E1aAi6cUucC1\nM/PTHinH63eKGtSuaJl1BadOIDAl4an9mlyLevgN1p1rFvjFC7kipqL86bnQ\ngDIdAv8qMyj8745N9LA09zRET1W9VN5TKWOY9goVdJZFjJorbnbgGbHj56ms\n001hHDiUky0n/xhS4aLE+B57Y4FVlxhKhBLVgQtRBJyeU+dKRtNJm1iXSenT\npuQ+star5NRA7FMldUAjxsCs4uaa79DedThEvzWf0UcdSB6F9tQvcyEzNjtx\nTkHiTGvI1fNvYXbgezCSP/jgecdx0gJVhgiiTYClP8ZFnozqjYkA2B8D7z5h\n4QWqez5wibRr7Yrb+iPR3hCsLnzbHQ0byYMpxA2weyHWIxOtwUcjzXiEyGQy\n7HdKFDJS8oM0dQeCmZI9z9gCP7ioSpHYEqFQIzW5VJOxrzcTwCHnnaDpRoMY\nUzHUEX443YLltBElw4ITXVwuICAjyd0VxJ6I+pCROs2jzTi4t9DGOMCOdTMk\nqZgI\r\n=XOu2\r\n-----END PGP SIGNATURE-----\r\n","size":627590},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.1_1645010053744_0.520862448899519"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-16T11:14:25.164Z"},"4.0.0-alpha.2":{"name":"dexie","version":"4.0.0-alpha.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"a05d81c99efded80efc90155defa92f81a62e20a","_id":"dexie@4.0.0-alpha.2","_nodeVersion":"14.19.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-dloqthLfxlF3G9eLPDEFWP0YngWt1vFPa4xp4v7lFoqi+D1DXxhMX0rfg0TGaIONYofqSMIdS/+BafPWv8jleQ==","shasum":"99348f7b2440970b4c5843097b599cf7531e9dc3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.0-alpha.2.tgz","fileCount":20,"unpackedSize":2597010,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGdLuQHsPuULvDp32VsqanD+9UP1U5uaXilR9OwOg7z4AiAU9ldnTwHrsNyrTZHBXlnrt5i/BVv0PQIDDQtgtz4ANw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUgSmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXKA/9Ft/xZGgjdEujCdvD3Q22mth38NvXyCcWswL8Nnu54RU4kVGJ\r\nmM6pZpRnwy5bSlXk1t2EuuBNcqMM2J5zzKI/ORF3IKdvDcmLb8gCyt8qf39i\r\ndJoBxVm1N3XdbT9qz2a1gjenCtxEYJaTWmtg7q+nbwP3oEII/E6F8vuEASDf\r\nPqVL6x/gd4CCXX5JrUWkwz9vFjPvUQnGLB5DbHiY75Zai1mzjGz3ZhdosMdJ\r\nLIrjtlYe2ZLbaYXk3e8xSceWn91nX9ra4i681uRXitZSRfqWF6DMPlPoht3l\r\n6NkYJMJhj95f4dus2W50TFI3Sh0Vgn7bfFQUthd4X/lsATLZWCRLtdyL7loW\r\nRrDLNDmyEuLtXOczfDwJr63CSSYkVtS3PwyKozFnXNk/EIZ5s6Knj80WpVik\r\nnC3zo3LNLzY3f2LW78UgPUQKNsCCn193wZdjT3RmI5TlH8zic3RHmCLw0zsJ\r\nh24a6+MQabDyanaItj6zmm6jDUgtbz5Du4cqQeAjZjhOu3CD8748yeaIT55+\r\nwQFsfrrZlVePUY7caT4M7Jwz5eZvejaXUDARXR+xfBBGRl4f9oBo8PYmTvPz\r\n6rZpspPM2bqwTN5cE1JqgzbOxCg7LZv0aGCOLmGqDehm65H0lLBlIHHuNoGV\r\n21gvNd8t+FuteDwUyQ/FUcKTgAffrON1Kkw=\r\n=W3iB\r\n-----END PGP SIGNATURE-----\r\n","size":634357},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.0-alpha.2_1649542310628_0.005092435842132925"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-09T22:11:55.503Z"},"4.0.0-alpha.3":{"name":"dexie","version":"4.0.0-alpha.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"29bb13e43b5a3c3b81065210552520f4ba685288","_id":"dexie@4.0.0-alpha.3","_nodeVersion":"14.19.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-IMrOTfBQjmu5MKzkCPeGQcdu3LILtwMYfZIdHHQpRAtXxM+8NNKmXZsv25XGAz5eabAniB0pDA//EfsjtmiBWg==","shasum":"0f8ee594a3015329414fae1f64ef8d62b96871a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.0-alpha.3.tgz","fileCount":20,"unpackedSize":2594895,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEr2P5iqz/4Nxt+2n/IBo1yqXfcJGM4pVYSx1TF9j4TwIhAMlN384J/MyXceg/Sgjxx+NmISA33XqNYSLakHmAsSf/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaTLnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPvQ//YlAvAKsAWer2fKp5qbVBFEP5RkvAL+ZSlRAVj11JnhBsY3kF\r\ndWNI12I3YrMZzA6tB/uflqTvpUG9W30xtRlvTg6TbmFE1WNHfBFkP3SGOQYv\r\n2OKZpRQVhG5gjAJovvj9vWYjcvC0UTu/iCeYR0E4zNwF/In4rps+/aub4atH\r\nCVRmpHzsIKwhfV6L2qq5BV0ByKISjzxqGpmULwHkwSkf0P7ht/2DzD0Js3EZ\r\nr9bUPtUwiRHZfOJgjS2z0I/agz+G5sAaBryiAehwBF0Cg0/4DpsfdSZPOMJp\r\nMyv9esz3Y8MZ2AK007IK63c9AskqIFcn1x9OP/HyiA9gcx4wmIZXlaaShWhS\r\nrGXW9pxl9uxkluyW5Nlo6Q6z9e2e87FDN1Yob6jlZvTNsSXD1KwnJbJAuPKG\r\nFYmMHfblpo9B9okRsU8sG5rZljvQ5lJgxU2ZL0OPN/HTELbxofXHTIHtcMtu\r\n6ZuDSfeUyHqw9NdpO9o8iqsEatLLaTrQYKPLsOvXPeh4lGttYbzKyN6mFDCh\r\n/zYOVYPKFNPiJVxvEumCJRt08q9CLWjNEikFG3RjTMzmGTn/WW+Sh9qZVC8d\r\n+c4KAm2YuZpgaVKlQ3l1NKsLanJqD1O4eciLe7hvs96bwz18oYHDIWVM6oqv\r\nqmBgeNLr90cWMJjV5ytUwPWWNpvHgHGzQA8=\r\n=TCVk\r\n-----END PGP SIGNATURE-----\r\n","size":633483},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.0-alpha.3_1651061479573_0.9901596570510738"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T12:36:59.320Z"},"3.2.2":{"name":"dexie","version":"3.2.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"c698052360bd0b0d958ff38d74933f15f9f83909","_id":"dexie@3.2.2","_nodeVersion":"14.19.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-q5dC3HPmir2DERlX+toCBbHQXW5MsyrFqPFcovkH9N2S/UW/H3H5AWAB6iEOExeraAu+j+zRDG+zg/D7YhH0qg==","shasum":"fa6f2a3c0d6ed0766f8d97a03720056f88fe0e01","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.2.tgz","fileCount":20,"unpackedSize":2575488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCO+ExIulepHZNxDl1JJa2NHIVc1H3I6lmb4BZA6X59zgIhAJoL/lJ2tSbqv8UmC8OwlWzU6erbUBqSU+6cOUuEnRSp"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaTrkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtNhAAgw8Hk1Qg+ccK+SEXaAp8gCn6qPgiN1a2UpVwXTyEAjxOadmp\r\nrV0QwBootELYKtdyUu6V2IiZAHX/Za1CNtSF/tq6NPktk/CuC+wWTK1AzPmY\r\nenbNbaEraozDdR/sJsNIiPiLb72cFY/4AY/jgngbQNMHbFVaTSwdVLX9HhUP\r\nuYukD65M+cN6dq5vQqnVq9Lg/yOH3GoQaTFHl9xsPMOyPxBYVO/5GCth72HW\r\n5LM6yiyATcuEai/Dx7IN1X2st0wwHPrRVBiOsg4ktiLLEernzaz0OiSp6mHs\r\nbQ21ATFyHSU9hHqAKxd1l6FYkBtQYU7xG10vttuNolxsdMCxiJdY+vHIK9cM\r\nQVdL/1qKojCKKgYx19OTo5xCru4WELXqNTcnuSBIGOueC7wKb7BsnqNJN+S2\r\njjPR5Za5IVCQhR0UdeRUI+rO9B0umyLdWTgkYfJfGOOQRCLiSnsMgyOvxNKN\r\n/Dn1MLyURQhOmIM3FaYEnzPeN5tVqff1Ud8VKbG1+IAPwEbABFd/IXdpDwYP\r\nYeWMHkam+kl6tHRui5CUgC19Rj124ci80HWPbku9HKQVOIqrJ5WtI6NZfVvm\r\nEU6dvyDPQkk8VQXnPuj4ZYKAEEMbOkjO0eIPb7Da5IjEhKcU3BvfVvg3Gwrf\r\nEOnCZvAEdgiY0AO1xVt01XUpRQpMs/H8KDs=\r\n=Rn7Z\r\n-----END PGP SIGNATURE-----\r\n","size":627824},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.2_1651063524743_0.7581143613735548"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T12:46:59.170Z"},"3.0.4":{"name":"dexie","version":"3.0.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.js","node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs","dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"http://dexie.org","devDependencies":{"dts-bundle-generator":"^1.6.1","just-build":"^0.9.19","karma":"^5.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^2.0.0","karma-firefox-launcher":"^1.3.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^0.55.5","rollup-plugin-cleanup":"^2.0.1","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-sourcemaps":"^0.4.1","serve-static":"^1.14.1","tslib":"^1.11.2","typescript":"^3.8.3","uglify-js":"^3.9.2"},"dependencies":{},"readmeFilename":"README.md","gitHead":"96c786981128c6c13fb0ac6b54236c9e1b0f1555","_id":"dexie@3.0.4","_nodeVersion":"14.19.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-rwS3k8BBstjGFJAS/yjYrsRZucqitnrP3NBhqghl9ihWcWABlT3I5f2dZV9T3pmXGAP7G9p1q00g/axcsuOT8A==","shasum":"18f5e124d525a413fa836716f2c37fbbc36a6662","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.0.4.tgz","fileCount":14,"unpackedSize":1445662,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5HGORHkW7ljAa/rp4OCzs2re6pajBsEAJSO2XThtryAIhALWVVz77DhXi9Y2epGaNHkcmjbtxOCjb5lcbQRHI1P5Z"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia5HaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVARAAjNBxqrnxT2RwL6MMO2TQ4z6LqLDm2BkooBQWQeWGWaZt8FBZ\r\nZmSCv7dkKmaslaJeSY2qxzsjJW2llzU7nVQKyQ57Q5uw+b9hrUUyDtISBRe4\r\nMj0570wFZBrCbQRgNUKzWxoo4pY3vqpey+Bva1TCeLYLhjdQHCkk8mzZbHSq\r\n2PiW6M6FXeveoP4ksKESSV9x6KesDVMaHy3/hkJ6niTyRaGOgZ4BRmRkR1+p\r\nv9x/4SdPyfVza9CItigee05djBunwnm2SZd7OxcO4hXDb82Afuy8Ar/Ola0J\r\njor0paDHc+dVXlTgsFN52vue+LwtGEMqB9hD+SWN5v3HzV5v3OD/S6YcHWys\r\nY+kBeOl+AKEtWEC8bhDDjUF4roU6Hj3aEzrPvJHgtGa5CwKoNMPnvkpCFzqX\r\n+V5ObLqwe/eHLg0f1lihawKnCR5jwFsbeoGC4y2gufkQsgdRI9RbQj7LPCC9\r\nwVUedP7uD2pVTtN4dXi0rC2L6SLPVC5I0M3GMu4Mr89+GzYUrbRVnMzZQn+K\r\nVXtmNIUhPLJL2WxaQm5apG9UekGB4be8WWjCtRa3Z6NdLaoNA3OS7CEqR/ID\r\nQlC3M/1lgvLlvibAW642E2V7BscM5tJKyIMQ0qSnzzt/3bXQbDcgzpzDbZXw\r\noXR8hBv4pZU85D+5r32TuqFksk9ulhq0CW4=\r\n=XIZ1\r\n-----END PGP SIGNATURE-----\r\n","size":346355},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.0.4_1651216858092_0.3907158705460976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-29T07:38:33.666Z"},"4.0.0-alpha.4":{"name":"dexie","version":"4.0.0-alpha.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"d99e52e41d5e064876b5e0c1495c5eeedaf4ab6a","_id":"dexie@4.0.0-alpha.4","_nodeVersion":"14.19.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-xYABeT5ctG7WAJtyr/6gKhWXD6NY8ydZieQlvLQkFV6KXY33I+ShE39pToGzQw+3/xs760rW+opxhoVZ/yzVxQ==","shasum":"764bd4ec6d2f055ea5005313750b8ab4d2454330","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.0-alpha.4.tgz","fileCount":20,"unpackedSize":2597186,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA7ZCU1NbslgJF8jHpGSUxdIIgc8jKpzuLXYx8IM6ftAAiB22hRElkFlVK7mrzWvzOeAO1LucFcp5PcialWpt8jPFA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilUS+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJpA//Rmh2jqlKdltazfNQQkQtxyJ8c3SZ6We8e5rQBwCY9UmYh5jG\r\nTWxg+CFWZHme9TE9cI26BXape6AZZWq0+zLbJHFGRW/jwhsuw5gyFYfF0HGW\r\nJyqRMAR0obmwucasXnUms7iH77WItq57C5+/CvGtWM599cmGiCeu2yWawqUV\r\nDmfBVd7ZmdmLqvMWSMgATTlq7eay4cBrTlZxwbtZHxOE6tPZJRXUVusNCZIr\r\nAE/l5BLVJnPGhDZbGlvh0dxtV+Z7Pk0cWSO9QIWYaQBUEMT8VEp0sFxo52KM\r\nDWSia0zk5o1LupDrS+RrzgiDv18uL8ZHNKv7Muv+AYCbT3q99eDSk3KyvpHS\r\n1Vb8dFGqDbtgPm2GDFeHNnUsrokk3uaIZBraKfjZ6IC3YZWvxfAdKaWMJDJw\r\nNPCD6tbIrcBHrgl9yoGMC8jjSBqdIiXWm9Gq8rE+WNpke6u4kMvV7/SSOoFt\r\nQCyowb0L1w4PrgIoSq1Z7iRKYGuxRm65WVQnmI0JU2P6pehf+wNYepOpiyX/\r\n0ptQLZ3sEbYApqVGXf0UocMXHs9RBzeXbRzZHhZl3FqrlSSuz8GQH+/+TBgW\r\nzHVMOBmYU+MirNxS6wXLRvhkTMn93QqgeQQZbIcNyWYs5zBjzfk+zvJ5SyfE\r\npiQwSFUSyF5PydP4mdSwybxeNEgeWxwLqS4=\r\n=QMkc\r\n-----END PGP SIGNATURE-----\r\n","size":634305},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.0-alpha.4_1653949630361_0.0245968754223429"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-30T22:27:16.730Z"},"4.0.1-alpha.6":{"name":"dexie","version":"4.0.1-alpha.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"^pnpm@7.9.5","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.6","_integrity":"sha512-clwTFeK3XS0opEPFKdYrJtV7SNcxG7W+yM021gZ6Ms9N2cs5PaTYtOTOkYaLbz+gcX3dC9KEv7wLEGNnx6x0mg==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/0175cf7d54dd1b6ff269ab260cf0bc87/dexie-4.0.1-alpha.6.tgz","_from":"file:dexie-4.0.1-alpha.6.tgz","_nodeVersion":"14.19.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-clwTFeK3XS0opEPFKdYrJtV7SNcxG7W+yM021gZ6Ms9N2cs5PaTYtOTOkYaLbz+gcX3dC9KEv7wLEGNnx6x0mg==","shasum":"9ac5c5634e6294f39ad0a2274675735a5358864a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.6.tgz","fileCount":21,"unpackedSize":2621410,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJSqmJqw+pwMkkHmSEjb7fbRfTySQ8HUVplC/r9xBKDwIgDi1yrY9IxnXE7PFwWy2f1zc/4Lidsm1s4uhe3BLXNcM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxoAzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJMw//UOyUutXJWISA17T1Urn7ZmaUv4Tjrb4+Fn1sjcWhAOnWWTId\r\nTMsrXwhQP51VijoXFYY8/eBv51ypxTonfOY4esLma1YDjNhomVU5Zd+JzlWv\r\nDoWvUAuH2p803QoJb9zUsUWJNdS6Y8d16Rh3aVSrktQZkcRtxpLqOvaSqGhr\r\nNxPDBgZofB+wuHWm/7Vn04KCn5tTIRjh+34o7/paTWEONmYNsXlZnlFmhzZ8\r\nZnmsIQjV20V/8V36Yb9V4jwfDMbqSqX2zwhI4q+Jd/8SjsPQDMhiE0smfNR5\r\ndyhze1CXNeZgFAwZc/Uz7Eej6mr52mDEKeABkxGRR/aX+Dys51Yh9b1GplRP\r\nGxEx1B5GONOaUMPqBHrMwG8PMJByo8ovRB0bNQpRe87Gv/Tvz5dKTUwhq+XU\r\nsDInahzxMfouQNfwZIRrFnebSIJN0wG2tzNhYwizlxrAyKpCcP1bNHZaFTao\r\nDlDLz/sPL4N85mQqCrtYlGuO0zHsaHloD/hPu6n6gYDwbKhZQPSxGuKGVN79\r\niq/i3GGcMMKz5DEYaL326sRVK46SZHtxXoCzwUSOHgb907nJgZ3kmxOAWuAd\r\n9BkzoowbbjZsExNCo04eCgXYkd3XfSCEXZkjvcZDGyaFLIQBwNACXlecRPff\r\nN+LD4ZnpmkIE/QgpjbqtSqFdIN9Wh+1tYyY=\r\n=fheE\r\n-----END PGP SIGNATURE-----\r\n","size":648342},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.6_1673953331122_0.3000398373553548"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-17T11:02:11.372Z","publish_time":1673953331372},"3.2.3":{"name":"dexie","version":"3.2.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"1c41e8c8cde7ba4535377d46f13d370eea2490c7","_id":"dexie@3.2.3","_nodeVersion":"14.19.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-iHayBd4UYryDCVUNa3PMsJMEnd8yjyh5p7a+RFeC8i8n476BC9wMhVvqiImq5zJZJf5Tuer+s4SSj+AA3x+ZbQ==","shasum":"f35c91ca797599df8e771b998e9ae9669c877f8c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.3.tgz","fileCount":20,"unpackedSize":2577635,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICUBWkjXD1hl0R4M15UgbqwwQZ9Yzax55SOtnxdE7RtoAiAnX7YpYMppiXXemRr/4bQqMMY2lqvFaiT4W1nyrafdUw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjzoZAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolVQ/+JK6yqu0L58cEkgZ+MTcZDfra+9kgS4WDtFdV1sOZzi1X/o0/\r\nnFaCv67ILUl8Aeef0hTw0dJrGlPhHBQPSLc9sH3Q9QjCvoBjz4aItisyyxTk\r\nup4JUYS1ccaPS/MdQzzXFcWVtDTh+AXAYPxFWRfM2iAksqv9cViVoGgzs1gv\r\n2zxLXwdPF8XsjkAArBcJplxpiawKu7M1F7oLYuNOSA1s6UFDcqHG5SP0PGH8\r\nSvoB1/Lr4agiUFca+QZYFSy5PgfaKOfZnRKS5Ec6+nPdNReQvBUrbZGQJqdF\r\nFwgRTsSogY0mIUV0dDsr+EPQnfhj5fIQ9/vI65PPRySKPv4lvz26fTIZPfg0\r\ndEFF1Y5MP0ZIC79/gWaOKIsluVf0kByIEfEb1xWKArXOzJDKoMe+r0okaaSn\r\nnCYl9Vry9RzX5DGyutthjxaDFNB4aT9hb16gxiyDrPqhbjE4dOdu6Cj+Kfyc\r\nFx4/zQubJOj6QA8bPQsUx5wTVZLu++9/L8Jr7McrXA1Zwh4A/QXco323dlnR\r\nxWrp8p97oYtzkPmltPQHQFs6mQr91xvMcELPP9xutzFMfqjVbsDNCJSBonVR\r\nRP0tMBoJbsAuKBKRBd4fdn0RBeC4jvXEM/tRW0FSbIxAQFYrEMxQlEkSfiE9\r\nMjq3TCrQQ4rSehMxaKQqueaHXg/JDoLVmVs=\r\n=NpRO\r\n-----END PGP SIGNATURE-----\r\n","size":628613},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.3_1674479168672_0.5085680117064053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-23T13:06:08.908Z","publish_time":1674479168908},"4.0.1-alpha.7":{"name":"dexie","version":"4.0.1-alpha.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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","# Minify modern bundle","cd modern","terser --comments false --compress --mangle --module --source-map -o dexie.min.mjs -- dexie.mjs"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.9.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.7","_integrity":"sha512-IX16W4vWBFyCVBDvzMrfvYgVckXGffNwTKXwIr6DNutEZ6mtvuk79uSXX6w/b6lzWykprrOAYuCHrOUjqAQ/tQ==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/4d76d137b774b9463fb80aa6fa6fc479/dexie-4.0.1-alpha.7.tgz","_from":"file:dexie-4.0.1-alpha.7.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-IX16W4vWBFyCVBDvzMrfvYgVckXGffNwTKXwIr6DNutEZ6mtvuk79uSXX6w/b6lzWykprrOAYuCHrOUjqAQ/tQ==","shasum":"7a1c64069bb79bcac308aad6607502fad9473a21","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.7.tgz","fileCount":21,"unpackedSize":2621462,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFKLjDvvX56I5ODM+hXlcrj74i3LrpmD4nk/PXsPF7fFAiAqzqaq1LTrSkET1u5+BWuwhyzUdj3S0gmGXevEwcn+PA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0Yb3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTYQ/+Lsh9TYjaL6GfB2F53j8e0HnF416UoxtErlNu1D1hT6pcuyO8\r\npddZDKFkfcVk6xwJo8DsYBd8cVRm4czdc40yy0wRhXy3V19ox7DkF7DS0RNV\r\n7g88gnqpfWCJtjrGrlb8Z7e1j+4W6FnMvDadRghh480b5P0QkFt0CT7vXt9h\r\n70GdnTe59kGSJkdThQg3zNSR4vPfYZ1ZV9ggLHsmJpYYFQ4fsDXTLKgpOxug\r\nYt8mzafrQYIhFUUc6K3DTeXlYFAmbRBAwTM2VqBTzc7hIu+bX8XJrWLrg8og\r\nctTVqeAoU7EXxmd8dDiUER6towzbiDqx7AHT8ep8Vooy0q1PHuMWWSgbZaLf\r\nN/lgn5Xx9vEmXg04Zyi519btmobyQ2597Gq2803bPnvbIzRUDxnU+ab4mRgw\r\nzfpH4E5uoXorCbnBiUCfxyBokjDLzj9VTJexHcgIYEGtg/urum0PRRhkKBF5\r\n+N03yDVldyc+BHjLSfzCiHFaxcNXToAqKQF4a7+oDpQg9iWhE85PmQJ8hl7k\r\nVsl6dOJNUrfPXE59DMpZdvrS7Fg+ICy7Ry8MF9ubNUWPheQ/DgqX3DSh/srb\r\nGro7YWwLLeOklBbMcTjABcIX6p3VCOntiA2Zr406PUSj0oonnQmLyhwnmYPF\r\n1v1srHi2oOjzuuvwNpKihhndnzACHpMV8Cw=\r\n=swa7\r\n-----END PGP SIGNATURE-----\r\n","size":648350},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.7_1674675958951_0.2504490709673499"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-25T19:45:59.231Z","publish_time":1674675959231},"4.0.1-alpha.8":{"name":"dexie","version":"4.0.1-alpha.8","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.9.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.8","_integrity":"sha512-i47tssYy1en6SCImjKaYS/zd4q11ydVyPQYF5waF8BIQw4aaVaHmPIpVVH1BoNdY0EgJhHzZM4te7VXEEM6wFw==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/fee12e75485aef29c032c1d7e209fa76/dexie-4.0.1-alpha.8.tgz","_from":"file:dexie-4.0.1-alpha.8.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-i47tssYy1en6SCImjKaYS/zd4q11ydVyPQYF5waF8BIQw4aaVaHmPIpVVH1BoNdY0EgJhHzZM4te7VXEEM6wFw==","shasum":"3abd79f0a6bde95dbb12a7a2e6e1776bdf2cdd90","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.8.tgz","fileCount":21,"unpackedSize":2621582,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG0Dv5f4n1ltlOlDyhazdg7kWuTIhHDARBJIqpGjTAIOAiEAw3uOeMiK3xiJ0Su4BBw03CT1IwTsiGNR/gVJxatXcOs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7zvaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpN2Q//RILBpN3gdW03bTZADex/8/BoXaViuC2tde/LnLcrJNvT2CTy\r\nOAGLhz/leOUjdWGXpE8Bpl2/yXZKntH0qv+B2p6RC/IzJGH9gIHkrI1fcst5\r\nawT4gmY0WelERUE84p8dCk0721l+c9z5fe92874EdXZrFQ/Xusx4U5LgpyYE\r\ngR/RJiuzkZqZ6Fg8AotSPUimr6v+ZRKPcqVZvwgpgVJyYnsEuRuj5yXGB1yB\r\nRj1IGJa1zIkReTUkdTVaiuHA3NvQldnXrNANclGKBmcFvSbR4Ny5T/f4kxLW\r\n4xgahitNxdeddCakrYsxSt57N+u7Ws7lDGBCWELSPkKE9roRm5okwjIcZ/ha\r\nPs+a1xgO44lQBv/JVBkSSWWl3Mbzg8caUoZd+uQOsp8vE6wV7Uhb6n5+1RyC\r\nb4oNtfUHANkFnPJIuu0DplyeCKUjgVRy+9ja7WSxrDGNdAAjVTcEAWqiWleD\r\n+B0EsK7ONqsjZ4C48rOwmfR1U4HFX77b5pK1Zne1xGzAm+l4Dd9fGSsq1z7d\r\nXVT4vCD+pCZFTByVY+2n4ewIFKDDHGQpocvMrgRkomsgKD6//OHA1htor9bt\r\nEF6xdoSYUmlm1lGE7nzSn+PWRhG9Ii8bcWsE88Qm4+VNUfM5tR36lfdy8l2C\r\nLc/sJTHGxuZboE6pGApfjUNYmNFyfbYmNQg=\r\n=WmCf\r\n-----END PGP SIGNATURE-----\r\n","size":648400},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.8_1676622809948_0.9739849853285156"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-17T08:33:30.281Z","publish_time":1676622810281},"4.0.1-alpha.10":{"name":"dexie","version":"4.0.1-alpha.10","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.9.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.10","_integrity":"sha512-j1aqeWaUMiFRF+67JVPS+G50yVX69Moe/kIdrDQ65sIyo9fj2v6xhkzXlsQcDWl9m3NC+MEmFu6D9ng0gU3ymQ==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/2127db5abc7913e3afed13b09c762165/dexie-4.0.1-alpha.10.tgz","_from":"file:dexie-4.0.1-alpha.10.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-j1aqeWaUMiFRF+67JVPS+G50yVX69Moe/kIdrDQ65sIyo9fj2v6xhkzXlsQcDWl9m3NC+MEmFu6D9ng0gU3ymQ==","shasum":"ba6a2c4f74669cc0902b91b7d50707c249baf328","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.10.tgz","fileCount":21,"unpackedSize":2622708,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEhVA+c/0Vi75WHLIx5/yKtRouzQUjJkxZ9H1ox+eu1kAiAmrfUE2qjU9FpmFvMm7j7sIL8Ya2I9mPCzO8U0DKOj5w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI2YuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoGg/+KRM8xwz+kU/sz7J3T+UvVzbmvXc7qALcKNiuKLRCQpFPTTrp\r\nFWSrmJUzwcflrNOxvpBDjDmsiCoXizEO7nQ4pGfBzgMpyJL+JMSsjqo852aV\r\nq7FgP3Gh45DYEVO0CXbV4w1l7u7B0dXI9mCkCQlyrSr7Zc9OQ/TfP6uZ4pli\r\nwIo/0i5Oo0ory7pskE8GlPSYqhyIHri9Sxuj1Otd7U6bbDR4BRxanbNnCYR3\r\nbk91qER1plQPYN5kSvuDF9ekJmSR4XoUHBZEIgsFr7S4dactZmkPwlzBoIA5\r\n6Prh8CJ4C4izyOrdMgyglIwEg0gavSO5v44q4APvVvW66eB8ku533iSgEk76\r\n8CktEfD34qYX78xXSNgEC/9TrCqW9jmW+fgUWmk4eicU9Gx6B4O3ifDG4qpA\r\n1TigmlZ5Y7HDp7LIb0QV6AtPd3lil6pMzKDAuPa60JBs32rsIMN69g0ADel7\r\nagwM8GdR2b07HcR4s3SkHm+CDQVjCbXRH7lZPRqv7zS+zyZ/1iW/c+7v2Hi3\r\nJWx89Two1su5Mn6O8n2r1ty/cvB48Qj1iJQ+ot6D36u8wup4FNJ1cQRKcpt7\r\nMp2oIrT3hh8Rp0HE4NjHoSCbaqoyZXNi5Uz7euBRxVYs77XMwszueK2PiPMQ\r\nn/1Ci2tCiOP4RZxfMqd+z2AcbAAq2qfY8dU=\r\n=DIlN\r\n-----END PGP SIGNATURE-----\r\n","size":648690},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.10_1680041517783_0.6939043866031291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-28T22:11:58.013Z","publish_time":1680041518013},"4.0.1-alpha.11":{"name":"dexie","version":"4.0.1-alpha.11","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.11","_integrity":"sha512-B9uiUz+96BN11RtMd459h+99MSamyt1LYDJ5p+/Zesa4FaovUu4JV6G5x9Rwn6KrPsFRVvcBcTuENgD9OtEZlg==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/b48713ad723944ce21b2b94880119718/dexie-4.0.1-alpha.11.tgz","_from":"file:dexie-4.0.1-alpha.11.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-B9uiUz+96BN11RtMd459h+99MSamyt1LYDJ5p+/Zesa4FaovUu4JV6G5x9Rwn6KrPsFRVvcBcTuENgD9OtEZlg==","shasum":"35026da7c48f0565c39fcc5dfc2ce4ca6dfeda00","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.11.tgz","fileCount":23,"unpackedSize":2841755,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIENBT/PtGsRX41lgfGWajdvVZxM+1sy0z1w1ZRwSjJ2GAiEA8hG71cHWtdIP2V1nkzmFUA31Fm75stwlimvkdP7LN9k="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.11_1684934470147_0.34264284212920093"},"_hasShrinkwrap":false},"3.2.4-beta.1":{"name":"dexie","version":"3.2.4-beta.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"readmeFilename":"README.md","gitHead":"e6c0ecde16da717d30b41a71735b5403d69f0116","_id":"dexie@3.2.4-beta.1","_nodeVersion":"14.19.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-ySdPRMpqN/3X+8zjFnkuECotqiFD+S5YWUJuOmuDP+lkUeEtfTUCejg5NfVXTFkJDf4JyaIy6qtCW0bQVOWcnA==","shasum":"4c4abf745f74bcb98bcbbef9149d31923df70bef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.4-beta.1.tgz","fileCount":22,"unpackedSize":2584738,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEUuTKUorzzcyeWk9nrrn3DMHB4JyIIKeDX1oH32jUqCAiAI7p2DcvBbSv2x8S2S66f5SZ0zIZI6nETSH+TytJYCJg=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.4-beta.1_1685473031895_0.6294385597500198"},"_hasShrinkwrap":false},"3.2.4":{"name":"dexie","version":"3.2.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"gitHead":"1d5888094493a87cef5095bd20357a5cca6947a0","_id":"dexie@3.2.4","_nodeVersion":"14.19.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-VKoTQRSv7+RnffpOJ3Dh6ozknBqzWw/F3iqMdsZg958R0AS8AnY9x9d1lbwENr0gzeGJHXKcGhAMRaqys6SxqA==","shasum":"b22a9729be1102acb2eee16102ea6e2bc76454cf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.4.tgz","fileCount":22,"unpackedSize":2584614,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDB+KmbfApUDs2Qc0gSgni/uObcw+lBFshx8F6YiwzoJAIhANeq0mfCE9u+wzda36O+CM/5vUQNCSIFsr+Au3D3gIEs"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.4_1685480324060_0.27232405312993846"},"_hasShrinkwrap":false},"4.0.1-alpha.12":{"name":"dexie","version":"4.0.1-alpha.12","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.12","_integrity":"sha512-t2ANlHt/KvP1d21hwcfye7lfwdb21Gk3bqhZSYZlqukYKMeUJHmnHmRpjaOxD8liUduvAGNQjrOmBldOX/eqiw==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/3fbaa6759fc16b03bced539cad2cd457/dexie-4.0.1-alpha.12.tgz","_from":"file:dexie-4.0.1-alpha.12.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-t2ANlHt/KvP1d21hwcfye7lfwdb21Gk3bqhZSYZlqukYKMeUJHmnHmRpjaOxD8liUduvAGNQjrOmBldOX/eqiw==","shasum":"c648e7c69e49a7b9eb49d36666eb575557a80d30","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.12.tgz","fileCount":23,"unpackedSize":2853923,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC583cUhJyGkBSZuSG2/7QLR9JEkBVap2sc2ZYMMSputQIgTcy3RCEjzclJn5rLosKmduh7p8ibbWDARuq371DiVUc="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.12_1685481417424_0.372012828972589"},"_hasShrinkwrap":false},"4.0.1-alpha.13":{"name":"dexie","version":"4.0.1-alpha.13","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.13","_integrity":"sha512-P92a0NwQTowKaIE6aQ6rwpoBfmSJKeC82u2Pxns1knE60YpKkTEezlkaDYd3296dG+alR2/3lkx3xnmEQ+7F1Q==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/dcfdd1d16f3a924a96a392ec1606f52e/dexie-4.0.1-alpha.13.tgz","_from":"file:dexie-4.0.1-alpha.13.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-P92a0NwQTowKaIE6aQ6rwpoBfmSJKeC82u2Pxns1knE60YpKkTEezlkaDYd3296dG+alR2/3lkx3xnmEQ+7F1Q==","shasum":"ed79402dfd46dc3122b327e4f58a932f94a9b167","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.13.tgz","fileCount":23,"unpackedSize":2875404,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCt8UdtfnzaKewPjB2NGEhRpmJ7HMZ5HxvND0Xt2e0vkwIhAOtjzwp98b1qRZAGayqrPLF1AKq826256t01CJfWUkCE"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.13_1685538438790_0.311622059444284"},"_hasShrinkwrap":false},"4.0.1-alpha.14":{"name":"dexie","version":"4.0.1-alpha.14","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.14","_integrity":"sha512-25l33tUla9Yb7G3J16mcO81hFb59mKdgsXSQgXWKLA+bQwnGdY6R7Im8szaqFzkqIZB9NLTt6qWS8Bn9kKlh7A==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/746afb40cf6ebeb2c7daff39b229df6c/dexie-4.0.1-alpha.14.tgz","_from":"file:dexie-4.0.1-alpha.14.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-25l33tUla9Yb7G3J16mcO81hFb59mKdgsXSQgXWKLA+bQwnGdY6R7Im8szaqFzkqIZB9NLTt6qWS8Bn9kKlh7A==","shasum":"e8f3193d82474018cf72df88acc78be3fa10a1f7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.14.tgz","fileCount":23,"unpackedSize":2875806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHFEFWPMGGjIvpaADpodzOG1wYyJlUR9YDxovHvsevrUAiEAwVG4NkqVCRyDWPuK/2Dd7aI8zgqA2LCBY37E8gF1V7Q="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.14_1685540900893_0.6160302790405585"},"_hasShrinkwrap":false},"4.0.1-alpha.15":{"name":"dexie","version":"4.0.1-alpha.15","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.15","_integrity":"sha512-GYzM/BXuAqMZv/SeVuyt9TMuzwo2z2nYxqfHW+Z4d0MPCvOH7HcdtZBfMC55dss5mFSi93bpSHL3iJicYBR4RA==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/28a6b2f58b4d6abcc4aab6bf6e4a8eec/dexie-4.0.1-alpha.15.tgz","_from":"file:dexie-4.0.1-alpha.15.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-GYzM/BXuAqMZv/SeVuyt9TMuzwo2z2nYxqfHW+Z4d0MPCvOH7HcdtZBfMC55dss5mFSi93bpSHL3iJicYBR4RA==","shasum":"af8d5f017f5048977d9568e34dd8eca62630d549","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.15.tgz","fileCount":24,"unpackedSize":2877941,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpnnSqMBPVwy8PUFc85aOgC0BWavt4OHqLY0VI4dVbfQIgSwcqVGxMvgd+vOk+AcBQXb4UIH97e1tA0VoWU1J1dYs="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.15_1685619674919_0.5334429096206785"},"_hasShrinkwrap":false},"4.0.1-alpha.16":{"name":"dexie","version":"4.0.1-alpha.16","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.16","_integrity":"sha512-BU6LSmIhvovz+eMIW9RYbK0a3szmBE+o1mYOOS29LlErSc6wNuhWytcvh7x1qXmnjkCDuXinKHzB2axEVTj5Qg==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/86ad59197f82ae968b99003cd05d438a/dexie-4.0.1-alpha.16.tgz","_from":"file:dexie-4.0.1-alpha.16.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-BU6LSmIhvovz+eMIW9RYbK0a3szmBE+o1mYOOS29LlErSc6wNuhWytcvh7x1qXmnjkCDuXinKHzB2axEVTj5Qg==","shasum":"314d9a03225b3558b52619c51a31c912fe63fc9b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.16.tgz","fileCount":24,"unpackedSize":2881938,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGTOhL2+/N7VeE9hS4i/0l8gGjT3iETH9HPisz+ZH9a5AiEAkh40grGY6J3IjrMRPXXQxFFsT40WsBtW/lPyN/9e7nM="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.16_1685634442932_0.7098421031125588"},"_hasShrinkwrap":false},"4.0.1-alpha.17":{"name":"dexie","version":"4.0.1-alpha.17","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.17","_integrity":"sha512-Ag0DcJAHWh2r2v+/5fSkWxP6CbZ+Cjev8S5PA7Pe4nd1hMukQcncbQ9d2ZwBImA+zd7kOFuqblIlnbYjm4RkqA==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/7c89387dc4fc6b6aa3a8b9df86bc969d/dexie-4.0.1-alpha.17.tgz","_from":"file:dexie-4.0.1-alpha.17.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-Ag0DcJAHWh2r2v+/5fSkWxP6CbZ+Cjev8S5PA7Pe4nd1hMukQcncbQ9d2ZwBImA+zd7kOFuqblIlnbYjm4RkqA==","shasum":"dfa62fffedccf2f7c565957850c2c74d74bdeb17","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.17.tgz","fileCount":23,"unpackedSize":2880696,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEGQXvEQJM9SEXK5gcxyiqGpx4YBQoM5ZQOyKoBroKSqAiEA0tY76DcrkBICh9HOyH3VooIk/zJmLD/cr5vw2zP7ybw="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.17_1685644061578_0.9926466562330054"},"_hasShrinkwrap":false},"4.0.1-alpha.18":{"name":"dexie","version":"4.0.1-alpha.18","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","packageManager":"pnpm@7.25.1","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.18","_integrity":"sha512-JXRDCcNL0TB5sKs/fe+BEOPpFVh+yrI8UM2gYIfTWpGOkE8mRplYudTSEe8FWXfiuQz7BiAL9uCyqAV4BTpdlw==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/a67e1823c1f3001f8e31933dadc12358/dexie-4.0.1-alpha.18.tgz","_from":"file:dexie-4.0.1-alpha.18.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-JXRDCcNL0TB5sKs/fe+BEOPpFVh+yrI8UM2gYIfTWpGOkE8mRplYudTSEe8FWXfiuQz7BiAL9uCyqAV4BTpdlw==","shasum":"e26a5c9bc8f0531c5983b21a5e5f47702957d5fd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.18.tgz","fileCount":23,"unpackedSize":2880424,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGERpLIkGZHOU5Gut2NoBmWPXTMOV+uYqH7udi2uQiqAiB0OW1vmRbxU9CbZVhWbcgjbDN7e0ztoORpDwF9QC92Jw=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.18_1685834293848_0.9372998209205456"},"_hasShrinkwrap":false},"4.0.1-alpha.19":{"name":"dexie","version":"4.0.1-alpha.19","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":"David Fahlander <https://github.com/dfahlander>","contributors":["Christopher Hunt <https://github.com/chrahunt>","Nikolas Poniros <https://github.com/nponiros>","Anders Ekdahl <https://github.com/andersekdahl>","Yury Solovyov <https://github.com/YurySolovyov>","Martin Diphoorn <https://github.com/martindiphoorn>"],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"_id":"dexie@4.0.1-alpha.19","_integrity":"sha512-YMPMkdRdytPccXRp0qAk6wFtHgBCAUAhmJaQePwfq60RCfENgweF8w0DnSvTJrw+Z/YrH/Wz8wpYAZCQMpV3nA==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/59ca9113ee80fbe00cf7cf9be490bba8/dexie-4.0.1-alpha.19.tgz","_from":"file:dexie-4.0.1-alpha.19.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-YMPMkdRdytPccXRp0qAk6wFtHgBCAUAhmJaQePwfq60RCfENgweF8w0DnSvTJrw+Z/YrH/Wz8wpYAZCQMpV3nA==","shasum":"0bd6a0f1d40d1aa83953ecdb938e7329cf6d387b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.19.tgz","fileCount":23,"unpackedSize":2880056,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+yczfUPz/mcrJ8PFJvB+wSywLqUQ3uQYvfom8HFDejAiBux2f3MKyylD82HgxMA5yZHJiGSj4qdIsKfAkcFS1f/A=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.19_1686130736405_0.4497453457264642"},"_hasShrinkwrap":false},"4.0.1-alpha.20":{"name":"dexie","version":"4.0.1-alpha.20","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":"David Fahlander <https://github.com/dfahlander>","contributors":["Christopher Hunt <https://github.com/chrahunt>","Nikolas Poniros <https://github.com/nponiros>","Anders Ekdahl <https://github.com/andersekdahl>","Yury Solovyov <https://github.com/YurySolovyov>","Martin Diphoorn <https://github.com/martindiphoorn>"],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"_id":"dexie@4.0.1-alpha.20","_integrity":"sha512-q/nMsCQiTWTmnw11aseJLfAsGQ/9t05sjWltgw1/r2TbfnIkmfjdTt8ATSIwmtKXuSznEZ5czazvL5LO5rR+6w==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/84ea730cd7c613e2a5b1dfd21308cf39/dexie-4.0.1-alpha.20.tgz","_from":"file:dexie-4.0.1-alpha.20.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-q/nMsCQiTWTmnw11aseJLfAsGQ/9t05sjWltgw1/r2TbfnIkmfjdTt8ATSIwmtKXuSznEZ5czazvL5LO5rR+6w==","shasum":"c7a41b3e3bcddd1f5d2e28adcde01b50a32ad505","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.20.tgz","fileCount":23,"unpackedSize":2883706,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAUVI3ltIrvUSn25sMrfXlVIy0+y+MsBxC5hPmihg5xEAiEA8gmcBw/9r9sJnfQ3hrOOFJFnXh4d1fFLMPZWv1F3SmE="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.20_1686601475868_0.4166422562313319"},"_hasShrinkwrap":false},"4.0.1-alpha.21":{"name":"dexie","version":"4.0.1-alpha.21","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":"David Fahlander <https://github.com/dfahlander>","contributors":["Christopher Hunt <https://github.com/chrahunt>","Nikolas Poniros <https://github.com/nponiros>","Anders Ekdahl <https://github.com/andersekdahl>","Yury Solovyov <https://github.com/YurySolovyov>","Martin Diphoorn <https://github.com/martindiphoorn>"],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"_id":"dexie@4.0.1-alpha.21","_integrity":"sha512-+LEz8c2wCIc0vkrYqLMEmp7V3lxS5gk1akfZBij2uC7ByKnLBygESeNZ7jrA84s/1E727CwIHy90aICIZ2DI+A==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/02da59db74bdd4f8d8f709c80845fdf0/dexie-4.0.1-alpha.21+test1.tgz","_from":"file:dexie-4.0.1-alpha.21+test1.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-+LEz8c2wCIc0vkrYqLMEmp7V3lxS5gk1akfZBij2uC7ByKnLBygESeNZ7jrA84s/1E727CwIHy90aICIZ2DI+A==","shasum":"e5cd7a869af5197609506ec682f67bf81956d9c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.21.tgz","fileCount":24,"unpackedSize":2871896,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmxliEWt5VuxRjRxurSYfYrpa5jLGRLUKtGUzZ9TQUZAIgJuik0QkQ/9FrEDfy/nmHm4IUq7KmRvwcESiuNwyv/CM="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.21_1686717635688_0.6384806329278685"},"_hasShrinkwrap":false},"4.0.1-alpha.22":{"name":"dexie","version":"4.0.1-alpha.22","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":"David Fahlander <https://github.com/dfahlander>","contributors":["Christopher Hunt <https://github.com/chrahunt>","Nikolas Poniros <https://github.com/nponiros>","Anders Ekdahl <https://github.com/andersekdahl>","Yury Solovyov <https://github.com/YurySolovyov>","Martin Diphoorn <https://github.com/martindiphoorn>"],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"_id":"dexie@4.0.1-alpha.22","_integrity":"sha512-fCAlox70CSS4uSBxnP9PBisK1wx/hQBTZMEQM9VKnOcTFu9SfVVlNu2xZ7rLWSQDIJ4sZjzPhCDGQ2kQW3Lq3A==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/3226bfd9b2238402f4b9f5a3f9e7d31d/dexie-4.0.1-alpha.22.tgz","_from":"file:dexie-4.0.1-alpha.22.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-fCAlox70CSS4uSBxnP9PBisK1wx/hQBTZMEQM9VKnOcTFu9SfVVlNu2xZ7rLWSQDIJ4sZjzPhCDGQ2kQW3Lq3A==","shasum":"0dd6d1b5571e382cce5f8ae4be7c803c1d75d949","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.22.tgz","fileCount":23,"unpackedSize":2870572,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm4ta+qyHcfVHPSnpjUGYOFrKjFr094aSbHKhG1m+dpQIhAPgw/EF+Hf5pLSabdLfH6reWF8Va9JULISJvsCMFT++3"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.22_1686756582649_0.1739416775236564"},"_hasShrinkwrap":false},"4.0.1-alpha.23":{"name":"dexie","version":"4.0.1-alpha.23","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.23","_integrity":"sha512-zSK0TqDjXtXixYYCOStIdCqz0NFxj0Ioe+dbqMz1W8iG2esIrmRvOC5I/uZkwskmxpPAmZ2nKZcszKJHmDHEtw==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/13cec1944daffc63bc4b21eacf78edce/dexie-4.0.1-alpha.23.tgz","_from":"file:dexie-4.0.1-alpha.23.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-zSK0TqDjXtXixYYCOStIdCqz0NFxj0Ioe+dbqMz1W8iG2esIrmRvOC5I/uZkwskmxpPAmZ2nKZcszKJHmDHEtw==","shasum":"3d9cca4385459364535dc4e4c5fcbdb5bf58657b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.23.tgz","fileCount":23,"unpackedSize":2883281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaghWHtwkcH4zIwGx/5me1qtCcUuxbFOHUm2L+a6UGUAIgUDRHn3cSeqauwUpvq4UsAjJ+xxZ4nn30BSnMhlZmnVE="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.23_1688508083991_0.5085096455583975"},"_hasShrinkwrap":false},"4.0.1-alpha.24":{"name":"dexie","version":"4.0.1-alpha.24","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.24","_integrity":"sha512-SRXyixDRZvu+UROcEKKP32S6tLVRgZ4AAXAQdZw5HcpBtOlBGNVpAxLt5pr3plT54da0pJMeGfhc4AI+e0neeg==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/560f64b99ef142eded64c7ed1bfab27f/dexie-4.0.1-alpha.24.tgz","_from":"file:dexie-4.0.1-alpha.24.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-SRXyixDRZvu+UROcEKKP32S6tLVRgZ4AAXAQdZw5HcpBtOlBGNVpAxLt5pr3plT54da0pJMeGfhc4AI+e0neeg==","shasum":"825ec5e2cf16aa418757b2f5d7a43f7b4c5935da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.24.tgz","fileCount":23,"unpackedSize":2877570,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFIlhFGoy+vCJIbuhqm8EbG6zC71tKcdu9zafk4+lN+IAiEA2NvREPCfq3oSOwDencLNZvjOTZ+MCd4HKZkqwXB5F7A="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.24_1688648616409_0.10267717191773817"},"_hasShrinkwrap":false},"4.0.1-alpha.25":{"name":"dexie","version":"4.0.1-alpha.25","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.25","_integrity":"sha512-udAExYYfJaC6IzVC+ygHdlWYoYxhwYHtiITkthGgSH7dh2FBk3qqDGkJ/Mn2lfxsmATcq9qJDUjyO7yWOo/ZPA==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/3caa718418b4f24547387453afb87667/dexie-4.0.1-alpha.25.tgz","_from":"file:dexie-4.0.1-alpha.25.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-udAExYYfJaC6IzVC+ygHdlWYoYxhwYHtiITkthGgSH7dh2FBk3qqDGkJ/Mn2lfxsmATcq9qJDUjyO7yWOo/ZPA==","shasum":"e3bb44db249382c3d546b6f04f6fe1005836e672","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.25.tgz","fileCount":23,"unpackedSize":2887014,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHWtUT3f4ZZbS/5sVGuMccgfhEb2qZ9MlnXhWtOLyVgeAiEAmk2QaoWadqEQ5y8KQPkRuKWHVYlGjynaCrpiacRf9Aw="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.25_1689504740674_0.7215088072387941"},"_hasShrinkwrap":false},"4.0.1-alpha.26":{"name":"dexie","version":"4.0.1-alpha.26","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.26","_integrity":"sha512-ld3DLMaFmXhB6kC1LyMFlMGYX7AuzvfqrFWM7R+3hAr64AeOfpuHK2NDVg6d+zYvM3aG8YRyAc+Gbaxko+w4IQ==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/76365eabf54fa0ddac139b658ef3bc00/dexie-4.0.1-alpha.26.tgz","_from":"file:dexie-4.0.1-alpha.26.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-ld3DLMaFmXhB6kC1LyMFlMGYX7AuzvfqrFWM7R+3hAr64AeOfpuHK2NDVg6d+zYvM3aG8YRyAc+Gbaxko+w4IQ==","shasum":"1ec76c40291c987252bfec71e263c820aee6a8ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.26.tgz","fileCount":24,"unpackedSize":2888525,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmnxp/NhoxYH7kabvGew32b8Pm77KV7eUZtvkZqmLHDAiEAwQZsKbW5vg7d9Vk/H6WBzUGf4IAxU6yMJbZQaLWL9Tk="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.26_1697205353487_0.5205528520874321"},"_hasShrinkwrap":false},"4.0.1-alpha.27":{"name":"dexie","version":"4.0.1-alpha.27","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-alpha.27","_integrity":"sha512-IeuY5z3cLCowddBGRaFUnyH2q3/z/uVauXdQjGhAgRJ5D69NrDrOT/lBV/X4VsvZF8Cnnk30RXqA+yMJ7X3W9Q==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/9d2605a95dedca1f81ce4d02e5fbc84d/dexie-4.0.1-alpha.27.tgz","_from":"file:dexie-4.0.1-alpha.27.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-IeuY5z3cLCowddBGRaFUnyH2q3/z/uVauXdQjGhAgRJ5D69NrDrOT/lBV/X4VsvZF8Cnnk30RXqA+yMJ7X3W9Q==","shasum":"45c1c04539df57b33aac9e1e27d246af9bb2e924","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-alpha.27.tgz","fileCount":24,"unpackedSize":2888861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHDvDu5ks3SY+TToTwO6F75CFXesbApQUO9joxYT4cgIAiEA8OLG6dYLhL5YKnd+Y5kQ0tj0uGZlQ+sDbo0HGxn8YO0="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-alpha.27_1697208234651_0.30473812445710124"},"_hasShrinkwrap":false},"4.0.1-beta.1":{"name":"dexie","version":"4.0.1-beta.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.1","_integrity":"sha512-+IAkY8U09pavDFecWFOfTkwVN3NTmIsWZN2wh+RQ+9ya35Kr6AicQp+Tt1NDCM4UG2P/PDFBq/Mp4dt151LmuQ==","_resolved":"/private/var/folders/s7/9l7xv3gj30g6k3xqn204t8ym0000gn/T/3db60c450f5130f44208c0a1414c083c/dexie-4.0.1-beta.1.tgz","_from":"file:dexie-4.0.1-beta.1.tgz","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-+IAkY8U09pavDFecWFOfTkwVN3NTmIsWZN2wh+RQ+9ya35Kr6AicQp+Tt1NDCM4UG2P/PDFBq/Mp4dt151LmuQ==","shasum":"40a72cb8972034deb3384018d21e69e833ea96ac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.1.tgz","fileCount":23,"unpackedSize":2887594,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/VMf9zWKZ251O6+ZZR05T/F0vXSAoGWgCV35Xx+8TlAiEA2pZIs0yvKwwgBDaIzSYLeInj2mfu1DvLUKHo4RmxkXk="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.1_1697626779256_0.8660300901462177"},"_hasShrinkwrap":false},"4.0.1-beta.2":{"name":"dexie","version":"4.0.1-beta.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.2","_integrity":"sha512-JYOH1XsskTSWu1I6PrKu72xUOmDphdEEbQDYslPq4cC4kRcQapAZn3vpiWN4XgOXuvbhe0bfC1OkPS46PHVVLw==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/63579e1028790e5e4808fb9b57483724/dexie-4.0.1-beta.2.tgz","_from":"file:dexie-4.0.1-beta.2.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-JYOH1XsskTSWu1I6PrKu72xUOmDphdEEbQDYslPq4cC4kRcQapAZn3vpiWN4XgOXuvbhe0bfC1OkPS46PHVVLw==","shasum":"0258e2477b92d1779b74cd20544f197aaf1a20a9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.2.tgz","fileCount":24,"unpackedSize":2914162,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbQQOdn6aPR0I63wH1IxxfA/QGv4nyb+36+RiUDDCQJgIhAKJrFR8tghcyY/1T0ugiNjjnvpGtqN/TEwZmjGW8wRfH"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.2_1701261121907_0.24727814427598394"},"_hasShrinkwrap":false},"4.0.1-beta.3":{"name":"dexie","version":"4.0.1-beta.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.3","_integrity":"sha512-w2nNH9SzJNiQJ3P6tFTlSMu6a2uP2tiWRnqlkiVpXv1cSbVuloge8I8u9S6iw95Cvit5gxyJiKxnH93Hlo9CSA==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/f5a74dcd2922c889c44d5ab626e58178/dexie-4.0.1-beta.3.tgz","_from":"file:dexie-4.0.1-beta.3.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-w2nNH9SzJNiQJ3P6tFTlSMu6a2uP2tiWRnqlkiVpXv1cSbVuloge8I8u9S6iw95Cvit5gxyJiKxnH93Hlo9CSA==","shasum":"90116833a325023513a420b6e1af222f4e4053dd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.3.tgz","fileCount":23,"unpackedSize":2914147,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF/qBTBS5YcummQ9SYXGKlBhvL9SCRyzAdfP9kaPBFuwAiAzEto+kkdZdrDPIM15+E7f3uNpU1GylPqxI2sPXSoBew=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.3_1701440405014_0.1326402880681008"},"_hasShrinkwrap":false},"4.0.1-beta.4":{"name":"dexie","version":"4.0.1-beta.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.4","_integrity":"sha512-9bjczktt8XcMdPIspy1QKsnJJ0zWsbc9xIxiLAGhdIxBhAwOfgUOfY1a41XLGjG7JJXSbwulWiEqPXJ8+93zlQ==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/a97f2849d8d6432ea7c212063a32993a/dexie-4.0.1-beta.4.tgz","_from":"file:dexie-4.0.1-beta.4.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-9bjczktt8XcMdPIspy1QKsnJJ0zWsbc9xIxiLAGhdIxBhAwOfgUOfY1a41XLGjG7JJXSbwulWiEqPXJ8+93zlQ==","shasum":"60fbbcee4d4d5e519081f76d7359d6a916d3de0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.4.tgz","fileCount":23,"unpackedSize":2917884,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhkUzDHgYoRmNAqDQ7nxKvIgp2Sh3wRRXPJyheT9wksgIhAP3423NpGSufGoeNC6Nfja/RaWevTw1gpjA3MMmT63Gz"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.4_1701478868796_0.1857647489265668"},"_hasShrinkwrap":false},"4.0.1-beta.5":{"name":"dexie","version":"4.0.1-beta.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.1","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","test:ltcloud":"cross-env LAMBDATEST=true npm run test:ltTunnel & sleep 10 && npm run test:unit","test:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.5","_integrity":"sha512-qXdyn2M9IwIbLh3+p3vY+o7ocYGTu0Cbc5xRVAaPsgQMukaIPBbrJin4VhKRUbOz0coHDo5VYvD4SEeFdGYDkA==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/91d83a0ec1c6305c0ba4b9a9cfd4032d/dexie-4.0.1-beta.5.tgz","_from":"file:dexie-4.0.1-beta.5.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-qXdyn2M9IwIbLh3+p3vY+o7ocYGTu0Cbc5xRVAaPsgQMukaIPBbrJin4VhKRUbOz0coHDo5VYvD4SEeFdGYDkA==","shasum":"2d8bcd2a3bb6cfcdec50fee3f02d7401beb8c378","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.5.tgz","fileCount":23,"unpackedSize":2917406,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFvq/aJ8ah61KPhIGYI1hM6FqKlNNYFNDO5LUy/RDRkrAiBCjRU7/kFMef07ajmMKjZQAzOZrgPEIn7zWWjtINnXzQ=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.5_1702287833761_0.7851771318459351"},"_hasShrinkwrap":false},"4.0.1-beta.6":{"name":"dexie","version":"4.0.1-beta.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.6","_integrity":"sha512-NOexH4Rn8mrdSg/bn3YNFdPzQ1vPNxgPYLGWGU46z26NYGW1XmC0hhjjttwx9jYwba1K9Ypo1ZbZLNKtK6INSg==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/69e0075e0c23c3ffc3cd39bf5bf7063c/dexie-4.0.1-beta.6.tgz","_from":"file:dexie-4.0.1-beta.6.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-NOexH4Rn8mrdSg/bn3YNFdPzQ1vPNxgPYLGWGU46z26NYGW1XmC0hhjjttwx9jYwba1K9Ypo1ZbZLNKtK6INSg==","shasum":"559dad1b6e7da7da5eb06b28df25fe2eb487bf01","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.6.tgz","fileCount":24,"unpackedSize":2911208,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH5EJfS8B3dJ7M+jTivXlgPpNoT55QSWWM3sAz2D13ADAiEAkTME5dl99xN1bVxHzKPJrMJ3z1MknioaDs/39WNH4C0="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.6_1702893171596_0.4108681082604835"},"_hasShrinkwrap":false},"4.0.1-beta.7":{"name":"dexie","version":"4.0.1-beta.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.0.4","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.7","_integrity":"sha512-jWR02VWpPOZNMQo0YlOQzUXdpHQu2NDbUTW/HUNDjhYnP4j3LVsLtghb3TrFpilHJeL3Nn86wzrmx3Sd8svfKg==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/4fa6d78de74ad0cb9095d7b798119c69/dexie-4.0.1-beta.7.tgz","_from":"file:dexie-4.0.1-beta.7.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-jWR02VWpPOZNMQo0YlOQzUXdpHQu2NDbUTW/HUNDjhYnP4j3LVsLtghb3TrFpilHJeL3Nn86wzrmx3Sd8svfKg==","shasum":"ba284faa1727fdb557ab5b87c74df5a6a9e3e6b6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.7.tgz","fileCount":23,"unpackedSize":2907214,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9TaCHOpR2YywfYGHWJq/5zjP4TSR/SvrkWXFGq8BmiAIhAOJ3jR6z3t/R0c/dSCPp6Id1Pmavr7JyAwAy0rQYgNi9"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.7_1706711853972_0.22158225131219766"},"_hasShrinkwrap":false},"4.0.1-beta.8":{"name":"dexie","version":"4.0.1-beta.8","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.8","_integrity":"sha512-uglZh1MaYrSOhzWvfekk+PZinBDekg2G+nawXmRtIZAfncKUxR99IVshmkt4PykUl+gz7xzCZWxRWUx7vkp+Tg==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/5c4ab0b8760df0347adebbc15dbbb944/dexie-4.0.1-beta.8.tgz","_from":"file:dexie-4.0.1-beta.8.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-uglZh1MaYrSOhzWvfekk+PZinBDekg2G+nawXmRtIZAfncKUxR99IVshmkt4PykUl+gz7xzCZWxRWUx7vkp+Tg==","shasum":"bd3a237811af1a429dfcdbb32c44abfa78799adb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.8.tgz","fileCount":23,"unpackedSize":2951181,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGv10LWz/Em3wUpFAKTuj5PMluqb0Q2QebHIMmKH7uOjAiEAtO1ElG1yeLxvCWhTB8heXP9np31Rzhxozz9300U/3Ug="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.8_1707298185468_0.8918258940894541"},"_hasShrinkwrap":false},"4.0.1-beta.9":{"name":"dexie","version":"4.0.1-beta.9","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.9","_integrity":"sha512-/m2G39sxv6NiL1OqwZN1YsE7sLUx3C9V8wnHLhmgT3phfTMz8LbWQ8b21D9cy/IhvyLkcVwisuoRiPVh60prIw==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/9d63816d4cded8d7f08f13b8bd9ae124/dexie-4.0.1-beta.9.tgz","_from":"file:dexie-4.0.1-beta.9.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-/m2G39sxv6NiL1OqwZN1YsE7sLUx3C9V8wnHLhmgT3phfTMz8LbWQ8b21D9cy/IhvyLkcVwisuoRiPVh60prIw==","shasum":"b0f0835976c2c5e51cbd36b3795e637452e4aca5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.9.tgz","fileCount":24,"unpackedSize":2923470,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBBRm+Ld3bOLZgPI1KpQptIJjP05hp7o3XxHbJrfBYanAiEA8dhTuq+NMUHLcPweByyfE6xMLOA7BNNNOTsAHhtwr/8="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.9_1707419040509_0.8986075828599549"},"_hasShrinkwrap":false},"3.2.5":{"name":"dexie","version":"3.2.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"dependencies":{"karma-safari-launcher":"^1.0.0"},"_id":"dexie@3.2.5","gitHead":"07454f5587b6c8cac76406e016b48d67cb485b3e","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-MA7vYQvXxWN2+G50D0GLS4FqdYUyRYQsN0FikZIVebOmRoNCSCL9+eUbIF80dqrfns3kmY+83+hE2GN9CnAGyA==","shasum":"f68e34b98e0e5e3412cf86b540a2cc6cbf9b0266","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.5.tgz","fileCount":22,"unpackedSize":2592085,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBluEBota3DpOz6sTRlYfnpb8EdUHvZVgcd9WYiYbQa0AiBJ0+exAfOUPls2e1FCbons85pH7Jm4RFQe/rd+zui8aQ=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.5_1707431743044_0.7994845591586772"},"_hasShrinkwrap":false},"4.0.1-beta.10":{"name":"dexie","version":"4.0.1-beta.10","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.10","_integrity":"sha512-nwKaWUcavJlqbs/4PFFrGBenPjywDmZSce+LSip7lgStsOkJxyBHeUYPNot2HuSD6Zq8514USGAIwaUzbwTq8w==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/75337903db8d28d5a7db63ce751f7ef7/dexie-4.0.1-beta.10.tgz","_from":"file:dexie-4.0.1-beta.10.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-nwKaWUcavJlqbs/4PFFrGBenPjywDmZSce+LSip7lgStsOkJxyBHeUYPNot2HuSD6Zq8514USGAIwaUzbwTq8w==","shasum":"7f69dba54dee9a369aef9beb4c7826d17f36cba8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.10.tgz","fileCount":24,"unpackedSize":2922262,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDT6DTgQVEWEzrMDWyQb3wS0Dmf5wFU/bzGQ/YRHrDXUAIgSxEYBiOKpcEjcS0G7HekEjvD6iB3xfHgA3IAdAAU8LA="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.10_1707774939629_0.7926109484498476"},"_hasShrinkwrap":false},"3.2.6":{"name":"dexie","version":"3.2.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"dependencies":{"karma-safari-launcher":"^1.0.0"},"_id":"dexie@3.2.6","readmeFilename":"README.md","gitHead":"fa768865e009398641d02d251709f676f2fd87ce","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-R9VzQ27/cncQymoAeD1kfu66NUrdxcnMNXVfEoFLnQ+apVVbS4++veUcSGxft9V++zaeiLkMAREOMf8EwgR/Vw==","shasum":"c5980e4228d7e81744bb324c81459afa6604da41","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.6.tgz","fileCount":22,"unpackedSize":2592041,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICg1/cOFJqb7dcrQatXb8yD42lYHwRdLdtFX3LBg5ljKAiEA9e9SIyPnbp7/E+E7iFjUKFjhO7XfnvNfSY3ispI3JE8="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.6_1707782461866_0.3933534611380287"},"_hasShrinkwrap":false},"4.0.1-beta.11":{"name":"dexie","version":"4.0.1-beta.11","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.11","_integrity":"sha512-7Cb1EpH2KgUEV6x6ZLuUuUUvN/yD+bU7QCVpZtf/cOUf1BTp+axRb1vrQmmFj5gf7JFriGOe36PLymzAfdTESA==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/9cfba66ab3d0995eb9122f41962eb058/dexie-4.0.1-beta.11.tgz","_from":"file:dexie-4.0.1-beta.11.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-7Cb1EpH2KgUEV6x6ZLuUuUUvN/yD+bU7QCVpZtf/cOUf1BTp+axRb1vrQmmFj5gf7JFriGOe36PLymzAfdTESA==","shasum":"f14a75d7814a6c70bd8c7484e2350e52c2d59511","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.11.tgz","fileCount":24,"unpackedSize":2923453,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkJShfbe0K4bRCLnZ2DzHfi55s0umzP6QOOdxJWGdJkAIhAL/GozW0j+b+w2PelnqBnh0KqCyD14LYT/Dy24BIetIK"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.11_1708089969365_0.41010870950234013"},"_hasShrinkwrap":false},"4.0.1-beta.12":{"name":"dexie","version":"4.0.1-beta.12","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.12","_integrity":"sha512-FNy92sJt7HnGSgbJZjdujaU0i+eEbZ9CVTyzpdWhanD1+pXdRbt5Vyo+sJkS8YeBmMs70HXl09hWVrqkZ4DbOg==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/faba0de1fd33316f7e24a3b458b815a6/dexie-4.0.1-beta.12.tgz","_from":"file:dexie-4.0.1-beta.12.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-FNy92sJt7HnGSgbJZjdujaU0i+eEbZ9CVTyzpdWhanD1+pXdRbt5Vyo+sJkS8YeBmMs70HXl09hWVrqkZ4DbOg==","shasum":"960f5652b46be350515ec499f135a10b30144ec6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.12.tgz","fileCount":24,"unpackedSize":2935404,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEVMs944gvlghMVCP12WK6Y0CZKFjvHyfGLXsVZqzoNmAiBKq80yl08kxlW6L2rCRXw4n9WtWLoXqs1rrl3kyOVHIA=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.12_1709247906468_0.33492320820194244"},"_hasShrinkwrap":false},"4.0.1-beta.13":{"name":"dexie","version":"4.0.1-beta.13","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.13","_integrity":"sha512-gmQmkrR1f21xhrm+nowfSnlYZTrU7/aaCLlJN5PPl+D8bRkkymV4Z63S5SH2rRfQCt/9uJ0Orn2EOMIutwAH2w==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/492f884e4aee42769cf56b3a336204ff/dexie-4.0.1-beta.13.tgz","_from":"file:dexie-4.0.1-beta.13.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-gmQmkrR1f21xhrm+nowfSnlYZTrU7/aaCLlJN5PPl+D8bRkkymV4Z63S5SH2rRfQCt/9uJ0Orn2EOMIutwAH2w==","shasum":"b0da15d06c62e5540465b3e1675147e89404fc25","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.13.tgz","fileCount":24,"unpackedSize":2935430,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBoJvcINnIJx5Y4fIIdafYMxXf8L+/z0GTOBOap11XdnAiEA1KWtP9GwDZqGXdvGkEKg/SvyS0b8NvGDUZZxBpSkUD8="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.13_1709248286346_0.39577587470472175"},"_hasShrinkwrap":false},"4.0.1-beta.14":{"name":"dexie","version":"4.0.1-beta.14","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-beta.14","_integrity":"sha512-1Glgs4nyHUriknstBku1T0Qz9qxJbHQy49JFeDEacHQK+XljN/sn1zyIH/HwouQ7a+WAdWHInm51i0GqWOAyHg==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/624e7c524f12fa7f05a71d4994070eed/dexie-4.0.1-beta.14.tgz","_from":"file:dexie-4.0.1-beta.14.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-1Glgs4nyHUriknstBku1T0Qz9qxJbHQy49JFeDEacHQK+XljN/sn1zyIH/HwouQ7a+WAdWHInm51i0GqWOAyHg==","shasum":"d506f08b175fc75e80cbc7a323f7b09c91ec334a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-beta.14.tgz","fileCount":24,"unpackedSize":2935622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFw85bwsTAauqtT9hQDdh6XbAtDTf1Bf8Nru78MxHpnAAiBpjTu8RBdqMOgAqeCztPilXkElAFacGy7V3MwJXLYAng=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-beta.14_1709250829799_0.27113459733257494"},"_hasShrinkwrap":false},"3.2.7":{"name":"dexie","version":"3.2.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"browser":"./dist/modern/dexie.min.mjs","module":"./dist/modern/dexie.min.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"browser":"./dist/modern/dexie.mjs","module":"./dist/modern/dexie.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dfahlander/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dfahlander/Dexie.js/issues"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"npm run build && npm run test:typings && npm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2018 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"engines":{"node":">=6.0"},"homepage":"https://dexie.org","devDependencies":{"dts-bundle-generator":"^5.9.0","just-build":"^0.9.19","karma":"^6.1.1","karma-browserstack-launcher":"^1.5.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-safari-launcher":"^1.0.0","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^4.3.4","uglify-js":"^3.9.2"},"_id":"dexie@3.2.7","gitHead":"e82b48750b50557d172636e616ba6e38be86354c","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-2a+BXvVhY5op+smDRLxeBAivE7YcYaneXJ1la3HOkUfX9zKkE/AJ8CNgjiXbtXepFyFmJNGSbmjOwqbT749r/w==","shasum":"1346541c9c81e3bc6055a042a928837890595e3a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-3.2.7.tgz","fileCount":22,"unpackedSize":2592017,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJjfosesHPzbp+qG+B9l896PGxnsJ/ZhrxXHQr1jWbkQIhANlBXLRDlaokBCohz1tpPdGZQHnnYutq2DJ622Ck/Q1i"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_3.2.7_1710891730583_0.5449334163366031"},"_hasShrinkwrap":false},"4.0.1-rc.1":{"name":"dexie","version":"4.0.1-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.0.1-rc.1","_integrity":"sha512-rfdQX5NQmXjLxxFusgnaczT+3hHz96Nz68atDyhWdAAjfFeTmrco7JkLdWHA0YpX7be1O1NRZ5AyAYILhmgoZg==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/d2716e2ea36a2a9e3b4788ec40894c02/dexie-4.0.1-rc.1.tgz","_from":"file:dexie-4.0.1-rc.1.tgz","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-rfdQX5NQmXjLxxFusgnaczT+3hHz96Nz68atDyhWdAAjfFeTmrco7JkLdWHA0YpX7be1O1NRZ5AyAYILhmgoZg==","shasum":"d94f898cb92938908f9238b9784a3891db8459ca","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1-rc.1.tgz","fileCount":24,"unpackedSize":2935586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUh9azDeUMuO9lrweg4S9kUxUIHRmnC/4ZX5JHH5wmAgIhAMtNnY7xnu6ZAjJPhdXX75VXC40PPsNwDyq8Ztfp+I1m"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1-rc.1_1710933907699_0.45396172436293325"},"_hasShrinkwrap":false},"4.0.1":{"name":"dexie","version":"4.0.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.1","_integrity":"sha512-wSNn+TcCh+DuE2pdg058K3MhxA4g+IiZlW7yGz4cMd/t3z2rJXZcV3HDxZljbrICU2Iq0qY4UHnbolTMK/+bcA==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/519b603e586b97d7d59459672ea76afc/dexie-4.0.1.tgz","_from":"file:dexie-4.0.1.tgz","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-wSNn+TcCh+DuE2pdg058K3MhxA4g+IiZlW7yGz4cMd/t3z2rJXZcV3HDxZljbrICU2Iq0qY4UHnbolTMK/+bcA==","shasum":"0b2aa9a39f706f0bb970134047afaa326a3c923e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.1.tgz","fileCount":24,"unpackedSize":2935504,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGi1KqJwOMmn6zBCaIx7rQPWGNp1MKHJ3hGUHPsDZopbAiAEnZyA4xD+7Lmp025jieVKawqxB3DrUonoTA/eKHycJw=="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.1_1711463218008_0.5289552873676806"},"_hasShrinkwrap":false},"4.0.2":{"name":"dexie","version":"4.0.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.2","_integrity":"sha512-0D9Gds8Y3yN3k4p7SKrfdP9dqzMxskpNdFwNx9xvWbaowdF5oDwJtej/l9nh1xIeYCoilV+PWRZvM5vAn5SNsA==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/f2c8555c9eeeeb46191daa58efcde55c/dexie-4.0.2.tgz","_from":"file:dexie-4.0.2.tgz","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-0D9Gds8Y3yN3k4p7SKrfdP9dqzMxskpNdFwNx9xvWbaowdF5oDwJtej/l9nh1xIeYCoilV+PWRZvM5vAn5SNsA==","shasum":"40c319aa720c05a9b03d1281dd1850e94cab17f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.2.tgz","fileCount":24,"unpackedSize":2945178,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/Fu+Cj/N/yDCweueK+6TEBu3YwTd0i35xA63zWfNarQIhAIQxef0bjVaomHDwvIY3Dez1rl+r7Gel9HoIEQro8n73"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.2_1712705027716_0.012183483091878777"},"_hasShrinkwrap":false},"4.0.3":{"name":"dexie","version":"4.0.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.3","_integrity":"sha512-JDA+wz4bzwOxBydaroyPBKmCepLKgD1xDmh3zxZVRu1KYX+0hPMyfw0Fn6+X1PLmSManYeqVOZlwJ1ewnL7rHQ==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/c8d7ff75ac49ad0ee10919c121d4599e/dexie-4.0.3.tgz","_from":"file:dexie-4.0.3.tgz","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-JDA+wz4bzwOxBydaroyPBKmCepLKgD1xDmh3zxZVRu1KYX+0hPMyfw0Fn6+X1PLmSManYeqVOZlwJ1ewnL7rHQ==","shasum":"229916ee76bd16536e77d13c8a5ccabff740181c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.3.tgz","fileCount":24,"unpackedSize":2945178,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDO1t8C3HbO3nd80kWwwGtU8boDEJPUOLGr7lyjcTGGRgIhANEysn2m8vaksXM+W1Vliz5d+TLe/ZWRXYq9LR0kDlX1"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.3_1712767433004_0.9920527025731125"},"_hasShrinkwrap":false},"4.0.4":{"name":"dexie","version":"4.0.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.4","_integrity":"sha512-wFzwWSUdi+MC3jiFeQcCp9nInR7EaX8edzYY+4wmiITkQAiSnHpe4Wo2o5Ce5tJZe2nqt7mLW91MsW4GYx3ziQ==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/52f80cfd9ae078c03f65e78f4f684cba/dexie-4.0.4.tgz","_from":"file:dexie-4.0.4.tgz","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-wFzwWSUdi+MC3jiFeQcCp9nInR7EaX8edzYY+4wmiITkQAiSnHpe4Wo2o5Ce5tJZe2nqt7mLW91MsW4GYx3ziQ==","shasum":"a4c0bd27fe3a5aee9fcb8e4c9adeb08b4a624378","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.4.tgz","fileCount":22,"unpackedSize":2944907,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQl2/45tL0RH5xYPWDNIINhRfblsRdJDvDWJsPJZOw1QIhAMKuPLlfdYe/orJL8QcoJmlDAQhlKqgiW4kl7b2I1iyq"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.4_1712767773340_0.23932555047769344"},"_hasShrinkwrap":false},"4.0.5":{"name":"dexie","version":"4.0.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/dexie.mjs":"./dist/dexie.mjs"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.5","_integrity":"sha512-ImqZ/Ems9UX5ynHZLDQ2uoyM3zYbrG3tzwz0nhNDXWbYjhITzCdQ8aeD2ICoRUA1ArLwsv9EJLRlJ9rbCmm+SQ==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/7c9bdc28b7c69bb1e35d3846eae7fd63/dexie-4.0.5.tgz","_from":"file:dexie-4.0.5.tgz","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-ImqZ/Ems9UX5ynHZLDQ2uoyM3zYbrG3tzwz0nhNDXWbYjhITzCdQ8aeD2ICoRUA1ArLwsv9EJLRlJ9rbCmm+SQ==","shasum":"b98ed97a0b1e5cde2dd5447a09d692dfeab96450","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.5.tgz","fileCount":22,"unpackedSize":2968777,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHOLhKkH0ORuMN6CTu4c+B7T7LELisDmP7MCpmY8+evgIhAIUAIjVJ0Fs2A7dtlg/UGMhdmga8EXoHdJ+BMg3hqNp7"}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.5_1716589628774_0.07874171495506155"},"_hasShrinkwrap":false},"4.0.7":{"name":"dexie","version":"4.0.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/dexie.mjs":"./dist/dexie.mjs"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.7","_integrity":"sha512-M+Lo6rk4pekIfrc2T0o2tvVJwL6EAAM/B78DNfb8aaxFVoI1f8/rz5KTxuAnApkwqTSuxx7T5t0RKH7qprapGg==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/1a1a8b34aa5382a32d513c8d95728e0f/dexie-4.0.7.tgz","_from":"file:dexie-4.0.7.tgz","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-M+Lo6rk4pekIfrc2T0o2tvVJwL6EAAM/B78DNfb8aaxFVoI1f8/rz5KTxuAnApkwqTSuxx7T5t0RKH7qprapGg==","shasum":"c92e5032245fc075de58c636238a82ee3ff9fedb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.7.tgz","fileCount":22,"unpackedSize":2969756,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBd2DczExje4h2gbRcGcsfivfEXI9D+q912ZWYa8+k2uAiEA6fCvMjNebo9AFtOPWAwMjil73a1pDLbPPN+c6nuR+9c="}]},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.7_1716730788945_0.19309155047314341"},"_hasShrinkwrap":false},"4.0.8":{"name":"dexie","version":"4.0.8","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.8","_integrity":"sha512-1G6cJevS17KMDK847V3OHvK2zei899GwpDiqfEXHP1ASvme6eWJmAp9AU4s1son2TeGkWmC0g3y8ezOBPnalgQ==","_resolved":"/private/var/folders/0y/5wjf8hf145b6sksj8rmqbjw40000gp/T/d5149c4c0e8cd4b4e48d4321a38f85b8/dexie-4.0.8.tgz","_from":"file:dexie-4.0.8.tgz","_nodeVersion":"18.19.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-1G6cJevS17KMDK847V3OHvK2zei899GwpDiqfEXHP1ASvme6eWJmAp9AU4s1son2TeGkWmC0g3y8ezOBPnalgQ==","shasum":"21fca70686bdaa1d86fad45b6b19316f6a084a1d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.8.tgz","fileCount":22,"unpackedSize":2972778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEtyQmcrSx4w2idnKQpLnldR/bjNEv+pli7uTpXF97UUAiAbtVnGBfzpL0gajHARuf85MLChm/58GK+/nVS3hpopOA=="}],"size":729366},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.8_1720624836989_0.008065612588746607"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-10T15:20:37.245Z","publish_time":1720624837245,"_source_registry_name":"default"},"4.0.9-alpha.1":{"name":"dexie","version":"4.0.9-alpha.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.9-alpha.1","readmeFilename":"README.md","_integrity":"sha512-bkzAWlQRhoED+v0toa20PCQdKvu1E3c7FyR4fgEHWAA7YDO8gbxawrOOFELT9vZbqQFxhC3zfg2zfpygNwYkhw==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/e8270befc0c8b4e9f5f43b003c2fab97/dexie-4.0.9-alpha.1.tgz","_from":"file:dexie-4.0.9-alpha.1.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-bkzAWlQRhoED+v0toa20PCQdKvu1E3c7FyR4fgEHWAA7YDO8gbxawrOOFELT9vZbqQFxhC3zfg2zfpygNwYkhw==","shasum":"7fdb4ef7ec331ea7d62c0bc9ea368ead4a8824bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.9-alpha.1.tgz","fileCount":23,"unpackedSize":3168886,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6aHrb67ZvuOsTUiXqnwalk0GeafcwZce+W+xRRkgQDQIgTQUIDQIT/IT9I4bEuIet9HJbdfnsAUTSQSCdobsoAgA="}],"size":783776},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.9-alpha.1_1724415928275_0.3517565946587493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-23T12:25:28.635Z","publish_time":1724415928635,"_source_registry_name":"default"},"4.1.0-alpha.2":{"name":"dexie","version":"4.1.0-alpha.2","keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"license":"Apache-2.0","_id":"dexie@4.1.0-alpha.2","maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","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":"9b676b12061edddc7c37a450316a7f040934cfc8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.2.tgz","fileCount":23,"integrity":"sha512-aerN+ymIj3FzA+3Y/Yc3qhYswJlpsgO/++jyQUBR5bU74Gz2RydvhWe0MHiWy1i3vm6K2ngXYiezkNWdQtVXMg==","signatures":[{"sig":"MEUCIQDF8okdyuHfj7rdJVSoxNNqL5m074dnl6aEcbPtG1hsnQIgFqSFQjHGHie/cl+UGDBuIOdEN8g3qXX3xquxDDEfJ5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3226732,"size":796667},"jspm":{"format":"cjs","ignore":["src/"]},"main":"dist/dexie.js","_from":"file:dexie-4.1.0-alpha.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","test:unit":"karma start test/karma.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug","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":"anonymous","email":"david.fahlander@gmail.com"},"_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/dc1fb5b2d3fe70c353e02e91760d49ae/dexie-4.1.0-alpha.2.tgz","_integrity":"sha512-aerN+ymIj3FzA+3Y/Yc3qhYswJlpsgO/++jyQUBR5bU74Gz2RydvhWe0MHiWy1i3vm6K2ngXYiezkNWdQtVXMg==","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.js"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.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":"10.8.2","description":"A Minimalistic Wrapper for IndexedDB","directories":{},"jsnext:main":"dist/dexie.mjs","_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"yjs":"^13.6.16","rxjs":"^6.6.6","karma":"^6.1.1","qunit":"^2.10.0","tslib":"^2.1.0","rollup":"^2.40.0","terser":"^5.3.1","qunitjs":"^1.23.1","cross-env":"^7.0.3","uglify-js":"^3.9.2","just-build":"^0.9.24","typescript":"^5.3.3","karma-qunit":"^4.1.1","sorted-json":"^0.2.6","y-protocols":"^1.0.6","serve-static":"^1.14.1","safari-14-idb-fix":"^3.0.0","dts-bundle-generator":"^9.3.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","rollup-plugin-commonjs":"^10.1.0","@lambdatest/node-tunnel":"^4.0.7","karma-webdriver-launcher":"^1.0.8","rollup-plugin-sourcemaps":"^0.6.3","rollup-plugin-node-resolve":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/dexie_4.1.0-alpha.2_1728046897183_0.8541015029112657","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-04T13:01:37.416Z","publish_time":1728046897416,"_source_registry_name":"default"},"4.1.0-alpha.3":{"name":"dexie","version":"4.1.0-alpha.3","keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"license":"Apache-2.0","_id":"dexie@4.1.0-alpha.3","maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","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":"2c1479670280e2fd02078619dc0614a6510a58b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.3.tgz","fileCount":23,"integrity":"sha512-/AI+jjmdlfbDs8xvb3H+sMbGz0uowyREc5L2bDF4MikYYwwxe2aNfkTMCKELoTWI+3rFFqX/ysH9fUG4eRVGGw==","signatures":[{"sig":"MEUCIH62wigqohg3glYNjsZHvC/rnrXJlV/wRs1hEQhoYiAeAiEA2vukPGDpupNhpnoZANXj+uzd2C7XjISSfmm6KYh+zrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3228186,"size":796977},"jspm":{"format":"cjs","ignore":["src/"]},"main":"dist/dexie.js","_from":"file:dexie-4.1.0-alpha.3.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","test:unit":"karma start test/karma.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug","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":"anonymous","email":"david.fahlander@gmail.com"},"_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/653fc2d93abd513c5d2fbe886c997a38/dexie-4.1.0-alpha.3.tgz","_integrity":"sha512-/AI+jjmdlfbDs8xvb3H+sMbGz0uowyREc5L2bDF4MikYYwwxe2aNfkTMCKELoTWI+3rFFqX/ysH9fUG4eRVGGw==","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.js"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.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":"10.8.2","description":"A Minimalistic Wrapper for IndexedDB","directories":{},"jsnext:main":"dist/dexie.mjs","_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"yjs":"^13.6.16","rxjs":"^6.6.6","karma":"^6.1.1","qunit":"^2.10.0","tslib":"^2.1.0","rollup":"^2.40.0","terser":"^5.3.1","qunitjs":"^1.23.1","cross-env":"^7.0.3","uglify-js":"^3.9.2","just-build":"^0.9.24","typescript":"^5.3.3","karma-qunit":"^4.1.1","sorted-json":"^0.2.6","y-protocols":"^1.0.6","serve-static":"^1.14.1","safari-14-idb-fix":"^3.0.0","dts-bundle-generator":"^9.3.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","rollup-plugin-commonjs":"^10.1.0","@lambdatest/node-tunnel":"^4.0.7","karma-webdriver-launcher":"^1.0.8","rollup-plugin-sourcemaps":"^0.6.3","rollup-plugin-node-resolve":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/dexie_4.1.0-alpha.3_1728628024906_0.42629682815377357","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-11T06:27:05.093Z","publish_time":1728628025093,"_source_registry_name":"default"},"4.1.0-alpha.4":{"name":"dexie","version":"4.1.0-alpha.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-alpha.4","readmeFilename":"README.md","_integrity":"sha512-De7XICGWHch7gh9BJYlWXGsTvdWDbcOFBLlLE/SDWbuEDW3tvzQlm2xCIYzDlFmYcwYjZQaa1b+7dZRYgefICQ==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/027d4acd03d58d2ee6b5d9da09adb125/dexie-4.1.0-alpha.4.tgz","_from":"file:dexie-4.1.0-alpha.4.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-De7XICGWHch7gh9BJYlWXGsTvdWDbcOFBLlLE/SDWbuEDW3tvzQlm2xCIYzDlFmYcwYjZQaa1b+7dZRYgefICQ==","shasum":"30160b40f6d45ba6a4c28840b5686e5e4e22eff3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.4.tgz","fileCount":23,"unpackedSize":3278600,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGwWcLFTVdWqPqOofJiYKTO/KxSKib53Qcfz93WnqyEoAiEAoA2PuH4qKElsLtm7zz8vl7pp3n3jXLTnPvT09yg20z0="}],"size":811247},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.1.0-alpha.4_1728806465529_0.5744151681759959"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-13T08:01:05.802Z","publish_time":1728806465802,"_source_registry_name":"default"},"4.1.0-alpha.5":{"name":"dexie","version":"4.1.0-alpha.5","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-alpha.5","readmeFilename":"README.md","_integrity":"sha512-85hykVKHEru/f0mmgTeZRn7Ms0r9fU8IOpfOJS6rk1jwoVHqlgIP3w5WO3UUknGS83meJMuIRwCLoXcWtDL3aA==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/d076b44d547e6246afb3c9f82da4bced/dexie-4.1.0-alpha.5.tgz","_from":"file:dexie-4.1.0-alpha.5.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-85hykVKHEru/f0mmgTeZRn7Ms0r9fU8IOpfOJS6rk1jwoVHqlgIP3w5WO3UUknGS83meJMuIRwCLoXcWtDL3aA==","shasum":"6890f86ddbfdc0f809babc0b1671f74ebfae0ed0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.5.tgz","fileCount":23,"unpackedSize":3280646,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChgRr20hLHyTStR/iPGdzC8y3AGEGs9jKNToLo8B+1OwIhAPb32mFHzHrfd0vYrLPPDKdPEMN/r2qlpumWjqoAIBEm"}],"size":811905},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.1.0-alpha.5_1728820128072_0.7944293722892668"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-13T11:48:48.346Z","publish_time":1728820128346,"_source_registry_name":"default"},"4.1.0-alpha.6":{"name":"dexie","version":"4.1.0-alpha.6","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-alpha.6","readmeFilename":"README.md","_integrity":"sha512-PZEYISFyxlJILpAIucCeuwLM9kNp7Ryf/ipJUQDSH0Ih+Hz2EPMKflhhRfUz8f2tPMXm4MmXXzpSZKMAhgC8zA==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/47cfdc44bcdb992977e18d2a97dbda97/dexie-4.1.0-alpha.6.tgz","_from":"file:dexie-4.1.0-alpha.6.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-PZEYISFyxlJILpAIucCeuwLM9kNp7Ryf/ipJUQDSH0Ih+Hz2EPMKflhhRfUz8f2tPMXm4MmXXzpSZKMAhgC8zA==","shasum":"e66c3eefb6d6e9eef6d3b8f5fe276b8ceca756b3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.6.tgz","fileCount":23,"unpackedSize":3280675,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrVGInG/VKXWNZ5UPhUjvvSbiV9z6ORqgSYWOrXZdCqAIhAOPHwsPGQKtEwoV6HtTdNnK91ygsHU6+F39PhcmqYiRc"}],"size":811828},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.1.0-alpha.6_1728948173138_0.05857228059092345"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-14T23:22:53.393Z","publish_time":1728948173393,"_source_registry_name":"default"},"4.1.0-alpha.7":{"name":"dexie","version":"4.1.0-alpha.7","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-alpha.7","readmeFilename":"README.md","_integrity":"sha512-NsZBuJYocz/KEDd8qmPiZRHlMrlG+0jLBaGigpj4+OTNOhjBe0Qm/WpDGCLmuglpMVD//2mXnLDRz9MOFdkg6g==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/188c11964a14b1e5d95dbe71cc80a0d0/dexie-4.1.0-alpha.7.tgz","_from":"file:dexie-4.1.0-alpha.7.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-NsZBuJYocz/KEDd8qmPiZRHlMrlG+0jLBaGigpj4+OTNOhjBe0Qm/WpDGCLmuglpMVD//2mXnLDRz9MOFdkg6g==","shasum":"198e85c5f21d1ef9d7801952e910a21a6e323f8d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.7.tgz","fileCount":23,"unpackedSize":3280644,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGUxIB73Jv4F91sQa+i4ftCCRuehn4dHcYCkS33L4rXPAiBdz74+AhOGa+OQ6DZrTgz/NZ6o4muzmhZ4ZbBiiilK8A=="}],"size":811779},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.1.0-alpha.7_1728998720412_0.7041883359594394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T13:25:20.692Z","publish_time":1728998720692,"_source_registry_name":"default"},"4.1.0-alpha.8":{"name":"dexie","version":"4.1.0-alpha.8","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-alpha.8","readmeFilename":"README.md","_integrity":"sha512-WQEe3MnCHUOui5slVHWjgqylByOSXnGFadEBpfi7+3JVzf9DgN/I+5dtZ7J00Arps9dSRDzV1py+/PAmwG2VWQ==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/679575be20ec499dfe09ea1083c5c070/dexie-4.1.0-alpha.8.tgz","_from":"file:dexie-4.1.0-alpha.8.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-WQEe3MnCHUOui5slVHWjgqylByOSXnGFadEBpfi7+3JVzf9DgN/I+5dtZ7J00Arps9dSRDzV1py+/PAmwG2VWQ==","shasum":"7b947ffa6be0f20c184a4e74b45e45836b04c6cf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.8.tgz","fileCount":23,"unpackedSize":3281169,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIQEnqnvFCnboyxLha/dIpziZnk7qbr8x5ZjrJvTSFEgIhAPfb7gX3bpeoDKHJlPvX1hd1T1/fk4VtCwhrD8mwR4MV"}],"size":811895},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.1.0-alpha.8_1729007259436_0.5661440495238912"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T15:47:39.742Z","publish_time":1729007259742,"_source_registry_name":"default"},"4.1.0-alpha.12":{"name":"dexie","version":"4.1.0-alpha.12","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-alpha.12","readmeFilename":"README.md","_integrity":"sha512-jObW2/kyOTRcdJ9CuRfSPkVMZpaMN9zPIDsaKUcQ3WMN4O7+qWTHDMNOa0IsX/hj5BgImEZzS8sc2ThblNHTfw==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/8ce5003164046cdcc47b7abff7ca7ed7/dexie-4.1.0-alpha.12.tgz","_from":"file:dexie-4.1.0-alpha.12.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-jObW2/kyOTRcdJ9CuRfSPkVMZpaMN9zPIDsaKUcQ3WMN4O7+qWTHDMNOa0IsX/hj5BgImEZzS8sc2ThblNHTfw==","shasum":"dcf0418d43c9d1e7c988c613e230452ebec3ce10","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.12.tgz","fileCount":23,"unpackedSize":3281156,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMCTrkEizcBl6otSPcXUoNoSck4cmdzmmkIcPhUhTRZAIhAL3QUYSMuF01zwVRrnGMvjcR7t/VLjKJH1PiGlxlj5Fs"}],"size":811929},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.1.0-alpha.12_1729089655363_0.24258510237498787"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-16T14:40:55.542Z","publish_time":1729089655542,"_source_registry_name":"default"},"4.0.9":{"name":"dexie","version":"4.0.9","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.9","_integrity":"sha512-VQG1huEVSAdDZssb9Bb9mFy+d3jAE0PT4d1nIRYlT46ip1fzbs1tXi0SlUayRDgV3tTbJG8ZRqAo2um49gtynA==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/ad777214e12ad13c9088a268e17f080c/dexie-4.0.9.tgz","_from":"file:dexie-4.0.9.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-VQG1huEVSAdDZssb9Bb9mFy+d3jAE0PT4d1nIRYlT46ip1fzbs1tXi0SlUayRDgV3tTbJG8ZRqAo2um49gtynA==","shasum":"8c4e827815a84ef4fdc6aa7923f89ea2cda87610","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.9.tgz","fileCount":22,"unpackedSize":2983669,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm2wAghaT3dGWXfnJB20unnVmsn8WwmT0Rc5C//H7djQIhAO6nSHpXsmfmYDSbCxBoyh3WLp7EOd7AHKCGw4B/bba3"}],"size":731915},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.9_1729523536439_0.6278673107486883"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-21T15:12:16.753Z","publish_time":1729523536753,"_source_registry_name":"default"},"4.0.10":{"name":"dexie","version":"4.0.10","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^5.9.0","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.3.3","uglify-js":"^3.9.2"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.0.10","_integrity":"sha512-eM2RzuR3i+M046r2Q0Optl3pS31qTWf8aFuA7H9wnsHTwl8EPvroVLwvQene/6paAs39Tbk6fWZcn2aZaHkc/w==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/310c5a670236662ac62f5ddd24ccb1b7/dexie-4.0.10.tgz","_from":"file:dexie-4.0.10.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-eM2RzuR3i+M046r2Q0Optl3pS31qTWf8aFuA7H9wnsHTwl8EPvroVLwvQene/6paAs39Tbk6fWZcn2aZaHkc/w==","shasum":"979e3ee75993b44eea3852f97ceb198019d5b287","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.10.tgz","fileCount":22,"unpackedSize":2987623,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2Ct+qPgPhAAOSh5ga8NXulEE9x6g4pLPF97vlvPoX0AiEAhWWI84UmWAyO6mnOR3w/ZWe1qHgQg42IYxpLyk7mr4o="}],"size":732785},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.0.10_1731701081772_0.3144414851352906"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-15T20:04:42.167Z","publish_time":1731701082167,"_source_registry_name":"default"},"4.1.0-alpha.23":{"name":"dexie","version":"4.1.0-alpha.23","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.16"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-alpha.23","readmeFilename":"README.md","_integrity":"sha512-Uq6oeL4A1uaWm8khwQ8smeSNMKXmqmYx7n8+INh7GVYr0Tiijlue6g0xv9CIQLW0dAreZDIOi540ipeZpX2Byg==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/0cda71f26ad2cce273c73cdaeafa8450/dexie-4.1.0-alpha.23.tgz","_from":"file:dexie-4.1.0-alpha.23.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Uq6oeL4A1uaWm8khwQ8smeSNMKXmqmYx7n8+INh7GVYr0Tiijlue6g0xv9CIQLW0dAreZDIOi540ipeZpX2Byg==","shasum":"2d31643d54c1f4f8fb5accf7d0c1e48a4af1dede","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-alpha.23.tgz","fileCount":23,"unpackedSize":3300571,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4/EGNREhFMEj5aUR7DPhjlOTMj10haJpIemlotYDPRAiEA6Bbo/d+ACclhC4yHux25nudluBMtKgK2TH7Tcrhvmxg="}],"size":816377},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dexie_4.1.0-alpha.23_1732702372381_0.6673267736574846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-27T10:12:52.612Z","publish_time":1732702372612,"_source_registry_name":"default"},"4.0.11":{"name":"dexie","version":"4.0.11","keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"license":"Apache-2.0","_id":"dexie@4.0.11","maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","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":"010a2c82dd35d40aa9a81c8d21951bfeb487b7d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.0.11.tgz","fileCount":22,"integrity":"sha512-SOKO002EqlvBYYKQSew3iymBoN2EQ4BDw/3yprjh7kAfFzjBYkaMNa/pZvcA7HSWlcKSQb9XhPe3wKyQ0x4A8A==","signatures":[{"sig":"MEUCIQCrIUTBnhsG27FAe5c0U4woAPA9XwNpvdCibex3PQ+WhgIgYaxK+GLSbDhNJH70+eKvd4Fcc39KGuOXEQsW3MxJYfs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2986544,"size":732477},"jspm":{"format":"cjs","ignore":["src/"]},"main":"dist/dexie.js","_from":"file:dexie-4.0.11.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","test:unit":"karma start test/karma.conf.js --single-run","test:debug":"karma start test/karma.conf.js --log-level debug","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":"anonymous","email":"david.fahlander@gmail.com"},"_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/7bcefa4000fdea4975a7399efd303161/dexie-4.0.11.tgz","_integrity":"sha512-SOKO002EqlvBYYKQSew3iymBoN2EQ4BDw/3yprjh7kAfFzjBYkaMNa/pZvcA7HSWlcKSQb9XhPe3wKyQ0x4A8A==","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.js"],"dexie":["# Build dist/dexie.js, dist/dexie.mjs and dist/dexie.d.ts","cd src","tsc [--watch 'Watching for file changes']","tsc --target es2020 --outdir ../tools/tmp/modern/src/","rollup -c ../tools/build-configs/rollup.config.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.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":"10.8.2","description":"A Minimalistic Wrapper for IndexedDB","directories":{},"jsnext:main":"dist/dexie.mjs","_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rxjs":"^6.6.6","karma":"^6.1.1","qunit":"^2.10.0","tslib":"^2.1.0","rollup":"^2.40.0","terser":"^5.3.1","qunitjs":"^1.23.1","cross-env":"^7.0.3","uglify-js":"^3.9.2","just-build":"^0.9.24","typescript":"^5.3.3","karma-qunit":"^4.1.1","sorted-json":"^0.2.6","serve-static":"^1.14.1","safari-14-idb-fix":"^3.0.0","dts-bundle-generator":"^5.9.0","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.1.0","rollup-plugin-cleanup":"^3.2.1","karma-firefox-launcher":"^2.1.0","rollup-plugin-commonjs":"^10.1.0","@lambdatest/node-tunnel":"^4.0.7","karma-webdriver-launcher":"^1.0.8","rollup-plugin-sourcemaps":"^0.6.3","rollup-plugin-node-resolve":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/dexie_4.0.11_1736961025689_0.7597128132124329","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-15T17:10:25.976Z","publish_time":1736961025976,"_source_registry_name":"default"},"4.1.0-beta.43":{"name":"dexie","version":"4.1.0-beta.43","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.23"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-beta.43","readmeFilename":"README.md","_integrity":"sha512-y6L7+rDZ9HnkHZd8u/KndK96kK6j90WvtMCqmc3Afv77qDM2e6UCY/u61lTgae/MjNc3HYyPT2yxYXeZDMdmRA==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/6ab2b88faa0ea0bc8d925736bd8e139d/dexie-4.1.0-beta.43.tgz","_from":"file:dexie-4.1.0-beta.43.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-y6L7+rDZ9HnkHZd8u/KndK96kK6j90WvtMCqmc3Afv77qDM2e6UCY/u61lTgae/MjNc3HYyPT2yxYXeZDMdmRA==","shasum":"1d136f784d4808d70b6777fad7b2a6d28ce3ff9e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-beta.43.tgz","fileCount":23,"unpackedSize":3321341,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDt07Q2wRRQltumr+uxcFq7nG9UePPvaoybW492hFjEKAiEA+oaj2hzWUAbpGcgFi4OXuMPvk2Uk/hB1r6YxCYTugio="}],"size":821640},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.1.0-beta.43_1738959682446_0.9799202028390739"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-07T20:21:22.679Z","publish_time":1738959682679,"_source_registry_name":"default"},"4.1.0-beta.45":{"name":"dexie","version":"4.1.0-beta.45","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.23"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-beta.45","readmeFilename":"README.md","_integrity":"sha512-TLBNsiEUkm21fo71RJRo45OftJEQ18yBq2hTVA3CHW86EHHai+924kLAoM1bXCKEMLjhWX4SW6hjmN7A3IuXKw==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/59c2d0ac425b538776f66cc615d4b201/dexie-4.1.0-beta.45.tgz","_from":"file:dexie-4.1.0-beta.45.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-TLBNsiEUkm21fo71RJRo45OftJEQ18yBq2hTVA3CHW86EHHai+924kLAoM1bXCKEMLjhWX4SW6hjmN7A3IuXKw==","shasum":"0e693898cc911a771b55f11798d6060b1da418f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-beta.45.tgz","fileCount":23,"unpackedSize":3340144,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDV5cDrwiLPA4GOF9GnohBcNWpKq4IGzE31KTD5gErX3QIgcVCixAEeCFAHZL0bJBwrxJQir0m0yeK3rEm1WsKuhsE="}],"size":824530},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.1.0-beta.45_1743455402094_0.5284388164663074"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-31T21:10:02.368Z","publish_time":1743455402368,"_source_registry_name":"default"},"4.1.0-beta.46":{"name":"dexie","version":"4.1.0-beta.46","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","y-protocols":"^1.0.6","yjs":"^13.6.23"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.1.0-beta.46","readmeFilename":"README.md","_integrity":"sha512-5WyOFYoxPpPoL5RP3ZFXicxd9zL+AvBfbkv/PcVMs/a3CVAO+Qlz/0xKHpG3ffif3LB3ueDotqDw5nqLHWFW9g==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/3b22f335a353caa187201085b67ebc1d/dexie-4.1.0-beta.46.tgz","_from":"file:dexie-4.1.0-beta.46.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-5WyOFYoxPpPoL5RP3ZFXicxd9zL+AvBfbkv/PcVMs/a3CVAO+Qlz/0xKHpG3ffif3LB3ueDotqDw5nqLHWFW9g==","shasum":"373e0a5babc1ff99d6dbc1f19f78ceb4c1fc8c3f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.1.0-beta.46.tgz","fileCount":23,"unpackedSize":3339996,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD2G/LxFSHSF/+ugl7nZ3/r/rzv3bBT3RRneQcRSlRkEgIgMxZoocrElqKrHlpyVrOo22BoG1RgR+hhmmMed+6yPhY="}],"size":824495},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.1.0-beta.46_1743627157922_0.6790526279565239"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-02T20:52:38.211Z","publish_time":1743627158211,"_source_registry_name":"default"},"4.2.0-alpha.1":{"name":"dexie","version":"4.2.0-alpha.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.2.0-alpha.1","readmeFilename":"README.md","_integrity":"sha512-oPyQYFArYv7cQOi9PJS3/T2BLh85nnbUCrbwHWc1yAVRx54QgipT5Nl4nTBbIVXSSJOXatGnyVScYSNIPsWP4A==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/1cce5f8143cd73a6c87aa7762f19c00c/dexie-4.2.0-alpha.1.tgz","_from":"file:dexie-4.2.0-alpha.1.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-oPyQYFArYv7cQOi9PJS3/T2BLh85nnbUCrbwHWc1yAVRx54QgipT5Nl4nTBbIVXSSJOXatGnyVScYSNIPsWP4A==","shasum":"62ed06e8482160c06eab0f8431a561ac8ea36781","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.2.0-alpha.1.tgz","fileCount":23,"unpackedSize":3021672,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCXmZeVX2VSRMd+r+OerlQO25ejcdpWgeu+SNjUCgGc1wIhAMGstPyxqp2hNBkqtTG1jeMP94nvYl54PUg/rqdsTjlb"}],"size":742666},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.2.0-alpha.1_1754039306596_0.8595546547904842"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-01T09:08:26.818Z","publish_time":1754039306818,"_source_registry_name":"default"},"4.2.0-rc.1":{"name":"dexie","version":"4.2.0-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.2.0-rc.1","readmeFilename":"README.md","_integrity":"sha512-DCMoT+RsZh0u/8obgXHqcYq5avHSXuDBOhUP2xcMq+QbfkhWxsa35SaaTTe4gRz60QX6xFfBxefQkl/FRyjYhg==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/3a62f63b214397a236102faeb17d0ba4/dexie-4.2.0-rc.1.tgz","_from":"file:dexie-4.2.0-rc.1.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-DCMoT+RsZh0u/8obgXHqcYq5avHSXuDBOhUP2xcMq+QbfkhWxsa35SaaTTe4gRz60QX6xFfBxefQkl/FRyjYhg==","shasum":"30434d24923c0273361db55bcab8c8f284a8d7a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.2.0-rc.1.tgz","fileCount":22,"unpackedSize":3020394,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIE7/jRRA3ckU7bkVToKi+c0uMnA+D4ilG0A85Q9/oN97AiAM5wzcizAIiyzNpSXDX1CD5jjSZGCnFnSpINcefxRgYA=="}],"size":742237},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.2.0-rc.1_1754462375258_0.19604297323631448"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-06T06:39:35.532Z","publish_time":1754462375532,"_source_registry_name":"default"},"4.2.0":{"name":"dexie","version":"4.2.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.2.0","readmeFilename":"README.md","_integrity":"sha512-OSeyyWOUetDy9oFWeddJgi83OnRA3hSFh3RrbltmPgqHszE9f24eUCVLI4mPg0ifsWk0lQTdnS+jyGNrPMvhDA==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/ef427bac3d6224ca03d77cfd0a036815/dexie-4.2.0.tgz","_from":"file:dexie-4.2.0.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-OSeyyWOUetDy9oFWeddJgi83OnRA3hSFh3RrbltmPgqHszE9f24eUCVLI4mPg0ifsWk0lQTdnS+jyGNrPMvhDA==","shasum":"c4df27c68f862dd833bf510415595bf4955148df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.2.0.tgz","fileCount":22,"unpackedSize":3020315,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEarOSRkbgBMI/uwxlh4W4LM8i7YbrhPo22hY9dIpRECAiEAtnU0ovq/vaP7hmlTazQ2tr3hFVdVilcTWgnhbmmc3Xs="}],"size":742146},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.2.0_1755069987349_0.9645963666354485"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-13T07:26:27.588Z","publish_time":1755069987588,"_source_registry_name":"default"},"4.2.1-rc.1":{"name":"dexie","version":"4.2.1-rc.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.2.1-rc.1","readmeFilename":"README.md","_integrity":"sha512-AwYjT2QBOZ5d+Kp6nmNkHB22jPwL1DLKp7O/RHr+rXc9m+uZ7ARlzB0AzA4A7lsVfH1Zh24cTB/o/PdRYF/Log==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/e876eeb93d44f2b8e018f64fd3fcd608/dexie-4.2.1-rc.1.tgz","_from":"file:dexie-4.2.1-rc.1.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-AwYjT2QBOZ5d+Kp6nmNkHB22jPwL1DLKp7O/RHr+rXc9m+uZ7ARlzB0AzA4A7lsVfH1Zh24cTB/o/PdRYF/Log==","shasum":"8da64e436614a431a29f31b93fda82c4f8a7b84c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.2.1-rc.1.tgz","fileCount":23,"unpackedSize":3022453,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDZVaDXL7BLjLIbGzyUoRORjq3UvOHOWj3d4XE5PMSoxwIgKfiWeSgfOa7cg5Ypff4owSFL88KULxZ/XNKQvq03bSw="}],"size":742948},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.2.1-rc.1_1756116695614_0.38010893458129336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-25T10:11:35.854Z","publish_time":1756116695854,"_source_registry_name":"default"},"4.2.1":{"name":"dexie","version":"4.2.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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.js","rollup -c ../tools/build-configs/rollup.umd.config.js","rollup -c ../tools/build-configs/rollup.modern.config.js","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 -o ../dist/dexie.d.ts public/index.d.ts","node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt","node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"],"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"],"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.js"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","cross-env":"^7.0.3","dts-bundle-generator":"^9.3.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"^2.10.0","qunitjs":"^1.23.1","rollup":"^2.40.0","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^6.6.6","safari-14-idb-fix":"^3.0.0","serve-static":"^1.14.1","sorted-json":"^0.2.6","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"_id":"dexie@4.2.1","readmeFilename":"README.md","_integrity":"sha512-Ckej0NS6jxQ4Po3OrSQBFddayRhTCic2DoCAG5zacOfOVB9P2Q5Xc5uL/nVa7ZVs+HdMnvUPzLFCB/JwpB6Csg==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/7d37faa0789ee33d96b79f74b337a0d9/dexie-4.2.1.tgz","_from":"file:dexie-4.2.1.tgz","_nodeVersion":"20.16.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Ckej0NS6jxQ4Po3OrSQBFddayRhTCic2DoCAG5zacOfOVB9P2Q5Xc5uL/nVa7ZVs+HdMnvUPzLFCB/JwpB6Csg==","shasum":"70d111ae8d2dabf53f424fca79f6f918c407e6db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.2.1.tgz","fileCount":22,"unpackedSize":3031735,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICmhSyOIay//SgPcKWriaI1+3P331Oa1hOju4bdp3XftAiEA8M7w1oTsE3leGRsYE6q3aESdJX+CrxlmGhUlr22jdYA="}],"size":744319},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.2.1_1759533305442_0.11584297046227188"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-03T23:15:05.748Z","publish_time":1759533305748,"_source_registry_name":"default"},"4.3.0":{"name":"dexie","version":"4.3.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.3.0","_integrity":"sha512-5EeoQpJvMKHe6zWt/FSIIuRa3CWlZeIl6zKXt+Lz7BU6RoRRLgX9dZEynRfXrkLcldKYCBiz7xekTEylnie1Ug==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/207e226784f9555c9f5a3d4533cd6041/dexie-4.3.0.tgz","_from":"file:dexie-4.3.0.tgz","_nodeVersion":"24.11.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-5EeoQpJvMKHe6zWt/FSIIuRa3CWlZeIl6zKXt+Lz7BU6RoRRLgX9dZEynRfXrkLcldKYCBiz7xekTEylnie1Ug==","shasum":"5b6b9e3ed4e48ba1c36442e6a7d07b86335e2df5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.3.0.tgz","fileCount":22,"unpackedSize":3094678,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCB3mS2sdPkS45srKcR7/xlA/vuJ5R3Dk5ofySywPsBBwIhAITeXPgBfYRWPg97eYVyUgdFViNW9nMIwzaMULB3t/I8"}],"size":760538},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.3.0_1766192871965_0.5128655179932005"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-20T01:07:52.200Z","publish_time":1766192872200,"_source_registry_name":"default"},"4.4.0":{"name":"dexie","version":"4.4.0","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.4.0","_integrity":"sha512-7ZZ7NCcPfHnSiIwE24GLiV3TmUzFclFv6K7PdjXpf7mDhmXp9eQegW0S3fo2RonNJBTgRfIUSbNmN8uXhjC1zA==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/d4600807ae7628107b258735684db29f/dexie-4.4.0.tgz","_from":"file:dexie-4.4.0.tgz","_nodeVersion":"24.11.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-7ZZ7NCcPfHnSiIwE24GLiV3TmUzFclFv6K7PdjXpf7mDhmXp9eQegW0S3fo2RonNJBTgRfIUSbNmN8uXhjC1zA==","shasum":"f1a53f1237770e66b371a1beb37a7ba12242c43a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.4.0.tgz","fileCount":22,"unpackedSize":3134070,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDCgvkGZfOpr9MO+3PxPsBRSaHWdyTytHTKpTUTJqKFxAiEA4UAVWUrsfNccs6e7K4s7Bh/ITHQqwD77bwrXLEi2pp8="}],"size":771292},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.4.0_1773825534717_0.742332706725829"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-18T09:18:54.931Z","publish_time":1773825534931,"_source_registry_name":"default"},"4.4.1":{"name":"dexie","version":"4.4.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local"},"readmeFilename":"README.md","_id":"dexie@4.4.1","_integrity":"sha512-4Xec5+yrS+TgyFAnMrneFOt/QG8sD3FxlkUVpfypui3SriRN80UN0SZBWmkNAY7ulfKgk0ilvv7M6pBURprdgA==","_resolved":"/private/var/folders/6d/xq72v_71007djczpdjd7rkw80000gn/T/b3dd7269a71f7590d710103dec56a255/dexie-4.4.1.tgz","_from":"file:dexie-4.4.1.tgz","_nodeVersion":"24.11.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-4Xec5+yrS+TgyFAnMrneFOt/QG8sD3FxlkUVpfypui3SriRN80UN0SZBWmkNAY7ulfKgk0ilvv7M6pBURprdgA==","shasum":"c436cf543b88276efed6862887baeefd01b77b1b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.4.1.tgz","fileCount":22,"unpackedSize":3137975,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCq1ZgJ59VX9PjovId5iPpH9qDvWiG6iLVpjcaA76MEVgIhAJQOyC7yH2TxYMmVJzwL4fWSO/o0RufxUmUM60fqBNCx"}],"size":772645},"_npmUser":{"name":"anonymous","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.4.1_1774395899644_0.9952452530741431"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-24T23:44:59.864Z","publish_time":1774395899864,"_source_registry_name":"default"},"4.4.2":{"name":"dexie","version":"4.4.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27","prettier":"^3.8.1"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local","format":"prettier --write \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\"","format:check":"prettier --check \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\""},"_id":"dexie@4.4.2","readmeFilename":"README.md","_integrity":"sha512-zMtV8q79EFE5U8FKZvt0Y/77PCU/Hr/RDxv1EDeo228L+m/HTbeN2AjoQm674rhQCX8n3ljK87lajt7UQuZfvw==","_resolved":"/tmp/02c760bc27d986b1c031e740efbfa883/dexie-4.4.2.tgz","_from":"file:dexie-4.4.2.tgz","_nodeVersion":"22.14.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-zMtV8q79EFE5U8FKZvt0Y/77PCU/Hr/RDxv1EDeo228L+m/HTbeN2AjoQm674rhQCX8n3ljK87lajt7UQuZfvw==","shasum":"447511328c982baaf6a88c736ddc08484916886c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.4.2.tgz","fileCount":25,"unpackedSize":3232202,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/dexie@4.4.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCdA0rHd6DxbC8PpW9Rzjzvuy/j286mXbosgXEAkML+6QIgBoHYy9s3OP6JGtDvs4UzEJzfJLe2auIGDOslIo//MRA="}],"size":786161},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e47ec3b6-8beb-474d-a81f-3d70571cb146"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.4.2_1774957568091_0.8320270694728236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-31T11:46:08.335Z","publish_time":1774957568335,"_source_registry_name":"default"},"4.4.2-pr2297.1":{"name":"dexie","version":"4.4.2-pr2297.1","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27","prettier":"^3.8.1"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local","format":"prettier --write \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\"","format:check":"prettier --check \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\""},"_id":"dexie@4.4.2-pr2297.1","readmeFilename":"README.md","_integrity":"sha512-7I7B4+nO5rRJwPOyuaa8JmfWXuZqTWnlrROlTGPxcvW5FTin3GwZybCBnfWFi5oOFMpqiWTE0LD1LmMttE83IA==","_resolved":"/tmp/c3f0099c4a8edfcc9c8d65b3a95c2562/dexie-4.4.2-pr2297.1.tgz","_from":"file:dexie-4.4.2-pr2297.1.tgz","_nodeVersion":"22.14.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-7I7B4+nO5rRJwPOyuaa8JmfWXuZqTWnlrROlTGPxcvW5FTin3GwZybCBnfWFi5oOFMpqiWTE0LD1LmMttE83IA==","shasum":"e83fb309ffa8d6ae2f05141a7cba1e8204396151","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.4.2-pr2297.1.tgz","fileCount":25,"unpackedSize":3244889,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/dexie@4.4.2-pr2297.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGLdKcP2ywWpu7t/nRHtISJS+jUyq8BMoBVqU4b5dpFPAiAc91r/aFq4K33PWqnIwrYsJhq8xeDzC0Q3AOn54Cgu7g=="}],"size":789660},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e47ec3b6-8beb-474d-a81f-3d70571cb146"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.4.2-pr2297.1_1776320892427_0.3241831221156588"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-16T06:28:12.639Z","publish_time":1776320892639,"_source_registry_name":"default"},"4.4.2-pr2297.2":{"name":"dexie","version":"4.4.2-pr2297.2","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27","prettier":"^3.8.1"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local","format":"prettier --write \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\"","format:check":"prettier --check \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\""},"_id":"dexie@4.4.2-pr2297.2","readmeFilename":"README.md","_integrity":"sha512-kiyfL6UjmbE5u8/2DL9arXZxw0Kb8yLqBrd2sPKxCjajZ+sYC3Nao+jfjd6WViuQ5nzOpcklvcWORrWLABQNQQ==","_resolved":"/tmp/30dbd97c264b2378bf339109a9fa550f/dexie-4.4.2-pr2297.2.tgz","_from":"file:dexie-4.4.2-pr2297.2.tgz","_nodeVersion":"22.14.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-kiyfL6UjmbE5u8/2DL9arXZxw0Kb8yLqBrd2sPKxCjajZ+sYC3Nao+jfjd6WViuQ5nzOpcklvcWORrWLABQNQQ==","shasum":"a6e5fc658df390921a60f9a7574d9fc8988f625d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.4.2-pr2297.2.tgz","fileCount":25,"unpackedSize":3244881,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/dexie@4.4.2-pr2297.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG/wo6kQz4ciXNU8kAdAQY60QRaWPg4ctqWd2ZMoZH+QAiBKUo+33YXgObavsQ4oo120Fle6CyOR4aPn3SGl3kRhSQ=="}],"size":789654},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e47ec3b6-8beb-474d-a81f-3d70571cb146"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.4.2-pr2297.2_1776321087665_0.48175816441324937"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-16T06:31:27.822Z","publish_time":1776321087822,"_source_registry_name":"default"},"4.4.2-pr2297.3":{"name":"dexie","version":"4.4.2-pr2297.3","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27","prettier":"^3.8.1"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local","format":"prettier --write \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\"","format:check":"prettier --check \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\""},"_id":"dexie@4.4.2-pr2297.3","readmeFilename":"README.md","_integrity":"sha512-fqHrFezXASyo+uYk1xqibVqrILNPMlFFLzTio+r3Bkzen8/G7uwG9KYP6p3H34h+NGkvCWQQUO/lslej4cTgQQ==","_resolved":"/tmp/2fa4f1244d1a63af87690bdb68d36e65/dexie-4.4.2-pr2297.3.tgz","_from":"file:dexie-4.4.2-pr2297.3.tgz","_nodeVersion":"22.14.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-fqHrFezXASyo+uYk1xqibVqrILNPMlFFLzTio+r3Bkzen8/G7uwG9KYP6p3H34h+NGkvCWQQUO/lslej4cTgQQ==","shasum":"0d0043935073802dac08e89ad8a2789b3b380f52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.4.2-pr2297.3.tgz","fileCount":25,"unpackedSize":3257041,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/dexie@4.4.2-pr2297.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHLAfr3K9KO7QyzVsyi44IACTnj0miQFlUXjZPQlwMXzAiAYRhsT6SjocSqSrt3HmvcUyXsoM7FIl7HJgLHXcX2SIA=="}],"size":792993},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e47ec3b6-8beb-474d-a81f-3d70571cb146"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.4.2-pr2297.3_1776321429149_0.7874405957736181"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-16T06:37:09.349Z","publish_time":1776321429349,"_source_registry_name":"default"},"4.4.2-pr2297.4":{"name":"dexie","version":"4.4.2-pr2297.4","description":"A Minimalistic Wrapper for IndexedDB","main":"dist/dexie.js","module":"dist/dexie.mjs","jsnext:main":"dist/dexie.mjs","exports":{".":{"production":{"module":"./import-wrapper-prod.mjs","import":"./import-wrapper-prod.mjs","require":"./dist/dexie.min.js","default":"./dist/dexie.min.js"},"development":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"},"default":{"module":"./import-wrapper.mjs","import":"./import-wrapper.mjs","require":"./dist/dexie.js","default":"./dist/dexie.js"}},"./package.json":"./package.json","./dist/*":"./dist/*"},"typings":"dist/dexie.d.ts","jspm":{"format":"cjs","ignore":["src/"]},"repository":{"type":"git","url":"git+https://github.com/dexie/Dexie.js.git"},"keywords":["indexeddb","browser","database"],"author":{"name":"David Fahlander","email":"https://github.com/dfahlander"},"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"}],"license":"Apache-2.0","bugs":{"url":"https://github.com/dexie/Dexie.js/issues"},"just-build":{"default":["# Build all targets (es5, es6 and test) and minify the default es5 UMD module","just-build release test"],"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"],"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"],"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"]},"homepage":"https://dexie.org","devDependencies":{"@lambdatest/node-tunnel":"^4.0.7","@rollup/plugin-commonjs":"^29.0.0","@rollup/plugin-node-resolve":"^16.0.3","cross-env":"^10.1.0","dts-bundle-generator":"^9.5.1","just-build":"^0.9.24","karma":"^6.1.1","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-mocha-reporter":"^2.2.5","karma-qunit":"^4.1.1","karma-webdriver-launcher":"^1.0.8","qunit":"2.10.0","qunitjs":"1.23.1","rollup":"^4.53.3","rollup-plugin-cleanup":"^3.2.1","rollup-plugin-sourcemaps":"^0.6.3","rxjs":"^7.8.2","safari-14-idb-fix":"^3.0.0","serve-static":"^2.2.0","sorted-json":"^0.3.0","terser":"^5.3.1","tslib":"^2.1.0","typescript":"^5.6.3","uglify-js":"^3.9.2","yjs":"^13.6.27","prettier":"^3.8.1"},"scripts":{"build":"just-build","watch":"just-build --watch","clean":"rm -rf tools/tmp && rm dist/*.js && rm dist/*.map && rm dist/*.ts && rm dist/*.mjs","test":"pnpm run build && pnpm run test:typings && pnpm run test:unit","test:unit":"karma start test/karma.conf.js --single-run","test:typings":"tsc -p test/typings-test/","test:debug":"karma start test/karma.conf.js --log-level debug","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:ltTunnel":"node test/lt-local","format":"prettier --write \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\"","format:check":"prettier --check \"src/**/*.{ts,tsx,js}\" \"libs/**/*.{ts,tsx,js}\" \"addons/**/*.{ts,tsx,js}\""},"_id":"dexie@4.4.2-pr2297.4","readmeFilename":"README.md","_integrity":"sha512-aA5ibua4v3WNVvv6IY9qvTDH9Np3JGoeClYXZVLUdG0iTaaY7VgEsCMmD0C4MiyIP2nvXlQGG3idKuYCtV1MDg==","_resolved":"/tmp/d3f7801665ea371e1db305de5a41c7cd/dexie-4.4.2-pr2297.4.tgz","_from":"file:dexie-4.4.2-pr2297.4.tgz","_nodeVersion":"22.14.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-aA5ibua4v3WNVvv6IY9qvTDH9Np3JGoeClYXZVLUdG0iTaaY7VgEsCMmD0C4MiyIP2nvXlQGG3idKuYCtV1MDg==","shasum":"e108008c209ca447819e3aaaf0553537eccff4d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/dexie/-/dexie-4.4.2-pr2297.4.tgz","fileCount":25,"unpackedSize":3257323,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/dexie@4.4.2-pr2297.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDh1kX/vAITsQfxELqNbkAa49nxLpOZ+4CUkjwDIGoTWAIgb2NwoXE4Vbgs65t3QsxJuAcp5Vr3OFcb9Z6VqaA3P00="}],"size":793049},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e47ec3b6-8beb-474d-a81f-3d70571cb146"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anders.ekdahl@gmail.com"},{"name":"anonymous","email":"david.fahlander@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/dexie_4.4.2-pr2297.4_1776322096233_0.42685618774122935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-16T06:48:16.446Z","publish_time":1776322096446,"_source_registry_name":"default"}},"dist-tags":{"beta":"1.4.0-beta","beta2":"1.3.4-beta2","latest":"4.4.2","next":"4.2.0","next-1":"1.5.0-rc.6","latest-3":"3.2.7","latest-3.0.x":"3.0.4","test":"4.2.1-rc.1","canary":"4.4.1","dev":"4.4.2","pr2297":"4.4.2-pr2297.4"},"name":"dexie","time":{"modified":"2026-04-16T06:48:26.523Z","created":"2022-01-26T19:30:08.358Z","3.0.2":"2020-07-30T22:17:43.411Z","3.0.1":"2020-05-07T08:26:33.949Z","3.0.0":"2020-05-03T04:21:43.075Z","3.0.0-rc.7":"2020-04-08T00:10:51.632Z","3.0.0-rc.6":"2020-03-25T23:55:09.965Z","3.0.0-rc.5":"2020-02-24T22:06:20.178Z","3.0.0-rc.4":"2020-02-11T09:53:13.829Z","3.0.0-rc.3":"2020-01-29T01:46:44.241Z","3.0.0-rc.2":"2020-01-27T16:02:14.413Z","3.0.0-rc.1":"2019-10-30T00:07:31.477Z","3.0.0-beta.1":"2019-10-10T13:44:52.811Z","3.0.0-alpha.8":"2019-04-26T13:57:01.685Z","3.0.0-alpha.7":"2019-03-04T14:16:28.417Z","3.0.0-alpha.6":"2018-11-12T12:54:47.599Z","3.0.0-alpha.5":"2018-10-23T08:05:24.087Z","3.0.0-alpha.4":"2018-10-23T07:17:11.263Z","3.0.0-alpha.3":"2018-06-03T20:53:24.133Z","2.0.4":"2018-05-24T22:57:36.750Z","2.0.3":"2018-04-26T11:13:16.707Z","3.0.0-alpha.2":"2018-03-03T22:41:27.013Z","2.0.2":"2018-03-01T05:09:03.979Z","3.0.0-alpha.1":"2018-02-09T18:30:19.440Z","2.0.1":"2017-10-02T13:21:19.508Z","2.0.0":"2017-09-22T13:26:45.280Z","2.0.0-rc.1":"2017-09-05T22:29:05.337Z","2.0.0-beta.11":"2017-05-19T00:39:28.738Z","2.0.0-beta.10":"2017-01-31T10:07:34.514Z","2.0.0-beta.9":"2017-01-28T01:06:27.042Z","2.0.0-beta.8":"2017-01-27T22:45:29.384Z","2.0.0-beta.7":"2016-12-22T00:33:01.272Z","2.0.0-beta.6":"2016-11-28T08:24:01.854Z","2.0.0-beta.5":"2016-11-25T16:26:33.768Z","2.0.0-beta.4":"2016-11-01T13:35:14.779Z","1.5.1":"2016-11-01T13:23:45.054Z","2.0.0-beta.3":"2016-10-18T21:57:56.499Z","1.5.0":"2016-10-13T13:11:21.540Z","1.5.0-rc.6":"2016-10-13T11:51:33.308Z","1.5.0-rc.5":"2016-10-13T10:10:31.557Z","1.5.0-rc.4":"2016-10-13T09:35:40.848Z","1.5.0-rc.3":"2016-10-13T09:27:39.613Z","1.5.0-rc.2":"2016-10-12T10:41:53.207Z","2.0.0-beta.2":"2016-10-12T10:38:04.460Z","2.0.0-beta.1":"2016-10-11T14:30:46.243Z","1.5.0-rc":"2016-10-11T13:40:16.507Z","1.4.3-rc":"2016-09-21T09:56:44.142Z","1.4.2":"2016-09-06T13:45:36.531Z","1.4.1":"2016-06-07T22:47:25.508Z","1.4.0":"2016-06-07T15:16:26.681Z","1.4.0-rc.1":"2016-05-31T12:49:50.547Z","1.4.0-beta.3":"2016-05-10T12:32:55.352Z","1.4.0-beta2":"2016-05-09T12:22:24.046Z","1.4.0-beta":"2016-05-03T01:44:44.172Z","1.3.6":"2016-04-07T12:32:05.231Z","1.3.6-rc.1":"2016-04-07T10:34:20.844Z","1.3.6-beta.3":"2016-04-06T13:40:14.431Z","1.3.6-beta.2":"2016-04-05T15:08:38.648Z","1.3.6-beta.1":"2016-04-04T13:25:08.306Z","1.3.5-beta.2":"2016-03-23T23:48:37.352Z","1.3.5-beta":"2016-03-23T22:58:13.543Z","1.3.4":"2016-03-17T21:40:28.096Z","1.3.4-beta2":"2016-03-17T15:37:27.196Z","1.3.4-beta":"2016-03-17T14:14:42.353Z","1.3.3":"2016-03-11T15:47:48.634Z","1.3.2":"2016-03-09T11:47:59.353Z","1.3.1":"2016-03-07T12:22:35.975Z","1.3.0":"2016-03-07T10:26:54.614Z","1.2.0":"2015-09-22T16:41:51.372Z","1.1.0":"2015-05-25T23:49:13.606Z","1.0.4":"2015-03-24T10:46:33.288Z","1.0.3":"2015-02-11T10:25:44.251Z","1.0.2":"2014-12-09T02:42:43.343Z","1.0.1":"2014-11-30T23:25:04.622Z","1.0.0":"2014-11-15T07:40:02.923Z","0.9.9":"2014-08-21T12:33:53.622Z","3.0.3-rc.1":"2020-09-29T21:38:45.110Z","3.0.3-rc.3":"2020-10-20T14:00:04.394Z","3.0.3-rc.2":"2020-10-16T11:38:29.993Z","3.0.3-rc.4":"2020-10-23T08:26:46.810Z","3.1.0-alpha.3":"2020-11-20T11:46:45.428Z","3.1.0-alpha.1":"2020-11-19T16:36:09.899Z","3.0.3":"2020-11-18T18:14:56.459Z","3.1.0-alpha.4":"2020-11-25T12:41:03.823Z","3.1.0-alpha.9":"2021-03-18T08:52:54.515Z","3.1.0-alpha.8":"2021-02-12T06:59:01.682Z","3.1.0-alpha.7":"2021-02-10T10:05:33.414Z","3.1.0-alpha.6":"2020-12-18T12:57:30.810Z","3.1.0-alpha.5":"2020-12-16T12:28:53.360Z","3.2.0-rc.1":"2021-09-07T21:45:03.149Z","3.2.0-beta.3":"2021-08-02T12:55:32.470Z","3.2.0-beta-2":"2021-07-12T01:19:45.492Z","3.2.0-beta.1":"2021-06-27T14:30:20.198Z","3.1.0-beta.13":"2021-06-07T10:44:12.250Z","3.1.0-beta.12":"2021-06-03T10:50:06.772Z","3.1.0-beta.11":"2021-05-28T10:52:34.015Z","3.1.0-alpha.10":"2021-04-28T22:24:54.579Z","3.2.1-beta.1":"2021-11-19T11:21:24.946Z","3.2.0":"2021-11-18T22:00:46.274Z","3.2.0-rc.3":"2021-10-28T07:42:46.927Z","3.2.0-rc.2":"2021-09-29T19:42:05.408Z","4.0.0-alpha.1":"2021-12-19T10:39:14.002Z","3.2.1-beta.2":"2022-01-05T01:05:43.028Z","3.2.1":"2022-02-16T11:14:13.968Z","4.0.0-alpha.2":"2022-04-09T22:11:50.854Z","4.0.0-alpha.3":"2022-04-27T12:11:19.840Z","3.2.2":"2022-04-27T12:45:24.960Z","3.0.4":"2022-04-29T07:20:58.366Z","4.0.0-alpha.4":"2022-05-30T22:27:10.618Z","4.0.1-alpha.6":"2023-01-17T11:02:11.372Z","3.2.3":"2023-01-23T13:06:08.908Z","4.0.1-alpha.7":"2023-01-25T19:45:59.231Z","4.0.1-alpha.8":"2023-02-17T08:33:30.281Z","4.0.1-alpha.10":"2023-03-28T22:11:58.013Z","4.0.1-alpha.11":"2023-05-24T13:21:10.467Z","3.2.4-beta.1":"2023-05-30T18:57:12.174Z","3.2.4":"2023-05-30T20:58:44.256Z","4.0.1-alpha.12":"2023-05-30T21:16:57.665Z","4.0.1-alpha.13":"2023-05-31T13:07:19.068Z","4.0.1-alpha.14":"2023-05-31T13:48:21.295Z","4.0.1-alpha.15":"2023-06-01T11:41:15.204Z","4.0.1-alpha.16":"2023-06-01T15:47:23.158Z","4.0.1-alpha.17":"2023-06-01T18:27:41.821Z","4.0.1-alpha.18":"2023-06-03T23:18:14.077Z","4.0.1-alpha.19":"2023-06-07T09:38:56.712Z","4.0.1-alpha.20":"2023-06-12T20:24:36.124Z","4.0.1-alpha.21":"2023-06-14T04:40:35.943Z","4.0.1-alpha.22":"2023-06-14T15:29:42.930Z","4.0.1-alpha.23":"2023-07-04T22:01:24.224Z","4.0.1-alpha.24":"2023-07-06T13:03:36.618Z","4.0.1-alpha.25":"2023-07-16T10:52:20.964Z","4.0.1-alpha.26":"2023-10-13T13:55:53.811Z","4.0.1-alpha.27":"2023-10-13T14:43:54.903Z","4.0.1-beta.1":"2023-10-18T10:59:39.576Z","4.0.1-beta.2":"2023-11-29T12:32:02.137Z","4.0.1-beta.3":"2023-12-01T14:20:05.326Z","4.0.1-beta.4":"2023-12-02T01:01:09.051Z","4.0.1-beta.5":"2023-12-11T09:43:54.004Z","4.0.1-beta.6":"2023-12-18T09:52:51.858Z","4.0.1-beta.7":"2024-01-31T14:37:34.182Z","4.0.1-beta.8":"2024-02-07T09:29:45.715Z","4.0.1-beta.9":"2024-02-08T19:04:00.744Z","3.2.5":"2024-02-08T22:35:43.312Z","4.0.1-beta.10":"2024-02-12T21:55:39.800Z","3.2.6":"2024-02-13T00:01:02.133Z","4.0.1-beta.11":"2024-02-16T13:26:09.626Z","4.0.1-beta.12":"2024-02-29T23:05:06.801Z","4.0.1-beta.13":"2024-02-29T23:11:26.617Z","4.0.1-beta.14":"2024-02-29T23:53:50.024Z","3.2.7":"2024-03-19T23:42:10.837Z","4.0.1-rc.1":"2024-03-20T11:25:07.984Z","4.0.1":"2024-03-26T14:26:58.171Z","4.0.2":"2024-04-09T23:23:48.013Z","4.0.3":"2024-04-10T16:43:53.294Z","4.0.4":"2024-04-10T16:49:34.085Z","4.0.5":"2024-05-24T22:27:09.006Z","4.0.7":"2024-05-26T13:39:49.187Z","4.0.8":"2024-07-10T15:20:37.245Z","4.0.9-alpha.1":"2024-08-23T12:25:28.635Z","4.1.0-alpha.2":"2024-10-04T13:01:37.416Z","4.1.0-alpha.3":"2024-10-11T06:27:05.093Z","4.1.0-alpha.4":"2024-10-13T08:01:05.802Z","4.1.0-alpha.5":"2024-10-13T11:48:48.346Z","4.1.0-alpha.6":"2024-10-14T23:22:53.393Z","4.1.0-alpha.7":"2024-10-15T13:25:20.692Z","4.1.0-alpha.8":"2024-10-15T15:47:39.742Z","4.1.0-alpha.12":"2024-10-16T14:40:55.542Z","4.0.9":"2024-10-21T15:12:16.753Z","4.0.10":"2024-11-15T20:04:42.167Z","4.1.0-alpha.23":"2024-11-27T10:12:52.612Z","4.0.11":"2025-01-15T17:10:25.976Z","4.1.0-beta.43":"2025-02-07T20:21:22.679Z","4.1.0-beta.45":"2025-03-31T21:10:02.368Z","4.1.0-beta.46":"2025-04-02T20:52:38.211Z","4.2.0-alpha.1":"2025-08-01T09:08:26.818Z","4.2.0-rc.1":"2025-08-06T06:39:35.532Z","4.2.0":"2025-08-13T07:26:27.588Z","4.2.1-rc.1":"2025-08-25T10:11:35.854Z","4.2.1":"2025-10-03T23:15:05.748Z","4.3.0":"2025-12-20T01:07:52.200Z","4.4.0":"2026-03-18T09:18:54.931Z","4.4.1":"2026-03-24T23:44:59.864Z","4.4.2":"2026-03-31T11:46:08.335Z","4.4.2-pr2297.1":"2026-04-16T06:28:12.639Z","4.4.2-pr2297.2":"2026-04-16T06:31:27.822Z","4.4.2-pr2297.3":"2026-04-16T06:37:09.349Z","4.4.2-pr2297.4":"2026-04-16T06:48:16.446Z"},"readme":"# Dexie.js\n\n[![NPM Version][npm-image]][npm-url] ![Build Status](https://github.com/dexie/Dexie.js/actions/workflows/main.yml/badge.svg) [![Join our Discord](https://img.shields.io/discord/1328303736363421747?label=Discord&logo=discord&style=badge)](https://discord.gg/huhre7MHBF)\n\nDexie.js is a wrapper library for indexedDB - the standard database in the browser. https://dexie.org.\n\n#### Why Dexie.js?\n\nIndexedDB is the portable database for all browser engines. Dexie.js makes it fun and easy to work with.\n\nBut also:\n\n* Dexie.js is widely used by 100,000 of web sites, apps and other projects and supports all browsers, Electron for Desktop apps, Capacitor for iOS / Android apps and of course pure PWAs.\n* Dexie.js works around bugs in the IndexedDB implementations, giving a more stable user experience.\n* Need sync? [Dexie Cloud](https://dexie.org/cloud/) adds real-time sync, auth, and collaboration on top of Dexie.js — no backend needed.\n\n#### Hello World (vanilla JS)\n\n```html\n<!DOCTYPE html>\n<html>\n  <head>\n    <script type=\"module\">\n      // Import Dexie\n      import { Dexie } from 'https://unpkg.com/dexie/dist/modern/dexie.mjs';\n\n      //\n      // Declare Database\n      //\n      const db = new Dexie('FriendDatabase');\n      db.version(1).stores({\n        friends: '++id, age'\n      });\n\n      //\n      // Play with it\n      //\n      try {\n        await db.friends.add({ name: 'Alice', age: 21 });\n\n        const youngFriends = await db.friends\n            .where('age')\n            .below(30)\n            .toArray();\n\n        alert(`My young friends: ${JSON.stringify(youngFriends)}`);\n      } catch (e) {\n        alert(`Oops: ${e}`);\n      }\n    </script>\n  </head>\n</html>\n```\n\nYes, it's that simple. Read [the docs](https://dexie.org/docs/) to get into the details.\n\n#### Hello World (legacy script tags)\n\n```html\n<!DOCTYPE html>\n<html>\n  <head>\n    <script src=\"https://unpkg.com/dexie/dist/dexie.js\"></script>\n    <script>\n\n      //\n      // Declare Database\n      //\n      const db = new Dexie('FriendDatabase');\n      db.version(1).stores({\n        friends: '++id, age'\n      });\n\n      //\n      // Play with it\n      //\n      db.friends.add({ name: 'Alice', age: 21 }).then(() => {\n        return db.friends\n          .where('age')\n          .below(30)\n          .toArray();\n      }).then(youngFriends => {\n        alert (`My young friends: ${JSON.stringify(youngFriends)}`);\n      }).catch (e => {\n        alert(`Oops: ${e}`);\n      });\n\n    </script>\n  </head>\n</html>\n```\n\n#### Hello World (React + Typescript)\n\nReal-world apps are often built using components in various frameworks. Here's a version of Hello World written for React and Typescript. There are also links below this sample to more tutorials for different frameworks...\n\n```tsx\nimport React from 'react';\nimport { Dexie, type EntityTable } from 'dexie';\nimport { useLiveQuery } from 'dexie-react-hooks';\n\n// Typing for your entities (hint is to move this to its own module)\nexport interface Friend {\n  id: number;\n  name: string;\n  age: number;\n}\n\n// Database declaration (move this to its own module also)\nexport const db = new Dexie('FriendDatabase') as Dexie & {\n  friends: EntityTable<Friend, 'id'>;\n};\ndb.version(1).stores({\n  friends: '++id, age',\n});\n\n// Component:\nexport function MyDexieReactComponent() {\n  const youngFriends = useLiveQuery(() =>\n    db.friends\n      .where('age')\n      .below(30)\n      .toArray()\n  );\n\n  return (\n    <>\n      <h3>My young friends</h3>\n      <ul>\n        {youngFriends?.map((f) => (\n          <li key={f.id}>\n            Name: {f.name}, Age: {f.age}\n          </li>\n        ))}\n      </ul>\n      <button\n        onClick={() => {\n          db.friends.add({ name: 'Alice', age: 21 });\n        }}\n      >\n        Add another friend\n      </button>\n    </>\n  );\n}\n```\n\n[Tutorials for React, Svelte, Vue, Angular and vanilla JS](https://dexie.org/docs/Tutorial/Getting-started)\n\n[API Reference](https://dexie.org/docs/API-Reference)\n\n[Samples](https://dexie.org/docs/Samples)\n\n### Performance\n\nDexie has kick-ass performance. Its [bulk methods](<https://dexie.org/docs/Table/Table.bulkPut()>) take advantage of a lesser-known feature in IndexedDB that makes it possible to store stuff without listening to every onsuccess event. This speeds up the performance to a maximum.\n\n#### Supported operations\n\n```js\nabove(key): Collection;\naboveOrEqual(key): Collection;\nadd(item, key?): Promise;\nand(filter: (x) => boolean): Collection;\nanyOf(keys[]): Collection;\nanyOfIgnoreCase(keys: string[]): Collection;\nbelow(key): Collection;\nbelowOrEqual(key): Collection;\nbetween(lower, upper, includeLower?, includeUpper?): Collection;\nbulkAdd(items: Array): Promise;\nbulkDelete(keys: Array): Promise;\nbulkPut(items: Array): Promise;\nclear(): Promise;\ncount(): Promise;\ndelete(key): Promise;\ndistinct(): Collection;\neach(callback: (obj) => any): Promise;\neachKey(callback: (key) => any): Promise;\neachPrimaryKey(callback: (key) => any): Promise;\neachUniqueKey(callback: (key) => any): Promise;\nequals(key): Collection;\nequalsIgnoreCase(key): Collection;\nfilter(fn: (obj) => boolean): Collection;\nfirst(): Promise;\nget(key): Promise;\ninAnyRange(ranges): Collection;\nkeys(): Promise;\nlast(): Promise;\nlimit(n: number): Collection;\nmodify(changeCallback: (obj: T, ctx:{value: T}) => void): Promise;\nmodify(changes: { [keyPath: string]: any } ): Promise;\nnoneOf(keys: Array): Collection;\nnotEqual(key): Collection;\noffset(n: number): Collection;\nor(indexOrPrimayKey: string): WhereClause;\norderBy(index: string): Collection;\nprimaryKeys(): Promise;\nput(item: T, key?: Key): Promise;\nreverse(): Collection;\nsortBy(keyPath: string): Promise;\nstartsWith(key: string): Collection;\nstartsWithAnyOf(prefixes: string[]): Collection;\nstartsWithAnyOfIgnoreCase(prefixes: string[]): Collection;\nstartsWithIgnoreCase(key: string): Collection;\ntoArray(): Promise;\ntoCollection(): Collection;\nuniqueKeys(): Promise;\nuntil(filter: (value) => boolean, includeStopEntry?: boolean): Collection;\nupdate(key: Key, changes: { [keyPath: string]: any }): Promise;\n```\n\nThis is a mix of methods from [WhereClause](https://dexie.org/docs/WhereClause/WhereClause), [Table](https://dexie.org/docs/Table/Table) and [Collection](https://dexie.org/docs/Collection/Collection). Dive into the [API reference](https://dexie.org/docs/API-Reference) to see the details.\n\n## Dexie Cloud\n\n[Dexie Cloud](https://dexie.org/cloud/) is the easiest way to add sync, authentication, and real-time collaboration to your Dexie app. You keep writing frontend code with Dexie.js — Dexie Cloud handles the rest.\n\n**What you get:**\n- 🔄 **Sync across devices** — changes propagate in real time, no polling needed\n- 🔐 **Authentication** — built-in user auth, no identity provider required\n- 🛡️ **Access control** — share data between users with fine-grained permissions\n- 📁 **File & blob storage** — store attachments alongside your structured data\n- ✈️ **Offline-first** — works fully offline, syncs when back online\n\n**Getting started is just a few lines:**\n\n```bash\nnpm install dexie-cloud-addon\n```\n\n```ts\nimport Dexie from 'dexie';\nimport dexieCloud from 'dexie-cloud-addon';\n\nconst db = new Dexie('MyDatabase', { addons: [dexieCloud] });\ndb.version(1).stores({ items: '@id, title' });\ndb.cloud.configure({ databaseUrl: 'https://<your-db>.dexie.cloud' });\n```\n\nThat's it. Your existing Dexie app now syncs. Hosted cloud or self-hosted on your own infrastructure. 👋\n\n→ [Quickstart guide](https://dexie.org/cloud/docs/quickstart)\n\n**Sample app:**\n\nSource: [Dexie Cloud To-do app](https://github.com/dexie/Dexie.js/tree/master/samples/dexie-cloud-todo-app)\n\nLive demo: https://dexie.github.io/Dexie.js/dexie-cloud-todo-app/\n\n## Samples\n\nhttps://dexie.org/docs/Samples\n\nhttps://github.com/dexie/Dexie.js/tree/master/samples\n\n## Knowledge Base\n\n[https://dexie.org/docs/Questions-and-Answers](https://dexie.org/docs/Questions-and-Answers)\n\n## Website\n\n[https://dexie.org](https://dexie.org)\n\n## Install via npm\n\n```\nnpm install dexie\n```\n\n## Download\n\nFor those who don't like package managers, here's the download links:\n\n### UMD (for legacy script includes as well as commonjs require):\n\nhttps://unpkg.com/dexie@latest/dist/dexie.min.js\n\nhttps://unpkg.com/dexie@latest/dist/dexie.min.js.map\n\n### Modern (ES module):\n\nhttps://unpkg.com/dexie@latest/dist/modern/dexie.min.mjs\n\nhttps://unpkg.com/dexie@latest/dist/modern/dexie.min.mjs.map\n\n### Typings:\n\nhttps://unpkg.com/dexie@latest/dist/dexie.d.ts\n\n# Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Build\n\n```\npnpm install\npnpm run build\n```\n\n## Test\n\n```\npnpm test\n```\n\n## Watch\n\n```\npnpm run watch\n```\n\n<br/>\n\nBrowser testing via<br/>\n<a href=\"https://www.testmuai.com/?utm_medium=sponsor&utm_source=dexiejs\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"testmuai-logo-white.svg\">\n    <img src=\"testmuai-logo.svg\" alt=\"TestMu AI (Formerly LambdaTest)\" width=\"147\" height=\"26\">\n  </picture>\n</a>\n\n[npm-image]: https://img.shields.io/npm/v/dexie.svg?style=flat\n[npm-url]: https://npmjs.org/package/dexie","users":{}}