{"_id":"@abcpros/givegift-models","_rev":"3-cb2820fb4533b463469304bfe04c4b44","name":"@abcpros/givegift-models","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@abcpros/givegift-models","version":"1.0.0","description":"Models library for givegift application","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"https://github.com/ngocviet/givegift-models"},"license":"MIT","keywords":[],"scripts":{"build":"run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint src --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint src --ext .ts","test:prettier":"prettier \"src/**/*.ts\" --list-different","test:spelling":"cspell \"{README.md,.github/*.md,src/**/*.ts}\"","test:unit":"nyc --silent ava","check-cli":"run-s test diff-integration-tests check-integration-tests","check-integration-tests":"run-s check-integration-test:*","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","watch:build":"tsc -p tsconfig.json -w","watch:test":"nyc --silent ava --watch","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && yarn","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=10"},"devDependencies":{"@ava/typescript":"^1.1.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-import":"^2.22.0","gh-pages":"^3.1.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","standard-version":"^9.0.0","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2"},"ava":{"failFast":true,"timeout":"60s","typescript":{"rewritePaths":{"src/":"build/main/"}},"files":["!build/module/**"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"dependencies":{},"licenseText":"MIT License\n\nCopyright (c) 2019 vince8x\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 all\ncopies 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 THE\nSOFTWARE.\n","_id":"@abcpros/givegift-models@1.0.0","dist":{"shasum":"c8238c0e12cea30d2d503ceb36935881e33de703","integrity":"sha512-i8rwucFnf3b308VdrhMSAGU55UfmD1RlKZiRH3tW9IvNXkycpn0jhDBja3az2pJoYe4ohnhUZDSIF8lY1CTl5g==","tarball":"https://registry.npmjs.org/@abcpros/givegift-models/-/givegift-models-1.0.0.tgz","fileCount":48,"unpackedSize":50189,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCE8EU3P2+EjUcEzNveE5ilP+cu32P5uS8xkJ0k7oz8QIgGvmiHVlTW+95qqwAlWDvWq7+DTZHgjjwUDNEf9An6lY="}]},"_npmUser":{"name":"ngocviet","email":"vince.tran8x@gmail.com"},"directories":{},"maintainers":[{"name":"ngocviet","email":"vince.tran8x@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/givegift-models_1.0.0_1634963664624_0.04754013049913253"},"_hasShrinkwrap":false},"1.0.1":{"name":"@abcpros/givegift-models","version":"1.0.1","description":"Models library for givegift application","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/ngocviet/givegift-models.git"},"license":"MIT","keywords":[],"scripts":{"build":"run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint src --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint src --ext .ts","test:prettier":"prettier \"src/**/*.ts\" --list-different","test:spelling":"cspell \"{README.md,.github/*.md,src/**/*.ts}\"","test:unit":"nyc --silent ava","check-cli":"run-s test diff-integration-tests check-integration-tests","check-integration-tests":"run-s check-integration-test:*","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","watch:build":"tsc -p tsconfig.json -w","watch:test":"nyc --silent ava --watch","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && yarn","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=10"},"devDependencies":{"@ava/typescript":"^1.1.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-import":"^2.22.0","gh-pages":"^3.1.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","standard-version":"^9.0.0","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2"},"ava":{"failFast":true,"timeout":"60s","typescript":{"rewritePaths":{"src/":"build/main/"}},"files":["!build/module/**"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"dependencies":{},"bugs":{"url":"https://github.com/ngocviet/givegift-models/issues"},"homepage":"https://github.com/ngocviet/givegift-models#readme","_id":"@abcpros/givegift-models@1.0.1","_nodeVersion":"15.14.0","_npmVersion":"7.7.6","dist":{"integrity":"sha512-yZ2rcdhzGk59K5Pk694ONauyD1lzyWRZS18+0LLMLVV47SUjdyLLuJjkSZloXh+X3jkQcnkkZ5k59T7OWA09yw==","shasum":"ee8d57556c8d30b778b57dcb56dd454b5c20e025","tarball":"https://registry.npmjs.org/@abcpros/givegift-models/-/givegift-models-1.0.1.tgz","fileCount":41,"unpackedSize":39018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhux3zCRA9TVsSAnZWagAACuYP/jIF1stzr1rSZw3o5cgO\nx9pfO3/gsC/fRu0bbNYoqzNg4XQii0TrH8Ytg0wgJ4AVR8wzdU2Dfx9SWsw+\nmCPNTll5+/ERdnC0ijhx5pc/53TAQMiNoVhEVHzHpltRBBhoU7xfkdpytZZj\nEb/GeiUkrWK95ppBksE+R/5RYe6bOCnkYDmZ6QOr3AgopV9b/tOTriNFJ3s6\ntsRxfrr7pSbF/01yEhViJen1D7U4V6EI/z71nKXnmPrZusfDuhMJFgnHldfb\nTsICSMBPsrOZ6uw8Qv0i7OKa+zF5hOloYCKi6YcukMPfSJx5NCRgJg7s/n3N\nrkTLWju+4Idm2HuWNcqkOLZE7zBWVClwHNHbc7iskZsC821OCYdXnf68w5P5\nS5iu3UGKDUM36+NQWr6gRT26/7fyC5ymP61UwIK4gMZI/jqBd3ga8X9rhwB/\nAgJGhcLEalVAR2CfeE19k+GELqnk2kl9uwHgbRQAuacz4/dnVCehbyuXzEk3\ngugMZCeJBWI/9gds4XAmuI5w6Zpk2YzlbBz1q1C4Kv/iO4uzXHVfqJcX7eF6\nrhDGdGXQ/nGKOdeHiNnb5WJBjOLoCdbIVhcgddnKQ64ZYCe+71tMfd7T+DrO\nrVF/oPz8bAKc8fHcOL8toPrQS2bpkex1yFRjPowb82RZrG1Smzg/W3fNx5yF\ny3+Y\r\n=E86s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDD87UB2h9wGD+YffUk8WQ2UROjiEtsxkqImjHJp7h6ZwIgRDWkN9l+0o5dNxaKZIUVICFgLaf65rQhMHHIni+hhI0="}]},"_npmUser":{"name":"ngocviet","email":"vince.tran8x@gmail.com"},"directories":{},"maintainers":[{"name":"ngocviet","email":"vince.tran8x@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/givegift-models_1.0.1_1635590417713_0.9552025310319616"},"_hasShrinkwrap":false}},"time":{"created":"2021-10-23T04:34:24.586Z","1.0.0":"2021-10-23T04:34:24.786Z","modified":"2022-04-04T10:58:11.274Z","1.0.1":"2021-10-30T10:40:17.855Z"},"maintainers":[{"name":"ngocviet","email":"vince.tran8x@gmail.com"}],"description":"Models library for givegift application","keywords":[],"repository":{"type":"git","url":"git+https://github.com/ngocviet/givegift-models.git"},"license":"MIT","readme":"# givegift-models\n\nModels library for givegift application\n","readmeFilename":"README.md","homepage":"https://github.com/ngocviet/givegift-models#readme","bugs":{"url":"https://github.com/ngocviet/givegift-models/issues"}}