{"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":"dfahlander","email":"david.fahlander@gmail.com"},"dist":{"shasum":"4c82b86c5d28bc093e9a49911663e943b9d455d4","size":334892,"noattachment":false,"key":"/dexie/-/dexie-3.0.0-alpha.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/dexie/download/dexie-3.0.0-alpha.5.tgz"},"maintainers":[{"name":"anders.ekdahl","email":"anders.ekdahl@gmail.com"},{"name":"dfahlander","email":""}],"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,"_cnpmcore_publish_time":"2021-12-16T15:33:47.315Z","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"}}