{"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":"anders.ekdahl","email":"anders.ekdahl@gmail.com"},{"name":"dfahlander","email":""}],"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","size":796667,"noattachment":false,"key":"/dexie/-/dexie-4.1.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/dexie/download/dexie-4.1.0-alpha.2.tgz"},"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":"dfahlander","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","_cnpm_publish_time":1728046897416,"dist-tags":{"canary":"4.4.1","dev":"4.4.2","latest":"4.4.2","latest-3":"3.2.7","latest-3.0.x":"3.0.4"}}