{"_id":"@cashfarm/store","_rev":"19-8018bc1d9515faeb2fbae0cd32f9b26e","name":"@cashfarm/store","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","dist-tags":{"latest":"0.8.0"},"versions":{"0.5.0":{"name":"@cashfarm/store","version":"0.5.0","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"npm i -g yarn && yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha --compilers ts:ts-node/register ./**/*.spec.ts","test:watch":"tsc -w & DEBUG=store cd tests && mocha -w --compilers ts:ts-node/register ./**/store.spec.ts","test:debug":"cd tests && tsc && node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.0.1","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@cashfarm/store":"file:./lib","@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.40","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"^3.4.2","nyc":"^10.2.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.2.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.4.1","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"6c2acf9aa3fd3be3320dac15908aee1c7371bbb8","_id":"@cashfarm/store@0.5.0","_shasum":"43fde97ee00e824ea982f4bf3e3c9dd04caba4d2","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"shasum":"43fde97ee00e824ea982f4bf3e3c9dd04caba4d2","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.5.0.tgz","integrity":"sha512-NpD+8j1r7bjpy9owpKyiirAE+adStDN9edLJJlSUoNAhB1BzOH3/MaOkp8mRUA+USwNPG/iCaWHor0wR6pKkvw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCloU9+Tsf1ByF1ogbEddx/842KQ3yC0D2v98MZhpadCgIhAOHwlfJq3bf1nM/6bbn2GLFwV+Wxczg0JXsaHcmbBiko"}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.5.0.tgz_1500464781384_0.9525215751491487"},"directories":{}},"0.5.1":{"name":"@cashfarm/store","version":"0.5.1","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"npm i -g yarn && yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha --compilers ts:ts-node/register ./**/*.spec.ts","test:watch":"tsc -w & DEBUG=store cd tests && mocha -w --compilers ts:ts-node/register ./**/store.spec.ts","test:debug":"cd tests && tsc && node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.40","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"^3.4.2","nyc":"^10.2.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.2.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.4.1","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"1e36235f1d638151b612dbb6e881d7e25de0014c","_id":"@cashfarm/store@0.5.1","_shasum":"16d2c2bbdab0ec126def338d475ebe26648e5c0d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"shasum":"16d2c2bbdab0ec126def338d475ebe26648e5c0d","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.5.1.tgz","integrity":"sha512-aNzHtaDctCL6mgUGN2yJJxi+iEgPSqQbnFVVTJ2WrDmGp0jQXrzf6vEh7NsF7rhK6DCilPDxVOInN9TKxUDnRw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/1JSdtYk4AWXv67YkOnCw1T94RmAUqlzb02J5McFNJAIhAOBfUdnZje+jfwCG//MyfRq+rCmeK8JTFDy9j6IIsg8j"}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.5.1.tgz_1501605009444_0.4924659510143101"},"directories":{}},"0.5.2":{"name":"@cashfarm/store","version":"0.5.2","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"npm i -g yarn && yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha --compilers ts:ts-node/register ./**/*.spec.ts","test:watch":"tsc -w & DEBUG=store cd tests && mocha -w --compilers ts:ts-node/register ./**/store.spec.ts","test:debug":"cd tests && tsc && node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.40","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"^3.4.2","nyc":"^10.2.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.2.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.4.1","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"1def657d7db553a228b7016f1f2e7025f1f9e180","_id":"@cashfarm/store@0.5.2","_shasum":"cedc401a8ef8c2b2a68c8b02c3e03c8acd2cb407","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"shasum":"cedc401a8ef8c2b2a68c8b02c3e03c8acd2cb407","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.5.2.tgz","integrity":"sha512-B13pAqJCBgVc/POIP+3immZs6BbgmfHAMyeDJPPKg/FAm/K/hbuTaxCkr4eEDVfKNLPgQbntG3P5epnH43uPXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCP/Qk/v7qxAkxP3U9f5fy9T0/zGBld1E/OXtAH5aGoJgIhAIjLh2Ad2rOCiS1op45QriWWNUPdJxAbW9dPd3sSgil1"}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.5.2.tgz_1501608448101_0.7817528455052525"},"directories":{}},"0.5.3":{"name":"@cashfarm/store","version":"0.5.3","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"npm i -g yarn && yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha --compilers ts:ts-node/register ./**/*.spec.ts","test:watch":"tsc -w & DEBUG=store cd tests && mocha -w --compilers ts:ts-node/register ./**/store.spec.ts","test:debug":"cd tests && tsc && node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.40","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"^3.4.2","nyc":"^10.2.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.2.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.4.1","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"249d2045ebee6ac5385ac15c1423250567f6b52f","_id":"@cashfarm/store@0.5.3","_shasum":"6f6446e6ed86edc7015756b06019b3fada888c21","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"shasum":"6f6446e6ed86edc7015756b06019b3fada888c21","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.5.3.tgz","integrity":"sha512-IyRb8AYd7B6d4Se69/9Hn2E3K3CFNnoqiCtMmZ7yjyF0XiILekX+xfIuY8O3/9zfkDWfh9AnLh2NF5G5i9rQfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDurZUyqBevS8iIHLDZEg05pqt3QTV5CZAfc19x3UitDwIgAM2uLuQD3scuXMWxGHvIXSBqbRDdiRONAIRLQ+QtIdc="}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.5.3.tgz_1502218733984_0.7323237592354417"},"directories":{}},"0.5.5":{"name":"@cashfarm/store","version":"0.5.5","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"npm i -g yarn && yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha --compilers ts:ts-node/register ./**/*.spec.ts","test:watch":"tsc -w & DEBUG=store cd tests && mocha -w --compilers ts:ts-node/register ./**/store.spec.ts","test:debug":"cd tests && tsc && node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.40","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"^3.4.2","nyc":"^10.2.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.2.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.4.1","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"07a9e6c106f7e233a367304e31fa08e01d37e18f","_id":"@cashfarm/store@0.5.5","_shasum":"5b06a2813473806efa39fad381b3aece70a5992f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"shasum":"5b06a2813473806efa39fad381b3aece70a5992f","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.5.5.tgz","integrity":"sha512-JxQ9+dXZtxiL9oPLO5dlTgqTvooiI723u5Nfh7CKImXs2Z6k+f/xB8OpbqrxFVa8poZ09CFz1BSGLwKj1+6WsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOuD1yObU+csxntJKO8aiO11PnzS/Gq03kr+maOoBYxAiA+TGXRZrRaTKlObd+P10k3EKQv5n5YK4ixkoeZLgFxZQ=="}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.5.5.tgz_1503218460617_0.5350516729522496"},"directories":{}},"0.5.6":{"name":"@cashfarm/store","version":"0.5.6","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"npm i -g yarn && yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha --compilers ts:ts-node/register ./**/*.spec.ts","test:watch":"tsc -w & DEBUG=store cd tests && mocha -w --compilers ts:ts-node/register ./**/store.spec.ts","test:debug":"cd tests && tsc && node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.40","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"^3.4.2","nyc":"^10.2.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.2.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.4.1","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"f3011db629b6cdd7e7606db0bf6d4b9c463235a9","_id":"@cashfarm/store@0.5.6","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"integrity":"sha512-zay0FB0oSoVGwW4U5ftywPrm5FnxU6/z3aOT5LYWfKbp/IAzeArD+IFdAJqgOOOOM1BbhT5/Iz55ou0FFLvt3Q==","shasum":"da86145aab922a3e460c13cf152654b29f510dc4","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.5.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICfocMlGu6yX4Lyskf5JK4oqHkG5JZb0kFGnh03iLw3GAiAPncB9jvmrQ8bmtHv0IoyOaP9Y+areyvjt1n9+/kO4yw=="}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.5.6.tgz_1503930729298_0.587144483346492"},"directories":{}},"0.6.0":{"name":"@cashfarm/store","version":"0.6.0","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","mocha":"../node_modules/.bin/mocha","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha ./compiled/**/*.spec.js","test:watch":"cd tests && concurrently --kill-others --raw \"tsc -w\" \"mocha -w ./compiled/**/*.spec.js\"","test:debug":"cd tests && tsc && DEBUG=store node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.42","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","concurrently":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"2","nyc":"^10.2.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.3.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.5.2","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"084d5fb1ac1f95cb4f3f5698d57d539a787062e4","_id":"@cashfarm/store@0.6.0","_shasum":"68b505668e1597c2c5a433a041d343550eec3aa4","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"shasum":"68b505668e1597c2c5a433a041d343550eec3aa4","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.6.0.tgz","integrity":"sha512-jM0iMx4cwDLMgG3DMPlziAyNM/UwZNmpmZae0YopuexVWF4LlUOXKSu72/gvlm6023b7XvWPkN5AOwWx3g+btQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvn9iDVgXoWd9d9+I6KESEP6K3RAcHeDxGnG7DxtdjtQIgRClLCAn5d6uyjSNpdSAJg9ImZYeeqDYy6dYQqsc139o="}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.6.0.tgz_1504800344034_0.6641190438531339"},"directories":{}},"0.6.1":{"name":"@cashfarm/store","version":"0.6.1","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"typedoc --out ./docs --target es6 --mode file --ignoreCompilerErrors","docs:publish":"gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","mocha":"../node_modules/.bin/mocha","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha ./compiled/**/*.spec.js","test:watch":"cd tests && concurrently --kill-others --raw \"tsc -w\" \"mocha -w ./compiled/**/*.spec.js\"","test:debug":"cd tests && tsc && DEBUG=store node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","lodash":"^4.17.4","mysql":"^2.11.1"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.42","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","concurrently":"^3.5.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"2","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.3.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.5.2","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"59f35190f8425b5cb9cb7268352423562f3ded38","_id":"@cashfarm/store@0.6.1","_npmVersion":"5.3.0","_nodeVersion":"7.10.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"integrity":"sha512-o9+3hoIJ2CuER2Y4hzOMmggKGyWC1KSqH+3pRKbh15oLNv8PWnfOCSyJL+xc24lICAExOKVa55LxSNbU36itKg==","shasum":"627dd5f26802a71d57f95401978b38d67d6ddc22","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.6.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCP34vef0TJya3dkfbOWxigFuUKOyfHegYUS63Les9SOgIhAJReEqfi9Pm11R3JWveldPEJNdoMJo/udNI7MPybCbNI"}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.6.1.tgz_1507566304404_0.49080833699554205"},"directories":{}},"0.7.0":{"name":"@cashfarm/store","version":"0.7.0","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"yarn docs:html && opn docs/index.html","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs","docs:json":"typedoc --mode file --json docs/typedoc.json src/index.ts","docs:publish":"yarn docs:html && gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","mocha":"../node_modules/.bin/mocha","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha ./compiled/**/*.spec.js","test:watch":"cd tests && concurrently --kill-others --raw \"tsc -w\" \"mocha -w ./compiled/**/*.spec.js\"","test:debug":"cd tests && tsc && DEBUG=store node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","inversify":"^4.4.0","lodash":"^4.17.4","mysql":"^2.11.1","reflect-metadata":"^0.1.10"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.42","@types/mysql":"0.0.29","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^1.0.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"2","opn":"^5.1.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.3.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.5.2","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"56deed4ec58400937c7852448bfff596445a05c4","_id":"@cashfarm/store@0.7.0","_npmVersion":"5.4.2","_nodeVersion":"6.11.4","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"integrity":"sha512-pUiAS4qXRWO25NIMgX6E4PAeJksANaHBpOvwHqq+mknDkEedWtx0gcOh0dXGaRhV7Ekc/62OSfN9fAXj9H0q1w==","shasum":"28aec854285f469472e837a2b5a3786aa1924d2a","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.7.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCihZcUPzcAbHJZNrMi1eSi7VMq083GT2/4OGrpJmJCJAIgJN+FOEzf7t7BqaAraSnXdPVOVQlXg5q25egVVzIKNY8="}]},"maintainers":[{"name":"svallory","email":"me@saulovallory.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.7.0.tgz_1509494374857_0.6846873322501779"},"directories":{}},"0.7.1":{"name":"@cashfarm/store","version":"0.7.1","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"yarn docs:html && opn docs/index.html","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs","docs:json":"typedoc --mode file --json docs/typedoc.json src/index.ts","docs:publish":"yarn docs:html && gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","mocha":"../node_modules/.bin/mocha","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha ./compiled/**/*.spec.js","test:watch":"cd tests && concurrently --kill-others --raw \"tsc -w\" \"mocha -w ./compiled/**/*.spec.js\"","test:debug":"cd tests && tsc && DEBUG=store node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","inversify":"^4.5.1","lodash":"^4.17.4","mysql":"^2.15.0","reflect-metadata":"^0.1.10"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.42","@types/mysql":"^2.15.2","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^1.0.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"2","opn":"^5.1.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.3.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.5.2","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"56deed4ec58400937c7852448bfff596445a05c4","_id":"@cashfarm/store@0.7.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"integrity":"sha512-SMYbfxb7vuAjOrOSZmFufa8Dxh4OF09rUcksYb5XYcwf7bonc1vY6XgaPEp8/tSKL7VamM8q/aGNQPFE7+4bGg==","shasum":"96d017b8e1260f2e20d46595721b2c439d74bb0c","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.7.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICz13DoS6xCf06ndP2KhKtBj5nfNWoI25yTDwPpGBNPNAiEA0p2xl30idUoA4eK7qkgEpiuAfsIZ3zNlSOBHoGjlFJo="}]},"maintainers":[{"email":"rondelli.vladimir@gmail.com","name":"vrondelli"},{"email":"leowerk@gmail.com","name":"leowerk"},{"email":"me@saulovallory.com","name":"svallory"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.7.1.tgz_1511376159672_0.11452686856500804"},"directories":{}},"0.7.2":{"name":"@cashfarm/store","version":"0.7.2","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"yarn install && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"yarn docs:html && opn docs/index.html","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs","docs:json":"typedoc --mode file --json docs/typedoc.json src/index.ts","docs:publish":"yarn docs:html && gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","mocha":"../node_modules/.bin/mocha","test":"yarn tsc && cd tests && ../node_modules/.bin/mocha ./compiled/**/*.spec.js","test:watch":"cd tests && concurrently --kill-others --raw \"tsc -w\" \"mocha -w ./compiled/**/*.spec.js\"","test:debug":"cd tests && tsc && DEBUG=store node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","inversify":"^4.5.1","lodash":"^4.17.4","mysql":"^2.15.0","reflect-metadata":"^0.1.10"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.42","@types/mysql":"^2.15.2","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^1.0.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"2","opn":"^5.1.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.3.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.5.2","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"feb545b1eca95cbe7d1876eaa778f49c09605edf","_id":"@cashfarm/store@0.7.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"integrity":"sha512-iIkSZYBvPZzKD6mlGhW5LcDlnTVdMRZhTzVZeisaF3rCPGtV+UTZCTjviltwoouMZOZL06YB/0aCC1CX5pc48g==","shasum":"2299e5dbdf21439b9e052a4761396cdb0a01cb90","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.7.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDetfTKCr/OmJfTX7IHb5bk6tlOH/mVtk1xbc6K1jAQwwIhAL/adB2bo4UTozjMbTqoNkvm0ieQXIpBII7Mxu0U2xWm"}]},"maintainers":[{"email":"rondelli.vladimir@gmail.com","name":"vrondelli"},{"email":"leowerk@gmail.com","name":"leowerk"},{"email":"me@saulovallory.com","name":"svallory"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.7.2.tgz_1511378467885_0.03387602395378053"},"directories":{}},"0.7.3":{"name":"@cashfarm/store","version":"0.7.3","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"cd tests && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"yarn docs:html && opn docs/index.html","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs","docs:json":"typedoc --mode file --json docs/typedoc.json src/index.ts","docs:publish":"yarn docs:html && gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","mocha":"../node_modules/.bin/mocha","test":"tsc && cd tests && tsc && mocha ./compiled/**/*.spec.js","test:watch":"cd tests && concurrently --kill-others --raw \"tsc -w\" \"mocha -w ./compiled/**/*.spec.js\"","test:debug":"cd tests && tsc && DEBUG=store node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.6.3","debug":"^2.2.0","inversify":"4.5.2","lodash":"^4.17.4","mysql":"^2.15.0","reflect-metadata":"^0.1.10"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.42","@types/mysql":"^2.15.2","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^1.0.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"2","opn":"^5.1.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.3.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.5.2","typings":"^1.3.2","watch-run":"^1.2.5"},"gitHead":"997b0fa3bf3a60194e44d9bff4e7b767051244cc","_id":"@cashfarm/store@0.7.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"dist":{"integrity":"sha512-awrJBiYjaB6eiaUTAA0fwvtrmlZRiIUGRIevLF9ZwjjG17/K/0zbE+l2iAuehca+3/4l5o9QR7VZLAQ2HQF9QQ==","shasum":"15c37afd4cd2c6ab6991f903ff1fb84033beea6e","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.7.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDAfA61FX6xeEOOigZ5t4Hn5Y88Erc1KfyaM7UpgGL6EAiA1ByE9Uvx2fpyvq7rtC6STGC4vjVAO7qcSStlcXaLl6A=="}]},"maintainers":[{"email":"rondelli.vladimir@gmail.com","name":"vrondelli"},{"email":"leowerk@gmail.com","name":"leowerk"},{"email":"me@saulovallory.com","name":"svallory"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.7.3.tgz_1511810861428_0.8001664206385612"},"directories":{}},"0.8.0":{"name":"@cashfarm/store","version":"0.8.0","description":"Library for easily defining and using your Read Model (as in DDD Read Model)","author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"license":"MIT","bugs":{"url":"https://github.com/cashfarm/store/issues"},"homepage":"https://github.com/cashfarm/store#README","main":"lib/index.js","typings":"lib/index.d.ts","scripts":{"setup:dev":"cd tests && mkdir -p node_modules/@cashfarm && ln -sf ../../lib node_modules/@cashfarm/store","build":"yarn run clean && yarn lint && yarn test && yarn tsc && yarn lint:pkg","clean":"trash ./lib","docs":"yarn docs:html && opn docs/index.html","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs","docs:json":"typedoc --mode file --json docs/typedoc.json src/index.ts","docs:publish":"yarn docs:html && gh-pages -d docs","lint":"tslint --project ./tsconfig.json -c ./tslint.json --type-check","lint:pkg":"ts-package-lint","mocha":"../node_modules/.bin/mocha","test":"tsc && cd tests && tsc && mocha ./compiled/**/*.spec.js","test:watch":"cd tests && concurrently --kill-others --raw \"tsc -w\" \"mocha -w ./compiled/**/*.spec.js\"","test:debug":"cd tests && tsc && DEBUG=store node-inspector ../node_modules/.bin/_mocha ./compiled/tests/*.spec.js --debug-brk","tsc":"./node_modules/.bin/tsc","patch-release":"npm version patch && npm publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"keywords":["store","ORM","database"],"dependencies":{"@cashfarm/lang":"^0.8.4","debug":"^2.2.0","inversify":"4.5.2","lodash":"^4.17.4","mysql":"^2.15.0","reflect-metadata":"^0.1.10"},"devDependencies":{"@types/chai":"^3.5.0","@types/debug":"^0.0.29","@types/expect":"^1.20.1","@types/gulp":"^4.0.2","@types/gulp-util":"^3.0.31","@types/lodash":"^4.14.62","@types/mocha":"^2.2.42","@types/mysql":"^2.15.2","@types/sinon":"^2.1.2","@types/source-map-support":"^0.2.28","chai":"^3.5.0","concurrently":"^3.5.0","gh-pages":"^1.0.0","gulp":"^3.9.1","gulp-concat-filenames":"^1.2.0","gulp-folders":"^1.1.0","gulp-util":"^3.0.7","gulpclass":"^0.1.1","mocha":"2","opn":"^5.1.0","publish":"^0.6.0","sinon":"^2.1.0","source-map-support":"^0.4.2","trash":"^4.0.1","trash-cli":"^1.4.0","ts-node":"^3.3.0","ts-package-lint":"^0.2.2","tslib":"^1.6.0","tslint":"^5.5.0","tslint-microsoft-contrib":"5.x","typedoc":"^0.5.10","typescript":"^2.5.2","typings":"^1.3.2","watch-run":"^1.2.5"},"licenseText":"The MIT License\n\nCopyright (c) 2017 CashFarm http://cashfarm.tech\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","_id":"@cashfarm/store@0.8.0","dist":{"shasum":"ebdd5701cd162eb81415c32dfbf688f7bd039f69","tarball":"https://registry.npmjs.org/@cashfarm/store/-/store-0.8.0.tgz","integrity":"sha512-BiQkp24UNJFG04HlMt0xehkNTrM8WC7iDpFISpM+Kf2f5Ww/uosTyCtI2d5MmI49DIvSQ2XHPxuaMVn7506eMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlZMTmYCBYJEZn6KcwA/gOib7D7AtFQxIiz3oNmQb+QwIgZEw7031I2wRyKX2/J421dEXaMY+CEJLjMj/B2xJEYOw="}]},"maintainers":[{"email":"rondelli.vladimir@gmail.com","name":"vrondelli"},{"email":"leowerk@gmail.com","name":"leowerk"},{"email":"me@saulovallory.com","name":"svallory"}],"_npmUser":{"name":"svallory","email":"me@saulovallory.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/store-0.8.0.tgz_1515218117849_0.9534473435487598"},"directories":{}}},"readme":"# CashFarm Store\n\n## Goal\n\nTo have a **simple** to use library for managing the Read Models. The kind we use when we want\nto store projections of events used in CQRS/ES arquitectures.\n\nThe goal of this library is to facilitate **simple** queries against a relational database.\nIt was designed from start with denormalized tables in mind.\n\n## API\n\n### Store\n\nThe Store class represents a set of objects that can be stored and queried. It's NOT your entity\nrepository (as in a DDD).\n\n### Table\n\nTable child classes is how you map a DB table. To create a store you'll have to extend the Table class,\ndefine the database table name, fields and primary key.\n\n### Criteria\n\nA class which reads the table definition and allows you to construct queries against it.\n\n## Example\n\n```typescript\n\nexport class Pet {\n  public id: number;\n  public breed: string;\n  public birthday: Date;\n  public gender: string;\n  public species: string;\n}\n\n@TableName('pets')\nexport class PetsTable extends Table {\n  @PK()\n  id = new NumberField('id');\n  species = new StringField('species');\n  breed = new StringField('breed');\n  birthday = new DateField('birthday');\n  gender = new StringField('gender');\n}\n\n@DtoClass(Pet)\n@TableClass(PetsTable)\nexport class PetStore extends MysqlStore<PetsTable, Pet> {\n  constructor() {\n    super({} as IPool);\n  }\n\n  public allCats(): Promise<Array<Pet>> {\n    return this.find(query =>\n      query.where(p => p.species.equals('cat'))\n    );\n  }\n\n  public oneYearPetsAndAllDogs(): Promise<Array<Pet>> {\n    return this.find(q => q\n      .select(f => [f.birthday, f.gender])\n      .where(f => f.species.equals('cat'))\n      .groupBy([this[Sym.TABLE]['species'], f => f.gender])\n      .orderBy(f => f.breed, OrderDirection.Asc)\n      .orderBy(f => f.birthday, OrderDirection.Desc)\n      .limit(10)\n    );\n  }\n}\n\nconst query = new Query(new PetsTable())\n      .whereAll(\n        f => f.gender.equals('male'),\n        f => f.birthday.before(new Date(2016, 1, 1, 2, 0, 0))\n      )\n      .where(f => f.id, [2, 4, 6, 8])\n      .whereAny(\n        f => f.species.equals('cat'),\n        f => f.species.equals('dog')\n      );\n```\n\n## Development\n\n1. Install yarn if you didn't yet (`npm i -g yarn`)\n2. Clone the repository\n3. From the root of the project run `yarn setup:dev` (or `npm run setup:dev`)\n\nProfit!\n\nTo continuously compile and run tests simply run `yarn test:watch`\n","maintainers":[{"email":"yagoalmeida@gmail.com","name":"yfernandes"},{"email":"me@saulovallory.com","name":"svallory"},{"email":"leowerk@gmail.com","name":"leowerk"}],"time":{"modified":"2022-06-12T15:42:37.256Z","created":"2017-07-19T11:46:21.514Z","0.5.0":"2017-07-19T11:46:21.514Z","0.5.1":"2017-08-01T16:30:09.604Z","0.5.2":"2017-08-01T17:27:28.212Z","0.5.3":"2017-08-08T18:58:54.120Z","0.5.5":"2017-08-20T08:41:00.765Z","0.5.6":"2017-08-28T14:32:09.480Z","0.6.0":"2017-09-07T16:05:44.176Z","0.6.1":"2017-10-09T16:25:04.517Z","0.7.0":"2017-10-31T23:59:35.419Z","0.7.1":"2017-11-22T18:42:39.893Z","0.7.2":"2017-11-22T19:21:08.113Z","0.7.3":"2017-11-27T19:27:41.841Z","0.8.0":"2018-01-06T05:55:18.024Z"},"homepage":"https://github.com/cashfarm/store#README","keywords":["store","ORM","database"],"repository":{"type":"git","url":"git+ssh://git@github.com/cashfarm/store.git"},"author":{"name":"Saulo Vallory","email":"saulo@cashfarm.tech"},"bugs":{"url":"https://github.com/cashfarm/store/issues"},"license":"MIT","readmeFilename":"readme.md"}