{"_id":"ngx-translate-lint","_rev":"79-f70e171e5efb2aa3947acd13b83746d8","name":"ngx-translate-lint","dist-tags":{"latest":"1.27.5"},"versions":{"1.0.0":{"name":"ngx-translate-lint","version":"1.0.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.0.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"4c37132453f93e4313c8351eb19e1a0d06f0e685","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.0.0.tgz","fileCount":124,"integrity":"sha512-I3wyuGR5KlL02O/Fk+KsMvDH7aACLCXPtJTT1JzNNMWf3FSQXmGiFicGCL+zLCe+Mc8MX9xrjSJQCn5aFINACg==","signatures":[{"sig":"MEQCIGFlws8JIzo4Zwjy6YZeNLQRnOBuXJr+yJq08r7r8WH7AiBNvUbat3sf8nNcKpb9rE5zKTHQ7CQP3eR5QZAWN4RXGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9EHyCRA9TVsSAnZWagAAyQQP/2VCl/KD6S+L3KOwksGa\nbzfeRoYOwdrJvOvWgM8EQl620LwiBEKNEgMwrwquYB/Bb2ClQPSAR6jhaSJu\nybGKnUEZUD4DJ/T/sGsUNrIEuDBAuBMT31IerZcYycDeS1cRrQK/bjElifzg\nd7TU9a4yE1muBZTFnWFf8pz/mPAm3uwJekMq79c+S1a+emT1yg6RlVynZhH6\nohzw9ClJiVzfpJYpMA/nvLZSW0c61yGe6ryehFAaAJNhJSj5iQdrBejXkfua\nAPwrIDAUUDqXCLMH8SQvSsLoNUEIt9+4UgZpXAZQyuTrjSAsytsGb6tdIOTy\nYKNkYLExL3Z5wCqpT5apmd6lEH4RA4tTXftNUzeRRTVmeNN2WyHwZu2DzsWr\n/DvHKbjeKn8S/B8dHY680uChrXmCJQlOTfj+VAGS3hl8GpJNiF/U/83PA41w\nToUdO0VM1o4KIFOmi3X8mhOLcdOxEgi1JxvXFASXPQv5b8yuS9v5Tqg4mTWI\nv/zINZl5Vfr8cGevcMxJaQOWZRgLWuKkkNWYWFQ6aRwsVpBBCpE3AqZHUnUa\nAqbDvyW8hk11VJ/0JayqPEVBeRWmI8Vz2wSd1I4QisQmw4w/F9D7lsCJr4ok\ngFRfDRikHHwgtt2tl7dfWrEqNu3jiIr+p74hQSWG5mBwnSGmya84oxMMohqY\neixF\r\n=kvkO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"222c03e082c8f4b310df7a716e3736a6a710995d","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.9.0","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"12.3.1","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.14.2","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.0.0_1559511536522_0.7527735747895798","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"ngx-translate-lint","version":"1.1.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.1.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"fcb12a103684953702ecc4a92d7937c6b4c15af6","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.1.0.tgz","fileCount":124,"integrity":"sha512-i/pDAMzhcfcnpVw6oFQPzK+AFI19FfU5EM5Qr1YkKkZxlVyiLXAcYkf8cmS0NyW5Bb0OmsOrFUQJbW67OWMJjQ==","signatures":[{"sig":"MEUCIQCpUCA29vDeMKRGLLvryuFYttaVedS60TklGcI7P32zCwIgHIHwJl6w+4WT5DAyD3EzafUlhK4xynKMRqSYiobLO5w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc99RTCRA9TVsSAnZWagAA7PwQAIh36aBtHvb7z1MYV3Fz\ngdPh158zeCpnb/BmHpcSC46CaoC+pHDeZ8v2CGuIpOv/D23u7/nzuxkNMFK2\ngcx6DaLz8g+UnJBtRJsrmxXnww4vwKtywHeX9KmSMGkvvXVTp+SYRMdvcjcl\n/74HaAR3D9XGYQnn1gomiwn0Rh46I1ULplgkcPI9CNu2C0JFimXWVyFgcfws\ns20dEc5ljK81Su2s4qGJEV9pHKjmkyKz2IRTlpPXgDMpL9eUexRIHDYMK/r6\ni2/VvIGc4NLyMTXmSgLnWUoQRAtBSf4OleO2yQgKv8FxDXIj6SiH4qhfyY1w\nhy+AWLLdqzsD6y9CvUrj3SEZMGJGSIEwhWochenVWEbKqMGRp89aJvsYGmZi\n8lqhYDvbId2W0ZDR6fQ79DlC9JdSi0q4emSyi+ONdk/xCFpkigv5THJcmGgX\nQDA/Jnl5HUHbxT/aTyXDDFaa3ckkJ/02RInoRUt7ueGc5KcOxYjqNOEJr4Ef\n+rXrYiO2nkMEMQMmPhf4rlkIq5/w8jNAc91fvDhQBWIQlXAhHB+LTkuxYk+q\nP5B0I/dKdPLH5+N5ljfbD0qP1jZ5IhP5X7HXVODKmxxD4VWV22a1+IJr9TLB\nPWAo1AFqNuZ6/MZOcX8gkGTl5rQOpneVJDXWiqoGGTf3m5DsBF4e0APVE4yJ\n/eTp\r\n=9dSg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"2632d880cac1a18e2551aac623ebe1a94a66a8a4","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.9.0","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"12.4.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.14.2","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.1.0_1559745618371_0.2122169587534002","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"ngx-translate-lint","version":"1.1.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.1.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"c34dbe26c8e2e1973539d8b3774d1131b9eb97f9","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.1.1.tgz","fileCount":124,"integrity":"sha512-+3R8xdX3zlUV66L73iANvpXWCbOYVYXVLCNzXCaZMbENKMptbxtOIBjN0UCkmJ4uSQVcfOHLheFIlWPh+1lm9w==","signatures":[{"sig":"MEUCIQDQq0j1Q6Lnpi79egcA8zasUYdz/aL49ur+Lt8717VZEgIgLiJRCglRT3kkzCBCNl+LAR/Lya0KsaN695MNpgACSQY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnL2NCRA9TVsSAnZWagAAmv4QAI2iNZ69vB/caK5WYbOq\nAwBUhnvvG/tojL2F9d/EG3iWns0/BQmC1WETx2kMyLqxrTO3+c83nZKJkRe+\ntOskF6VbjbAmF2k5xz2Q5uajSb6ymQu7lsAKPEifXlCOJ1zREZGEunVJQMi5\nLWD8aWY5ZmVllSrfj6Ysx9imB9mrQtivqPMlayPqA+0Ur3GolwwWyS4VY72j\n+74nUooy82DD8EG6OP4EkxKrDEDN8t3EPN6sWfJbcEVFdj05T2gE0Qvlx1Fi\n67RL4xsE2volbiBKUg312x0wWd80/f761Cp5q1PeVVvGM+6oyjAEP/wFP3UD\nm4wcFkv+HxenBkL4l7f95Y2nmbMmZZa2TCvRBEBl+mH69VImbCOWCVwpVuEo\n1K9e2t28FTgUzeWa6UhGmvk93abXQTlow1wJPXHmEeeWrWwGDlI3YIghxowl\nhYBwWktdeC85wbOE93orw6Hp0U8/Vs304YfHLUBcR29qGbNlF5Om/Ih74NTO\nLhytWaKArzyVWNtNMGORvyIgh5+ZKcVRYVjWUAx68yg1Um6o8RdX1WDWkb15\nPAgaGIhhbkCqavTDh5/gqqxWuwRqx0FjQ141sR/aB7H8lly6fDN30v1VGkGz\n+AhnUcd76ILABzyzA29EVqbRWjfYCcPD74Zy7yXo8JLD7If9NaSOxCka1Mhs\nh/TB\r\n=MzuX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"acbf51883a00f09f60193e966b210a172c8075ba","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.11.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"12.11.1","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.1.1_1570553227304_0.54564759376205","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"ngx-translate-lint","version":"1.1.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.1.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"f0878c535f7a868cb6f7f6413161214a748e65df","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.1.2.tgz","fileCount":124,"integrity":"sha512-dSim3PLsj5555fTgTQ+gE1YPnu8jdvjsYYWjCpKtOVWMUHnIMtyGz3egFnWuKNBS5cJm6qiCr40zSmQMIzcVfA==","signatures":[{"sig":"MEUCIQCsBBRCvVGiSOdPLyKxhfXsZPVcbub0405HfRTTdQg1qQIgZ9/tNG3T//Hw/0kANGHhvQz73K+OWNXiFAe01/z0XOo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdr3LPCRA9TVsSAnZWagAA3HEP/R3kJkiYATu2rOCpeGRL\n+nC506uywebGn1w9DVhWS0zb6AWiWTgdCNZcV+FTM50x9tKYCYuny7LBike0\nKvaVsr05ySCI3P8Q2MeCa6eJ1B2mXOHD07Ehsfo/3UhnOEOjMB5mCfsC6Rn1\nZU26OHT4snSVR0QOEc/1JYc8Kq9PNUYXmRqL4EvtaI/R+LgNHRhm0d/GMjkB\nOcqSgpN0jwdzbYC9npPmukK9Z4mXNWf6HWJfnnVtVptY1uBOd5qACxyg9OdL\nL+y4Mhe8PVXtSzlP6DGEhkAYxWiHwPxIPj2SlT58Dt4ehmbpX8BI80WwzGJw\ncguuT4mo5CAjPLhp8nCXsBgoB0XYKyhN2WYFW/Wni2PRh4mm91F7ElGQrMHl\nLg5Tnl1rgJFztb7ZFPW3klFHFmEoCxG42SvXsp9Qkv+W/oIPzXX6tS7jsSx2\n5rgucfOEMJuFGi0wvsZZxB/uNE0+biGhdyT4Q5vVan1ydr3FGEI2PniB0GD5\nV1rw5P86UeYyS9kYQpqfV5h4P0WHEcBiAbKSE9wQGiSEcVQhICCJtixxGQ7d\nBV0fT2rYq669tcW25tJZI/VLQerq1YKZF33aqUiRrXDW0n6W8cuNB4klJDVN\nMqXpgcgMBnzbfA2j12q+gQ/2psaAKIXxvUwnWGCElObBKoumHVyzHhH6uQTa\nINSr\r\n=u3Uo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"dcf34915460a93df6a66cebe401633459cec384b","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.12.0","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.0.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.27","@semantic-release/git":"^7.0.16","@semantic-release/changelog":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.1.2_1571779278881_0.9265741553675808","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"ngx-translate-lint","version":"1.2.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.2.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"c35d7891d8dfe8e2876d229fc60b20b5258d5c6d","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.2.0.tgz","fileCount":124,"integrity":"sha512-HYgyL+j1bsANlSVucTg90JkRBUEeeNwzf70K82oRaWFmuagdtt8jkQILRpTTNicdbTwevAPTodgscA2Ykt27UQ==","signatures":[{"sig":"MEQCIHnbOpl3s32y2at/UXq13pBAtMHCq7UQUHvZh4yyg1dqAiB+d2ZsYOHM3s0x55CmxMawriwnQUnwd+308kS4C9enfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77488,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdth3UCRA9TVsSAnZWagAAs20QAIb335D5g86Jv4vO3brV\ncy99s9+o8j48037CwsuohYx5wmn8x3LxPLRwK+lqsa0kGyxQNa8qkuA1UcQk\n4hATLI49hOlk62bMpBOwlDt9fDw9CD6IkF4FByyqe0qbe5JTMKYV1wrITezj\nFKeckRyAK2HOmsleOakWkEyEEORs0+vF0WvV4j4S2CAQbPXDVp6omuABYlVj\nNs0aJF8LyB49UopB96KU/ncJoMRisnjWi4HnPtDFb7dPkLmIbMseghRpcNy/\n4lgiM/U0vRL13giAEcTL25LBdoti0yt1E7hrI2S8YCdhMWTvfvreND8ZSXJ+\n9J0PeArRXC6mM1HlYDG/+t3dkEm24Y2nGc7uHvPGbU1C7PmU3FtZAXIFF2i7\nWJFx08xXIYFr80J3b5ukHq3uupkEKZySZCtZwjYiBF+zoXlMdlRFomjB3zpK\nAGRR+gOJI/SdJo93EFzOf2iyoDnRs+QTccLzlQWgoV7QlxSv8wU5+viwb/nW\nt0iqAno1sK2BEsYWVwvbjpGkQAz9RWZ1ZyN0T1vV2Bj3xCm4qLyBw4z4DPtb\nlKeQt3E1J3sBLwbyNfBZ8B+C1fkz9Oysj6rpumQe4lQt6pH4lfUUsXbbncYJ\npLWuwDFaeetYLKZ+pRyUUykjQNp+oLgLFmLBolAcEMBrx489mCIE9UYgJ6uf\n4i4Y\r\n=JOKd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"2f22e9ee8518cdc6662498a33ee6726d8cd3d44f","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.12.0","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.0.1","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.27","@semantic-release/git":"^7.0.16","@semantic-release/changelog":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.2.0_1572216275521_0.3180799940658947","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"ngx-translate-lint","version":"1.2.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.2.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"416831122b691259a9d5b4b9c236ae4fb4a7d54c","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.2.1.tgz","fileCount":127,"integrity":"sha512-bG/4dVadlXKhs4ksXRy3QL5FMNfyL3vum3v52XltiLywxC7kmKj5bvY8YZq2nvjmjY88slczjhDTM3Eg0LnsyQ==","signatures":[{"sig":"MEQCIDD+jUlGT7kBcnxml6PZtFUtZjiDn9933lQQ8UUL7yIpAiAlfXE3H9ySv/MAbMEcYcWVcWXX2u1AdhoEguQrBAtVoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyx11CRA9TVsSAnZWagAAH78P/1ksFj2WmuP4Kk86LCEp\nupowYW32yL/9dpGcmBykJApNbUc61xVLffz/x17dhx3QzY6O0zmwAEjoanS5\nfEOqeBNdRADQ4Rwfh+wBskfU2PZBnKetPoEN+uFXio58VEL0mc7GPlg1hx/A\nDlFpLb+tcKAZzJ44JV17H0FFPHZv0wsxw3TNNQZmjaVpT4GeZjP216jDXWY7\ntw6kpwIY4mSdqDeyGrIlbpXeO3m0Wp2n58G1vHpSyhD4QZ1GaHiCJf8SptIB\n7vQmNE6b+E6hF5oha0SXIAzhFudL74wmnYiYdEI1uffQFov7KP+jypXip+Xr\nvepBysb6IvG7T8J0MR6YnWX+qlZ1PcpUCH3ouUJdu5+6wfEeEZl4JLHvi130\nbp470oYkXQd22d33Y3J5PUa6GtwH/Pd+aIGtZO5DwxzlB2+qHiKKTBRnmbIe\nDr4ok9iCax4BKR37NxQElvdW7aKBtIbMdKZvghGuA42si80p8P/xFr1Xrj6K\nPJQssogExvZTPaRG3ysgZWE1o6oLHemnJIRr8P73mNlsw8Z1JLeTGVV7KeqO\noF/uEwRNjPl5T/BDGvwRsVZZVAHPswSSqjVJ8xw8gutgBNiSNvilqmuLeHze\nD+6+9Jpfdwe6CxHN5xE0zye6oJ/LOwfXL9GnwLAJLlU98M6YcPkEJJ8vsK1Q\ngecg\r\n=QvSP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"339fcf98637e5d024a61021e2df66ab89bea9b85","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.12.0","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.1.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.27","@semantic-release/git":"^7.0.16","@semantic-release/changelog":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.2.1_1573592437004_0.8097061288418688","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"ngx-translate-lint","version":"1.2.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.2.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"0b2f4baa683f6e930453041cb49dba746e254f4e","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.2.2.tgz","fileCount":127,"integrity":"sha512-cCTOQLYoueHDZoPNXZUSmh4+lFcXXkB0moHtMcJGeeBVwfXVLWnNjK3XCPPlhphb/MmX3hTk7tAfuyfuvKPJRg==","signatures":[{"sig":"MEYCIQC2jA8KBqNXYPmIYTBqFNkRin5CJQ9CpKO2qU1gakFEVgIhAKu7j2anTkpTPYDza774cPxVybmy1qPjZhypfxzesSb+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1RpvCRA9TVsSAnZWagAAKHAP/3iHzPRDXXD9j+YDpbei\nUEwlZLpkZNVuPrbfHUfwFOtsGeWEW2ow938CZg2vkXx4nXArVeA95+dm92IP\nr8rZii075JpAlVhv8BxsXf7dib8B51D7MfoRumbioP9I1/tHJkvfNAEUi3O3\nuUZ+lR4bcMvNZ8OB4QPOq3h2q+vL467GOSxB7XXV17kXAABEU3bnGiJGXPQc\nmBNb+erkiIezShpdCqrIbD05Akn/qCOEtLa27eipodc7NCJD7w3YEUH75B0z\nXOqdAGi3atbal6sLvMgEch//bFsH3IIi15RJ3Ze3eveEqn6RtlK0tjlrD5fC\naQK3d3LjoyvsBI1qHenjR+vicHk2CyFL0LpfBeOmBdYT2Df3VTvdwB1yqaZq\nIMo6dsQazgikxKX0OALKN/OAx6C31HoaM2M65x3kYGGw15MHm3fnegeuwLa7\n96bGDr4sCVPiDe8+50JJxrqHy70A6LmOPKyJVR4mk1EuTikgml5ZHChUdhnu\nf7zgA6d8m5pcd8O2ZSTKfq8hw+vCOa/J/lZrpBD2ALkZCqX90V0q9rmuOgfj\n68gBc9583DF+Hprn1hK0nuhcE1cTDrd+Ee1bD3VrrkXKyqUhf5n5chsDj2xJ\nA2zpbeP+wpZ9dvhH6d3iEJMaAJw6xi2oFtIJsSJsHX+2mZv2cr1tWYLjJ579\neyrD\r\n=+pq/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"544192a65b4705ad95021bb1e21712613e898126","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.12.0","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.1.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.27","@semantic-release/git":"^7.0.16","@semantic-release/changelog":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.2.2_1574247022743_0.574778955138112","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"ngx-translate-lint","version":"1.2.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.2.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"68b615e6be1fad1a1a4162212d76f0b1a2f6d2fb","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.2.3.tgz","fileCount":139,"integrity":"sha512-J/3TD2XGlVHDOyvLp+IcxTdl3EtpKcPvCBeJg1m0MPLFo8GANO5TxCnCiMV1WVKV0hfRsBu91rDPmOHOFsMN2w==","signatures":[{"sig":"MEUCIA2eREmoBg48JBJx/LaDebAhTVO7/wKbBIXpgi1q71XgAiEA4fokFvMRMl130gJZ0FYREa258/pnTKxWdPTOu6hEhBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80199,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/ND7CRA9TVsSAnZWagAAuOYP/iRLuwF0PLaQZjYp5m8d\no5wlLBAX3RV5BNZA1CQbwKP5UgAEMu006SRPrMQI7b2dV4nlD0oiHHixisL4\nTC3ZY7OARHigFmc69QkEuHlwYIJQCvTLVm+ObZ3/bjDoXRBVCjBYAuY6v6Ac\nbnd0+aT98UNUgPMeze6G8oYS3mnSg1D4av9piiUIt5IDkk/VNSzkUN+haO4C\nPFYGeS1729RYp+1Ldmyq4zw6t6AREVSZtqMDr29FqRwBYor1oG8oFw/BXr4Z\nRuewRjF8Ds3k/tWP5nZEnNsAgKhUEmx/yuMBrNf6Epme1IQhAS/0B0subrX6\nNUKaLz68ByWfl3uxrlgjY/neTUmGthDIcnKmp7o4hX5xy94UQVtrKpWg6UHX\nE5r39iCM4fcpJvF7nfM/CdqQWE/vCRWCw+HpmTiQOQ0zntNTwZE0Gljn3HF4\nk1E8xhMP0zxAgH647yWOOHWq6A4NlgXSO6Ne10LucvAAdvu8M27c5P7NTaVI\n6M7kLhtJ6sw8mKg1O0O+eBaiLHEqJqqgl1jLdgcS0nnvYNXWp61JZvWCHwba\nEn5mqShvKzjEJ+Tg48sM3Q8oOA4CvNj3uAlL/nZo4IG1wBkv9RQO92C0Wtmy\nfqDKM9G2AdGXOz+xGExzuTDpIGq27Y+8cp4pAlaq+n+iMJeTD2PNQoqR1YBi\nWb+x\r\n=5uMt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"77438c4e9bb7e20f0f4674da66a966365a4383ae","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.13.4","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.5.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.27","@semantic-release/git":"^7.0.16","@semantic-release/changelog":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.2.3_1576849659445_0.7303563659427521","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"ngx-translate-lint","version":"1.3.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.3.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"1e72fba9d8f8ccd372988760ee0ab05177dce0cb","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.3.0.tgz","fileCount":160,"integrity":"sha512-FGQ4yO6+aXZJ3B0On3+nTTiIuc5M2hFc+mbK6Z4mpMkeEAlCYBdQni99+QGTPP7qA7S8hBdz72O3ylS2gqztvg==","signatures":[{"sig":"MEQCIEa2zNFwfhUZd7PY5cboELgS7yM4LElaYvuDfMwxNCB0AiAbMWhFxk1atyrjiAq66KA+PzAMExeg6GDr+IDfYd4HFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96668,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHXlCCRA9TVsSAnZWagAAe8IP/3OBCvmDdQuSK5ennM1w\nYfKTSe01NEwLM6lbwgUbdUWcLfETfRIUCNP8T4BpjWYBYuVHVqO5sW89MXJ0\nv+onRDvggg+eFTOZajNxl6tnhimubO+2V2Xa/LWoHIQ5GJFH6Cq/NvSz0mKo\nvOSybvfb0W6vhOOGk2NKNPP/Jddz+Ppffll7C3rXxPs2OfIiyGIhohmPZg7c\nR9yFhE/Fh6tIUBhVrHUMCsGsj6LtQZwfyvuDptSl+xEHQdLYxPxd+L773oM4\nANhO8+ZvWf2yIJrxmosU1kK+oDBIyFHCcQpdQrc8RonldNQOGaU/E3kvD+4L\ncj/QQqiA5dCR9FrMrehP5O/w4RJqIPsabv+nByhMUkW8Qdm5pgA/7IEMSH7T\nyO/IM0CWzjMvYctSxf2i8raGQMe4coRWEV0fsPah66heSVr6plmcrYiLCxzA\nlQ9ES/Dm69Ft1zY9QEO2jLRravebs5gYC/x7Jp3KIsB3Z/+Nv1H1MrQliJPn\nezkAlSBu+yosdp0/U4yuBYBIFL3xYAsQUuLA7ZrAYNIOd2W6sNLjgxBiJStX\nWlK2qev6XQ3G5vfAlyoWvq2jVr4fZLmVhQGO7vpu19UBqgmoJn4/Ki34rX2X\n1Xr8teUIClUisJI0dk0KVtgmSWpWZYHdhXugerqv7ZPukzuaqmpBSsOJ/2dP\n1SrO\r\n=JF2G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"fdf21b25009c7a3eae2a666ed6abc4a964a962f1","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.13.4","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.6.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.27","@semantic-release/git":"^7.0.16","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.3.0_1578989890063_0.7244317755736107","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"ngx-translate-lint","version":"1.4.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.4.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"27fbd723cefa9280e68a7daeb70ec72ca86968bd","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.4.0.tgz","fileCount":154,"integrity":"sha512-nmVAMzG6YO6IM59k0FNUmC1yruWoBisgOJhzqgxg9JpfKRqZzx0mixoTBdiooiJ11j1qnd7dZVXf5mM5oVaYlA==","signatures":[{"sig":"MEUCIQDsOsDamX7ZUGLpiQCYOCGx2JRLmiP82lss6nSu3qgYQAIgT7weEEIapI9FbhwIJvw9d7uJOR8eU6y6O+J0cM+T58k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKAV2CRA9TVsSAnZWagAA5xMP/1rxtkc7jVuVYq8Gxaqt\nX8Zj/P1oqKKDkceLbcqyO3wgu3RtwMdGFVeUETdSF6ArmRsQT+10kLG00PZu\nX/NpPVIqxCD7wwgwu1bZKLyzc1chE9oodsT0qure4ThBLicEAI6I7DRg3ov7\n5CNzZa7khPxHrHb9KkYwTgtj6g89drJrw6LsdgWE31F0/o/VhyAQp2M92m9p\nnQ+GeREZhYDYduR0nesR0w8e860aWaUsb9ZsP2iq2RgKcRaUgia/nDjClTQz\n6YU+VEn1ZdXNUxCvWZgjMlW8P0KurPOiFIAPpXBqpvUqCUn8FbUsPEdDZW8l\nxokL57qRW1ZfFjuz/oNJPZ4PzrOruZt0Fqc3idUiccBfJJY/o25yt3Bd9OEh\nDzaixdG45U5rfwlZCBU+xa9N2nDM3cKyo4f14ZKCWq15OO453//kjkh6Y6iB\nZSESolvqC06opd+rL9nhHk2h8aPHc9ywnsMH72LyPz75X1/WN8mjznYDQHFt\n/1zBNG5/AK0WbLRgiz30lCQx4igB/1gvEDLp/arcN87TDeKfi2d6fl2uchuJ\nMophBRHBfpJrEToUOlpApKS9jKzXTfy6GS9af920j+xE7gtpWoMEVOUjbbw/\n+Gdsv/jyWFtZcnizeyd/C/Vv6dHfT7n+yHPy8lB/elG7nmsV9UgR/mlIGl0q\nGZ7A\r\n=48TT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"54272054e4e5c29bd98e83099328cb32a1c214e2","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.13.4","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.7.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0","conventional-cli":"^1.0.2","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.27","@semantic-release/git":"^7.0.16","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.4"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.4.0_1579681142095_0.7610933110878844","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"ngx-translate-lint","version":"1.5.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.5.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"8712ae10113ba99d45bd03558a8c1bcf4406c254","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.5.0.tgz","fileCount":166,"integrity":"sha512-g6vfitrAdXYKsPvDyT6fAZOAqJYWk2C5frQILFQdmuHIftmfZb3LQhJ7i4/OzpOwfiMEO4cW+Cub1SXqalHucQ==","signatures":[{"sig":"MEYCIQCho417MYRJyafcmPPrtpbstm9Fjo3lwMBcWbP0k2sVxwIhAP06VXMCdqWuVfousmJt5NM7eDES+lzrSqasn0MZMvbT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMEOOCRA9TVsSAnZWagAABZMP/R6YBgTTr4+nPgj+JyN6\nMDFwhEUMTJ9HGKFNluMldfklf0gBXzoINxyvy/Dhu/GyFswfu+CvqJfo7tZ3\nKTBHuYepNSFjZ+KSDj6DyvSi0bQvFWxVBYNe482fFdaNKaRPnN3ymLJrEeY+\nxz5GvIFTYST6E68iM7PR+qGZBSdbBqoCIV9NM0FmYUYiQmC6xSpqml9CNy11\nnAFb/voQI55qUstR04nq5lu3pbTAGIFHRDxu8tmxV0bzz7uew2ACUqT0sdm+\nrjyfE/DGWD69UIsjUapPsus1c3WTyq5BdlDd9y6DptSN22AE4zSctSqw9/pV\nf/L5xVFVbxCWqTthkIJQr7pt1C7KeLFDJd7hiIQrB6ru7knbQh3QDmfgGrKj\nakb2iqCl47G/kIQsBGL0lS3u5pZjSQPdstTFTOkOKxM9pt+2iyb77+fDhi/P\nv/pUEcFdy+yocudrkD3AzySf58bbsEkt+l3aOHFNohijCSVUGpqEeebjFFyp\nRBFO7oumzmoy3ANWgHjhcKQQ3BBeh6d6mYAcx6Ieul1q49Wy9E07eo23Y1lg\nNo4rL0ScKK/5HOa/yPCkNK+iINOOawpSfiDxX7MVoPjU9VDxlc6YxBmKI/Lk\nTY2ng2+FKPs32TbktJd8/+X9JP9MT25iGgEgDrvZH/rhW/mfaS+wd4FjKeN1\nbTgW\r\n=ZbwX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"bdc104be06655037478f6258c2218a6b7d644f21","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.13.4","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.7.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.3.0","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0","@angular/core":"^8.2.14","conventional-cli":"^1.1.0","@angular/compiler":"^8.2.14","string-similarity":"^4.0.1","@angular/compiler-cli":"^8.2.14"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.5.0_1580221325823_0.7568501781457442","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"ngx-translate-lint","version":"1.5.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.5.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"17de2cdbb5b7e596efb1b95095f96200d8f9f8fc","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.5.1.tgz","fileCount":166,"integrity":"sha512-yqGP850Lnvbhqgge8d8PI+YG2EqfVJSRQdiShC6Om78ZwaP8a9QYpbfiskgy7by5JX7RYnwBa1A1NgajE9VJfw==","signatures":[{"sig":"MEQCICwonjoaZxzk3IS055bq4XK5UH2kC8phvS1euvXcTxrQAiBp2CoBh1yMtMHNX+Q/QUGXNbQb5n3q65hFzWOqKJ0v+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":108916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMU0RCRA9TVsSAnZWagAAZcgQAIYz+veNoiZ+jfpjiK16\n595CrJE/GCTsXVShQiRlYHn7lf5+XKPBUPnmyaPa9y7s32qew78O+m/25Urw\niCZnxOx4m3F4TEYoUqeDm97TXS0HtP++uac1bWdia+rFSVeKL7TPcIh0vG67\nSt5INSfHN3tqK6VH/us0TEFXLkaewYfayQzZZc14eXAGXyDQvY8FDeUH/5K1\nCYfdrrrsiiJnwlDBshzfHh7HL9GYCSoCKSgk/+bh+jwykHtZWanUaemiYLRZ\n3KM4facE+K7TsaGctS4jnwjXVPl8CSKLsWho990iSA6uD8cKIJvdFoLkzNLC\nUKhXiWj7Ro5asu9vqAFOI+NTXJcTXtQMa81M/LEgbxNmFsRdI92hbug+gGf8\nktMYnxyCcdfxXJ4cPQZ2eztl9MZHrap1us9se5V/20hBdcop66jM3v6v4FZB\n/juSCyz2+Dvtf11v3AWu1S39xxZzBcIqu8CURdAOnS0CtKeBP9LtB8S0Yxjp\nD9D/nfpNackn91gnLJJ9WAjlhDafq72UnVjL/NsQfSBHhhIsfr0G0hshr+j/\novDV71518gjMze5J74bCsG1+6KNUut3TJlrxk5qHWdVQFgW5uMOOAjeeSl6I\nyVQq7uypNkYbVwrDHbVs4H5FzFNAwNo1u8vW7FGaPvoI2ASTjto+eiQ3QzaE\nsvoN\r\n=Il/X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"91692497acc98f31de74063e0b4852a83ee80790","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.13.4","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.7.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.3.0","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0","@angular/core":"^8.2.14","conventional-cli":"^1.1.0","@angular/compiler":"^8.2.14","string-similarity":"^4.0.1","@angular/compiler-cli":"^8.2.14"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.5.1_1580289297421_0.54558873780996","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"ngx-translate-lint","version":"1.6.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.6.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"f8ec075a3346157b78105481f3ceb9a27a3664dd","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.6.0.tgz","fileCount":175,"integrity":"sha512-4nFaWkR+tnUMF+8YjYGAGczaRwBoqfla50xTzb6dGdKA9nr2yIRv5v+RLbnaKvNfO3nmWd+kqk1mJtgvs5QyhA==","signatures":[{"sig":"MEQCIBxkDWq3wgavQwjoEXNDSu2+mdEI0BCH4s0psDylhfqaAiAF/i/i/U94+O4D+NtBWwooy+/lnjIzPnCEXc2tKo/+rg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120792,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePXMRCRA9TVsSAnZWagAAP2oQAIoQ0+WfQD2N2OhvMcyF\nxoP33fCBd4EFY6a3J87r2Z6BRotJ/dTF2g+uklgsvHcTEf1RwhU9HIPgL+7a\nQOQ7tgxIRhTwHJmC7eHoEof1xkD4W18b7v56mHM4U6YC51CeVcvw3AixB9VK\nvfmJZipQvoUKQEQKero60z51E5lLHCASDgpoubk+z/yidH0LlBf/pUDcmmmm\n8F76f1/BaKjo9Rcf/P00rkG3axAJHNClJPvfnaaMWjhFcJuk6zyynVAA/LZG\n0CgnPnSBBlqVv3pbnz6RcGv56BXQSjZL/W6g54msxFMHXmWbgK3UJ2BAr/q8\n7oTtBF7QJgxTRAQQOjow0Hy217g8epZ5Pmhbv3n/919+5hxkFDoWQfGCh1j4\nz5Dh0iV+jcAj/rDisbwYOX8rRYNusWICSYlUORik5x0POQbeMzOs85DXtzxC\ntfsQYQcpg545X8mOOiL+QDAnMmIk8WxzDn6V+dRwcAEp99YFW0+wHZ5heTh+\nTojb4IUNIqg9xnmWTMQEjzk3AEHy763vKm/eBL0duBj7hVIjgzQaZJeJXuD5\nvzHvUyiGPJkhJZ2xOHiay29pyaPzwdQOqDh781GpvrWZTWRTXqLKhfNa8sIU\nDUZ/GOurnPHOnRyKwOxXSWW8uTXpJDKj5AYr0q2qUhHTLjr0S1DrgUWaBVKV\nAs6o\r\n=TWsy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"ab11c7ba6b09e309f13768c6dfff6c3dee7ded38","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration && npm run doc","build":"tsc -p . && npm run doc","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.13.4","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"13.8.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.3.0","lodash":"^4.17.11","dir-glob":"^3.0.1","commander":"^2.20.0","@angular/core":"^8.2.14","conventional-cli":"^1.2.0","@angular/compiler":"^8.2.14","string-similarity":"^4.0.1","@angular/compiler-cli":"^8.2.14"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^6.1.4","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^3.4.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.6.0_1581085457514_0.8204412873775548","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"ngx-translate-lint","version":"1.7.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.7.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"55e7a73f746749834946e06f17a658f875fb5263","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.7.0.tgz","fileCount":175,"integrity":"sha512-a/eSrv4GLS8wNbII4SvC0rKLgDHnjxZRV/MFe5w03s09WLoGxc1uxVRsvHX4rjymFXPmqdcA4PbLaOJcCH6s7A==","signatures":[{"sig":"MEUCIQCYOFQ0inoEQreMu/Z7Hq9+0c/a5FZI0/oHGSy5KQMQTwIgXWbc3HBrYsQ7ji+bMmT72gn3SZhoHbpwQJYHD+WAhh8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":128475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftAM3CRA9TVsSAnZWagAAw7cP/RNo8aEEM+Tntav1mXp5\nkFVfzOxBnhRMe1xcgW5HAY+V9PvbxI0dQkCzVpVNy+J4dnfBkKrqZOQzbCbk\njA4HWiEvUtIV8Im9RFKcQ8//EDeT7b+bn+cvpyq0j4ryp+oYL01/jdzbWdma\nvE3tnSVS913rCOcOaiL8tMKoRq5bTleyWtUVYNCfhflO8f2B8lFOszKV72Rw\nMGpCGWQiHGKNcz3A9pXAwzhu5YoRrr5nZnGhl4cP9teVYukq+HW1JNS1yl4+\nD4tGT6twoKyO747hdbKrWPSJA6D2P1Hd6ON8tBHOhtB74PE9WfSIxBcxNfuM\nemyROXcfIFLN2QGHKz6clghaemyF8G4nX3JhfE7LmSF4BztMzSq0wv0lxmvV\nZg6Ltzu3Bo0Btox1r/ZLx0jU9zF7gGtYU5U/JKDzz1DLLapXV2ki0ns7zep1\ngMMNCS7P0C06W7WULVxDyt4sweK2h3+hwnVIub+iJLchVhv6Z9V4GCakJSqR\nfxERJtlZlK3NszdyFUGGbmEG1sM0c8vyZlxT+QQhqPMuvaS3eYvFOZ9Q+f15\nHP1ZS9vEZ9X4iNSI9gO583eOJ7wU6MS3ZBw4eFRGFPpjC31tlcRXEYt9kywN\n3/WkNv8v3arQvc0KXE9KFK9Wv83gXf1Ws1AyGRnog7fMZ6e9SZ8Ezf42Y3RF\nSqAH\r\n=bYkk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"c41de8ee0f052d9b5b4ca804826966756fe69d30","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.2.1","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.5.0","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","@angular/core":"^11.0.0","conventional-cli":"^1.2.0","@angular/compiler":"^11.0.0","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.0.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^8.1.0","typedoc":"^0.15.0","typescript":"^4.0.5","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.7.0_1605632822590_0.7122388525655292","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"ngx-translate-lint","version":"1.7.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.7.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"2fe1a654d05e8103b6725dc315ce139ec88b29f0","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.7.1.tgz","fileCount":175,"integrity":"sha512-QCW/ymWf8B6IS0oyvTu62XUf9sMQsIa80yIz3K6ajDjWOEnA3LSWBizZzUcpmKGysnzEu6dM0/hqmWbS1TDRdg==","signatures":[{"sig":"MEYCIQCHflqnDOyM7DjHhSrniy+riMmQrspIJtdVL43X5gLY9wIhALrs5sePAVuTI/Qlz7pxayYaUiua8PBuRw1z4RPsvS1w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":128731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftrmWCRA9TVsSAnZWagAAraIP/1lGTpTfQCIEr8LmHQ2o\n5S71zSp5xkIwJguZurYFtbWqvXdZGOZYXUWEDA2YjcA2AVgaIl5ZBUedxx0L\neI7FFV+7ZMzR/uhVxApcPv15/SDRHHg+LD39nsvn1c+dRbBiznHBSbm0pQ44\nC2J48tBKP29rZMwknrGc//Sl3wIBx5TqNJdbJ7LyHhdOIJR82E3KPmW+Fu5V\nBVAkqX3IPQ3USZC7UfnhDAnIjJS0PYV7Lw2CMWwQMF62eLnqPu2z+iX0q94U\n+aJA4T/c3f8SpKB4fBQjtEvz9/ArTclv3gnu9VHWp4P/3uhcWeI+98ufP2pV\nV2o5ftBb9GsN7KG+ni2hFDgR3e2HJJ8n7nVn/euJMVAYQYs1UeXNWz2A6Usa\nYRZWmceTufy0ynlmx5gq+lCN/xHchb0xyJ+aYYobe+lWM98JrL5mIAnHzEm+\noRQRZRJ8RSkutvxbUlas7evLTdwdTZmw83DPfJRZc+p/LYkgPugJATYsWibo\nH5rxGKESqCT1eIh8sd/arE2h7em7Afnp1McE9lbkKELF21w6BOmpPLUSPFYi\nM6XCDeZlvqX8QLC1F6fzc8KJmsUfnqhwo46OBOIzx5wBlsFPMGi9B3c75HQu\nL34fF+riM6Z/sCAK0Ar2PqexBZGAPgFxwf10q3ouJAuQWNFtWgmHATLesxfT\nw9pc\r\n=ad6e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"5efa00b50dd0c4b9f1096a124fc5f846a6702393","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.2.1","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.5.0","lodash":"^4.17.20","ts-node":"^8.1.0","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.0.5","@angular/core":"^11.0.0","conventional-cli":"^1.2.0","@angular/compiler":"^11.0.0","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.0.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","typedoc":"^0.15.0","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.7.1_1605810581732_0.8246850559801662","host":"s3://npm-registry-packages"}},"1.7.2":{"name":"ngx-translate-lint","version":"1.7.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.7.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"1eb355ec4db0acc07b7566607740e03c2f18e767","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.7.2.tgz","fileCount":175,"integrity":"sha512-lh6vmOk+2ELxtMPcYBRAwPffSmK8tODYCuGtl1laNXRroN0yE8TFjCl8DXmc1k50oAOW0kLRHyyxdWCv/evHsw==","signatures":[{"sig":"MEQCIAwdYEQYkcPlOf2z7Rg+7jru7io4IE3Y1TCEVPyrB42cAiBK7NJ0hT4LlpIMtDBsTzXRKulw9m2l3zd5XDVBndXl+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129087,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvO4BCRA9TVsSAnZWagAAWesQAJxUo9BgScGG92Vmu08D\nS6lYXis4jJNFE5dav802pR1vSf8Ewt2dSFifb1O9impWmYgwcC7Cij/d0I5b\nkLelGgiNYea7bk6woKrJTHUYGKgAW2ou7Wg2fRh2z25uIkPruQ4PCCgD86jS\n00cm7kdFfWvAoQfTeJ9GTlvTJeyJwFYGBY9UD4ALBz/SBL/6Cs7iHNhKq2rj\nYg1KzN/P06d4RCLoISSA0+cCDM5XichJsM4ECp+QReS+SyOWZ5XaWUo1qJjI\nUMFeJSMeUkAI9QjVQHIgEaGmyPo+fZY3iJLPeXRobetWITOxeJpuoE+gbufy\nckdxFBMod2wFw/3XyVEmcsRkZrKQZmwc2MWsdrCa3Yl7muYFhskZ+3jknTuV\nuquhCJJSmRf7SE4bDowoi9vQrZQxHTeUhOfOk8Wu+Gre3jDRvriAo02S0zQc\nqH8AOqdcsZYJuEOQ5BRN+1cZEYOF6mIirYLQGVCB9dniSzQfrWxlD2YZRJMD\nZgHxBZM9e7BscjoXoh38yxSnrLGvzI/TqGptXZL/NlBv83O+SuXifNTNgU77\nono/Vu8/Pvodx98JzCj/TvT5vcSMeqd20cSRnWevyZ6cTij5IAuTkCGITu8i\nN+tkXqwtUMYQwvGknoSXtOunGnbmEASVnA+Ub/bKRSoHxo030wbCdjPDcf4x\n5Hgv\r\n=7zAC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"13c3a8878cbf567c361143bb036b6abecbaacc78","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.2.1","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.5.0","lodash":"^4.17.20","ts-node":"^8.1.0","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.0.5","@angular/core":"^11.0.0","conventional-cli":"^1.2.0","@angular/compiler":"^11.0.0","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.0.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","typedoc":"^0.15.0","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.7.2_1606217217491_0.7248946141796158","host":"s3://npm-registry-packages"}},"1.7.3":{"name":"ngx-translate-lint","version":"1.7.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.7.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"a92c04e22dedb13d4a21b0b400a94595e22575f1","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.7.3.tgz","fileCount":175,"integrity":"sha512-aqZ5X+bag4ExYqi1GyVypMvr07xz7Ho/yRDdfnJsjslG9jI09nJuU9O9u0533llHpC9oZOPue0flLw1hdWSDsA==","signatures":[{"sig":"MEYCIQDh8qs1PfvGDUev8y2IzhaY8+sHIwlFGP79Vuo9kZ96sAIhANkB4z7oRZvLhRAicQprmd5wQ7/Mv34Y+5C/RqT7aBPr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvir/CRA9TVsSAnZWagAAIzoQAIytZuQaGwylyF9VziJs\n7EefHWI54Bg0Vd5/cOvG0VM/mJAqmCn9jF2o3Q5kIBusd24E41BqL+Nr1KLw\nu80RgLvYQKAlkZzvyIrZ6xzic43EwN2EnIL/Ij3zu9Te+8CgZKmM0lo+g7fX\nst0fO6Z9IlpuZtrFRkoY3fuWP3CN/8ILFHyFJYqnWjzuhGUpjtN5h+8+OHdT\nWvEhcTJUgd6B75kRxGC9o6YLOjw5VeSDk42Y9bgF3xbQVziaZyy2+rI79rs5\nPKaqtGuoo4ZsBvwnWw9gk00dvqBTXs8Dkr96R9NdwFc7YzQ2PfY2GnNzER5Q\nskq650L0i504IzyQ3X7KkPZHO5yU82QXz8osoOPK2gwgeK9JLiQi5XgjM7/S\niEPnjYDzophNOkAkNmPQAigMbuW9se5xNEVvy2IZGudCIK7Qoivp9nvmCI+K\npmjriakQDEhBC9uZb1lVULQClS58eUGJRfBaUQk2CAsslbXphYnUhaoqaGgr\nFJrnWxMgXWbpK8JSFxuAYwloXN6B3K5p+9D6zhnjxgKq/Yv23/T8wNwq3sTI\niXCuJ2hCyIhrFyBSk5YFvf+1i9TzwfZXQznK1nTv3MEAY4INpQzX3LhmkvjG\nnhllGuxqwfNQxLuHpfa+4PLFw78EZDWtcU3QiZ2s1dDJ+YeEoiWyhLBmgzHX\nngE+\r\n=pRBZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"57f658e3afefc5d594bb87892b175d2026576b50","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.5.0","lodash":"^4.17.20","ts-node":"^8.1.0","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.0.5","@angular/core":"^11.0.0","conventional-cli":"^1.2.0","@angular/compiler":"^11.0.0","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.0.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","typedoc":"^0.15.0","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.7.3_1606298366919_0.6943646946903772","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"ngx-translate-lint","version":"1.8.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.8.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"20bf27853891b2dd3734407682783660441f3198","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.8.0.tgz","fileCount":175,"integrity":"sha512-WfINhQKCnOLaPNU2lPl7O1blI/t7YhflcaPmXxLm6TAqTLGSZVKvQSNEleoCoZ07dFgA5036lc2+gMJEzaskTA==","signatures":[{"sig":"MEYCIQDChZN9xbyclyeBRVpTu3U3uvkk14+0khtep7EUxg6uggIhAIS+dhsjqa8w+4AAMscR/Qg4g3Gl9po1fFzaHamfrQzB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwOZ6CRA9TVsSAnZWagAAvKQQAI3qt72eULX+gg9lTpSO\nHjGhUy3RoPTFa+kZXOBAjV9NE+8TK+mDcGkQhxnS5qpDZNzHUUSjhdWg2RDz\nqoAvZXvtckFy7H0B4gs/xPfa7jYtdOlKbM9HxbS3ZX+v8zH2pbR0ToOaEfRO\n93U5Rm+9yDXMDjYeQf2q2Rjkqgy9Nz8HBCdlgYM7SNq03pue/bsSCeHyA/Lt\nf1t/4UNQSukD5nr8I/J90eMQU8IJtz9mcWJ4fRdvHrb7fkXq8VWcMa4la0Fs\n9TVqFmCxty9dfs+aX6xwuzQt/WtVK3p1vUl1NhT0F5NXhUqlpGu0YZ+5Ms5m\n+e8pXE/g6Q+E5PurkLts9Kh0yQiUx6aAXAF6bOsNw1idOKzJrtA5ZVfIIsBY\nofufqyWpEZHFCIEW/dVcUOZ217dC3/zumwtmapzXG03yhg6QVmeehuH2q2k5\nvabDXTzUoKDfbQW3t5fB0WBvuMfy3/EvufQpFCdXhcegUCYI1iNJHqW+BFXe\nUBLo4sMcUjPDnxkyY+JsSRc+fY81PWMag1K8+D/1yWhV2AbkqD5j3ijg34ji\nEsRL58ABptBvJuHoWC/hRtqyn5XP0KR7N9w0UG5WB2dIH09LgG5Hif2TuJkA\nD/ezFLYoU3Oww85uEHLfQW/zrHAzqOfXhgy7i8IENhIsVdKFiqJU0bVIJ44P\nnbK6\r\n=hBaU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"25f13d13a8e4e58e4012a42ed9d8784b4d56f396","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.5.0","lodash":"^4.17.20","ts-node":"^8.1.0","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.0.5","@angular/core":"^11.0.0","conventional-cli":"^1.2.0","@angular/compiler":"^11.0.0","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.0.0"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","typedoc":"^0.15.0","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.8.0_1606477433845_0.05463127866859163","host":"s3://npm-registry-packages"}},"1.8.1":{"name":"ngx-translate-lint","version":"1.8.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.8.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"6b8439f825456fce9d47677647d542101f855254","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.8.1.tgz","fileCount":4,"integrity":"sha512-//7aRmdBZNnIXHPjT8SMbRx3juVPDcgaK1e2Q+g1jJTIOD86QLaVaSRM4pYxfAA66p7XUxzHVsv9iks1BKFztg==","signatures":[{"sig":"MEYCIQCZ+0rpBF7hDJGXbqzTYn27i1GzuNc/0iOw25cy9NUKHAIhANLSz3tv9QAKgnNVY/JVXytdrd3MfRLrDNFgU1txp3Fq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxhhsCRA9TVsSAnZWagAAl7AP/iWkaXy2II5wwRfxdnSe\nOrQzRigrgITSmQ8Nye7u5eK6kfDo47ZywrV88Q57XjaUb97ds1cSaCH4Zwjs\n0HjRs3Ska/9K9rCz13vL85EfrJihr591pLygBRO8970K+vF68GBfhoOOiLQg\n565onkSrupdkuA31QRKvOYsBfOgkCk5C+OcSv0DnZk4kdoc6d4+Y+xfVURug\n6IVww7L1Pd+TUQjumdsVQ1PTOUSE86VFtTa5KU2KZy4HofEt6FT7t4UBE7mc\nj5Vsmvurv5/xK+WbWSJWtgNd4dvbPploNBF4lC7NvaECata19ICGP4nr+Ni5\n0LIeHtOZKbycrQWpvD9LFxH9dmujYXA4loeInaVVc/scAHBlAMCr6lppHK+1\nml0jtC/JhJ4XrqL4fheuMTmtmee5PL+hxqKvTLBMiWrwQkkcuPHc+ORiKzG6\n9ub0IRDBOgIVweaPtDuAHrxJrPbdpvU1V/JnMAKRA+FU/DdsA55rFQEiRuXz\nBZUVHf2oKfgZURYgR5axl9IPt6r2QaFL7djnrLZYL+dE9dpTcqRaQLNlGE3N\nKuUO87iCg89BLQMXhBaEvcASxyACNxCIwKZ2cJ8AJmC9RiUAjV9bt3/oQqtY\nUjf08jk1dKP48GGKZhOHPxQUDcR6MdeddfODQcDQpHqWafNm6Etbh2h0LqTy\noXYO\r\n=/pdv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"052d9d3a1f6d0e63b3fecc537247fdf60a242640","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.8.1_1606817900419_0.33133472380154894","host":"s3://npm-registry-packages"}},"1.8.2":{"name":"ngx-translate-lint","version":"1.8.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.8.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"e8228f65ffa12c9ed073f6f94c7cc13f36028e64","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.8.2.tgz","fileCount":163,"integrity":"sha512-237AxviD9gC3i8FMuxCuQenfeNdkS+f0c1RlbM3BQORNaqyrDXrxhQFk3rO9GnZOmsPlWyRAZScP4LdNoA7S8g==","signatures":[{"sig":"MEUCIFAeYrRncQ4iJeYu8mlxhwIvLHo53BuhmDnGHDHASMpWAiEA1nePCBHpO6EPzIAfIMPOkkrf7F9ESbcIvvkdEQki82A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxhuaCRA9TVsSAnZWagAA1hMP/Rhc0JMAw+t7ZKAXOzdg\nVtlgpsv1QxX+e5JTWznwyNoW8mnT/in8xoMPGEfs3pvO2RklbFtm8PpErKYx\nbP1Dc5Cmz/eXRyGtiP5jt+73re9Jevy7WJMr+Ut6cQ2D5Qqpc8d93uq0MV30\ntwba2IdMqCVloneLmTuzqwrzpH7Qtze8xiaeu1ayLc6Zk12FQF3Vrw+8oYHO\nMru5Zdr3CrUlGszcHqbgPbsW197vdn8XDk+xzDJ7b4pltSFbNNsHCCNUKAx4\nKycq08OEzHCaOuqS2dGNuOkBMxD8/hxcqjCU8unemsAObUb8I0BdA6eibnyl\nmrpYmf0SqAeTXNZXEoStijTjyS6+geytkdd94colNEvVp+Ueot0smDlzojoq\nfyktJluKHi90DDAKtpVLL33lxhGduG6TIrRzIuSEMJPFOs2JbuhYiI1qOatF\nZ24jBAZ0Rsubh3Eg6hgIFWvm4BO1wAkdtMfU2hJ9rlftY4mQnBgeC38X8J8Y\nse884NedFR6YqQcDqLIhMuf40McFpOjwwEqTEyj5g2/yEAOlMUgkbaCdQxJK\nLU5t83O8EZHcC8yb67Rd6NRcYA+wod47zAhs+JYdx6icDS9K7qZyQDTJY/WJ\nqmcy4H2sHNfUn/54PfnE7rlvXymS3/tqbpkMfSZ9cvu7DSEUvW9CRLZhe3Lr\nPnnF\r\n=b9+l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"30f9600bc01fd9e4851091ce4f00392c01c0cc5e","scripts":{"doc":"npm run doc:core && npm run doc:cli","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.8.2_1606818714186_0.8292555424666546","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"ngx-translate-lint","version":"1.9.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.9.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"21a07fddf8d47db54ce68236c8ee36339f3bb0df","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.9.0.tgz","fileCount":163,"integrity":"sha512-bmk1bpSSRfvD9WpHd3ahP95XBPIjrJ31CF5/ux+Pa5tcp68FBrGPomVkMjw8FqaaW048bHrHhqqQcTt2cOz8Qw==","signatures":[{"sig":"MEQCIC2NhlYtqszAwzk5IwPyK9KXeG5nxTK0/Y/XfNJwiDeaAiALP7iLBJIxQrcYWA4o0GoC5GS0QmlWWIf4NzMFPq+rjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119554,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxz0MCRA9TVsSAnZWagAAWJkP/R/nIisBmCNeDhcJWQBu\n0MKttx+qzX4RimstjFjgw/UFEPAe5fi26ove5FvHAafmTXzJ8Wp0FVRCaBQ9\nWsJbv+mg8ufp3OvpZUv6eQ+Y5W0iN/0MngnGuyO21DYuRPOSuGM+4AfUCL6y\nSE1urkv0NlXYLo1/kFK9MlCY7lj4hhFFBN/pBB4iq471OVyp5qEOPigY4WZ7\nfhmeY08Ipjluprj1V0M4A1hHR6ZB40FjOOEhJJqrJWjPEjSw2tXXPyaFofXZ\nFiWlV7f/VZEOdsZkhTChHGVkoz80HxcNnFs5dAg+C3nScWQrruwdN4SYfA9k\nkcGPEDlzYEJ8dvDDawbLZOBt6q0U5SveANpCJf8qyQhaaLvIPhmKrir/UoMR\nXmcS2Y2sr1jBjmNuEe65pqrRm9e8y/E6K6troyGbh7H3w41jHprFBjUBjrCO\nygZJ+dWXrLuVZ09ecE3qrfOfmiDCAXD5RQQZUVji2C3zz7/5d+6Oe44oNpoG\nTWRhXnUNMl9HsJG/6cVtYDnx6XtKCvbEod3R5aG9Klm7vzAAdeqcMLOnUgTn\nQZ5vEUuLKNJNULIs3UWxP//G+26fCrAqdb4H49Spo3virSoerUC7fNqh+Zn/\nzr4B4mGJhYyB/glv0bPMnm3ucH8YMJREi72HD2JQjfZpGz55aKOcga5tJQT+\nihqh\r\n=7c55\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"fe83105722fdfe4fe752ce1a3c267fd0ff39ef96","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"glob":"^7.1.4","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.9.0_1606892812133_0.6697259336133041","host":"s3://npm-registry-packages"}},"1.9.1":{"name":"ngx-translate-lint","version":"1.9.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.9.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"3be31f08d18715e881544d3197ab23a8a82b3409","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.9.1.tgz","fileCount":163,"integrity":"sha512-L7OQra8Pq8nlF6KyCFZzEUZSIEnYZtH7wn+MqiL8R5nh6g0Zo31l+Is84e6e4K++fVdY2kcy5bksJ0FUeCvSXg==","signatures":[{"sig":"MEYCIQDoUscXNc6G12mST/C08TpMK0rZU5RAR/gnOzs/tS9q8QIhAOqaCFKxqS3dLv3L/5hCu814Sf9MpztmD/I3qv4SN/VI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyMH0CRA9TVsSAnZWagAAMW0P/iWnD3EqCrEb18HR5klK\noiPu5tk6tW28OdOn3axJGoOF+2DaQu8DloSRG8MlGbYFfNCd1+PfJ72YBRya\nwIfx0QpkC34VcnVllv18nrj/lO1Aqpu24hdW94I9rvefMCJwM2FPczip+pf3\nPX7FPOZ5BoaY2UfVPT+/T87ygRg0cnu014Lj/GP5mRLFpI7DMQ2PhlnNQSMl\nhIySXvWxfPGbVRCBL56u1maChneGZGJb9+1srBXSfcIdpCtCbARNn2cvXpp9\nopVv9VRR4INyubUVX0YOexRfKMYayRncvlLZmkLUYTC3Zzb1idkT6N3Ua6F7\nc57XLj94icJRkyfIKVuzZ4bJj87u+hT9AUj9DWStxWE31Ye6qUJl2lXu5LpQ\nmVr9roqokqHC/RDJtwdH8tFcmnhEzqCIMqdxlWiUFaVczEVSdowF/X6cLQeO\ne8n+BwJuBGrrBuyEfARLaFR2kzd9kODfFh8xgpKVSGYqaUxaZTfSkmi10dGp\n5cA36iHcx8JGq3nMpyvdjgGZNYz7yclBCranynx4Xtffds+IYk7s5gBY9N9k\n7kNknbVep0kxDqN+3BSy2oi1Mi5WxAabsXWLciC2Y+qZDThG2uPOo3oaf2eh\n3kE6upBFQFKv2f5Tpka/tNljvAW4kNjU4giYOUBYKI/McUt/AP/h7KSkGIwe\nI0NC\r\n=5s27\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"414fb7fc51a986fa8e6586e0335cc6375b138b4f","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.9.1_1606992372075_0.7683016231923547","host":"s3://npm-registry-packages"}},"1.9.2":{"name":"ngx-translate-lint","version":"1.9.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.9.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"d08d08662815efb9c41111db462e71902efa2bcc","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.9.2.tgz","fileCount":163,"integrity":"sha512-Kwf+JJ3xUXaQMmdTxJyhHUeynfHchBVkBIE5XovGy9DbCNycdBLITgTm0i49k+wPtUxi5MpvFqS0NJEZ1swdNA==","signatures":[{"sig":"MEUCIETlsVX0Ad9fDlHCw7d+b6IL/VWQtdCbKosoAzJX/elBAiEA2kn++ultaXbKUU6NZm6QrMfPHEH6CYmPNKZXvYNxazU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyMiNCRA9TVsSAnZWagAAyPwQAIY17Aj+AjSQdZzXRliD\nevgSby7CL+TLxg9waI6OA3KVKSqlFFzdkTBotNncPA//oMq+8MXQ3vQk25bK\nRS17+O3q+ttDOKUW06bKGbp1ZWXJ7DXniUIXUuTxCx8GDoPljerrlyT1t0um\ngfV6czoVkK9C837NZk80nuvg0kDk2G97iNSWTEEfPTFS5XYDZQSwJT/1wBAT\nGuNzRmBDrBR6lbjFhgco/SGr2MKWR3O222Aed9VNU7UG+xPWx9qmXvmjx0j7\nCX8KCjtNbClMQJ3fwMMigf424dXa7pjbPSlv7V6uhwsFoENv5S9Hzo4GcdsL\nXFZtwgJV3ZLrGCgAfGXZLR+bqU2iGM08bGrMu7Di94905BtSbPLWwjpf2cbe\nd19CsyKyH8lJeP8K9prvQzs8N5Cmaps0j9bx3wia5rDkLsX+Ce6s5MFxlEDN\nFCrgVyzKaL5BTEHUZ4Le8O1+GGRObiVl5KtgLImxbLt0olTQqJ7W7uN5jKbs\nzL1vH5S8AjfsCs9J/D7YyCIefKwWKwPiJb9PpR4Pu2gf4NGF92abFpHcDize\nts5aYNkyvDMWW5BBZ9BQrcsyHd+N74P/fKwchSByROFgYciqiGmYwnXYDJxW\nsed3XqDaKkRWkoQVUexPZE1ofHTDfxeFbDjpf6bDIt/6WnG26vTlmu8bkjX9\nt9N5\r\n=WwBm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"47d797ca041a85ae7b7fa632b6c70ec76c113780","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.9.2_1606994060646_0.8588442280319006","host":"s3://npm-registry-packages"}},"1.9.3":{"name":"ngx-translate-lint","version":"1.9.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.9.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"0cc013e505e89d7493e3947f7a618f31d1cfd1b2","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.9.3.tgz","fileCount":163,"integrity":"sha512-iXPPSmclSWIwzBOt3rYtrPuZoQrkskF8RQwnunKkAKccwaoMP1h4yh6BC6iA6Yj7koW4ACfPIlKL8t+Gcywg+g==","signatures":[{"sig":"MEYCIQDP7A3VhsbR7g/X5fWR6lBlWdEYwHhihZAbfhoS51sFmAIhALFDchO2bsK9FjXbI3DqSGMMRU5A5G9h9QtP2k107F1I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfygiRCRA9TVsSAnZWagAALq8P/0KTtbsk2i+WaUA8Gk1j\nD+9X9e2a/ItdtEg8t/9sS8V/NaY/hvmiQ2RmjqGEy4XI6uxgxE9gpBioF7po\nikYOc9DA2q3ENjs6h3ez7qIcVgSeDbt6cX8e3eAPYpMghd32njJf/hbKx7Cy\nN6At9FYrsa2Ps04YevwMCaNVnz4rrIpAR0ol947FDshtW5+JwySPhn2enh/F\nQrrdUrvyjGWxMWZsg8L77POlVxvdWaHqWaTgZvVGzGpp6h5MpAxtlC5vsVB4\nZTEcVHiQJSJP5AO6opNslfjwN6Tr98D78Yn1wkCH5hathafOcgtjk8EaMkKh\nKqaudPrk74xypmCnBe7g4POyIAK1e1Tj5dB+f0oufYc3EvRYi5irTFcTTBpo\nTW/p8S/jJmaLXIxUDn5K6h323Qo2exCtnB+CO+MBy8RMOwumFvuARi69oCST\nKJh2ChlFGlTNZlDpAAVZ2Mzc1kVEiGNSHKwCHcJiweFt6dvNj6xSp+b7PjiV\n5/RbRXwv6rriX9MN0zs9IuAGfrriOchZ/Wja8XX5IuPRpxJffCdJD5MRd4Zu\nlry3q4RSoozlqzqEmZ19oVG/vtwkoQ2edMg/hhOVihKp9e+MvzE5FKWbzqSv\nfFhg02nXlZTUzf198P/6CfLl5TglbHy4Ixz/aF6eale+/4vQAj0GXgqb+XV4\npfqJ\r\n=j+7c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"53274068a972b67a20559a3f8875ee0e648593b7","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.9.3_1607075984799_0.38063446557721026","host":"s3://npm-registry-packages"}},"1.9.4":{"name":"ngx-translate-lint","version":"1.9.4","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.9.4","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"1faa2058db26ae81ebf0399652df6de7a17df9f6","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.9.4.tgz","fileCount":163,"integrity":"sha512-0hQQmQcXUwDkJscJxaQBmTFqjlBAoKXpV0PxDmuccs59FqA+2LxDksK9p9tig+nzx6vm8pteysN79UHHyONBTg==","signatures":[{"sig":"MEUCIHi81N+2xFhjz4cfyHOyV/gi9VALwFm9vsXDevtHcP4rAiEAskO5nNZqt+QvK4IbZeRVvSe1ld7fn0rEw/P/F0WJhOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyg3qCRA9TVsSAnZWagAAUOAP+weaQaShkXTDUvpxv2zA\nioqsRsThZraTKRW0V7PRgxEcKMXSO9KOcsvOOQtPt8p+2mWRyWxlHQ92MagD\nRG1ZCMrLizs4NHCu35qibJhnv3VG4KASX74hlmT40R7LNSvxRPPRT2xl6R3x\nbDY451mvCxTZPyU6uKY3Wzb1RPCNAuvKX6JD5uIua6y7Fnav9gSsmAY3Czli\np+lnlQJLVg/OkA9r6YFlMHuuEiCAVTyGdC8DJngDW+E6hy1OxKbGegW3A3Bf\nC3ZrgCl/fuQe4p1rBkyJRgIroXVv/fyTpvV2KCtfg+m6fdFIMJjLD+69IrkR\n4pecP5psSizj6bi7tm2qMPY5Djr8V1eddourDkk5YZt4FLEQ0O9sOma4X60S\nx5g31if9ePQ3+yLLVQnyOIS341BHLptDu+oUbfJP5hsiOWawm7YGukAQAXff\n1OmCuUxVPGFiLUkpvVcDuC6DH0P+AG0QCPkijMkekrrTmi+84UuEej1iGhKr\nX4gLxF4AY+FmwqP6d4VDmN6FilobddkWxeN8y7J6RVZ5uFnpus0BJ8hFb2Pa\n/FhfC0dttTgoZ2ImVzEJ2ZvGopWGVSYYd9vITpE9mpVRSHUwTTM5LBhvdvJX\nvc1Nw0k4m0Q8ahmfgetZw87GT4f76JIr5IocIGmm9kIf1rGbgR1eKn/DJZUb\ndHfG\r\n=LkY0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"034a78e3ab6d80d208f903713a29b43a40d527ed","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.9.4_1607077353971_0.054760075855213586","host":"s3://npm-registry-packages"}},"1.9.5":{"name":"ngx-translate-lint","version":"1.9.5","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.9.5","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"0e23a3e99fccffa42ffd48c33e0c66d016946446","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.9.5.tgz","fileCount":163,"integrity":"sha512-YYwdou5P8mmi5LkzDrnDa+3l3fr+Pbd1Q+TDB+z8sGr/09YfEeiDAwpWuQyJwEEXyPNO87M8IXqgbLoZnaSgBw==","signatures":[{"sig":"MEUCIE3/6j1BXxO9/+ZjJSnyTjgsTRKLgVU+Jx3kbb+2JX4eAiEApDiwBo1/DRCSWcO+NkI+XVJOqARdE54JtUxePz9IAx4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":121642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfze/xCRA9TVsSAnZWagAAdJoP/3pevvO/1GujzT7FR3oS\n0ZAJooV+/ZkAt4GsPq3LJufxRKXOPyHJiE8eLvAYKtQIVuFNdoagWVDjVZfr\n51RT3qgueWZPWM4xEEvfejG7UsNBxunGvtH2KrAtZ9EIK45lfmFmT+yBZHSo\nmH7VtKX1DXTD1xaV24zUqovuauFJGbfMq2vz2RAhkBf1k9k2vuiBM41vSyYy\niitidcrzh+zUOm2XVCYG5BMCIQ4SSphGN3UgRxrCh/uzhtR7e6O19s6Kzu0+\nLteNL1E3qPXzp0duzctU9pgsaJ/xhKyG/Zx33x5cPlW/OjJ55ZRbtDta8ac5\noIHiPL/n87p2N7kMoFu44OotssUPHMmNJtnuzUIwBJwgmr9SKWcj/QETgIdl\nybp1VGkPAEa19941HjtS+LUCbyOQopU9lmm8Ev0oaEmWoZCT8x6wfhgPb4bQ\npIgBLpZR3WpVcT6dcmi5U3N3kQA52HpD3Qa6bYiCwGqfN8RANBRWSGljuQCx\nlT/qPd3s86U8QvtKYUcPjNBBHXlCRp9t6UHGKUwHrNbn5qIymWUj5egEFK7J\nhoipMqGVDKtOBfvM4DrLs8b3bgLcjgZNROtIxr1fIXlPYAA9CBRUDJaHfdz8\nZVwDth79GkOra1YdGtOJuxIVW3iO6dpBIxE5uGQaVvYPZ63Z85A4uEU68pKs\ntdYw\r\n=edId\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"d9121cf6f9008134a9adc5d69bbbfb523c931444","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.9.5_1607331824575_0.7544678411566033","host":"s3://npm-registry-packages"}},"1.9.6":{"name":"ngx-translate-lint","version":"1.9.6","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.9.6","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"717aa14bfaebb5560335ff2ef71859436d4b24b9","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.9.6.tgz","fileCount":163,"integrity":"sha512-QteOwmSE5iVDw+nWt5YQFIS8tFvGzqLv1T9OX03Q+rrlp58KpWqbVnYxFSxzlIYUt6QLDtqweV5FRCyGcgXNeQ==","signatures":[{"sig":"MEQCIGdJOAk10s90Uf44z+zdL4KIwpFSwKn9ns1N85qT3lMiAiBG/nRuLK77EC6zKKCpVNAIGvkqLSOtpb1X53ZE4nGpFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzf5TCRA9TVsSAnZWagAAyiYP/ie1vOOlFsfZ7Gr+TftB\nZqC2KKEFDfVpVo7b8edfrgDJ88Q50mRzyi3r+zC+JIQDSWst+srdwvrhb1tU\no9TZZlVht4zu+JQ+DAeeStlAavUU6n6EwF9I5RvVqR+ktVZw8AxOaWjESr4S\nJvkUjYlH0WY661quABjYCA+7wyxp7U3YTxUsnJlsmaLyDmw7kCLZeIoB3UsS\nNsLJ1jx9UNQxlty1sEmr3LlDWizYCf0jLzbNCfVltAgaHWOpnQsBnoZuIrTS\nwSso/BcRMwa+HqhmfTEmSXlgFbw16VPFE6Qlb4yU5vapTomlBM+k3XG8c0XU\nm9/VuJdFvUBxOolLMWsNu2NVOQUAfyziWemOsWhnfWpgS/Qnc7byOv3OQpEF\nctrXGXoPE9RKCxSkz77TegQdCDs1stbtc46pEhUlWmD0g0s8shrlzcBOm4fM\noJ2aMVjA/TAxUjLePaHTQrhM7cdKPET4qgqnmP23mbSG2tw7yANJTMMMkYqC\n3VBI/Y934heJQU4vr3wp7/X3G3FVV//NMm9KG9er9VU9Dhf6SJtDZa4wK3o7\njYOV99N9bZtOOXmuD57edDW/17WV/k/O1SLBsRwkqezE4Y8ewXG0ef03uVLP\nuHYMgevYK/P2mBEnQNZxJSvc0umeta17HOPXWWu+aJZecAiZT42D4B7caUzR\nfSZM\r\n=5DEs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"0f1b34f8ef214df0421a238379cc105ba197cf00","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.9.6_1607335506897_0.7485765909184787","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"ngx-translate-lint","version":"1.10.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.10.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"04774363d4f18bbf772e88b9e4be6993936b593c","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.10.0.tgz","fileCount":163,"integrity":"sha512-XN7c20TlviDfgv8gtbM8tYQ4gnfhJtwJzTd190/fWlzmWOMv5hudA20h9vcVeWKvLya1PxYQZz4jfgkm2lF/+A==","signatures":[{"sig":"MEUCIC058yqhrmV8GCDjsVBcy+p18Xc3/5D9liuZmqg7A3M5AiEAgToY2pGpg/j73le7wGoujG+7NDNy2ZAhQDdhu+KQsrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0JhfCRA9TVsSAnZWagAAZHwP/jEE2ziSrkAeQbDg2Q1U\nleD38ROyaHUgr90Nx7WVHMqmAALl8gMfT/b79O/Hf6ww4IaSCuquGXMmKZQw\nPyfJQJgIDmU9kCmlb/sftqyeNAUXvNFW7reFm1wZqAHcdACYg0BCyjYBjGS2\nVWZ9vaJqNKol0qX0/WwvD7xqPEDIE8X1ZN8OcKobRy1QGOHNL2i3lgdbyZRV\n960WeLfKrfa0NFx3RTtc8VGFUg0phXYNSP1+3FWADEIAK99yHS9LS3PD+hKH\nu/aaEbCz6dkKFgtAR1x8vTO+xDI5T3iYaLaEmWuD8b88iIAXGTD3+gDLL9aX\nbmCSI2+jebt9QOr3NwujtiN87byhw86/2fjQOl3u+QlY2yjsTKu24j/3d4wK\nWzmxXbrp3KmrtM0O1EVoYT0IswkMC01wyNQceUowzBKQ+Zpji4A5Ub5vyv/D\nBvHl+Fng24Ql4FUkvnS4zdvuTAL9U55FEEbIu6xtrzg63/Aztg9d0K8GWwhE\nA2eUyZGsU19PyRtD0jzUPrGGkB2zXdnS2cQbGH68elyXMc68PN9T8AKjKVgg\nYfio+d6TRSTeR8A8dDXck/nqhreqmcNyuhsBVRBiwW+t2247fjnWo+84KJEU\n5kGPDc85Zk7M+fZndx+92T/s0WXcm81QF5R5h7/8fI3oXrKVoFnEm2njcNN6\ntzxP\r\n=rFIH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"3595412ee830f1c798a1a5e2b9c95ea4e4ff42ec","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.10.0_1607506015299_0.11382620018762357","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"ngx-translate-lint","version":"1.11.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.11.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"ec08b8d13f439eaa1479c4d09b8ad60c74ca6e65","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.11.0.tgz","fileCount":166,"integrity":"sha512-UGPnYCSxSTIufQMRldQ/YgOeteMQ6dRgNhBrhJlwr81eYM3vCmV66QIDwdzN6MqFxV2XiXn7e0B2f+jGtm7vpA==","signatures":[{"sig":"MEUCIQCBLL7yFOaWf6NYUifUs9ZpbFpOIOvaK0lvncKtP9FWnQIgK/3pjD575oBqryouLIamDxgpGkny2UPT9OpEidC4pKU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":128842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0MMhCRA9TVsSAnZWagAA2TAP/2SQwCf60RHI4xxUafmy\nBYnJXmB1vmfEIJv6XN/Y7NMWC9faF64Qc6Id4n65eCxdJrY5yv27++cC1Zt/\nfxD+QwrjfgiO4uo8uHiwMyY9c0+i/0WzpLjAH/O3Vz5Dx9+HdWKOV4PYGTdh\ncoiLjNK8SCb3PldNhCdvyeFWF+YA7OrP6eoBf9dkOP52hmcChurUpUoGIxUJ\nrHTah04+ZB1Eo+H9GRBSf5Ut0achQnRfCNJkzIPu0HsnYHy4b3vGiH3A2sUB\n0z/ZmsO0TiLSwolxlPa2cUlIaDpnBMTkue0amuiedCiozxt4TAn39xeJUk4b\nf4CCiMnv9Jnoj3utKUwrp4NgfPMN/VNaY+Hce8HsZoIzkpVzfsOIrayRAe21\nQlbOE8mxIDLm6NYTAUCN0CWwXZMw1t/jzQCbFZJBqtMyCUanOsT0wgGZfsjC\nd9WaSCIJIoBtEYJapm/iAXckenoPl6pUSoq74H3OvkIaQq8435eKws0wyGO1\nBcacePpRpBHOctpUhBTTr+nW4VJpYJnwS2Hs3wFDjW1eDEPsYU3g/wjNuzk7\nwmRq2ZdXvq0biQ05Rk0vbYJdALoCL07x1zxuWGVbdcF85D8bH2r9srv75acq\nAozHEs4zDhbmxHLTFu3FLx4PirtEXJYWYAXox8RkHknWwbkM11xTSP+QN24Q\nfXBp\r\n=vm2b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"2cf332c8c541552f16fee08e46f21da9a32c847f","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.3.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.11.0_1607516961088_0.9957311776019564","host":"s3://npm-registry-packages"}},"1.11.1":{"name":"ngx-translate-lint","version":"1.11.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.11.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"6fd05802a477706c81c8b0cf07c1df1270dcf3ac","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.11.1.tgz","fileCount":166,"integrity":"sha512-ZDQTBwEThYQf30P0EwOk7CfXO58/4yDplxzVdDUNjmpjlnq1lI37hfgRbnxdh9DdvLZOL9QyTiNXLNNQLVNqBw==","signatures":[{"sig":"MEUCIGu8K0VGVNtuU7rjqcUBcmA1iHS1lq1P3cU7BUV7ENsAAiEAhuZlNVn5EhUo54WliLcgwILiA9NdsRHVqNYUzXhsJXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0R5iCRA9TVsSAnZWagAA/FgP/i0+TIuQLLEyNjQafM1V\nk+XXJS2bs1z4ibSdVULY/NudFzHqRYWjiEVBRhXBXUdmZHJM87lof7LH3qHp\nBfZFSLbSWAihKuaQSufHEgBXTU2jzRquFXCb5P7RXs+7C/S+EVgZYJBSPKjV\n/Cfoq9VjldROT3W9jyKzDdNQ3vcyKndtwkH/EFY4OKpoC7d5g5+kWfygrDPc\nwJBXmKdydQRmWMMd/d4HYY/pvtgTKoWyZ+IiegMEwYcK+/6+TrxLp6nwIOZo\n9JRa9nNrFW/MqqruUMlBCHYjy85n7Z+Pa/j9XAw/slEt21EcEAMuJ8L6nmYL\nql0zIFj1Ujh84wejV72pn/q0ry1mWWcYgc1IdRnFCr1tZhhzBBK2XnVlkhzP\nc3vInb5OBPe65s29Etst7rt4dCt0HsQxkjv6pa8ce+0OTEZONXW8/RDIMaWS\ne1yEqyeAHRBqmZeOkIL/R6CHlEcLKB0siAfFLx7/8g8IoZlCSPAKx+FD/WR4\nqMzhEyF35YQ17nvemXwtXAZSXoxjKRuO8xpeEMR0Y0bYEdyo//xCWNoHF/uZ\nBzAK3XVI8Oh9dL63or5ISjxwDJT7tw3ZcQCOj1IfwLEh7CqI88akTq+79mTn\n6gN6B6yIQk9MYlP58Me6YZ4GEmfboUiUrygQcYnfRS8XQcXaLkB9gWDMpp16\nypKP\r\n=RWtq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"dfaeb3fcde0b931a40062ba1500d444da2fa81a5","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.4.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.11.1_1607540321410_0.9015466487048771","host":"s3://npm-registry-packages"}},"1.11.2":{"name":"ngx-translate-lint","version":"1.11.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.11.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"ecdff69cc16e7c625ef389034cd8548143b26a33","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.11.2.tgz","fileCount":166,"integrity":"sha512-sX9ah+V7wUZBZf8P5dF73OKJZ/JaPjzPHGnOKUvqoSr9QZlQtarjqJAYZ/C/+r7FXti6G+4L6Z0kiqKB/BKTPw==","signatures":[{"sig":"MEQCIBVoW0VEbRm7L1BZvKQmh7dKWP5iKo4AI2JZ74XG0DVsAiB/QO4gh6/tIFfxHJbUie7DjNW5ZWsQf2XvHzk0zxoGcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0ewtCRA9TVsSAnZWagAArSAP/As9ky7EJ92gGjKQg4dJ\nl01EDBdn9NtiyzbTjEHfOHZ8x5st0Pk4Y5AOKjqpXe4WZVKg8VHBSn2tnoZF\ntg14xBqhH4GZz9k7aUKcvlVND0UHxqcwob5eWTC3PJvuDOwLyp+AnTIheoPc\nbt3pPKV7ctK+qugj1kjCKRDhHNt1v6cDJGnX+mEd3tyobG4qpshbT3jPJwPs\nDOjPtt29TmUZzEtIpNaDbttuYSfIJgJ+SAv1GCC3LvpkymDsppGbU19GsU9H\n3oUTJtKH/nd/AHo0ylbUWitG42Jb+q0ZwTbwAmLY9WCcU34JXsZBNHnwJzAh\nI6GQ8ZfaihWVyxXj49tpIkXBsr31tYVWMJ2BSEdRqyWQTumQceZtSWT/HSms\n9r54j4/QaaanbPnij8Y8g+hvIhumsQ9e1YdtbkqM517qzAEE5h3dEC1zloNA\nZIGhCPl+DMoaXkhk4VJUoiMQqskQr95VfQPkl9vY3Of9qO12DOLJE40/k2NQ\nalgzgsflI9heNJigTTzqY6PXA7VRfryl+9izT3GoY6cQ/xuN9PJ0iK4JK4z9\nQlf1TjBebuduc4BgLVYFosUH1bhBHF8nP1/623HyPzKZEjayVxQQ0Id2zrB1\nidfRTm04xwXjmP/DhLnA70NWx0hq5YN+XwsJjhHMKsN8iGsMkzXSMBMANDaG\n/aSU\r\n=Gb16\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"015ab97f0aac6e1d38e89001de4a12465ec296ac","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.4.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.11.2_1607593005352_0.2761432426254342","host":"s3://npm-registry-packages"}},"1.11.3":{"name":"ngx-translate-lint","version":"1.11.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.11.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"13f2d7914682ebda4b3d056a9ab97f3814a5a6e6","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.11.3.tgz","fileCount":166,"integrity":"sha512-h4H3/T1/jT0Jzq//EdCFaerk4hAxll1YWBZ7sVbgoh95g/WZb2sDKvXaAvIOfIsP8Y7IbsLE6a+86fh/KD20FA==","signatures":[{"sig":"MEYCIQDdBeTdtOUTx+KWcI4FELwDtueHH0+FVpMhrnj819pCjAIhAOKuNpz4Bg2ZEPdQV6IrHNN6C3CklqVPc07TvgvYoiYd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":131859,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf07WFCRA9TVsSAnZWagAAqh0P/RfppCmJvoY6bWCJ++vM\nx3eG3eT+hInm4dPA9XU6eFicZh2gORgc7F7VVFMiXy7TXoo/KwUPfIUVkwOy\nT6R21avrQ6jo07iltEPrxURRTfGbtvsweM44ND+BT4YQogkDPgwa+UoMnHpt\nvXjIiyKhBSfZSiJZv3Dp5DettZ3LVEDEpcjjUT62CO4+XmKbBKANMiRQcOmw\n4W/3dg/i5surVEailywPjLWBoI1KIsQPOzpE392qjuanAvwR3tSceSSX9E6o\nIIEi52puzMsC6YXiVk1dxvadB9ZAdIIThD3yuXL54rDWixSZiajIaAcyOO3j\nk0vtZJyorRuPLV/8r2RxeDXRTccY9IK9oVz5C+GjwbZhv2GiQcwXIEtb9a8W\nFL/+7vx2DJEo2NoRnYsFZNOOvnlEWz1B0afYaup0jL5nnON0MJttkqrbIkcy\nd6YUUkGwXCPk8uIrOcwbypHzHjA2Rmyt0G4aGXRlIW4pYopLmL4QheVFkdrD\nXsBKl46amKMiIEhX4jbJnbOrxDWoNDcekTWVk+fAFgrRU/czgst8mJPCODMR\nJE5NvoYg5hFIQE/24c5cDEKZebD5R1xdmp/EGz+XL32HZsQAPjE1hlTTYAzb\nnJMNa8psgyZu2+z9uacc8bq+xWOLZ5JOttbiXSidfNTu2Sn8jZAPDIC8dcDC\naFQt\r\n=UJDT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"5e4ab6d38020d40371de8917d63c48619cb492f5","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.1.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.11.3_1607710085139_0.8407924544841385","host":"s3://npm-registry-packages"}},"1.11.4":{"name":"ngx-translate-lint","version":"1.11.4","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.11.4","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"80bd03c5d313cba3c40843614ea957f3b9a4c553","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.11.4.tgz","fileCount":166,"integrity":"sha512-/qUyQ4ht1i1YvkIQ+8qdgCZROogaodu2aJJ0erHYExgndZEaJcOxGVPmzr9vPbCDgIwoRT9eLo5iPTzl6TBkCQ==","signatures":[{"sig":"MEQCIG5KzvIk7J7aWMwpcQNoSRahQBOCEG+Woe/W85goCbOjAiAdwhNTp0uJ3smnU1aW4/utIGPYStA85SfmBQVdfC0xcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136176,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1hs4CRA9TVsSAnZWagAAK6wP/RgtIvEkra9uJC98O1Of\n8cP15YPSP91Sb8qBfx/9B6Zq+q3vbt1qWtl1cpsSvjrlFdW+x/qLLJiV2TCR\nvN4c6neeJMtwY1o1N4OgU3l+AnTRWcN6lLPwetqR3VmApfdh0Y8qLPGrSRVC\nz34gVU1GO7oF9gIrgk+IjDo/zE+zPLJc0P+lqv8iCy6IB1WuEtgrcO/dbLea\ntt2Im3hHC1NQjCalqq6fZlt/d3Aw+ip3ILjg73CkwUTU+CJsZ62d2kNec6Qw\nGrEVdoFIwMvpAwArSkjfHB497LxTSn78AGA6fv6V7bURTeJI6yOM5lTCJ2QF\naMCpq8jzXIshyQwnNYOR3yLbHwLvjJKcw57qn1Z3lNPy72N7XamwG796zEQI\nXqOpi/9oCqH9baajH6WsQc1hyrXlxvSnSx0HdYy2i/8rw7EgaI+QQ1+wufH3\n5a+SNwk67bnuCdcxKTwd6hPCQaXBAvxY2CgU7VnETCqSMXDn/sR9SDEr5yQQ\nekQs34hnxX+OiGSfGSLYKbQQEAlgxJ6rvZNnd9ip17Yr4FeZ0PpYJVOhAm1A\n9SZzco/jKBQS0iurY+OJR8jAob9HtJy4gM8iLgspejia9GS2MX7QtiERZGyr\nWiCjlskqQjkmbWZRRg8a150O5Fgm3zmE+3tdi22PRjpGYCOwIJDL5JBNxzs9\nlYlm\r\n=l9wv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"5751c5d1ce708f47d4271bf6bece8da143a62e0a","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.8","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.1.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.11.4_1607867191446_0.5857580096446591","host":"s3://npm-registry-packages"}},"1.11.5":{"name":"ngx-translate-lint","version":"1.11.5","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.11.5","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"1e5a78e4fa97c6d194b776cc0cf69410def9d858","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.11.5.tgz","fileCount":166,"integrity":"sha512-VHc5wQ96Ij0yzTHmKFrF+1A/dIegZvkjDjITd1RQHG+bQ83xIum+WWYe5B5LrxU27rfzN32R51zqn4wWsNDEFg==","signatures":[{"sig":"MEUCIQDl+FYcMBIpv4HZODPPm/ej+JUm4PVU+Dd5ZRRwhmD5FAIgR/PpnWXRGkw7b14inP7YwetP95CTBmN2qpMQba4GBp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":134344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1hyvCRA9TVsSAnZWagAAldMQAJwOjbxQCg9LqvXhoKLa\n3W3kyKrRyh7NhaaQDztUXPZrlAoI6hTmfWPWKfPlfrJYjSYGfRSyxwBLF8Qs\noxGlqAkFFjjdMB+dgaz1SmyHtWT3wfqLljjJoD1TXFiNRUrLkEk7QQyMjcDk\n8Fl0cJk3MJiV8OGfE3DZyIhNgNoa9QatrZi32kmoiF8tCT3Ax9MCj7fCmUHL\nqXN0P3e5iQZbuWv5k72ziiI2cVy7Speva+8AhGCAEZYg6HC32xDCCaiuRWiF\nDp4aqQWXiWkKz+2nMZUGPOjtiuOlV/KGUGq1INd+mpqwgUlXI178NyndMfAh\nxYR8XK1CUEFRIRLjheElYhOy172K2HDQ88RXtHv+9alL89dO7w30606JBkAp\n99PeDaIk/l3+wTLU7KmGgAVOjFg4CJ4rCDmIlf1u9/fhl0/3tf1uaAvJXmG6\n/K9g+bUILs1NxLhx6nQ9/2LPITi1oG0/jJJQ8EWH3hOm+656CZMWJm3vRk8+\nP6QF8O/WLbWLwP1jPHwcAY7Pjuzs6ONTQku3JBdUDj302E5RT/dCSVgEVsMo\ntwpKPkLF88w76P0j/jDJ6Mqt09zPSvO5LV4HDgwG3z1rcj+565NeSfw3d0S8\nowHsN2hCNeSfkGGF+OGVkUTde76mbwlSdOWFu5tZQn4mEesC7LAWClmWTeRI\nTvw0\r\n=t+dB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"010053781e895f4b077acf71c0b6365eefdf274b","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.9","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.4.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.11.5_1607867566877_0.7541721501330472","host":"s3://npm-registry-packages"}},"1.12.0":{"name":"ngx-translate-lint","version":"1.12.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.12.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"a96a87f328bdda8169aeae9301b9e3dd7b3e7e9f","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.12.0.tgz","fileCount":166,"integrity":"sha512-X5PGHQ+O4SEfv/EO95ge9QgaDbCyV43LbHRaOw6hy+vxciMb3pZJA28UzKVSJ1yp7hpUhkTG9NCdy5+Jc6wT2A==","signatures":[{"sig":"MEYCIQDKOpV1DsyjDkRFTmt2dCtdkzZ+DpAMA9EzqulXjjA2GwIhAIusOt088xkjtGb+ZreS1kPi4MUwaF+5RixJhXWrgJGG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":134634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf26z+CRA9TVsSAnZWagAAItkP/Rzm9E5ZH2AZmlrC2onc\nGbDs6EIhqL3pdvp60azkBtulCQTnvaf/da7c2/rQ5p/IZdjqz0mC8vFhzywZ\nd+bjg65PQweSa9bNaxMpP/e/CTsBWaZ0tcpUmdvLpP7ee38A0T2UvAbyfvDf\nDZTChR1BphYAfNPxkCcWHpPPam+D3xhJsf4KBXAfgYAkpy8M4/Otr9L9d2Pu\nTUnw0c+eBoToYXcbyvwGSvzh001kLMPwRYC4iVaN3IChjDGpObAngK3D9fVu\nSDNUadLIIhdvI8hcNgNC+2OgQjBobMeqXcISw3/r3fodZ1KqHRNthij1pmRz\nPRinw9CcUX9ZGlWyKPSoIGJ0o+eSal5PylEriq68FtWXrbyAXmbQEr+oUNCN\nuqKKVHKqj4ZlGMhxVfCcmfcwpdHkLuqWHFA9luTq4yhBwb45ilesSpiidn1W\nSDoRgkWxgK6pkapHffbDR7YRjk/wNXhHlw/0e16RM1lwwNPWlI0eAc5YD24W\n2jWaevOhTCm67nEkRG9Bec6qCEEmTMDhy8sT2BzysOqYet1TOZaaUxGizXbp\nq23MrsYthU8DBmoqNmFsh5Flo71JDvR7MYv47VQ2HKeb8HvqSzUwAomrAIDr\nAgcF5dcv1k+6jkiQepnAYtP5KjrLDNYpmiGvSPLdaOMl0daq/EMf2MdKYBMX\nrXAy\r\n=hBW0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"dc91494b4ef222b6d19af888b67ab65e4d738aaa","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.9","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.4.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.12.0_1608232189712_0.661197365144947","host":"s3://npm-registry-packages"}},"1.13.0":{"name":"ngx-translate-lint","version":"1.13.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.13.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"86db5d3ab440a5bcb6c5d4424a7dc58a0f01b8cd","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.13.0.tgz","fileCount":169,"integrity":"sha512-h108pBII0O8CJn4r3o7zS/d34famKM3JPYIIKF8o4s6An/Ot3EEtAOsX4pn1yXVRVF+eUfaF2BsaAD3LFBArog==","signatures":[{"sig":"MEUCIQCrkG7X36VAgW1FT0mkIVURh3+LSnFt1K/ReuLvDcHTIQIgY2m1asjoWLhZWXs3WyfDr66NGnT+TT4evAaPS1rcPLM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6GwQCRA9TVsSAnZWagAAWC4P/iUIhVMklt7hTBjkNm1p\nVZJzNa0xf+UYQghW+EWqAuHsikNo4oVBQLF7CT8uBBLcRWqqvgXjhTa6s0dK\nRmmMN6Q/TwS1EFKowOlkpDhD+ZyseXN+Ji+P/WVUizEHKwFvCaM96TM6loc4\nDr/xyf6ivgxtMXmVQ0YHBdNct0Cd0ndesGcEyX61ZjSVUCdCMjRRGaMYJz5J\n7CqG5VRorulYDmmqProYRe4umU+O9cAOFfXROhZhTtEn74e0eFsA4JZWDj4M\nwjJnsVTSLIIiCyV/cakbJdzFx0O/EuNI3pA467jiZDfjj6mX/h8g5eVBKYdK\nYpEWvEgpFD5hqi/gG27BmZHsyKGI1czgsViZBljPX2pDfGrsom4oQ+k2tUBm\nmg8RfV84Zwk2qH3KUQqgAH0VIbCSsXrf0n8urQLABb30K2MwgaRXIKXWv3D6\nyq8WGAbU7Y4zveuO2EjvEgOqkBKhfgODQF6CitpmokLsdI4k67sbqLVSJE35\n9jguqR/NCRYyMjc0oCpKvPYoQn5d6oYHtpPQDvCUEV+nQWc7KdJEX6HNjbp4\n48qL0Rtu+6g+ajkx5P/2DwIp/8IPDxIpfNgsaDs4Z7eOr/hAemhIK0w7si57\nZ2ejSfaf+2F3/Xqh+9FUAHjdc2hVUvbhl3kv6dKt67f7zxm4SatrWI09lUmx\nzi8K\r\n=z2aG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"81834317fe2b5f1329d09455998f40c45bd13270","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.9","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.5.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.13.0_1609067536234_0.5590087060649243","host":"s3://npm-registry-packages"}},"1.13.1":{"name":"ngx-translate-lint","version":"1.13.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.13.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"a7fb1b18f4cddcd5c38b83753f206d4ca1966934","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.13.1.tgz","fileCount":169,"integrity":"sha512-SET2pjfxXMqX3B5Th2fnxm1VGjhulPHsH3Zs4qSqZfHZKz+VRA0mlujcSBKT5yjWA5TC8Upl4HVMeT+dNi1vBQ==","signatures":[{"sig":"MEYCIQDWXX15kvVaeZDfnqhTTPXzduIvOQ77j/4m35LIdo/3cwIhAMd75GIb0CqGQtJmnaFE1FsQcoAXjQwdJkp2gNgEfGKT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDBtACRA9TVsSAnZWagAAaYgP/jd6hrHE3+5MITHvDb3q\nt6Rxpt9y9HxQEsbY5LsFHNkK3HXm9xQ/sIdRGdfyfAmJYfYLEf7xfgIgoaPl\nUkIGrsAcMPdOm6loo8bfV6lPp2AbxfCeOQFqsjpO3ck5e/pI+KdN2liP7mS8\nqjqFHg8KXkzXMbJYIBqjpuHKDV+3gdQPiEBHN729TdFMmfe04qsKArrI1Ex0\nTWf7X5Co0yn0oDxzvkUbuR4J0VJ5O6YnVDTqRsUM6ndEjFHd260zIXgw00uJ\n3tc2t1Jc3LFva+24vz0k3suXkcA/M8nF0YNUs0ZBa3Em7PxVQhJyVx8B8mdR\nz3KlAvNjyoKF6nSl6GNj2IGKUbGz/XHb73P77zy65HBANaXq2aOuWGjm5EuO\nzLPa51JhGCYvrQzSelZbR0DwyYiq3d3AO7C65C9P+JGu6RpaiRBf9XiqlC6Z\nnryabR1jTaWepfxhS+D4Pd8BQ/wjAu1Pqjr4KAAaVW5C7WiGgN0FY931v4uv\nm2tSJahhSC64MBHFpqG4cH35ZK2CVJmWN/IjXcggz4itPmsxXS1xyMTcZaq9\nu/uzi2jkx33bPhR5D6KQPyjnALwIAj3fXggT6BSxDK2YsJQLvyXnuTvj4GEz\n7q5YG6CzOh0f6206uMwdJTzkCON+8cJBoQjHFCZgL6gVYNE71nVe/zFLRuAO\nHrXr\r\n=bH3P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"d50afbf380d799bea09bb7c94bb06e9fcd559ba1","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.6.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^15.13.14","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.13.1_1611406144105_0.8768169394559644","host":"s3://npm-registry-packages"}},"1.13.2":{"name":"ngx-translate-lint","version":"1.13.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.13.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"c8a4d3bfaf305d4d90a0c7a818f94b9c05bb4c63","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.13.2.tgz","fileCount":169,"integrity":"sha512-/ybZIv2LqqlUM+lfT5RsJ0GsmV+Ipa64UtXY/A8Z3KQ2Fh9BGPN7+mN0OJnhKvWQJFjrGz6o/F0FAJ7xnum4QQ==","signatures":[{"sig":"MEUCIQDSQfpvxhSVpusyraqsUzrOCUQ1IYdqRigJtoIyZcPl/QIgNPGl9C+6+OFkveitfhzZRcfNbpoFolQ3aK3sM88c8xQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFpyeCRA9TVsSAnZWagAAKhoQAJ0cqCpR6KJ65Y9f5vwi\nFjffUuyA5wV0/eeigpgTbW/yY3icYOzQdhuudZ7XDweqBr18Xqxh7/N0Q9T0\nyuk9R9WQHiqGc3en67VUM7F4ZCaM3HNqVGL/p+5Ll6VL1pQnockfQK6ShusY\nZdIDr7bxe8fi6OxU11wQKz4VA6jjZEfh1Jc1tlI2otD0vNGGqkG+X81trlzJ\n8KUxWXrehtZeN1Hx04BM03HHUnuBdyepcjCWoMzyrS2lmXbG4g/8HFmkDg7/\nRyuRAj8AtkVKQhZarQ1h51FCv2Net7FyIufTCqjzBUQkte3lYxkj+/YhEEye\nPb+UkowfxiLdUBwsjHUcpaWQ1b31Nihl6INnk3SpcQcJ3W++80wo+eHuetJl\nk2g7CosentglEafIghf5MmaNTVSw3Z8rYwjBdeJWsSPQKSMwc5MzihCkUTWC\nuhpJmiECPLIJP5keBI2rfqGaOQRsY1VKQeXhqFsn+KsRYgUdm/O3rxjBbuKV\n1Tt8fAZznj1cOxPugUCcludq7A94mP3+fXB7sJEs/vP4+T+PoN63vZBJ7jO4\n3NV3QuxawiSLIo465394d84mLKuoCs/p5MP684Agsxf0M55uDGKEW4sfusfr\nUbF5/NRhra3Oa2aO99Y2y00nRJqL4QG+QmKZhMryJEi8vyAQT4GJRpfLAlj1\n/JLu\r\n=JKLz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"632badcd3c2600e8508612e26ac879212821bac1","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.7.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.13.2_1612094622179_0.7440585951578667","host":"s3://npm-registry-packages"}},"1.14.0":{"name":"ngx-translate-lint","version":"1.14.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.14.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"3801539f336ef501071d3c7bf7daa082e9bc28e4","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.14.0.tgz","fileCount":178,"integrity":"sha512-6Fn4m2TVe7vor33vSbe5HguILIs+QBWN+rCXV+jn6VjSdq8ZcTbnspoBzFvmmFmv1E/Q1qAF4vcnhnBaTOPpTQ==","signatures":[{"sig":"MEUCIQCe3hUoWyV+qBmZwgdP0EhhV21pTkC8cIVQVBWxIGv1YAIgVVaRRZpXAxNSOblJywcbAzoO2aj28gSM8V7xX7u62t8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFtQGCRA9TVsSAnZWagAAnOEP/i61tWaeqJIcP8khSco3\nHPZPkfQXTnLQrS6LPqzp8a2Y6E+h+U0oHllUZXo/RuHpbJ0v9P8FIMBufqIY\nG6GyNMGlgrvSyZDxQARpptm1JzX6vt58j22ers35rnfq1TqE8YpCF0XFHOUV\nN7mg7MO1mJh2p5FmvXsyZMEs8SiMY+1SGPcOKmOcQ7ZLTMbHMsFMxDz0uHmz\nHedfZnefDlu4cIAV7KJ91GySR8bPI1TDHD95FrotoSIgrkpMrLzGo+b68etM\njce406I8LMxqJvkyrNqvRzTSiMI9Xsud3E8RbJ41kqNxi09y/CgabP5HOxHm\nIkSmOzHN4xpPPHVDOgKxRpG+S1JJLbfFrZYfeO5z/TARrilvSARylFBHTauQ\nIvwm3mOeRUoObZG5JeJtmO+dmrpN0tXqnDkFDF/LV0Vn12hbmXSLW7YYiBuX\npW4FXqzigU78Uu+uMq1zt8xgPxXVVQeU98l+bTiNA99m5lTiTiKv64uFORh5\nkhV7I83wMCwwU8g0o+0a8998La7QkzXuUnRMdZR/Jz2+BAIo9TSe0juRySOG\nn+aVQLUX173yqFJYz/mY0HHnWDPKOwBfezgJmq4o0Ip3B2FYTH/zrxy8LZwb\nD7DEtJT+HS03P2ZvoQ6CaXT2RkVPnE6Six4Bv0sBr5g8hweXmbD/LeH+TBy1\nzVr4\r\n=njZO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"3ac89c08cc791d53742aa5c7e7f0fc64acf52c7a","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.7.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.14.0_1612108806161_0.9692052283376313","host":"s3://npm-registry-packages"}},"1.14.1":{"name":"ngx-translate-lint","version":"1.14.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.14.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"63b7e323a6bdf9e0f5c16638fb62249da68ae542","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.14.1.tgz","fileCount":178,"integrity":"sha512-24sVHtysgHbxE3fVs9iOi8e/Mgj9R23Pt2uSCgoRZbVCEV1fUYFne1UnvuYRxTmlRwRVRJTRB+dj1ZPQb89JKA==","signatures":[{"sig":"MEUCIQDKRZQ4k11tEO+uHQPiUWryBH3CRgN0ESXeA2zYMmwgRwIgd7T4DkhYvEpgc0+47fYd7yT6Aiv2vxvqBRCdeDOdyBY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":153676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGsSkCRA9TVsSAnZWagAAsawP+wUDK35KUTSOkm0JiAO4\nCN3VzwrOsLJN5kVMH0NYyGfeBmTtTIZ/dCT4/2q/97St3Wcd4dKWI15I6PhC\nU6YlGGZtarwN5mLOdnMtv/mIBQdF0ud5YQted7ktcVo1fJvhZHgymVCSoK1C\nE3D7wEBiYkJbOjjoOAtvJYwmi8OOAJz+Jae+KtwC6XImABd0H9tlKs+u743P\nI+DVlzbd4yetQSTGf1Era+AUWJcM6klySARaiDF28AgDP8Q5HFfa4RHMfSCE\n58ARGFERMF2OjQ3dTjI6kmOl5FcWO1Dj5R21QhjHkMNbnRlbOIcmIzIIu8tq\ncUm4v4Qa3TYC49H4CtlSwSfQPSFRib0QSIUXU3x/bhkn6EQ06JAsyZgmNhym\nU6HBdjdwjqHlsxp74Yoi5B6/7TC8W7R6xZjnJjdFBp2sss+3oTd/7Vq0x3W9\n2yUbLX5xNvx4Xub0QytQMDqNB/RHxoqEzTWxR/cC58IrFDCLh9h+42mGQvAp\n05n+CBc08nSmYBAsEADWLBK6SsFMvMTDguzA4FsR2S+xafhKptuDYya9ErM9\n713Md3c/dptqe4CNlxLgyQg3/jJBtg7SGgX2475Z7OZszS/XE62pP/4c8q0s\ngSDDeIPXoyTnHzXWA+ZdWZQ9W9WJChrXxecgSZV4Oo684Rl58gyQvzpzaeSQ\n8iiS\r\n=+HMQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"ca029180b5cb38227ea081ae8425bf2af823c4fe","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"semantic-release","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"15.8.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.14.1_1612367012312_0.8643941579326297","host":"s3://npm-registry-packages"}},"1.15.0":{"name":"ngx-translate-lint","version":"1.15.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.15.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"385709c56c36138579005f0ff99ed4e19d878c50","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.15.0.tgz","fileCount":178,"integrity":"sha512-N3zmL2xxtSrMSyxqoddE/oSP3aNwhMJlZC3nk0XoA0GK5WENq8l8QPkOUu7eBiHBD+gkj2GiYMCfuMGdb66iQw==","signatures":[{"sig":"MEUCIQCx6/tCpeIAPRj6qXQ3utd7qz3pE/Rp+9U3gZfRg3puQQIgYhQPLo1bfQEAPb/pHUADxqXdm7ftrJtJ2346wt9+ThI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ+/TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0PRAAiyLlWNpkFpgLAlqedaY7kvXR5YuyvnsSa3GUSxsl29nEaxM3\r\nPXJdjp3wH1TgFe3YYUv5giW3eBSvoGH6r2bKn55j8mehcxOIpkM6Phyvki40\r\n1mLbl1NjCNN4UjsdYdyCZKbDnAz4JnwZwJOaw8lqGhzyEkaakQWUQHliXfvw\r\nVswcj92akkl+f/+fP0G79hdSzf60uvqfjTj8k1NC2KMAFHmk+Z9ECoCVw1b0\r\nd0r/d4mlHh4DvdKGChc0sbr+CbvI+BICV1hor2YAgr7V4AYQSqlnQ2T3iZpt\r\ntKv3d/H3tZHnHBBTSSPNX9gfYEvQe/wMpwCM+0/l/2QRkT28Xw4mIdaFzvjk\r\nJvnMz7ReDo0y5XmmL6zMk/QEkyxcjLFLpGNayLQhVstvwg1akSpSMdN+FpcB\r\nKPCc1SQ32w3naNKHg45CEuuPFiovWiR2IEtNMEhU+939jFkLpNnYFjqowRW9\r\noO4Xt41Ed5sjHx8OC5sc0dfhnaA0gvjjWktj3JzUO6JWDztUZsksBLJ3+wwu\r\nGgkToOND8e3rZUKqzi/aFI7mXljJ9Zs0M15DBwShWqYMI/An7ng+/c0Oquti\r\ntyR/rF8QYu2y/J+rdZhHXthpwpR5/NmDskhbS8p4NmFK4FgzKuh5u9Y4hc8B\r\n0BhCK1/W78F2BteSpgJ91dOCNrUQD1YGhZk=\r\n=KDRD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"583e78a583652dd32346756a0d637a1784b7428a","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.15.0_1665396691250_0.5711328279908727","host":"s3://npm-registry-packages"}},"1.16.0":{"name":"ngx-translate-lint","version":"1.16.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.16.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"1071058b4bb17cdbb867c2a6fb17aaaaa46a2baf","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.16.0.tgz","fileCount":181,"integrity":"sha512-ut+6RSI7NBUSCeBTk5PmaS97Ge7TLM6J0P+5yRhczEUgQIzi6BU9PdFacyP+yVeu/1KxOOveJRI89+G3zQqNig==","signatures":[{"sig":"MEUCICuOYMG4PJGxUfTDdc7xUR6qX740pxv+yj/Ob/xGpaK3AiEAsR7xg0ILy1TmrOZ4UUSIfJo9WFTdGRuirtHaP+IGZjY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR+AwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFkA/7BHezLZQ26GFTjWYq5SFN3+m2ZwxIBf2fMzdpt8kQmut41BEg\r\nsBruVNfIJwa7I1DDXtS0PrT4W2uMlLCkwalGEE5atjS//KZn8p5/73jGECUs\r\nIZ6oJWr8CsQ2qevoMBgZYj7aHmvh9LOQSIpPQNpVUNWNtl60OjChglOQOHKE\r\n5HPv/y4z25qoES/U+yT30yU4yASQxH8HBaC8YmJS4hFkrwSy9VF95V8Wg4N7\r\n2b6bWyRUkMVFzel7JPChBf3L3IfPQoJVs33e2+xWbY/3ZJQb1qexPsBT088e\r\nak/HaCk2RXK2Ot+eNhOAmQhujkdYGwIA+ikuN52I1EcTh8FLPGmiXWZWtfY4\r\nOUUExYppjSNtH4HS25MuYcS0DaRt5C0Qs5v6yrvR6uORc5o6D8MP0/1Yrz3r\r\nRtHIu0ZK1lvrvUHe45KVxjNCtNpe4HkziZal7YoAhFj3jMEHZ9GeqO5v14pK\r\nOABhBAPtCCU2ME99NMGT7tMaR+Y7fhH3UKxFWAqUqbhnviZUcWWwVUZIcbka\r\nHOkvAQ4lICHKMe3BfY6/SsnHW/WCmWhYQadfqp55gLyuRwDdsuS6sOwFramY\r\n0wr40NtAugZCKLxC45ITT0cvbcdiahKZrArRlpVmHX/MoTHQqaA96Xhw1iGO\r\nsnzWBEA0JBemMqsqbStee3YuCYnn5m7c6e4=\r\n=+z3h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"9dbc0dae3fdce2c2b48679f8089d6619bfa3bc04","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.16.0_1665654832503_0.06388815785746949","host":"s3://npm-registry-packages"}},"1.16.1":{"name":"ngx-translate-lint","version":"1.16.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.16.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"4b7a23d277cdf9a5dbbf3df416d1dfe83cc4bb41","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.16.1.tgz","fileCount":181,"integrity":"sha512-R4PGl8+4Ssg4C0SlFZj50b0Ru51nCZ5neIbgxpgIR0gfz+VBj6sXJY1WSjIEyU0SnvmeS9Kj0GyMi4R3HMaBXg==","signatures":[{"sig":"MEUCIQCDMvYkGgeWXLwGXoVwVNeMhACOoDLarCj/rOKqSDsWZwIgWkgymphG5Ow8hphJgJisicjOSnOgQ+7Lv4TTcx/eB5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":164595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR+L+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpx0w//YHf+s6Dpdb07Jhjz40Xrsa6u4xTk/imTxd/XXCVXhCUpBlxF\r\naHkr1bAdIoxM1vEEkbatnFdh+zUBQp1C18wJJV7FQ6IOwHSw+Hx4fgb3bKFf\r\n9M0zc9s0mshFkvi5cqGPHvpqTxOdzORvWsCaKsN8R8BD2AA3Zjvu1A0Lkm72\r\nnydXkOhvvZx+5xLQb9IzT93Kc9WYWfBdY2FAd0thRt2xZ0DbvymsayDE0GxE\r\nal6xp3oytvCiY0nlMJul8zIAZlZ0xBAvbnwqSFLCn4iowZDxL12IQkBcOt2i\r\nPBKG8z9iIiSu//cqqybxMdZ0dczeIIomM+W9qdox2TKSNyhHMHb7troeY8dF\r\n87sEEQ80lyTxJCmjNcqmpBFKcH78yIEiKGU8zQ86thtyvBCQHh2T0P6rRki5\r\no7eV7rycoygKovT/UhRj948pccpBJRaaCrQSM6Br6WQrViG70ozg0+H3WJpg\r\ngYf7sGBxumxg3ZNa9gPsrZc8L6OpvOholLAQ2Z1hDIo2584l+36dAFtkeBL6\r\n/e9xyOtdJd+zTgupyVnRQ0EB9mLM3O0Fvpl++VP5+wPBHXoVixunlhlJpAGP\r\nWSv5dO+9Jrhxj7KfrbF289L/XKROPoxBFK5YMMWDnYTIXQvBnwUi+/zq9zMN\r\nbihPgjDGedPO1Yln1n5rFuE2lQFwi63+UJE=\r\n=wbUd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"c6a056cafbc503035c2679da99ae05fb7e33ea14","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.16.1_1665655550505_0.7304879553316372","host":"s3://npm-registry-packages"}},"1.17.0":{"name":"ngx-translate-lint","version":"1.17.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.17.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"024c13ae3c24665b0d70b4efe90f661bb0ec43eb","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.17.0.tgz","fileCount":181,"integrity":"sha512-Y1UcAc9arqnJh5BHuGo0m9QJezVg3EYvSPtYt8P2OiuR21ESA/HNF0zvSEvi+LjMJ9r8Q09VhVuT/O9WzKM2Og==","signatures":[{"sig":"MEUCIAgWczTK9+Rq2893Lh94aFkyQuTVvwirzOiDr9oR4+F4AiEA1BtN7wB0N5jilVMKs/JWA5izKWRfb3t4qldI5Yt3Pa4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":166297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSSo6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmod7Q//T/2ODn5aHGKiLrfdFoal0gr1esLEOi9iSENfXFScGyLayPGa\r\nLaVlSA5oyOvFa5XwDPps08dZGBzS8304oQA0A/cD/pvq+mblyBKqTfkU2R13\r\nsZ+g/k5uV6IBO/dZond3kPj5L0r4SX3Qec+ioUPySDjVakvrK6QhttjddI3Y\r\newQ0aZ070r15N6qnjTmgUthb3SiFaxB7HMi/Qwc9JWAymk3fxWp+DOyAiZwY\r\nijLJ0aF+DfNqE0UNuqetI6+jLXQPy4zjXANj87wy2PQtB9c314Ro9iFDHbMG\r\nB6N8hZrVcnVjADdOJxmaLsqOLpDsHvgPOWteC/5qlJIBgfEQZubsxLZyIvx6\r\nfcPWO3nyurv1X37nrlYkuvbrIts81FdLfgzes0PHjdLCOl4rckesknmWTYnS\r\nOx2QTXEubwamdKg4b23JtgXLVibbLGe6jsdR0vVK61IRx/sJAh0s+I5ocqUz\r\n5lVtgBP9Bwb+4HhwwjxrDtYJpBoq0yinvi9OzOaMldvoV1VrcyhwJzIF6djG\r\n5bnKITes2lXMq/RwL99uJ7fCZoUkGNPink7/LD08Vcgc8sAwHALIXfsItu+F\r\nt9Qao3B5Ht4m1xnby3XDjQH0Xl5nCXPGbHU5VFyoI6H3LYZ8i3yTrydk0UE0\r\nu199lzOhv+NItsKB04XEF1uFYdqBNzTFKDI=\r\n=6wDx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"1781afaf948a2ebacfed98dfb4fa2272fc15594b","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.17.0_1665739322165_0.10422065309155815","host":"s3://npm-registry-packages"}},"1.18.0":{"name":"ngx-translate-lint","version":"1.18.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.18.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"87fb024c67538d956d668ae1d58a748df79246a4","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.18.0.tgz","fileCount":187,"integrity":"sha512-WtHmydtyRwpVshXVkxmC+i0yK18JEy7umrGYnDjo65wBR3DrJFyhfqotZPI8pz8JWxL5GykcJFdwtRJvqif1Yg==","signatures":[{"sig":"MEYCIQCjl6v8Lq7as1SyaSSEfPoGbkpPA1Xo5zjIo19Rq/fZ4wIhAMXy1IWsNiq4NiY1UUAOH2yvFG4QKFiq3d7lmzkZqXMG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTanDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFtQ/9HOJFJaLeE/KCPlrEa7HZSR7HlcLdY9a4gKeo3IE9jqZOIDcy\r\ncQXa/yyiwowExoAg2czOqurrBX/XBLloyo1zcr/r0mFYfeybZ/lOy3Qy5Mu0\r\nD3TYKtjnDBRAjTWhKX5peBORDJAHgtenHapB1cZl+swXwfnCXG4Be8lNt9eF\r\n2EG19p+KDK/ZR+NNW7Xrwvq89eQK6P/X9PU0aHPc6fAwndeO+FFzHYuTIvvn\r\nMfUxRu1Ye4uwkrUSqFlL3gMuNaBREe4/iPU20E0RLgZesr2MLuS5Po/oacHz\r\n4xcrKfbvNIRNy5GIlMZvMY7BZOsVZ3Yvb9HUh8GWWCI7VTC0MNeMXnAGHUwU\r\n5QQaj//hCNpk5EeLn6PcV2OyULqF/ASmtKA9XKUNgF6wMvwyNjAGseVh8sd+\r\n3VOvtSlg/IB+lelpa/rBHoptKLY6J0ImByl1Zwt7jPD/jY9iGuK/cAifMTJL\r\nRaB7YRDXvnh3/2qPsv6CO6laUvQ69WU3Q6cucs2PHK8yEsF5nQxbL7+5kbpj\r\ncXAN4EiPqJ+d98SlsJqcN1aY3Fa5zeihZ3tCEB/UCTIGTcnkWzPeAlb5Xdkn\r\nTzG1LY5erfKzPJ5kWwoNPlJEO7h8Kw76HTXBu2HHYswXMGvWHPualYytiAYs\r\nbWIowIjIG/xzZa/aMnmvJYrQ2VuAgYqMUAQ=\r\n=IgIa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"f34e1963184c7288db367717e9404c2fe639b913","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.18.0_1666034114822_0.3216320477923882","host":"s3://npm-registry-packages"}},"1.18.1":{"name":"ngx-translate-lint","version":"1.18.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.18.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"e8427cd5975cbd1e6849542f630493b8726903a1","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.18.1.tgz","fileCount":187,"integrity":"sha512-esDJW+z5lPHQYvyznD4V/uvrmwMtP2EWQoGigURg+WgztHTcXpkrZq76+yJ7rBBb6+2iXTG3Eu6epq+pF0Fl/A==","signatures":[{"sig":"MEQCIFJV/XagCl7KuQLr4JlT1L183VFqoZEmx+P97/VbkaOtAiB6j4jJZJgesM6K9QEtNsG6Sie0h+Fa6GVIP+acC0kNfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjX+WcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpboQ//Z6qkc8uMMGsVs0+SgCHe7zz6srEMAB76t14806D/exOlw/HT\r\nbUxEuIgb/J3BWTEidnNvcTuMOv64phFBJhuzDKlGtlu9tT+hjUEh6m6U+Qqf\r\nsvD6/HHmo6IzEM4i1rh+kV8W6Sle37SAvkoIYBwu2Nn9EA/r4+TvCtPx8aNV\r\n9nXEXHwAnLJq9I6SxP4IzEBzQEjGqcvCk3RaM3E9Iu0+yPDgrXctJABUADdF\r\nl8KfVdmR7EJXhS4c5e4MsYgXBSQE/XXsqcz3jTkHfHtHA/vNzXfSG3aipmwL\r\n3Lwni2GGjfawp7MS82YMLRZSz12bSldUI+giB4FEP4luD8PC1TxsMxV8iel/\r\nAWk1gwvUiTSuqOOSRsk3bXStlfnZRONBTQ/W/TnRZ47xufeCe2EE4i2uUN98\r\nSyCZ7fB5L8BkoIIe/vO5xPTRjHsoGSlOzSXv+J5DoEk7hgafX9h09RBdW/EJ\r\nUq4FkjxR/GcpZhPm6X1bFE+vIUhlpU5yt33qqmgrCBE8xl6PkNWRrZz/tQtT\r\nk7v/WhLoyefWYOmr0PJd2peY69NQ3qra9kZCr76hcD+ksiFFVxZq6bywJl0k\r\nSpWt8IKOnoYwyS/n5c3hIZ1BHXYqogVpFgavNgxyS/lzYHhzEasQg1uFJzFd\r\njjBakv6dGmXLleyot5jv1kHvrpTRK+sqjAA=\r\n=45J7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","gitHead":"a7ad38d74cfc032a719c9c0f027fa70c38c037d8","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p .","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"6.14.11","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","ts-node":"^9.0.0","typedoc":"^0.15.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.18.1_1667229084469_0.05329067148797484","host":"s3://npm-registry-packages"}},"1.19.0":{"name":"ngx-translate-lint","version":"1.19.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.19.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"263385d6a7ee094d22c604902e9095d33c9b512b","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.19.0.tgz","fileCount":184,"integrity":"sha512-PDM7s9/irGqqWm6R4amGjEEJYpdgd8k5UVGSyCvACF2ci3bh1uqJUUtE78Vg9s2ZXX7n+V4ZvD3rFAVxXAi/rA==","signatures":[{"sig":"MEYCIQDsZfFrofaoKnp3cW8Ty0LBueL4oaCe6MnEMCSODuc2jgIhAN98kTAg1/5zdSoToJ5uwCdzRGvznJFfWFB4+TK0BJHi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":161249,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYkaUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqShAAjGAWKGgRZ3QvgJArtRrvWsORfHTukleVMYNr42O8kuSc+a10\r\nvttEGEDjHknFJnuQLoD+j1PTtlnoLaQVjudQCVdCnNU7LMjpqmDy+F4QwaXf\r\niDqxaCRrCYeyWTMGsKGxKVdk19eArmIAE7oZCmgxxm+146oM6PC1afpOIWYG\r\nibxjRH5CvOA0CZlZSDuO4CiFqlHgYya0wnGwxltMbDeFwCbtQSDczP+GHeq1\r\nUJRDifvUotgODlBulGrWHYqFcaktbr6EOY5NJjyusM04Y9NLU0rvoX0UVpKk\r\nd8L+11ek/YPlM10Pu5y/Bj9SWxImqT7N2rb6BbBLMtgNDX3EapWN/6f23Bjo\r\ngwZoDzSIo1+Xxwj16jNGet+1+A7myup3cCO/qK8gU7jqCaXkxpOI+HpuZ9Av\r\nZKmX6c0/vzwGJ7s72r+n6M4RA0Vx66l9v2UeYFe77+7i53onMGXEO4AWDVo0\r\naUGefg8Aa8mF0ikEqBYmMwzI+blWJ01/OO7cLnrM1x82+D7KHH5sWRB5SMwz\r\nJfAQZQRLrZ53EfBusBbNVt3J9UAAi0eTH+vuRurIJUWHgHgoe+6S7kxNAjg6\r\n4nsxrTtQmjfkOtZA34OPyONCvf/XHM9hcmQ5ju5Svfk2OIwqf98O9p4+H98Z\r\n+vZ+NnNOQk6s2l01gFRs0+Ie6PoYl21rBdI=\r\n=5gB0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"44c2687bd72716627ccf7336cda6dd21354ab532","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run lint && npm run build && npm run test:integration","build":"tsc -p . && webpack -c config/webpack.config.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","@angular/core":"^11.1.1","conventional-cli":"^1.2.0","@angular/compiler":"^11.1.1","string-similarity":"^4.0.1","@angular/compiler-cli":"^11.1.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","webpack":"^5.74.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","webpack-cli":"^4.10.0","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.19.0_1667384979913_0.8905585405018119","host":"s3://npm-registry-packages"}},"1.20.0":{"name":"ngx-translate-lint","version":"1.20.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"b90cb29204bbe9806e2680fb1e05f5e051a28d62","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.0.tgz","fileCount":184,"integrity":"sha512-2l1YnrTgRzeJ6TVE0nS5tyGdVyko+K7hBZCQbZTHnp9dlEA8JOK/fX1I6P4a9MXv4OjDP6zn0Zc6kDxs//pGmQ==","signatures":[{"sig":"MEUCIDA8af0uYWgg7Iu2FTM1rwd6kgcqYHGr574YE1O6mNh1AiEArwJ4+kA3UdQFgzleFBXAw4xoe8jQMRS33cU5ozuU/4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZtBnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7+w/+JkadPupiCybJWZl6pUhhepkDL6VwshCpbWOVHXfkf1ABdawK\r\nHQ1qHHdQO6pNh4xN49rdEtcb+D0lcPnXGGe1+v0Lju7jQixENDgL7Qfn8EHm\r\nyuAme6shBRAjOuLKhZV99NAnu9dX13IyEeLV/FkK3RsZh2IXD7MUR/QxBnw+\r\nZCGB6It48RaN3cSQUSliH3gcdwFb0ckxB2Ijb7CSApZBmA94qO7h66lpmy/D\r\nkhYv9Yh/ujvnm72SLbboRhtu+81ob2hO+JhXc3YtcpLWogRJU7WQRffKzMLp\r\nLAyITfEnqhjgcpRqSnxeAq7UBeaJnye8HZ82WC0hJT4BYNJbC50S1pDy2aPz\r\nuVvAgRuJJF4qj4l6lnR3pLdW8v3r5HlJVAG9HDIR5SPhN/lRZ98ORNIM+NBF\r\nuehaMfNXMMOSPkyv4Xd+Gc/Zw6cT27sSBvU7Wmpu9WCovWXeEjCMdvXzwsKP\r\n+0ELRcLsyFnjcPkODAYePpKpvl9Na1Nxy1F+WUtD1vL4g/aXOUHU/uVdJH0a\r\nPax7TYfvCIOqaR4mhBGfgke+B9E4jt88pqD4rO4DH0uf38jCnlQyd+xFHOoq\r\nCfsvXAgUw/KDTI+PfAbnK+JGjWD3/UASgg2oVxA77CblqzapkL2KnYX/ug3X\r\n0v24Mb86iguwtxbyWucQfVpREKRexo5JgL0=\r\n=QuUT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"54351728afc7f287a5862ee9a0513d959060d8ae","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && webpack -c config/webpack.config.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","webpack":"^5.74.0","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","webpack-cli":"^4.10.0","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.0_1667682407188_0.17039735198086192","host":"s3://npm-registry-packages"}},"1.20.1":{"name":"ngx-translate-lint","version":"1.20.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"bc513e46a09cadeb40475e8870c40dec67d1942c","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.1.tgz","fileCount":169,"integrity":"sha512-eaAOfWJEWXlnFM96ZwFGrb4bIXtGtMQcyTcWg13RXj0RwyW8nkVpRQCWJsuUoE8hU2mXHwXrjrELpHC0PtwW/A==","signatures":[{"sig":"MEQCIGQUXvV43r14hNTUhWz4ofNXtYQWckHktJgMGb9bHVJtAiADQX488JzDjDYL1NfLw+NwXGTFqS8JkH8HcIwifHhrgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":153214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcTJVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUqg//URnmm5SgOofUasv6vA3nrqtPyj+mXnAjAYjWzKPfRSEZTImE\r\ndFcQYIh8AiIsaOazqdzwzw19GAnysBrYLZExMgo9fyRUJKhEObfazgktTums\r\nWEiR4n/XJT1zuy7nm5B505mt86MbvR9WNwWZMaNx0yH4wN+1piGES8ry/USw\r\nn0JpQX3NIiBUchvn0+Dt1MnCF9Te3qdd0I/CazyJ/HEnfdKu1SMzoXvluQ/t\r\ny0fLN8kFD3mbpkIMTgDRPT4Wl8SQzki9kEUkSpofTqBIWLbQFyOnhyx0ZqSo\r\nZIHBhxJpv8+TFcrL7M6OuZLK29BIeoIijQNJCO1uy/co0tMebt1ItPYHA9o0\r\nG5IFy5kcVcF4v0RnZXJltO7epLwMDoYKSzDWOzm9mWWDFnaIxKeammIM1hs2\r\nofw8iMOAQBvEKl8uQvZ0+YyEy+CHRwO+E7dbdMylrXkmi2oVnTKMIf+q+X7K\r\nAkq7MHINs7NOkd5jH8O37QyASBiPc5E01qKmlOa/w5iXK/NIIoJyDXz/URHy\r\nzGs9A9Qub7v2We7QEYtabEDefpzp0/oTusP5Nj67rKWovno6tGjMQIEAyjX3\r\nkBggfARHvLu0EmkiUGDvWxf0tILx6Gi+ah7WN4ww12z1YcQ0TZeYQzdBSSB1\r\nesmx+Sal5aKmAAa+0Sd15/K22tt0JhVbdBo=\r\n=pN5+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"a1912647efb85fef477d7e94005b8da2e5476694","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.1_1668362837615_0.5098236358807509","host":"s3://npm-registry-packages"}},"1.20.2":{"name":"ngx-translate-lint","version":"1.20.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"a3bbd4130eaa7fd5985481da2ddd01bad7d060a3","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.2.tgz","fileCount":169,"integrity":"sha512-AA3aTh4rW4z1rUDMgPPFKi3tfxGu/V6oVlouOBUHXbfLZZArqjcIkvAe0KyFOVeFBTQ3hFJpy0102GM+sgQLVQ==","signatures":[{"sig":"MEYCIQCkqlqwkk0T0l5/rhlX07IklRPmqliuz+7n8Wh3v2re/gIhALsKjBIQNAoVrgD6YroOrJI+58enxynNXNYLqWMsKMH7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":153120,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcTbKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0JA//ZnyzOx5Aso4Nef8q5NfgDVew1L4wCFWFHOHpjt0mYc2H50QI\r\nBMpXMZnzFq9hYhcGt7KDBUKwIhZwDKxDwTRhz1TcFpInyAn2hYCgqWZXOr7L\r\nxzHqCJzF1PiONk+Z/QkuHaZNBP6MetwMHJEfkgKASUPfeskZ+y1n07cpcvAQ\r\ngh/mR6Ic/2c4cByBY0OrPUAzhsQZgrPxyokCmiSIEEP9bqmBhEe30hrEUDCH\r\nV0AY9h4rflhEmY58qa5VTSDd0R5+QTTXJgg+znx9eXSYEtid+AyH5YkWlUoR\r\nAqUcqATg7tP/AS6VUhHXDgnEa1EVz9L3EIjnnfO/ZSJ0QM10xnWEypjTydcy\r\nisTbCDnq5ZExjA9gMHd6ZnXwF22j/TrkOKpxorsjK+4we4+Fa5iLCBwW94YN\r\nYf7/vosPwGE8ad1Z4sBEn8lwPeN3kj0NvKKTrWIsr65TAV+h2swHTaSfi6FR\r\nbJ647+Owr+fQPK2XnM1FkZ6iotPLUJdiXCN+kZuNcsW9egS8J6M85In7VZrY\r\ndRoLPM/icwMOBBxqKzlNDfZEINayABDfYNrsR30Qg86X0o0To8ArHug8/Ax6\r\n0TvhMPhEvEHuSCFgPwIgeRnlM9bPZ0oaqDtKN2IY71CoYT8gC2BUV/z4nd56\r\ndtp1rQSJ+msATuN9agHwUK4Sl84H0ui91Vg=\r\n=J+tT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"ca8c1ca5b62fb06ca96e6af8540bf6efcd23025b","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.2_1668363978536_0.20220689245407675","host":"s3://npm-registry-packages"}},"1.20.3":{"name":"ngx-translate-lint","version":"1.20.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"51b5467e56ba3507a71e9080e17300aef467c365","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.3.tgz","fileCount":169,"integrity":"sha512-giv8G8KbBAxXsK3O5O+uOCmKhhmQgyLgoZbhr0Zqef1v7ypDvwo4/rKY1lf+w1E6v3V6HXb5kj2f5IDSvT232Q==","signatures":[{"sig":"MEYCIQDCdevJpMDPSik7uBkkw/PPC52TJkrZ8MvDzqAPC6kMrQIhAMbmtKCS6kn5Yew9xuYBdXou+OXcdFTo4vfCSyRjdMKj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcUErACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7gQ/9Eq4cyQ0+mUzinPo/7WaRU6ZlzsscwhzkHNbARhXBMymz44b0\r\nw2dBujSvfr72C9wlBzF00TPdP+gIauZhj4Q9fX1r7Oob9hzOumQD0EcwyiE9\r\ncP/MRnBLvYz/EDFOf+y52hJd4fyXFLZge313QNXxP5eBX7p8ZLbKpDRBcOsI\r\nrOmuj5/UVRYQESbU5f4Uscg27POSNXWtpZuW2utGlgzliLSfN2Z8GjGa7tt3\r\nBczRfS98m9RyP8QjoE6huDMkhBTz/ycnFMzc4xcUAEPYgA9WiBnGyAXRSOWg\r\nXqiN/x/D1IHUQtsAA1URAsDaVM3RFcW6m9SXLHU9ad++30aS1hmPPb0uVn+w\r\nxrkxo3ImRlizo10GQzvAQy3saHVGq2Jtyn3s9C1CMhsCz53+ToDEWdIfIbUw\r\nvPT8JU+skqBQgCd47crXy8k4N2gliGOwebSgg3P08GNi/iJd3IWsE3MdWMvA\r\n8Jfr7ziVzOaDizaJ6rVm8URAS9ZNtGfDw9UwigxSUzluXr/eP+V1+4DVZLZ+\r\nVTtlU30aBKMX1udZBo73sPGFTRJvuCi3alLiqkcKoBELErm50EZXRmp4ML9M\r\nYlo7nn4uFTcbnACj0ND0/Y4WuHD3QpA+V1JLfcRxQVBfx5xHaFMWlxeGTNEr\r\nzF+LtJN7Nix2vCW7GLA5wltQV8oZwQZDE+g=\r\n=MrJD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"81300abb1fa2249bf1752700d22388059122c3ee","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.3_1668366635439_0.5556294139135323","host":"s3://npm-registry-packages"}},"1.20.4":{"name":"ngx-translate-lint","version":"1.20.4","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.4","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"a7e9dd9d054f9b651b6d0c47b1df1f7697c8c37e","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.4.tgz","fileCount":169,"integrity":"sha512-p8CL9QUJ3SyKWWc+rhWqVoij+bqMg3PwtfLeozAvvRAkKCV/NZAH32+VljGudlvuaEEdah2c7qh5TCFFkoaqvg==","signatures":[{"sig":"MEUCIQCqeFHhET50BbKaimk+guGhqsbZJb69QDhTRYjVHeczbQIgcD3ADO2VYNCCZaQ1WxYcVPP5W08c3Jus0SxAoD/uH84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158891,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjci9fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmooihAAgvMkt4gLwdMjVEbfiabVVeULAGG5q5cGmH4kukYQl+ewlMKJ\r\nHH+n1gi5KcNz+DUxcqrtZR2EAUaSDnkF07jhanSej9nlpDYOR8bah4dKpLI5\r\n8AY0eTwxqN6pRGYyK5BEWU4nfH+Qkuw7xcTTQFCEUVX6DGWtJmkytxdA0aFm\r\nRsC9VO1k8kAYmu/YNBqR1uJjs/D+snc4/z9fzL7x0QS+I/cvZihjVPMIYQ/7\r\nNvJZwVk7H/v3GTA+DGJS9/eL9o0U2Y7Po+jKwal7ok4vvMx32SaAGWHx+A5e\r\ncfGuaIHjymAeYfxplGHheqa0mvWtfkBoYDswI1VwD4j21D7EamVtcpRR9a6h\r\nFa0MaYP4TSZZiUdNNLsFbKw9SJYJiqA/qKgnlqoaZAedMIXaU7KWVPwgU0bY\r\nqtaAE/bfkXZwTYHoEgvI2jvE+/wDl223rKxxUQIZdNG06+RbTCCUyhAxd6c6\r\n3v2xIkcEHrjcm8iqNi/JuGoF7MLKXZqmrHpavjqKW1PczzYa4Hb92ZG7ncAW\r\nOQzNfpMnQOUcmfesIm3p6OB9ixkd331ExbdydN0txJ/lDWfQMrUHL5hYQvGB\r\npTpK2IYGUKAWFHP57GRY90bbtvjMtqEWlO1dBO/KuOctcDCklpujxnBbuTXd\r\n8hP+tYcIs+uMCU7+Zm9NPTh34NjnfJQGDZw=\r\n=TDJG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"1aeefc565a6748ae658d3b7744f8ed72d84c0909","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.4_1668427615684_0.7789077706649321","host":"s3://npm-registry-packages"}},"1.20.5":{"name":"ngx-translate-lint","version":"1.20.5","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.5","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"b2ac112c75646e9ae25ecd300b2893b00fc818f6","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.5.tgz","fileCount":169,"integrity":"sha512-+iUqWfqBF2m33H8L/xCg1JYOUsLgwaMB4SXsBeJ/1Faw0ZMWv9KczuqfgpdfVm526nyzeKaLU8QEWaDwd06prw==","signatures":[{"sig":"MEUCIQD1FoS8JZrxihrLWWhRU5atE3UrUb8BHyn82cRTRYRVdgIgFWYeGoPNfnjZSHj5l/e9qKpdBsYdHEPFoFpI5kr5lVQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJji771ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqgZw//dpayJkY1Mi1RiHl6CM2UL8uzQrhZrVCO/ow6hLUScj+z8iaC\r\nIASp3qMq/VOL3H3Jc1rAAStBhr4/ZLhyD/NSh8BCMR4gt0q2gn7J8KLWzkYX\r\n3vzZHIdoTdoji0A0xUTOHXGt/h3Sz8CJzQ7zklMP8pz2QrmSdE6cWBwdQVe/\r\nAaAtv+fJ86nTvjfangN+GV2lSZTsbIU7WLDh3Tw7jENqSY+1nSRz3x4oJq07\r\nXzDkmfWouobB/CtRXCt5noVJfgvhi8aYjy5v6fuO0vx9La/Ve/V5AgCnc18p\r\naJVhWJ7FrDmoN7t+OXbvI/2uZMW6c3pkfIvVhGYSIa1ss5N22Qf8uysd2CeE\r\nuSpTzwTH0rEqXWVJ2e/mdYJD+5iZQ8awzrCXJlISaObfay1GkdSdcapEv1o6\r\nDcKMpBKw3cW93mXQaDNcWTL/gOTQoDNi00jBVuMr1JLhy+DbBRlx1Ua3g/BL\r\nUhJf7rLH08QX5dmyaJpfMMRf2HXaLAaf0iKpAw2Lp1OHTaxVUjzEi7IypRdJ\r\niW/wv6Spbq7lw+pd+MFrhLGVFTvxETs5mg8Q4rs5oMfzI43Y7FAStQBlfe7Y\r\nfT//UoDo4YleipNQLEZf6a3bNXKEZh9tP0cFvuSiWpDljSvQegFI32h+4qVY\r\nSoCgclaHutRVIBgBd3mXknbNTvdRJeFiIvo=\r\n=L2uJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"929acedb1b4f04bec3dc22dad3207f7ac6ad9973","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.15.5","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.5_1670102773424_0.7387157627036118","host":"s3://npm-registry-packages"}},"1.20.6":{"name":"ngx-translate-lint","version":"1.20.6","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.6","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"e755a34bb3a9f020bda4e94ed591d2a736e540bb","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.6.tgz","fileCount":169,"integrity":"sha512-TDlDoxdJOQdgKlwT/p/V1t22eh7ZiDDWFoH0MCjCAEMOn+3XtHmYlnORULheaw6eW6DyQ4I08uZUztCjmkF8LA==","signatures":[{"sig":"MEYCIQCRjOVA46e5hKj8E6pa99hKd17VyPItrOSy9l0RHkMNMAIhAJ7340zLqsJfeiZptD4JXBS9H7FVoedF0eYxvzwZFZ2E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwv4gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAWQ/+MEIxTqcVfcnld32m5tTOzCz11JHpR2yyjYcYmjHqBdBgUKEf\r\nmcCP0i0rLvzDdPp5HCfzxOKiDu8ZLH7fjNUlA+EZmTWHfFfKJ9KPO7y6FTZX\r\nZUlZHhNKRm91mPxW1s3v41s4XwZg3e+NKDw/LPQLJg/RQ3GETFjxeGkzImQb\r\nIP116fLRBifqthe1zzDKs+hDAHaXUB0DbpK22cdM4BBcYTxyN8Y/ohFGf/Yz\r\nTuyU7SsJccSH/6uarY0uRqoXzizN/nr6CLkHK+GH9FQR5kDZYL0ELpdv6q2q\r\nXwk0D76RJRW7QMPy+EK1050CFTx0x2zbrIQ3AGpGn9ETLPlgfsi1sHV4lMzW\r\nJinGyIENJ5gXq1VcJWvnV9ZiW9su8u0gh3D3KGv1Bdp8RD7nvUJdYKMBXGuv\r\nk6yCEZ3fU8fzNDFC2CdPapJZEsM+S0llsH0TAfTd1+o1UB8OKR/PQ+EPNZUI\r\nGuvLmoqVBfMJ+oahVeEaVpTJn/BMnaYxVBnC4FrCi9X6dFzGMAVryWYkPqbv\r\nEh3j6xR0+vzTNrnSwHaHIV1JPkMCQYPL0e2NWHRRWcjF0OLyxKgOX6mrDtZk\r\nVMdX6BMUYzIv63zkLg6KLOUzHJu87PosKvCcRkLQkws2Nv2k8ecYjpyroZca\r\nVi5K5+huJGjM6kYGR+vM09kqYqcerEVJUdo=\r\n=9IqO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"3607b645ab7099479dd110f1a2ba5594eab687f4","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.17.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","ngast":"^0.6.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.6_1673723424359_0.873471839060215","host":"s3://npm-registry-packages"}},"1.20.7":{"name":"ngx-translate-lint","version":"1.20.7","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.20.7","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/svoboda-rabstvo/ngx-translate-lint#readme","bugs":{"url":"https://github.com/svoboda-rabstvo/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"f5b652dabf6ec08be80e8ab1260c495e2dd853f4","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.20.7.tgz","fileCount":169,"integrity":"sha512-eLSsdwwxKX8igQLQj8Gjao1mHKjTx3iYAZqrFrgbsuVOlRw7N40gOP9BCtPT+6gCldqvTQE0bDghQRds7fD1MA==","signatures":[{"sig":"MEUCICbB68NLTsg9L5oyY17NmOIp13KYo6T0elsFXdxv0ApkAiEA6DfVhIRNZN/Bn0fPk8mYVXVt2Jm6PoLrYvCGB4PXy4g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3ShJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr63g/9GID4+FlG2ILaTqF7fPLci0I4KrT22ZQDOGSr3sbTlxYsvkLB\r\nXhQV91n5Tkm+GnfT14EdFsFiatmgoaWTBs4B6AXqZBA9Q0rvmQRKYDnQe9L6\r\nw+Ufe4NpCwIliAnTZA+PXiQsQBOICu6COeDMrzSS4dT68AUSuoMDtpqt7lcD\r\n2peXcQJRwu8kziViAGiS9xH5dnh82qrE/42NAgK2UUyiLxXFoOev41MOuBEN\r\nMgMfgVqm8E5xLwiVxutSpJAs603LHLzCIyFclai7rJ0GC0/SmR9jvn3aV1si\r\nOIZd+RK3yg7Sjm3o1KM6EbcPwfbPN6g+0I4sN6cJ3evb49HLNhy3SBldpoY/\r\nRiq87Te+7RmCpjSZdvlqcV3+R9lub7GiKxiCAYgi3MV/ufIOer94L9KVrnKP\r\nV9DVVFCidNbIMl8ShiR4MZfjUjWkLEWPOzbdyAownnRUdBBAEL+JS3UEmsON\r\n9DjVaD+kUrb6yC0En4yn0oA/SeWXwZx7XsZbW7WlWoww0lFbhGR41NJou+0C\r\nU1idnGkEnGVgugF4Oclsn6GwMRsidPRbVUKz83/E9LQwudVkp1fO0y5uP4gu\r\nDl1kGzFcpSDpJ9ZQeNRCTLVYg90apa/BfTXiJWK173mLeXLfGvS0pPW4jIXk\r\ntBFPa1vqeAqQTy0Zbu8z+icn09zF3Ib3nP8=\r\n=AayU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/core/index.js","types":"./dist\\src\\core\\index.d.ts","gitHead":"448b11a5c552fbf8c4caf36f043878606584be85","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/svoboda-rabstvo/ngx-translate-lint.git","type":"git"},"_npmVersion":"7.24.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"14.17.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.3.2","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.20.7_1675438152893_0.728924563178897","host":"s3://npm-registry-packages"}},"1.21.0":{"name":"ngx-translate-lint","version":"1.21.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.21.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"38479108a15d77b1bdbe62b8f5940fe3bde39bbe","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.21.0.tgz","fileCount":187,"integrity":"sha512-9WjbJsyif7bSIsNzD/5l9kSjkLuMsXkHBInPFqjumryUVKDs49tSewtO1feEZSbA8IBQOkEYDLOLMUqXg68KlA==","signatures":[{"sig":"MEQCIAqqOlca1xpg6SAUdxJVxqOPzy02N4CnoMCkq0xzKnv4AiAHhr2LzcE9Wy4l5gIQhJZyj4yXXp8rwLfDGb89CUbQBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213883},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"06b6445222490898a721edf2675dc7ddeeb2c3b4","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"9.6.7","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"18.17.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.5.0","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","mocked-env":"^1.3.5","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.21.0_1730198010713_0.23901479363916334","host":"s3://npm-registry-packages"}},"1.22.0":{"name":"ngx-translate-lint","version":"1.22.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.22.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"cf3d655bad641d3acee711c7c924c20d0962bc29","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.22.0.tgz","fileCount":190,"integrity":"sha512-7ECu8xs5OTWvJ6/9JC6CVhxooqRopGm6LO4BW9VhPQNFQJKuE13bipBxtW3jGz9ecyTVJuQ3hIVDG/8uSAkyig==","signatures":[{"sig":"MEQCIBs9FEES4Ytsp1Bjq5qJvXUtp10lK+ITzlL3qhSsc4MbAiBtFFdIKFxqZ5eTG+TzXtKwX7uIhjeznbkuF0SH+0t5sA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":221482},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"6b02fdc8c713ef3aa785d22983598b7f6ca184f7","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"9.6.7","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"18.17.0","dependencies":{"fs":"0.0.1-security","glob":"^7.1.4","path":"^0.12.7","rxjs":"^6.5.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","typescript":"^4.1.2","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.5.0","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","mocked-env":"^1.3.5","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.22.0_1730290293471_0.8588324092553943","host":"s3://npm-registry-packages"}},"1.23.0":{"name":"ngx-translate-lint","version":"1.23.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.23.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"1b059f16540edee7420dfa1aa59e2800ada63f25","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.23.0.tgz","fileCount":169,"integrity":"sha512-IdYepfgayojn16aThu2yns7CGg8TVOMO9c2hoSCOPlEi36/kAxeyG5Qa10ojpreXoaTwlVjBRI5kA6gVd5k3yw==","signatures":[{"sig":"MEQCIC44u7ufQgSUm3GA8HX/qJSsG15isIyvFLOnTnmpDsYUAiBzDYJ23RdpC9IZThlsH4i76MOSqfE5d9roj6x7MtTiMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":168082},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"ff6006bff446ab62e8d9075d5dfa15ed7fc0aafb","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p ./test/integration/inputs/views/*.html -l https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^7.1.4","chalk":"^2.4.2","lodash":"^4.17.20","dir-glob":"^3.0.1","commander":"^2.20.0","conventional-cli":"^1.2.0","string-similarity":"^4.0.1"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.1.1","chai":"^4.2.0","gulp":"^4.0.2","husky":"^2.3.0","mocha":"^8.2.1","sinon":"^7.5.0","tslint":"^5.11.0","env-cmd":"^10.1.0","ts-node":"^10.6.0","typedoc":"^0.15.0","gulp-copy":"^4.0.1","mocked-env":"^1.3.5","typescript":"^4.1.2","@types/chai":"^4.1.7","@types/glob":"^7.1.1","@types/node":"^12.0.2","@types/chalk":"^2.2.0","@types/mocha":"^5.2.6","@types/sinon":"^7.0.11","@types/lodash":"^4.14.132","@types/dir-glob":"^2.0.0","@types/commander":"^2.12.2","markdownlint-cli":"^0.16.0","semantic-release":"^17.3.7","@semantic-release/git":"^7.0.8","@types/string-similarity":"^3.0.0","@semantic-release/changelog":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.23.0_1759407549683_0.7187308154422221","host":"s3://npm-registry-packages-npm-production"}},"1.24.0":{"name":"ngx-translate-lint","version":"1.24.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.24.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"295d057efe238eabe788bd4f2bbce633827e58b7","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.24.0.tgz","fileCount":169,"integrity":"sha512-+GYeB1D4DRzO+jG4BbOrdYsmLO+vSf7mvphQQ97ppSGvKuWOYwKgg5G0wNYzyYl1Esp9uSu47sdlVQlyIqCxhA==","signatures":[{"sig":"MEUCIQCHLljFQ0JYC9Ao2egPBuoK4GuyCOj8sSN1LQPt8RRaVwIgfTSVY6CJ5T2fHV9SJP1wwF/TkkEuve0NyFGrQYzJ78M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175522},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"04ddfd91e653396bcd83d027181be5a29fd49641","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.24.0_1759766284433_0.9900500812571302","host":"s3://npm-registry-packages-npm-production"}},"1.24.1":{"name":"ngx-translate-lint","version":"1.24.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.24.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"ddec33ad059f130af9888055b1f276b881f6b138","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.24.1.tgz","fileCount":169,"integrity":"sha512-gYBBXrlzQjkkse7vdIofQSOvGcJUKst8Zweb9jIglsMyBcfxkHnFgiysJSIFGGJTZfub7mpQPmvrfBuusgudRA==","signatures":[{"sig":"MEQCIGREG7GEPw6Jba4qLCIDn61ApxfSjc5RFd3kWqfixT1BAiBZrrHkTqKUYCMeo0DuSyrKtt7yZFYB91C2kAkBByw7/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175566},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"c34d87024c82841d39bb7180ada543cbec354c1d","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.24.1_1759843786142_0.8453385475698489","host":"s3://npm-registry-packages-npm-production"}},"1.24.2":{"name":"ngx-translate-lint","version":"1.24.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.24.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"48f346dd93b2fd5de47b79dba9dfc425fa626d90","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.24.2.tgz","fileCount":169,"integrity":"sha512-09EmxXXz/otW1/k+GgKC1cEC+WjdnYsj8U4hXpQn1au4tFQc/HQkKmxUlcSez/ZdMg6B1FePZtQ+4ZNbrYuPlA==","signatures":[{"sig":"MEYCIQDu3Z7igm2nktIvyFyhRnnBmlUTm2Rx2eQH1w8aBB6ggQIhAIRcDbMAVUt5Uu6s4riMXNJy/PI3mezBAcDNK//v9vOO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":169514},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"6ae40b77ccc40edfa1daf49dae0a93e285e77824","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.24.2_1760082954856_0.5356336044587344","host":"s3://npm-registry-packages-npm-production"}},"1.24.3":{"name":"ngx-translate-lint","version":"1.24.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.24.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"8a1e37a3588a0b3ff81ec807c77110ed0490d246","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.24.3.tgz","fileCount":169,"integrity":"sha512-jYQg+kQPrwrSq3D0r3NZ2rmC4IqFtc0y5jCHeHg47MHxTgQhcepIMvQ/uXrVeOukLUpSFRFr7TBxHKtVzux8fw==","signatures":[{"sig":"MEUCIGr9iY3Rbt1Acsqnmt3baJyAgEszhsrsxeaa4Jf8s56LAiEAjfHWyNm1QWOlaUcaAoegz7IbmbYYLKksoZQajcymhRI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":169453},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"568ba4758fb7434a48008b7afb9e58a43238d46b","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.24.3_1760086214708_0.3992893491154077","host":"s3://npm-registry-packages-npm-production"}},"1.25.0":{"name":"ngx-translate-lint","version":"1.25.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.25.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"5c2a9fb5c143057d48cc6e72e1a8810c0bc29f59","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.25.0.tgz","fileCount":169,"integrity":"sha512-wpNBNPXquQq/fDkzr1blOZvlOUMoQu3wGlHZiOsTmsDRQm7XpiKRYupzaXDWaVQ00/5zX/u6q0zTspf0sCg0lQ==","signatures":[{"sig":"MEQCIB3py6+BZ0jpQsPun/rguDMcMQmFPmM6fU4FWImoFC+dAiBoi0phYicLaizU4Hsdg9TWnwx+r9ZFZO0GiK4e6tFudA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":173202},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"b317a5231b64069f11037c03cca42584fabfb173","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.2","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"23.6.1","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.25.0_1760261051861_0.6717425114103615","host":"s3://npm-registry-packages-npm-production"}},"1.25.1":{"name":"ngx-translate-lint","version":"1.25.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.25.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"a3cf555cc51e17919c2c41118510587b0f1f552c","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.25.1.tgz","fileCount":175,"integrity":"sha512-4Q0fsBe39jcolVQPozDHqJIn9aMXVtvF0s0DSsnwPatZl3FPuYNl11bFle4SjNgZkPiXJYCTvlKMFNK/lC/9/A==","signatures":[{"sig":"MEUCIQDPckLrgJcCOilQS8cHFabkTorFkJnJuQLc+T3rNUGQUgIgftnTpQUJzLthMIDMNMPiuDJUzQMKOQo5qRvX5oyR9zk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":174920},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"98edb62f945669784ac30bba8d44f45ba5d06176","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.25.1_1760535971210_0.60589728446517","host":"s3://npm-registry-packages-npm-production"}},"1.26.1":{"name":"ngx-translate-lint","version":"1.26.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"ccf5e4692fbbfb573d923d733d2bbbc13b3a4f77","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.1.tgz","fileCount":175,"integrity":"sha512-bu3jpvRTiDHTmf9UE7sS83eBx+bOAjVWInXSWPjgePefP756KRfPHo1huSntg320o3o0gw/+kZ7zYRXc9vcV0A==","signatures":[{"sig":"MEQCIFyacaGRgIqEe2hi/J+7nceM6SSOiJMIqwr+dAINNtWZAiAW372iMov5NIyqwnhDxEg21VkCOUMPiVgUcBpKYx9QLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":177920},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"73a13d3f74b90a2cd7290630a29ac3c554e5c793","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.1_1760804242825_0.21501591513920038","host":"s3://npm-registry-packages-npm-production"}},"1.26.2":{"name":"ngx-translate-lint","version":"1.26.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"d7397df27b3c3e0360cf8f0fc4d31653273d9316","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.2.tgz","fileCount":175,"integrity":"sha512-eObu4Wxdna4lbugf5sft3vdYqMppgoif6D3bnE6f0ve4e5rAjtDcqH5arTpX6ax7Qa6LyYc6tALAi6FTbP7EVA==","signatures":[{"sig":"MEYCIQCpxls8EEGVVdPEbhtWoAzwu+E/VpinnTBgPolfcsNt9wIhAMXUef/dJPeDTaQhsTe6Wi0qX9yn50sbk6jbkaVKW7Va","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178068},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"905f33938cac2f5375c97c282a0b5477e90aeb70","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"^5.6.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.2_1760958104367_0.8036360611101081","host":"s3://npm-registry-packages-npm-production"}},"1.26.3":{"name":"ngx-translate-lint","version":"1.26.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"16f564221f9ff81dcfe9826aa52e180f89a6acad","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.3.tgz","fileCount":175,"integrity":"sha512-vcx5a+3ycl04VQBEpudQxSEmlGAR30PxKjeZvI/EumW9Upmm68GHb4tGG2Wh6JvWvsGck7E/QCFr2IM1WoEAfQ==","signatures":[{"sig":"MEYCIQD4SL4/ge7bjOodAyNNiIg5wCyui9F+tLEXhYthkKJ79gIhAK27tFw60dHhz5L5WoDtYor4cj2t+p5yXu4s51f0kFPt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178066},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"3f3e15e8dd13a9d9864a73eb204de15e5aec7b2f","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.3_1765802512135_0.4513568030097599","host":"s3://npm-registry-packages-npm-production"}},"1.26.4":{"name":"ngx-translate-lint","version":"1.26.4","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.4","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"60d23ad63742442a07feec32ffc7dab896d03b82","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.4.tgz","fileCount":175,"integrity":"sha512-HGGB14DqzWFxpMVYWFGjlpNNFpNosjLy788OU4qmp/IEwGIvM7AF4QrfndfS2CUpOCa5Btv2ma4Ojxg09c2TMA==","signatures":[{"sig":"MEUCIHFN1wisnz54ITBSG4ATzLHF/xDtKQm5QIJRCFENH4MkAiEAkvBdJh3X37N2bUaZ8nfjk+dGrmPyxVNIq3EOpYA3bdo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178341},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"640dd0f36a88c97f705de1a8eeb680cdfa1e9692","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.4_1765973016196_0.2807157947029999","host":"s3://npm-registry-packages-npm-production"}},"1.26.5":{"name":"ngx-translate-lint","version":"1.26.5","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.5","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"2654cd40d4a75e388d07ca02ed75aa36fed71e2d","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.5.tgz","fileCount":175,"integrity":"sha512-hF+KZE8gPqUlU2M+7AYR+aaPPqKDfuTQ00ShGZGfXzxJHas+aX45Btx+SS1c7fqUHET05+Dhb0b6+JcBOgQU/A==","signatures":[{"sig":"MEUCICIM242tlCC+izsnAPW+HqzJYKQ+IDBqu+B8Z95zeB96AiEA4Vl9tVnvvOZiJ+nj4612fATaP2FqiKZc4VJ2hakXEIo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178214},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"ed1e8ab49ac0710bbdbb9547c38e5355cfb1d9bb","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.5_1766054026076_0.8685594004898196","host":"s3://npm-registry-packages-npm-production"}},"1.26.6":{"name":"ngx-translate-lint","version":"1.26.6","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.6","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"306736d2093dde55bb3d1c05e25db70a35043193","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.6.tgz","fileCount":175,"integrity":"sha512-lZboe1fmZgtw4tAKFXZjolnLGsmFlItApRxvB2WsvB5qlC+HHbOicMbQgAI3UqI3mBS33ELdU+136AYfFEVSAw==","signatures":[{"sig":"MEUCIQCk817h3UDWlw42nuzl8d2fl8PnLOQvxl5ZuB2NiAqlJwIgNLYjH41WuFtdmirVo+ptn7DE4fdIJA8nNT8u4a4wle4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178214},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"f94bad19846365d38a650bb61e4b4caf58ac6dcf","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.6_1781093376969_0.5639984542105623","host":"s3://npm-registry-packages-npm-production"}},"1.26.7":{"name":"ngx-translate-lint","version":"1.26.7","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.7","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"1d22fb43439c039926bb37427503ce949955c738","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.7.tgz","fileCount":175,"integrity":"sha512-V8/fR4OL2RS0th5dWZcplVG9jNCfOYwTuAC+vDLtxhiUdc5Tr+7ehqganZnBUkOFlj2k7UIii0dFEb8ebFezeA==","signatures":[{"sig":"MEQCIGA0ZLHL4peCDblvJLYegbrSsoUsLQjA8Xks8g4FaGvLAiBXkIbJN8bQafbi5iMYCwfVjPYdGRw0UibwuW62n52pvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178529},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"27b0be17583725807b643941024da9171b61a3c4","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","packed":"ngx-translate-lint  -c ./test/integration/config/custom.config.json","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4","ngx-translate-lint":"file:ngx-translate-lint-1.26.6.tgz"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.7_1781172168349_0.7103837643145592","host":"s3://npm-registry-packages-npm-production"}},"1.26.8":{"name":"ngx-translate-lint","version":"1.26.8","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.26.8","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"bbf7a0fd40c07be59af8a1bce02dcb0767dbd68a","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.26.8.tgz","fileCount":175,"integrity":"sha512-b+y1dRn11FZ/yZqh56eRdAQGLjBb+xsulImGQfLYfgJyPKZCO9rANB3KLgFjb/2BpB712USXkS4BFYs3ybloUQ==","signatures":[{"sig":"MEUCIFLS71t4YQpWtBdrdTvkwaFlTMdxarO4jEIkrvNfM6DWAiEA61qDure18+ZtDdLJj1pwRQTo25jKF7NJnI28k/oQ/HU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178393},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"a2047f5f3ea22f59e13220de0b1ea84844504231","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","packed":"ngx-translate-lint  -c ./test/integration/config/custom.config.json","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.26.8_1781190778006_0.9882112864135559","host":"s3://npm-registry-packages-npm-production"}},"1.27.0":{"name":"ngx-translate-lint","version":"1.27.0","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.27.0","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"e4525413cbed03511f85b939d98de1fd78645ddd","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.27.0.tgz","fileCount":175,"integrity":"sha512-yKJnmbXQwgwQxQud3bc4yl8g5y/MLD2+aQ8X1EHouihQOCqldI2mv3a0hGvIrQ/oMkEMayXE5KANVuUDpyolyQ==","signatures":[{"sig":"MEYCIQDfXJh/hh06agycHLt+Wor9sL/DLW3foZm5lpPBmqrAUQIhAOX7s4WXNM62gDOrMhJIbILbydcOluG/RExS9CqadPP7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175225},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"260f7f394dfbd831c252dfba302e1cfb9bab6037","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","packed":"ngx-translate-lint  -c ./test/integration/config/custom.config.json","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.27.0_1781276859455_0.427364080299359","host":"s3://npm-registry-packages-npm-production"}},"1.27.1":{"name":"ngx-translate-lint","version":"1.27.1","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.27.1","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"2a34b0a4fc2d0ad74e94daffe18d0230d346c844","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.27.1.tgz","fileCount":175,"integrity":"sha512-0BJqUPws9bnsZDS++NZ4PJtDarBur7W1ZREmwIMn7MXFbASewq6u2u4kyn90Al2X82DNeZWkzJknQiMwmX0fbw==","signatures":[{"sig":"MEYCIQDHtxKkgH+65ltRp+fO9IHH0GX3guIuHQXD1Ff3jSdZOQIhALfU3AH9U7kP5CYHPz7Zia80EZxfzSKIU6lB7fKTfkvL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175227},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"260f7f394dfbd831c252dfba302e1cfb9bab6037","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","packed":"ngx-translate-lint  -c ./test/integration/config/custom.config.json","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.27.1_1781277510202_0.45147824733583963","host":"s3://npm-registry-packages-npm-production"}},"1.27.2":{"name":"ngx-translate-lint","version":"1.27.2","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.27.2","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"0596fc019783f7f638df2d365af7f779ae9fa0bc","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.27.2.tgz","fileCount":175,"integrity":"sha512-l9VxmNFopK5PQewJhZ1vBG9h72dOyx7jOEoHN4tZivOL+uCI/mhyHvm0QrIVCo1jMm2k04jDyvpwj5+tz1A1HQ==","signatures":[{"sig":"MEYCIQCqPl7YLz4Ci4zMAXzXYM4DMSXCzRmXJrQafpuS+/l1UAIhAKhlSlRV8zxLr6BOHmJFLiT+OMXQ4RwQMEEVSzpodJFr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":174932},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"fc96a7209cfe3cd417e8a095281da5f771b0a709","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","packed":"ngx-translate-lint  -c ./test/integration/config/custom.config.json","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.27.2_1781777319475_0.9682742889889169","host":"s3://npm-registry-packages-npm-production"}},"1.27.3":{"name":"ngx-translate-lint","version":"1.27.3","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.27.3","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"7722362f252585db8ddfb3de9fe62274460720d8","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.27.3.tgz","fileCount":175,"integrity":"sha512-8OYNkTxgv53DWDH5Zvo/TU0T9zebqiR0KF2msUmfpxYzHIpx014CU2lsfrmWMsA9Rsy7yMdeNZVF0dCxNDDoeA==","signatures":[{"sig":"MEQCIHgxcOItdXDbxsb9jiyF4edTJeWslCwJk4j3EkbHMJWXAiA3KkT62590wRguGvaZ2Qkf6KU0GcvNoUTegp9smCfX9g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":175079},"main":"./dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"12be4c2ec33a4fe635e3979284084b87b9f161a1","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","packed":"ngx-translate-lint  -c ./test/integration/config/custom.config.json","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.27.3_1781875540916_0.02401413481855008","host":"s3://npm-registry-packages-npm-production"}},"1.27.4":{"name":"ngx-translate-lint","version":"1.27.4","keywords":["ngx-translate","validator","linting","cli"],"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","_id":"ngx-translate-lint@1.27.4","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"nyc":{"all":true,"lines":70,"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"require":["ts-node/register"],"branches":70,"reporter":["html","text-summary"],"extension":[".ts",".tsx"],"functions":70,"statements":70,"check-coverage":true},"dist":{"shasum":"5714c1d89e8911c998b0b5fa9bf90722cda50ee8","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.27.4.tgz","fileCount":175,"integrity":"sha512-h6nE2gXDMwu+lVYvvS4fnR+ut79lIfhVuG5XoHOmxtjqQz4oZYZgAxlxU5TtwJQfqfMlwehyLklgcwAvuZHXeA==","signatures":[{"sig":"MEQCIGkf+dvl/9ybtWhgWyhwiWIr0//JGuzn4V8S0CdojggrAiBNkHq2Gxy03UahOZXsan/9JSIeH9TUijWjLCcmyVFI7w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":178295},"main":"dist/src/core/index.js","types":"./dist/src/core/index.d.ts","gitHead":"5a12b23d44be597bdcb2c66c3821edc82f27be60","scripts":{"doc":"npm run doc:core && npm run doc:cli","tsc":"tsc","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","build":"tsc -p . && gulp -f ./config/gulp.js","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","pre:release":"npm run lint && npm run build && npm run test","markdownlint":"markdownlint","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","semantic-release":"env-cmd semantic-release --no-ci","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts"},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"repository":{"url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git","type":"git"},"_npmVersion":"10.9.3","description":"Simple tools for check `ngx-translate` keys in app","directories":{},"_nodeVersion":"22.18.0","dependencies":{"glob":"^11.0.3","chalk":"4.1.2","lodash":"^4.17.21","dir-glob":"^3.0.1","commander":"^14.0.1","conventional-cli":"^1.2.0","string-similarity":"^4.0.4"},"publishConfig":{"tag":"latest","access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.1.0","chai":"^4.2.0","gulp":"^5.0.1","husky":"^2.3.0","mocha":"^11.7.4","sinon":"^7.5.0","tslint":"^5.11.0","ts-node":"^10.6.0","typedoc":"^0.28.13","gulp-copy":"^5.0.0","typescript":"^5.9.3","@types/chai":"^5.2.2","@types/mocha":"^10.0.10","@types/lodash":"^4.17.20","@types/dir-glob":"^2.0.3","markdownlint-cli":"^0.45.0","@types/string-similarity":"^4.0.2"},"_npmOperationalInternal":{"tmp":"tmp/ngx-translate-lint_1.27.4_1783071288971_0.835957676863494","host":"s3://npm-registry-packages-npm-production"}},"1.27.5":{"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"name":"ngx-translate-lint","version":"1.27.5","description":"Simple tools for check `ngx-translate` keys in app","license":"MIT","repository":{"type":"git","url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git"},"bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"bin":{"ngx-translate-lint":"dist/bin.js"},"main":"./dist/src/core/index.js","scripts":{"tsc":"tsc","markdownlint":"markdownlint","tslint":"tslint","doc:cli":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/cli/ ./src/cli/","doc:core":"typedoc --mode modules --excludePrivate --excludeProtected --out ./docs/core/ ./src/core/","doc":"npm run doc:core && npm run doc:cli","lint:typescript":"tslint -c tslint.json --project . -t codeFrame","lint:markdown":"markdownlint --config ./config/markdownlint.json ./docs/**/*.md","test:unit":"nyc mocha -r ts-node/register ./test/unit/*.test.ts","test:integration":"mocha -r ts-node/register ./test/integration/*.test.ts","test:url":"npm run build && node dist/bin.js -p \"./test/integration/inputs/views/*.html\" -l \"https://raw.githubusercontent.com/romanrostislavovich/ngx-translate-lint/refs/heads/develop/test/integration/inputs/locales/EN-eu.json\"","build":"tsc -p . && gulp -f ./config/gulp.js","lint":"npm run lint:typescript && npm run lint:markdown","test":"npm run test:integration","pre:release":"npm run lint && npm run build && npm run test","semantic-release":"env-cmd semantic-release --no-ci","packed":"ngx-translate-lint  -c ./test/integration/config/custom.config.json","self-lint":"npx ngx-translate-lint -p ./test/integration/inputs/views/*.{html,ts} -l ./test/integration/inputs/locales/*.json -i ./test/integration/inputs/locales/incorrect.json"},"keywords":["ngx-translate","validator","linting","cli"],"publishConfig":{"registry":"https://registry.npmjs.org/","tag":"latest","access":"public"},"nyc":{"check-coverage":true,"lines":70,"statements":70,"functions":70,"branches":70,"extension":[".ts",".tsx"],"exclude":["coverage/**/*","test/**/*","dist/**/*","src/config.ts","index.ts","bin.ts"],"reporter":["html","text-summary"],"all":true,"require":["ts-node/register"]},"dependencies":{"chalk":"4.1.2","commander":"^14.0.1","conventional-cli":"^1.2.0","dir-glob":"^3.0.1","glob":"^11.0.3","lodash":"^4.17.21","string-similarity":"^4.0.4"},"devDependencies":{"@types/chai":"^5.2.2","@types/dir-glob":"^2.0.3","@types/lodash":"^4.17.20","@types/mocha":"^10.0.10","@types/string-similarity":"^4.0.2","chai":"^4.2.0","gulp":"^5.0.1","gulp-copy":"^5.0.0","husky":"^2.3.0","markdownlint-cli":"^0.45.0","mocha":"^11.7.4","nyc":"^17.1.0","sinon":"^7.5.0","ts-node":"^10.6.0","tslint":"^5.11.0","typedoc":"^0.28.13","typescript":"^5.9.3"},"_id":"ngx-translate-lint@1.27.5","gitHead":"790ba9d086df20bac0b22165da96012d3042883c","types":"./dist/src/core/index.d.ts","homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","_nodeVersion":"22.18.0","_npmVersion":"10.9.3","dist":{"integrity":"sha512-TkmVCcUT2d4CCshO/dFefFMLj/Yit33GCdT6K81rCcjoTPKivEAADogL+nzm7JY+kWOCIsZgH6VvIJb73LXJJg==","shasum":"259b7a5c470ce4410eb5c8626ff10e2385398ef8","tarball":"https://registry.npmjs.org/ngx-translate-lint/-/ngx-translate-lint-1.27.5.tgz","fileCount":175,"unpackedSize":178103,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAlfTesSBqoVxvDDzGz4g7QVVbrqVelVsWCaA9SzhYtjAiEAzwhRv21h2CTxWQemXe3lEGAGBu23nSbd09RUEL7ycrY="}]},"_npmUser":{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"},"directories":{},"maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ngx-translate-lint_1.27.5_1783076942504_0.9882183271460698"},"_hasShrinkwrap":false}},"time":{"created":"2019-06-02T21:38:56.417Z","modified":"2026-07-03T11:09:02.768Z","1.0.0":"2019-06-02T21:38:56.640Z","1.1.0":"2019-06-05T14:40:18.500Z","1.1.1":"2019-10-08T16:47:07.448Z","1.1.2":"2019-10-22T21:21:19.039Z","1.2.0":"2019-10-27T22:44:35.677Z","1.2.1":"2019-11-12T21:00:37.174Z","1.2.2":"2019-11-20T10:50:22.891Z","1.2.3":"2019-12-20T13:47:39.578Z","1.3.0":"2020-01-14T08:18:10.229Z","1.4.0":"2020-01-22T08:19:02.347Z","1.5.0":"2020-01-28T14:22:05.969Z","1.5.1":"2020-01-29T09:14:57.520Z","1.6.0":"2020-02-07T14:24:17.604Z","1.7.0":"2020-11-17T17:07:02.881Z","1.7.1":"2020-11-19T18:29:41.891Z","1.7.2":"2020-11-24T11:26:57.666Z","1.7.3":"2020-11-25T09:59:27.052Z","1.8.0":"2020-11-27T11:43:54.009Z","1.8.1":"2020-12-01T10:18:20.538Z","1.8.2":"2020-12-01T10:31:54.341Z","1.9.0":"2020-12-02T07:06:52.370Z","1.9.1":"2020-12-03T10:46:12.248Z","1.9.2":"2020-12-03T11:14:20.788Z","1.9.3":"2020-12-04T09:59:44.986Z","1.9.4":"2020-12-04T10:22:34.151Z","1.9.5":"2020-12-07T09:03:44.711Z","1.9.6":"2020-12-07T10:05:07.000Z","1.10.0":"2020-12-09T09:26:55.429Z","1.11.0":"2020-12-09T12:29:21.221Z","1.11.1":"2020-12-09T18:58:41.590Z","1.11.2":"2020-12-10T09:36:45.468Z","1.11.3":"2020-12-11T18:08:05.416Z","1.11.4":"2020-12-13T13:46:31.628Z","1.11.5":"2020-12-13T13:52:47.037Z","1.12.0":"2020-12-17T19:09:49.942Z","1.13.0":"2020-12-27T11:12:16.376Z","1.13.1":"2021-01-23T12:49:04.218Z","1.13.2":"2021-01-31T12:03:42.309Z","1.14.0":"2021-01-31T16:00:06.301Z","1.14.1":"2021-02-03T15:43:32.473Z","1.15.0":"2022-10-10T10:11:31.450Z","1.16.0":"2022-10-13T09:53:52.695Z","1.16.1":"2022-10-13T10:05:50.755Z","1.17.0":"2022-10-14T09:22:02.597Z","1.18.0":"2022-10-17T19:15:15.093Z","1.18.1":"2022-10-31T15:11:24.744Z","1.19.0":"2022-11-02T10:29:40.085Z","1.20.0":"2022-11-05T21:06:47.411Z","1.20.1":"2022-11-13T18:07:17.828Z","1.20.2":"2022-11-13T18:26:18.741Z","1.20.3":"2022-11-13T19:10:35.635Z","1.20.4":"2022-11-14T12:06:55.920Z","1.20.5":"2022-12-03T21:26:13.624Z","1.20.6":"2023-01-14T19:10:24.541Z","1.20.7":"2023-02-03T15:29:13.025Z","1.21.0":"2024-10-29T10:33:30.911Z","1.22.0":"2024-10-30T12:11:33.643Z","1.23.0":"2025-10-02T12:19:09.865Z","1.24.0":"2025-10-06T15:58:04.649Z","1.24.1":"2025-10-07T13:29:46.356Z","1.24.2":"2025-10-10T07:55:55.031Z","1.24.3":"2025-10-10T08:50:14.884Z","1.25.0":"2025-10-12T09:24:12.070Z","1.25.1":"2025-10-15T13:46:11.405Z","1.26.1":"2025-10-18T16:17:23.016Z","1.26.2":"2025-10-20T11:01:44.566Z","1.26.3":"2025-12-15T12:41:52.278Z","1.26.4":"2025-12-17T12:03:36.356Z","1.26.5":"2025-12-18T10:33:46.234Z","1.26.6":"2026-06-10T12:09:37.178Z","1.26.7":"2026-06-11T10:02:48.516Z","1.26.8":"2026-06-11T15:12:58.145Z","1.27.0":"2026-06-12T15:07:39.648Z","1.27.1":"2026-06-12T15:18:30.368Z","1.27.2":"2026-06-18T10:08:39.629Z","1.27.3":"2026-06-19T13:25:41.071Z","1.27.4":"2026-07-03T09:34:49.129Z","1.27.5":"2026-07-03T11:09:02.658Z"},"bugs":{"url":"https://github.com/romanrostislavovich/ngx-translate-lint/issues"},"author":{"name":"Raman Lauryniuk","email":"romanrostislavovich@gmail.com"},"license":"MIT","homepage":"https://github.com/romanrostislavovich/ngx-translate-lint#readme","keywords":["ngx-translate","validator","linting","cli"],"repository":{"type":"git","url":"git+https://github.com/romanrostislavovich/ngx-translate-lint.git"},"description":"Simple tools for check `ngx-translate` keys in app","maintainers":[{"name":"svoboda-rabstvo","email":"romanrostislavovich@gmail.com"}],"readme":"# ngx-translate-lint\n\n> Simple tools for check ngx-translate keys in Angular applications in whole app which use regexp.\n\n[![semantic](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![npm](https://img.shields.io/npm/v/ngx-translate-lint.svg)](https://www.npmjs.com/package/ngx-translate-lint)\n[![download npm](https://img.shields.io/npm/dm/ngx-translate-lint.svg)](https://www.npmjs.com/package/ngx-translate-lint)\n\n> for `react-intl` use [`react-intl-lint`](https://www.npmjs.com/package/react-intl-lint)\n>\n> for `react-i18next` use [`react-i18next-lint`](https://www.npmjs.com/package/react-i18next-lint)\n>\n> for `desktop` use  [`ngx-translate-editor`](https://github.com/svoboda-rabstvo/ngx-translate-editor) \n> \n> for all popular libraries use [`translate-lint`](https://github.com/romanrostislavovich/translate-lint)\n>\n> On future current package will be merged with [`translate-lint`](https://github.com/romanrostislavovich/translate-lint)\n> \n\n## Table of Contents\n\n- [Background](#background)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [CLI](#cli)\n    - [TypeScript](#typescript)\n- [Contribute](#contribute)\n- [Used By](#used-by)\n- [License](#license)\n\n## Background\n\nThere are a lot of translation [`ngx-translate`][ngx-translate] keys in the whole app.\nThis repository contains a proposal to check all translation keys in the whole app\nwhich should exist in all languages files.\n\n## Installation\n\n### NPM\n\n```bash\nnpm install ngx-translate-lint -g\n```\n\n### GitHub\n\nThe source code are available for download\nat [GitHub Releases][github-release-url] and\n[GitHub pages][github-pages-url] as well.\n\n## Usage\n\n### CLI\n\n```text\n\nUsage: ngx-translate-lint [options]\n\nSimple CLI tools for check `ngx-translate` keys in app\n\nOptions:\n  -p, --project [glob]                   \n          The path to project folder\n          Possible Values: <relative path|absolute path>\n          \n  -l, --languages [glob]                 \n          The path to languages folder\n          Possible Values: <relative path|absolute path|URL>\n          \n  --kv, --keysOnViews [enum]             \n          Described how to handle the error of missing keys on view\n          Possible Values: <disable|warning|error>\n          \n  --zk, --zombieKeys [enum]              \n          Described how to handle the error of zombies keys. Zombie keys are keys that doesn't exist on any languages file but exist on project, or exist languages but doesn't exist on project\n          Possible Values: <disable|warning|error>\n          \n  --ek, --emptyKeys [enum]               \n          Described how to handle empty value on translate keys. Empty keys are keys that doesn't have any value on languages files\n          Possible Values: <disable|warning|error>\n          \n  -i, --ignore [glob]                    \n          Ignore projects and languages files\n          Possible Values: <relative path|absolute path>\n          \n  --maxWarning [glob]                    \n          Max count of warnings in all files. If this value more that count of warnings, then an error is return\n          Possible Values: <number>\n          \n  --mk, --misprintKeys [enum]            \n          Try to find matches with misprint keys on views and languages keys. Coefficient: 0.9. Can be longer process!!\n          Possible Values: <disable|warning|error>\n          \n  --ds, --deepSearch [enum]              \n          Add each translate key to global regexp end try to find them on project. Can be longer process!!\n          Possible Values: <disable|enable>\n          \n  --mc, --misprintCoefficient [number]   \n          Coefficient for misprint option can be from 0 to 1.0.\n          \n          \n  -c, --config [path]                    \n          Path to config via JSON or JS file\n          Possible Values: <relative path|absolute path>\n          \n  --fz, --fixZombiesKeys [boolean]       \n          Auto fix zombies keys on languages files\n          \n          \n  -v, --version                          Print current version of ngx-translate-lint\n  -h, --help                             display help for command\n\n\nExamples:\n\n    $ ngx-translate-lint -p ./src/app/**/*.{html,ts,resx} -l ./src/assets/i18n/*.json\n    $ ngx-translate-lint -p ./src/app/**/*.{html,ts,resx} -z disable -v error\n    $ ngx-translate-lint -p ./src/app/**/*.{html,ts,resx} -i ./src/assets/i18n/EN-us.json, ./src/app/app.*.{json}\n    $ ngx-translate-lint -p ./src/app/**/*.{html,ts,resx} -l https://8.8.8.8/locales/EN-eu.json\n```    \n\n> NOTE: For `project` and `languages` options need to include file types like on the example.\n\nDefault JSON Config is:\n```json\n{\n    \"rules\": {\n        \"keysOnViews\": \"error\",\n        \"zombieKeys\": \"warning\",\n        \"misprintKeys\": \"disable\",\n        \"deepSearch\": \"disable\",\n        \"emptyKeys\": \"warning\",\n        \"maxWarning\": \"0\",\n        \"misprintCoefficient\": \"0.9\",\n        \"ignoredKeys\": [ \"IGNORED.KEY.(.*)\" ], // can be string or RegExp\n        \"ignoredMisprintKeys\": [],\n        \"customRegExpToFindKeys\": [ \"(?<=marker\\\\(['\\\"])([A-Za-z0-9_\\\\-.]+)(?=['\\\"]\\\\))\"], // to find: marker('TRSNLATE.KEY');\n    },\n    \"fetch\": {\n        \"requestQuery\": \"\",\n        \"requestHeaders\": {},\n        \"responseQuery\": \"\"\n    },\n    \"fixZombiesKeys\": false,\n    \"project\": \"./src/app/**/*.{html,ts}\",\n    \"languages\": \"./src/assets/i18n/*.json\"\n}\n```\n\nJS Config should have `default` export via object like config. See example:\n\nExample JS config is:\n```javascript\n\nconst config = {\n    rules: {\n        keysOnViews: \"error\",\n        zombieKeys: \"warning\",\n        emptyKeys: \"warning\",\n        misprintKeys: \"warning\",\n        misprintCoefficient: 0.9,\n        deepSearch: \"disable\",\n        maxWarning: 0,\n        ignoredKeys: [],\n        ignoredMisprintKeys: [],\n        customRegExpToFindKeys: []\n    },\n    fetch: {\n        requestQuery: \"\",\n        requestHeaders: {},\n        responseQuery: \"\",\n        get: async () => {\n            const requestOne = fetch('https://8.8.8.8/locales/EN-eu.json');\n            const requestTwo = fetch('https://8.8.8.8/locales/EN-us.json');\n            const result = await Promise.all([requestOne, requestTwo]).then(async ([responseOne, responseTwo]) => {\n                return {\n                    ...(await responseOne.json()),\n                    ...(await  responseTwo.json())\n                }\n            });\n            // NOTE: result should contains only translation keys. Example \n            // {\n            //   \"translation.key\": \"value\"\n            // }\n            return result;\n        }\n    },\n    fixZombiesKeys: false,\n    project: \"./src/app/**/*.{html,ts}\",\n    languages: \"./src/assets/i18n/*.json\"\n}\n\nexport default config;\n```\n\n#### How to write Custom RegExp\n\nWe have `(?<=marker\\\\(['\\\"])([A-Za-z0-9_\\\\-.]+)(?=['\\\"]\\\\))` RegExp witch contains of 3 parts:\n\n- Prefix - `(?<=marker\\\\(['\\\"])`\n   - This construction tells that what we need matching before translate key\n   - start with `(?<=` and end `)`.\n   - `marker\\\\(['\\\"]` - tells that we try to find word `market` witch have on the second character `'`or `\"`\n   - To summarize, we are trying to find keys before each word to be `market` and commas `'` or `\"`\n  \n- Matching for key: `([A-Za-z0-9_\\\\-.]+)`\n  - This construction tells that we find and save all words which contain alphabet, numbers, and `_` or `-`.\n  - We recommend using this part of RegExp to find and save translated keys\n  - But you can also use `(.*)` If it's enough for your project\n- Postfix - `(?=['\\\"]\\\\))` (the same as prefix, but need to be ended)\n  - This construction tells that what we need matching after translate key\n  - start with `(?=` and end `)`\n  - `['\\\"]\\\\)` - tells that we try to find word comas `'` or `\"` and ended with `)`\n  - To summarize, we are trying to find keys ended each word to be commas `'` or `\"` and `)`\n\nExample RegExp will find following keys\n  - `marker('TRSNLATE.KEY')`\n  - `marker(\"TRSNLATE.KEY-2\")`\n\n#### Exit Codes\n\nThe CLI process may exit with the following codes:\n\n- `0`: Linting succeeded without errors (warnings may have occurred)\n- `1`: Linting failed with one or more rule violations with severity error\n- `2`: An invalid command line argument or combination thereof was used\n\n### TypeScript\n\n```typescript\nimport {\n    ToggleRule,\n    NgxTranslateLint,\n    IRulesConfig,\n    ResultCliModel,\n    ErrorTypes,\n    LanguagesModel,\n    IFetch,\n    ngxTranslateRegEx,\n} from 'ngx-translate-lint';\n\nconst viewsPath: string = './src/app/**/*.{html,ts}';\nconst languagesPath: string = './src/assets/i18n/*.json';\nconst ignoredLanguagesPath: string = \"./src/assets/i18n/ru.json, ./src/assets/i18n/ru-RU.json\";\nconst ruleConfig: IRulesConfig = {\n    keysOnViews: ErrorTypes.error,\n    zombieKeys: ErrorTypes.warning,\n    misprintKeys: ErrorTypes.disable,\n    deepSearch: ToggleRule.disable,\n    emptyKeys: ErrorTypes.warning,\n    maxWarning: 0,\n    misprintCoefficient: 0.9,\n    fixZombiesKeys: false,\n    ignoredKeys: ['EXAMPLE.KEY', 'IGNORED.KEY.(.*)'], // can be string or RegExp\n    ignoredMisprintKeys: [],\n    customRegExpToFindKeys: [\"(?<=marker\\\\(['\\\"])([A-Za-z0-9_\\\\-.]+)(?=['\\\"]\\\\))\"] // to find: marker('TRSNLATE.KEY');\n};\nconst fixZombiesKeys: boolean = false;\nconst fetchSettings: IFetch = {\n    requestQuery: \"\",\n    requestHeaders: {},\n    responseQuery: \"\",\n    get: () => {\n        // You fetch to get locales\n    }\n};\nconst ngxTranslateRegEx: ngxTranslateRegEx = ngxTranslateRegEx; // Here can be your array of regexp to find keys\nconst ngxTranslateLint = new NgxTranslateLint(viewsPath, languagesPath, ignoredLanguagesPath, ruleConfig, fixZombiesKeys, fetchSettings, ngxTranslateRegEx)\nconst resultLint: ResultCliModel = ngxTranslateLint.lint(); // Run Lint\nconst languages: LanguagesModel[] = ngxTranslateLint.getLanguages()  // Get Languages with all keys and views\n\n```\n\n## Contribute\n\nYou may contribute in several ways like requesting new features,\nadding tests, fixing bugs, improving documentation or examples.\nPlease check our [contributing guidelines][contributing].\n\n## Used By\n\nHere can be your extensions:\n\n- [ngx-translate-editor](https://github.com/svoboda-rabstvo/ngx-translate-editor) - Simple GUI for CRUD translate keys of ngx-translate, which included ngx-translate-lint\n- [121 Platform](https://github.com/global-121/121-platform) - 121 is an open source platform for Cash based Aid built with Digital Identity & Local/Global Financial service partners.\n\n## License\n\n\n[MIT][license-url]\n\n[ngx-translate]: https://github.com/ngx-translate/core\n[travis-shield]: https://img.shields.io/travis/svoboda-rabstvo/ngx-translate-lint/master.svg\n[travis-url]: https://travis-ci.com/svoboda-rabstvo/ngx-translate-lint/branches\n[semantic-shield]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-url]: https://github.com/semantic-release/semantic-release\n[npm-shield]: https://img.shields.io/npm/v/svoboda-rabstvo/ngx-translate-lint.svg\n[npm-url]: https://www.npmjs.com/package/ngx-translate-lint\n[npm]: https://www.npmjs.com\n[node-js]: https://nodejs.org\n[github-shield]: https://img.shields.io/github/release/svoboda-rabstvo/ngx-translate-lint.svg?label=github\n[github-url]: https://github.com/svoboda-rabstvo/ngx-translate-lint\n[github-release-url]: https://github.com/svoboda-rabstvo/ngx-translate-lint/releases\n[github-pages-url]: https://svoboda-rabstvo.github.io/ngx-translate-lint/\n[schema-url]: http://json-schema.org/\n[web-url]: https://schema.linterhub.com\n[doc-url]: https://github.com/svoboda-rabstvo/ngx-translate-lint/blob/develop/doc\n[license-url]: https://github.com/svoboda-rabstvo/ngx-translate-lint/blob/develop/LICENSE.md\n[meta-url]: https://en.wikipedia.org/wiki/List_of_software_package_management_systems#Meta_package_managers\n[contributing]: https://github.com/svoboda-rabstvo/ngx-translate-lint/blob/develop/.github/CONTRIBUTING.md\n","readmeFilename":"README.md"}