{"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":{"shasum":"fa6f2a3c0d6ed0766f8d97a03720056f88fe0e01","size":627824,"noattachment":false,"key":"/dexie/-/dexie-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/dexie/download/dexie-3.2.2.tgz"},"_npmUser":{"name":"dfahlander","email":"david.fahlander@gmail.com"},"directories":{},"maintainers":[{"name":"anders.ekdahl","email":"anders.ekdahl@gmail.com"},{"name":"dfahlander","email":""}],"_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","publish_time":1651063524960,"_cnpm_publish_time":1651063524960,"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"}}