{"maintainers":[{"name":"anonymous","email":"smartlook.npm@cisco.com"},{"name":"anonymous","email":"budim@cisco.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"dist-tags":{"latest":"2.0.6"},"author":{"name":"c0mtru1se","email":"martin.budinsky@smartlook.com","url":"https://www.smartlook.com"},"description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","readme":"# Smartlook Cordova SDK\n\nOfficial Smartlook SDK plugin for Cordova Android & iOS applications.\n\n> ### Minimum supported versions\n> \n> The minimum supported Android version is `Jelly Bean (API 18)`\n> \n> The minimum supported iOS version is `13`\n> \n> The minimum supported Cordova CLI version is `10.0.0`\n> \n> The minimum supported Cordova Android engine is `10.1.1`\n\n## Integration\n\n1. Add the Cordova plugin to your project:\n\n```npm\nnpm install cordova-plugin-smartlook\n```\nor\n```Cordova\ncordova plugin add cordova-plugin-smartlook\n```\n\n\n\n2. Setup and start Smartlook using the [deviceready](https://cordova.apache.org/docs/en/5.1.1/cordova/events/events.deviceready.html) callback:\n\n```javascript\nif(document.readyState === \"complete\") {\n  document.addEventListener(\"deviceready\", onDeviceReady, false);\n}\n\nfunction onDeviceReady() {\n  \tSmartlook.setProjectKey({key: \"YOUR_API_KEY\"});\n  \tSmartlook.start();\n}\n```\n\n\n\n> ### Project API Key\n> \n> To setup Smartlook, you need your project API key. You can find your project key in the mobile project settings in the [Smartlook app](https://app.smartlook.com/settings/projects).\n\n3. If you cannot access TypeScript types, you need to explicitly set the type folder roots. Add the following to your project's `tsconfig.json`:\n\n```json\n\"typeRoots\": [\"./node_modules/@types\", \"./node_modules/cordova-plugin-smartlook/globalTypes\"]\n```","repository":{"type":"git","url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git"},"bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"license":"MIT","versions":{"1.0.0":{"name":"cordova-plugin-smartlook","version":"1.0.0","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.0.0","maintainers":[{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"ad925ad39cc865a0debc884c79794a269a71a2a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.0.0.tgz","fileCount":8,"integrity":"sha512-ivRdzv08R4HgPd9By7+JcqydMDYa+1yu8aAHKggKlx7ClE+Yg+LQ3raIg87UMmPI+1yr2srR9sbCLFfjzJWfcw==","signatures":[{"sig":"MEUCIBpZjU/FU4xKuqjmRqJbP1GbNHILOCPBEwnR2BD+hFBVAiEAsUI4uWFYTw9G4480uwJx2q/F7upX76OuEP80QeL90Wk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaImJCRA9TVsSAnZWagAAYLcP/jWBxYXU1Blj+GHHxLPC\nMKw6Dsv3EutS1siPdCVmDfLDQb3RSEVvP4rA/MsMaX1h2GepGFauTrHx7ZmS\nH7Luo0cNPksterWiAPL1X2A5XtL4qDsdBHjBgsHXj0uN3x4gz8uW6/BzJ/qO\n0kKDYfamb1zbzO61TSVD2PYTmmYw6RNBar4/THaRzXxT1/Wl4v9p++z7Jlf4\nXgRSxFRoY0XW9QKMwkI99U3wvgtKkvku8m394umhmmsDU6+bjILlFEr2OWS2\ncWkiBXUzf+WLCsiR1JlOZ/KN1iSMUYTqVQ5C8n9A2aurpTHpPX/X3/2wDGXR\nDlu61ac3XzzvfQy+pivQnvNfdcOAmsOz15XV8xyZCeeS1FodlS8AkVjHx55x\nJJHt3yfn2z5Pv8MJsTMPYME+Qb/tnBeQ3yiT/bFRBYRZLaDd8D6ujLo8nTCB\nbq320unZzXIA0xu/OPRSJU5VvJUbrHAupqmdg3L9RmYX++mcm8BZ8j8lizOj\nROKK3QltKmKjbrg7ckAMqtXy71dWBWbSe5f7pJkR4gGZ9QB4MEwa5EHjBB3z\nbUpoJuHFrQW9rp6iR5jUcrazFdGsQ00HHdp8T4FY3dF2x+ajsI36bvAN/cl3\n2fKM5F7VyxX/c9oiQ9tuwrQ7oaQnDH/dOpAiFvruNYLEZpjGyVbnnaF/jNqf\nStSN\r\n=/eqe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"f0f12005a4dd482be8aa9314991f74e9da41c4e7","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"frantisek@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"6.14.4","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.0.0_1600686473188_0.000362667215233925","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"cordova-plugin-smartlook","version":"1.5.0","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.5.0","maintainers":[{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"31d87df3306213e3b85fc42932064910aa87d5b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.5.0.tgz","fileCount":8,"integrity":"sha512-9Nds+pwteXO3zx3lUC5pCBXguOY+9lYeUoc3O+u44rJhY34kBAc1jXm4CnrT7+Sv3SujCc7mi+21S3WUbpWOpw==","signatures":[{"sig":"MEQCIEdWoQzU5QchIoODDq7Jdj3xvEqHBB05gnGZ9oSXJjlKAiBw+3Xha3eYGVSwuDy7w1orMFQawKsEkELD7TzedWb7FQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaIvBCRA9TVsSAnZWagAAwk8P/3cNukwW1f1yp+wj8P9S\nfYhNH6/OANnt2pIlzv8Hi7SGp6gWVI1coSexG7LgQrx+iJkf3pRlgeRy6ixj\ndaCiow6FNnEDnOMoIXP9U9/oGEbP5X3iF59U3Ru0LvaA/OvWIih0hXR++i0d\njUH1tOaXJu+436GWAz4SURDedRI5darw8kd7iStuHbpqxIr4hviLdUbC7HJc\nig3BpRRbLsks0IYyv9eGCKkeavtovWKHYEUfF9GvEHzoA9xxWZrBzdMt5aPX\nbnCOPxjPMj2+ikabckEzMkxFQDXSyC5ZDR63n5cnHgdStf1He18lBknI8c5N\nOc50dQS6AyJ5y3JZc4e5dHrU/jfkITm3HpT416NoIvdaRvHERCE2cU1/PT63\nVRSGiHEkniOLzZNo/RfIUuEBqU0IJiD2uF2mOZf3UFZK9MM0Gizr12czQfMa\nWHpsm1bSQDs27Ajsy1IZUxx/GUZJewAwsa7vXdOjrv5Gvz7+RPBRaMvqrRZF\nvy7yK2r6gRad7aeAexNIl8LkcJeinCwqE8UfkXu78weNl0J4iC7Jxvd5Nehn\nz7AA1eGMdp9F5bfkokp/zPWrYVgCIHGmx41xcCt7UvfRtBFVtF/Ngx7tkN9m\nkQEK3EDG5UWDFSzPjk8GVxFiTpP8hgKka3qjScSfo+tX4YoGhSJw52Zgpm5m\n+GAo\r\n=UEjq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"f0f12005a4dd482be8aa9314991f74e9da41c4e7","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"frantisek@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"6.14.4","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.5.0_1600687040818_0.47930328737554007","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"cordova-plugin-smartlook","version":"1.6.0","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.6.0","maintainers":[{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"a9c596e0717afd4783dcdc044c1f7b11fe4455e3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.6.0.tgz","fileCount":8,"integrity":"sha512-cBO+LkD4eD4w1yZJJSHgWmpK1QoqeBCtLixRT3wJygi9b/vCLFCt1MQYH/3ghXU66D7xNa2DYhBuXKGlW1ixHw==","signatures":[{"sig":"MEYCIQD8Dn4y2thfCTjjsoeUC/ZB9c4gznH8JHYe3LO4BzJzYQIhAJjPa/KxlCgEL8GZ1eVtpBgbAqa4BIgEdnxyKlLuS7ct","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaJI1CRA9TVsSAnZWagAAq2MP/iliwMYgWKJcz4rWXbEH\nl9fzAvfNXAR9w/Cam3aPABJ3KIK3ALb6MyABoSGcOr54wfTcOvZzzdu6db2A\n7Qzxo1krt9SdqU/0KgNzMh05aL81VbdpvYhyzbbGrmOe8r+kYAPvwd9PsIr2\nD9DE11cPDEZIzrj7APdfID1ljECetfB304+bFiR26kkVtMu085dnTy4O/rD9\nD7zx/1Z9XwRY1UIG9zETTnzTfOU/ana/OhIC6RZv46+CE8MNI9qayg/teGjG\nju0z/NQGHlRluhZIRzURGjTqtDpL+iKP/K5NXURjK2QdRFLQ4y/m/YsJZjRi\nRI0UXVt0noxcdnr4vr4HqLuLOb8F+HqGtdCWJgA/k7Q1Igr1zGLKx9DXEx2N\n7KKShv28OhVVI/1Sw+BrdJByYUu32vw8HtRfLMhApXaG2fmTNmqdnL3L4V02\ndrgVYYx0bpkMWhF5CyPoo341GPc3JuJc9eSLRK0Tcn54Lmf0wFN7UMKRVci4\n+rriFIyW9jfWohrZxw++c6NnaneUisJGQBARsAXV9AwUOgT+MyJM93AqQQiZ\nBHBYsEj2nB5on/YY2fWPGzbMUcOd1U6CUpnfvYnhX3Li3GtGYWuDCoMkh8Pd\n5wgGVX15sURC+i/8GNQJazzWHdNEoWMUvC2J8hz0/EgR4ZYbCHbnD0hXXQFw\nk7Bc\r\n=YCmG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"2f4ecaa19796a1e6138f9b054a122d4420d8e39f","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"frantisek@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"6.14.4","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.6.0_1600688692698_0.8773276311911498","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"cordova-plugin-smartlook","version":"1.7.0","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.7.0","maintainers":[{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartsupp.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"morlokdk@gmail.com"},{"name":"anonymous","email":"famousgarkin@outlook.com"},{"name":"anonymous","email":"potacek.pavel@gmail.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"03a3a6c32b6a6c3e591910026333a5f2e65ee3d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.7.0.tgz","fileCount":8,"integrity":"sha512-Xji4qBWN3BDGxkpuTLIJ7M7F52D1l5RmsqA3NNF07kNayS+PrUsbR2W5FEEfbwNxvSe88wL1R2LZLBsLBT4x3A==","signatures":[{"sig":"MEYCIQC3wKQSX7jVSLliusBbPT9NOMfRcTBXNsIINrnXRRLKIwIhAKvx0Bl+B220H9dtHwcsrLtwnievTjNDmGggejj33gna","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhZBOCRA9TVsSAnZWagAAtF8P/R8dMsS9aBKW0uFgH3ls\n+iqT4B8pUM+t9vlLz/4aUzQMEh8UwmHgHnMIFTcyFJNXfEpudr0uftkR9TkP\nWpqB4LVUVqzO1JzgpLVsepZN0TRvJoMaZ1j9B1j/0cA0vt9VBN8UXSovCmGh\nwMA5LJbgB12XNEXyFOD0hoZt3BVrQw4QWZ1l2m3/nf55a5iJp8vaC7ESd6AE\nLxtX7Fw7BaafSp9RESk4IAURpgiRu8CChcxZxYemugPDp4OScWojJJKGfQst\nP5yfYLiN86qq7YjzRichz/C7Fy1HkMUWNV+4xCrA0fyITZtlZ7m4uzb8XYew\nsza8WE0XVj4QR83NkY6EnLPrZKKdUDrkiIIuqQAo9tWH7REI79Dg9uIpUfRV\nv+NWWUE8zos7qMqYevJkc7o4WySSDcEnES8v8PhtTIr05yTGcdk/7Ut59SIH\nXjs0pFSzkXzxJyrLkN6fkpio8m8RupQATVPH5M3Rxex0qindRf8f2pMQkk/Q\nvIUeuTvzhMLVOaD4W4i5hMv2uMzNsYib+aZFYEJVEqeOp0abKj0DuHhpco+8\n7nWp0WSavNW4vg7GAjIXbSV89Shz1dC6iNYpgJxvbsHX2QBHRCwfdwN30lli\nJnhl9vLYr0xr8vW0LAByp64JDIJvFPVDQSWo2GGaxy5gSVDpi5F70UjL0lV3\nQefa\r\n=1gZn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"a946878287297c2646a46fc460dee61e6b9d7963","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"frantisek@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"6.14.4","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.7.0_1602588749576_0.645923178951419","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"cordova-plugin-smartlook","version":"1.7.1","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.7.1","maintainers":[{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartsupp.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"morlokdk@gmail.com"},{"name":"anonymous","email":"famousgarkin@outlook.com"},{"name":"anonymous","email":"potacek.pavel@gmail.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"a187c1fc5b640051ca35447e80fbcc61357e5b7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.7.1.tgz","fileCount":8,"integrity":"sha512-ybY08ZN7Uwm1wrTenPQFuR07tEDZygaUB9T7sRQwZLkaIjMrDJ7WOvcX4aP5qwyCNoUoE4eLcrnn7rmz2ewSBw==","signatures":[{"sig":"MEYCIQCB+sSrHk1cm4d0RSJFYspxqi6rDin4JapsUwFQnW/FbAIhAJhxEJsShNvfDpdx0/simIbPvpTN6S8KCxtrKPJfBpI2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":100540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfheqqCRA9TVsSAnZWagAAY5kP/R4puf7zTPV7cI+2zgk+\n9C3iV43DY04TKLa0/JSUMFtHdWyNiYZw0636xt3ZUq4czyAHBxdPGMegmE3k\nDAp8WI9hjFEHiDuTxG2ApUfxVWvbUlwEj+p3Uk7tV5/PCG0MF8fcDDu6JzmF\nravejFhScSnL88i4LdYbswnORfMAozn/t7a1eqN4x2NKe9v0hjUajeLeOfbg\nCnQvLr1ea5vAkmqRLFqezHq2wyZfvsQnGp/dEQayx9XcTCivg3NTU9eYw6eC\nw/tDggQuh0OCnmqFEx426IYCEUc/4e+lURo/ucSm8uQrFkXgl8bVh+42TC+v\nZXmgdBf45qVxLBfhUXOyYb5ZG1ItRUd7JHt/4zqdqd9jircGGk95XFhYk/kc\nFugtDDfjdUwgawzqHTZwY0KT3HqBVSxAVgPlYtmaSDhdTMd1Z+waWEzjp9tj\nHNTe63UsenmIp6Js/pB7ZOaarzhyYIlabCs2lqHAedGl5hzE6P0onOgXT/E9\naaGKDsZ+YT3903iv5IkgWrTdy6xt4I8nKKnqzM/82z8dbHTZRgTBSbvuhJ07\nTQ7hmaJVlQ/uUho5oc7ib3Qygm5eu0+JyuzO6tgdRoBonjWykgwkpVFYAAOP\n2uYMXCaRxe9loU7bn4+9FNS/FtSfZnAKZsrNhGXK5X4wSE/hnc0dqu1cWBTl\ny20+\r\n=5DpB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"c658f7750bed01440add11b2b86fde2db7330baa","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"frantisek@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"6.14.4","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.7.1_1602611882033_0.9610009635990377","host":"s3://npm-registry-packages"}},"1.7.3":{"name":"cordova-plugin-smartlook","version":"1.7.3","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.7.3","maintainers":[{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartsupp.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"morlokdk@gmail.com"},{"name":"anonymous","email":"famousgarkin@outlook.com"},{"name":"anonymous","email":"potacek.pavel@gmail.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"c542ca631fce37138826aedc47e895eff6c17fb2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.7.3.tgz","fileCount":8,"integrity":"sha512-69BteGxhbh7hWfY8iPmcYxgYdh9OclkxafMrjwP1owWx9BtBuj6T2fBStawD7uS+biQ20Zh5Ggu89ZMuyraoQQ==","signatures":[{"sig":"MEQCIFvC2UGIu/RWOIvCud/4Q/LTDL1/HAOSPQD1+emEO4jXAiB343bihuHyLTp7QLTvqL62t/lN3OlWhEvXvfvj7aI5gA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":100543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnAfZCRA9TVsSAnZWagAAcBcP/jHVei8YHnIV4T97HVAA\n2lAT0p6tlhoBUOMWs5HEC9akLIZFmut/Bazm1Xurd7exJVNp+tXxirPc7RoY\nriphZ3+O2xxJ+B9ogSrA668dwyQYuqGZUVu7iggaF8n6f6uFlhQN5GvxsdZx\n3FPbPmlm8HIbIVlyEtCVkkCxYysMGJOs7G35/UmLr9NOlKaAsRxTOs+a0kBD\nggdDbHp5Hf59TukXKfp3gut4w8xJechKyz8uRUgbPWVrnlj2Tj7yXxLgXcy+\nehxsmrw2QUXv6kKSW1kRW6Wv1dZbzhYmp0uifvmf31pZerJIPZmRMidsNdUF\nTHbwxIhp7xOxXKZRcIfPV739OsIPKmdWoSfdPJdsV8MDQA/B/kkj/e9KikmW\n+X5UT7GSyt8ipK7znt8MRfMY4vuYnpjn+RkMxIcL++Qm92T2InHNgSGQvB8E\nNCJoJU64Ddv8i2IijJ9k3ZJYJdr9CO+up4d7XpwDeFZQG9rWjtKdnsZirin7\n7L4X7IFnMCwi2X/Lvg4dljSFXw78sdf2aAJehyeZQdw0w6Zs3QwDsINQG2r9\nf0YdaiSgWvZa4GaVS4w7hAHChSs4pZRPb+BJECJ3b8IupS9zx2Qs03eamNFB\njuLmoB/TtUzIpph/qlEFc7shGDxGcUN24+qrE2+37mf/hcmFYiTDeThQUTq8\n+5Rc\r\n=YN1j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"c4e414906019658e8a6c31ea77a7e0ac2ead979f","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"frantisek@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"6.14.4","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.7.3_1604061145425_0.27485857970311645","host":"s3://npm-registry-packages"}},"1.7.4":{"name":"cordova-plugin-smartlook","version":"1.7.4","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.7.4","maintainers":[{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartsupp.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"morlokdk@gmail.com"},{"name":"anonymous","email":"potacek.pavel@gmail.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"},{"name":"anonymous","email":"honzicekz@gmail.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"60fd854acb51c8b5c4e6891e4dc6d05ef2c034cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.7.4.tgz","fileCount":8,"integrity":"sha512-FaV3q/RhHR81PS45x4Rzigq0D9Xx28hcJteN4rxdeH0DOLaT5uU8dE6aV4qemXrT3LlQKbixzzu5j01JkZ7SBQ==","signatures":[{"sig":"MEUCIHUsUNI/Ahwl3+FtUd/dE2WUQJGzOzC18JiRsSLB6WWMAiEAj2u9zxcbR8qWs1pnrulBF4DlMcicHoBmzkvOxM8tRYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":100569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNAzZCRA9TVsSAnZWagAAjCoP/jx0Ao+PzM/p27F/loSn\nYEVVKnelGWtOfAIvGIEiYL2Q3sliUtwK5XwYTOnU5OpnpivUBxTqzoIXLYjT\n5yDksOJxJY1nwa7BnavgpBw+ceQ3Ye8rN+bnEPxrKJ6iJMCIdSJVNos/DhTG\n0BDyRvUqF+2zydEnIYrMxCxB/wg6ATMFLF+QLFYTrA9G6do85eJIE8cv7mqd\nP17gWlLPlwil61TImxLGoQtQf6eq27XSHsJWbsvvVt5eJ/wX2FEjHrLp+Pfm\np1fD6/8IihmaFjBU9kpD/Kg/cac7uU7pKhxwBcY4BtqMZI658pkSiqwdHG7+\nXWG4ltImMjH0b8sfcp2c8CtjaxllemKrEA63HCccXKOZPizOVCy553NgUr3N\noAqnnb1zGhn4NQI4a4f2T7/Lr6nTEgxq65JwxjKdAH8pR1Yt/c63sazDSDmC\nZLZ3PgnCxtBZw2VyZvi4+1zJ/UxHlrEX/WasShF9svwQZmZIlxBik9DvsPk+\nNsMsTqg8P5+TDiv8r7J7ez7/wgK12w1yw4WeBJ3p3VTbjk7SBA1JQ4pnrpS0\nxMk43Xtk37chaAYi855JP86D/G0bY0uKKZm5Q1Bluzt5jzY6XLSY7yvAgPce\ngK3RHThit6PctrngAOoLPynNXTlb2O5v7MRyFaKBoZWYk/TZiA314BFXe1Ds\nytmZ\r\n=ggni\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"7d80a63ee912cf4907f4e3ac8e00f4a25ee6ad0f","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"anonymous","email":"frantisek@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"6.14.4","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"14.4.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.7.4_1614023897290_0.7018874422293291","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"cordova-plugin-smartlook","version":"1.9.0","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.9.0","maintainers":[{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"krystof.celba@icloud.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"20d53ac49223866b1dd43b58a76b48517d7ba99b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.9.0.tgz","fileCount":16,"integrity":"sha512-R0XYGZYoTCtKAB3xM2iX9uOQkuq6DCh35sQ7mNBOI7nFEJsXg3fASuiwgVFtJHjzpKTi4uj/3ZlUqFB/K5c+ow==","signatures":[{"sig":"MEUCIQDfCsQpAJAPy2EV54IQEkkBAP6EX7B3mdR4Tx3L7wnPnAIgZEcL7EqhLgEnCf3dZ4VF1Zc4SVaJ/Ku8egVxZLCDfAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":189626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7Yl1CRA9TVsSAnZWagAA76oP/39QaXipMYlg+AHtSUVa\nfLlG7Rq1aM15LnY24t9mosX3Q2rPs8S1o3b49Rd28a1+LXUent+RkUSUkmvA\nZJ++CgFSGECzAloFHqX/Dy4HanWBZv5SnMnZlF1T+0ykbkKuxR/Kgzp9L8ep\nOkk0/nFJKoPELj9Et0GXaYAFY3eDdF116EAo7jCyauYL8ZKZGpQLXHBNp83/\nJ2q2ljG8BworBXdCBXiUChwaM7DNX8Di0v2K01/Tod3WOVRjOAu3RVUgBpKm\n77ZGw0bP84NXtZw2w4GjWII2ENa5OTe5nxg5syEqC9q7ucM5UjGDdRJMZQJr\nDS8IdX/NxWSpp0rbfQMGB7Wj4gBudmM/do+52GDQvBcGcUDZp99Ok5HZRvCR\nxRKxDZ1A4OGz59246DdlnKzi1SyNczK9smZqiH8poe68C8faq4UtEbVIoemG\nt7C9cvlXSDDUL1aN4Qhu96JUVjPqPg+BUJCFz9bUTC4C8LI5DA0YmXHEj7P9\neuP/fBScEJqQ/r0w1+/eCV7r29p2z5+d85TQ+jqW3zbcxPjpksChYQO6gihC\nvm3xpoja8peP9aG1BYETnedwSgNxZ+UHOtnk0LZ7NxCHkv99uh9Mlc5RWZ60\nlt/Eq4IB0ZcguMlAjkHdIfIi6YwmNMPvXi0h3VjaSCTFH+HDLPXMO9sE4Rg9\nHj73\r\n=s/hH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"0487e423625588341ba03d2fd4dddc8060b4413c","scripts":{"dev":"tsc -w","test":"echo \"Error: no test specified\" && exit 1","build":"tsc"},"_npmUser":{"name":"anonymous","email":"krystof.celba@icloud.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"7.7.6","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"15.14.0","_hasShrinkwrap":false,"devDependencies":{"@types/node":"^15.6.1","@types/cordova":"^0.0.34"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.9.0_1626179957334_0.4948540187803938","host":"s3://npm-registry-packages"}},"1.9.1":{"name":"cordova-plugin-smartlook","version":"1.9.1","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.9.1","maintainers":[{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"krystof.celba@icloud.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"9145aea621effd5660269a76f7125403272eed50","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.9.1.tgz","fileCount":16,"integrity":"sha512-gENLOR9wbPG4HIRbs4zsKiRwVNzpcff5fC0hhLUo/7zebz1IP8ebaV31oZMyEVcQENRyCOI9pZd76i3SC54lDw==","signatures":[{"sig":"MEUCIAT/dJKME4LPa7aEymSXEG7Ba8sqjOAxAVprbRlGIApJAiEAytgAcbUzZ37AkQHpz11tKCdIMBnD/khgMLObiHFYd84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":189830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9hndCRA9TVsSAnZWagAA66QP/2pi+sjJyziHNshKTlRq\nWIIDP2u8orYsmu9XBU/cEHmWoABGBBweAQyJD0Vl+jn5WGzFUgAevVYPrmbX\nF0i0iIoeBc5BCE8YJIyjQsG3rYBgl/1eJjlMn7QG8aEAlpKqx74+poYbSdVK\nfOzD5wwKZdZ+y6SVqPN0MxzfYxoOZPUUCFy4WJQ/Q/wgBvx+9qSrvC6KhrQc\nRwBC1FV+vuY26MA4rrDTMW735JB+mo1dqaVrBHELjEc4ZejfaoYp5cR0jNWq\niS5xFHtgym1WmePUrkZ3y40C4CZd+Fal8qrsjcW9jaaWECN8P0rqqWAvPW4p\nvFqGQrd2VbxgpKAUQwCxdR9s4ZcMfryCfPSrkfQzSoK3eNHLI8X5b15c6A7q\n02Zx6QpojUe6gyDk2d1w4wdY0dHEN19y4dSg1q812dznpArF3dnOIq7Fopv9\nOPjoC1oRJ+ZHxbJLlIiFK8kabptas/8BjXTaG9mnXReU3kXP/pojiyi9LTRz\nvUa8LDOnZnvrRtBHIP8QT3dFc4+EEyImSGHrqV/w7DXHq9otlMLx2RR0Wbr2\noWzAmk8qltvfSxGS0Hb+FVKIE9wW7ziC9CrFROjrbudBmg9X+z0tD5AiXbIT\nFwakHRVqK96lX2Ki9OdgyMCSHwDHQSSJl94GqPGJS+BOmhL2v/Fq3G6pwVlj\nPJBq\r\n=XJw/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"af1b6d9ef07b560278723214d50dd7fbfaa6ee49","scripts":{"dev":"tsc -w","test":"echo \"Error: no test specified\" && exit 1","build":"tsc","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"},"_npmUser":{"name":"anonymous","email":"krystof.celba@icloud.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"7.7.6","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"15.14.0","_hasShrinkwrap":false,"devDependencies":{"@types/node":"^15.6.1","@types/cordova":"^0.0.34"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.9.1_1626741213119_0.5548556201424555","host":"s3://npm-registry-packages"}},"1.9.3":{"name":"cordova-plugin-smartlook","version":"1.9.3","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"Frantisek Spurny"},"license":"MIT","_id":"cordova-plugin-smartlook@1.9.3","maintainers":[{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"krystof.celba@icloud.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"9597a33ecb617451e62136f851d0964d5c756b2a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.9.3.tgz","fileCount":16,"integrity":"sha512-bcLtiAk6hjBQXLpRzJntenh68AKYlOtTJzT7eaVDfB+lRF+vxYC0z3vWUqEg7z/52yKENvEMRPL9kDeCjfo8Rg==","signatures":[{"sig":"MEUCIQC2XaIN/wk7ICSzPlfngbt7KMFKHngDQTO9gC3eO/8zTAIgfpDL4apA1+EtGJ5n3dIMQLCyYN98uW4A/diGuAmHf3Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":189883},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"ce5f6258d8ea0fd48c5758f5b260a3a9261938c7","scripts":{"dev":"tsc -w","test":"echo \"Error: no test specified\" && exit 1","build":"tsc","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"},"_npmUser":{"name":"anonymous","email":"krystof.celba@icloud.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"8.1.0","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"17.0.1","_hasShrinkwrap":false,"devDependencies":{"@types/node":"^15.6.1","@types/cordova":"^0.0.34"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.9.3_1635951367074_0.6310897058791398","host":"s3://npm-registry-packages"}},"1.9.4":{"name":"cordova-plugin-smartlook","version":"1.9.4","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"smartlook"},"license":"MIT","_id":"cordova-plugin-smartlook@1.9.4","maintainers":[{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"vnevyhosteny@gmail.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"krystof.celba@icloud.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"3bc5211298842b22a5116cbd12c6f90e9cc95af1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.9.4.tgz","fileCount":17,"integrity":"sha512-7S8gG3A9EPw59XTPgJ4sKPF1PSfrSLt1PMswC6SgZqHn3l/aMR+CHo5PDU2D2FUO3ULh0k9sBzJDT9MlhA5kZg==","signatures":[{"sig":"MEUCIQDVNvrHOu1oSOzoyYMoIwA/LH+bcrj1HOyt5F9+u18G+AIgO9siNoS/5YJ4wXVoYpXCXy388Vn6u5G1Q4J1gOXm+9s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/+smCRA9TVsSAnZWagAAsn4QAJgXo20cmy+HmwEuwTWh\nEvxhHkW8RkDZSmRzvJua+mmSWkjB1Wvrqb9zmAL1OA1HdIxprTVjJQPl7b+v\nzeUsLS9hH+67WcWCkE+8EVeMK32fUs2quN9QO3Z3ypZCe0zB5qyCZJgvahCz\nvJU5QDHsam1bfipeEQR1smTDq4Hbd8YIyGZg6w9mUblKsersc3dIiEo2Zmpk\nSrGB437ehF+tGl8NWQDCHXGJwUd/oLFcSWotXTupE26P5EPeQSSDYRGW7tWL\nZoluikME5MU8ksdL5lHvaIFoX3LfHZNHin5ntyn9+rVYV0oaS2Pcj3ZQW54H\neQ6FX+aoLWmwZ44yUUmvGf5lG/27e+qJsalLaOH6qWyddoElTXfrjswCpS4G\nIpoKnmdWPo9JD4KuUka5ag1V1P5hybk6zduAvzV5/s1kTu3xxs31wtHHn+PA\neif5vVF8SVVVbuhA/tOjTxYkHExAftEq0dvocUA/jFFHGeNpm9urcRZTwO8l\nT6wNmhRZdY2gfqrhxsxzF3vpo9gt8WFv7w757az3s9KvdcZrhiBL99kHzOVD\n2HWb3NSOWxGl1gKB5aUaQqDFcICUhKYodVKd3K5jpc3zuJkFmzFrX/RMLBI5\n5rf0Kk9dKNBKBOplRi0FSMbeeghxXaNlnQwB3sAkZ1J+ubA7/zFQuE1vyqQv\nG5n1\r\n=3sCq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"54e2b3364e73d47365c2df73c903e65fe51d12ea","scripts":{"dev":"tsc -w","test":"echo \"Error: no test specified\" && exit 1","build":"tsc","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"},"_npmUser":{"name":"anonymous","email":"krystof.celba@icloud.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"16.13.2","_hasShrinkwrap":false,"devDependencies":{"@types/node":"^15.6.1","@types/cordova":"^0.0.34"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.9.4_1644161830151_0.1497974976393619","host":"s3://npm-registry-packages"}},"1.9.5":{"name":"cordova-plugin-smartlook","version":"1.9.5","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"smartlook"},"license":"MIT","_id":"cordova-plugin-smartlook@1.9.5","maintainers":[{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"vnevyhosteny@gmail.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"adamcernycz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"krystof.celba@icloud.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"f7ce94dfc366e5048f6005dc1d72de631c1ee4cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.9.5.tgz","fileCount":17,"integrity":"sha512-hmbnAQQOYlCepV+NA18jJ6OzgFk3xAzC4/3NGPN5Gn/PoTIutyDK0MmPQmGtpDedjstYstAn3cV5dnOPOxhkxQ==","signatures":[{"sig":"MEYCIQCUiLNFyiEkqM8z/r2CwQRhBPZ5xfyy63SkGeonT0xEfgIhALc4r5IrAWc5HLZ32/MrrGSZfB4XSXPKlEitRIurP4XV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDiwZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruJA//QveU/S6cR/O/EJoUOq2xUK/E9rOR38oxLmzQhLZ+sLv/D6Qk\r\nQ69uWgF3JeASNd3/vhteVPd6BOaoqPtCoBN2WkEZLCcTAFvslCpc92dBwXdc\r\n+dVA2yhIHnlvRIZEmFyXgGWL4aWObV4el5OMcgIyTHdJi7ikgfidEz4RDAnA\r\nY4WTRDFnYlsetshWSXxnz292vu/o8nR+cR/vrZfwFOspQ4yA5cxHyarP9sVn\r\n4wDsu7Hfe5tgGsrFmGR5n//1AtItPOVXf1Z1fHu/oUW2GnAoYKh5V4EGPQGl\r\nlwqUnj8Gp2WioltVfVBixecySCl/WLvuEWDFePeRXvdH/MuYlYi0inCjyQY6\r\nrYD7hi67BR30QceLiKy3jLVQ/mimnaV74WuDkF193nGlZlU+CBVzBcWVR5oN\r\nN0+xU/JHzTDfeYue6nByZIGOOosnWcAhOt/WdKAkgxPeqD9lKjd61VG47ZLl\r\n3d5BJy8YVN/DrsM7X++Wll1lfkiTRQ4Zf+Shcf4HVqYqGf3pl+anrTdGRPpy\r\nkggpOkKnitaLbFSkXFMTDy4yMpkPGP870I/FRok1Lu8e6JEOQYQv7EGKRPMd\r\n9TTRAI+p11HwH8noiTcHeRy+nQHXTs7AMafGrxadNUO74n7oEn0+oTwzIx2v\r\nm70Xi4RvfORucAqUfoePy07I4R0UwsKyq+4=\r\n=KIEF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"156db95baf4953d77425cf70da63f11904ec88ef","scripts":{"dev":"tsc -w","test":"echo \"Error: no test specified\" && exit 1","build":"tsc","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"},"_npmUser":{"name":"anonymous","email":"krystof.celba@icloud.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"16.13.2","_hasShrinkwrap":false,"devDependencies":{"@types/node":"^15.6.1","@types/cordova":"^0.0.34"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.9.5_1645095961785_0.6960988593570496","host":"s3://npm-registry-packages"}},"1.9.6":{"name":"cordova-plugin-smartlook","version":"1.9.6","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"smartlook"},"license":"MIT","_id":"cordova-plugin-smartlook@1.9.6","maintainers":[{"name":"anonymous","email":"krystof.celba@smartlook.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"c19dd3d61eb3cd507e9ce53031c2882918b03d4c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-1.9.6.tgz","fileCount":17,"integrity":"sha512-M/ELkXCs9usojBn9ifYjcUn5HwidZwBVBXToLK2TvvA9pthQG9J9hcDQZ/1SycEIlFaUr1/Vg70YNjbxBLHuUQ==","signatures":[{"sig":"MEQCIH312LHcuhgUa2lyHa8Bfl648vzJdcSety0OCJly8C6dAiBwv5y9UFivRIhpTL3uOO6ryVO6x1l49IOREWQV699PIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixlXCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrDA/9FLfk2WvAVp3aesc8gJR6/+XVzsE/wX1wRtwCMhpyBJyLlUs/\r\n/931liiO9RsML3fEgJlUJidd9LzOf4GYWmB1N7pHCWA04PMMJFubNU4gyjKN\r\nXc+hchvMjKBM9IDYFY65Vp9PLmdRPwewAWIyfk+VZaIZB8LIaJlv+V5ft9tO\r\n3jH1Kty5/GvLBhph01qiG6IzXHwxJJ37Z8UBQPUIWeNJs3hABbUolL9upjWQ\r\nyaTqBdFYYrelJ86eISocFVtiP1LXbCM8ylgyzqLE8KQmH6DzjyPxmqFYvcPb\r\n3VlwwvyZ6Lw9zwT3QHctrzsCBklD1eHjvc7kwhOH9oYjMhoTKTPJJJrDn0LB\r\nvWzy4HongC0nDz5gbLSfdKhDFIvBROZYbbf/uJQB/Meg5AXJ5vNYXU2RvMNh\r\nYkwNezuiXu1ANHoNWanYK2tmlITGxMfVEheQj53jqydMv9Fo2Ad5OVDtqh2E\r\nv2ukJMZqq3kykqxf+Afznr+SdcxY2xMfNaS4VOohY57Cwaf0lCTN2y29RCp1\r\n47FKCB827mQNcZ7oH8LSPX9u4uzT+sfY03n+/wtUao3mEhjqCQF8BMP1yZax\r\nP4fgJ2GUhQjAMkkUIk7nkeQ7qdIQzBtJAEaEfggZK/8P8Cb0rSmMxUHDp6m1\r\niC39Z47c2Sfd1iBSv6Ixa8sSg2kymtDlB+c=\r\n=qLcz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"gitHead":"156db95baf4953d77425cf70da63f11904ec88ef","scripts":{"dev":"tsc -w","test":"echo \"Error: no test specified\" && exit 1","build":"tsc","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"},"_npmUser":{"name":"anonymous","email":"krystof.celba@smartlook.com"},"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"8.9.0","description":"Official Smartlook Cordova android plugin","directories":{},"_nodeVersion":"18.2.0","_hasShrinkwrap":false,"devDependencies":{"typescript":"^4.7.4","@types/node":"^15.6.1","@types/cordova":"^0.0.34"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_1.9.6_1657165250301_0.0028551178337936634","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"cordova-plugin-smartlook","version":"2.0.0","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"url":"https://www.smartlook.com","name":"c0mtru1se","email":"martin.budinsky@smartlook.com"},"license":"MIT","_id":"cordova-plugin-smartlook@2.0.0","maintainers":[{"name":"anonymous","email":"martin.budinsky@smartlook.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"2177518ddd2ff8f5ca0a973091d05b85b6da024e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-2.0.0.tgz","fileCount":85,"integrity":"sha512-bR+9lbOGXuGm5n7nYfKGET4EUJBhAv6fKAtf7WojdRVwL9542Eqcw7f/IqTNXdSF6mLorKNrB+14kxDK+45YmQ==","signatures":[{"sig":"MEYCIQDKc8Fxw4e9fzSeiSPR0OV0Lg/ZX+AlsxWE1ipeo4KICQIhAMluP7hurZSaLB+7VlqJFsSUWqlnk1SCwsDSGnoxHOAQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46535578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/09JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMGA//VsR6sKCmAxkyM4pRxnXncQFcrgDZTkHDZCVRZU3sNt5IKB6F\r\nlwC6QmEjR6isJ7LmolnJv/y4PofnAOoICUlz5b2yVfKMC6vp2JZ8p8W7ZPpV\r\nnwRQqdMELSqkfdreIXunqE1ryC/kIIIMgfKpyblrbWLNXWxyKVxCHJVNDMuw\r\nyqj9vxpAgNP1M20WIYjuooH4Iqur44PXNL2F88dqYWNyfw9bfh5UwmRuzXT7\r\nHhE0vWH/hOoFXNQgqnL0M1caLh1HMG7KDPv5D9qE94P/H00E8IY+DkCK+2Mf\r\n4xaWvIKKwBMgX4j9EU6HNp6TCpKPE/v/nvPySBEYdI3mx/1kwp4JiQLwWmT1\r\nPUJj4VsyaCCZ46xWWYfuwpt2ywwxzV1XwPq06+wtWMm8slKQ22H9Y5re0RLe\r\na/iU5/hoUaVO5YtuoZWwHtNpkGP14I9CyHmQ3cR9c4BA6ZC6+pzeL6GUTZ94\r\nCk53dWhjdNRRV5c7yI6pM90CIzBvKR3GuxkJEGzMjSkd10pwm4tYgL6gBtoY\r\nZ5suemPcFWIF/k+fegyHKThet4IeDSPaJoxlrTuz/og/ZK3JoAk+vZlcY0sT\r\nIA1QRwKn1Dux2SPJwWcUJcHrtU0oe6o0AQ1PUjmhm0781sbXB33EuekOiNP+\r\nVvRbPjB96U8M+lT0mmoWeoOXsV4eLMuG1w8=\r\n=eoDk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"engines":{"cordovaDependencies":{"2.0.0":{"cordova":">=10.0.0","cordova-android":">=10.1.1"}}},"gitHead":"07de9a56ed551cef45e7b5d56ef62f17c7379f4c","scripts":{"dev":"tsc -w","ptr":"yarn prettier --write .","test":"jest","build":"tsc","test:ios":"cordova-paramedic --verbose --platform ios --plugin .","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags","test:android":"cordova-paramedic --verbose --platform android@11 --plugin ."},"_npmUser":{"name":"anonymous","email":"martin.budinsky@smartlook.com"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"9.3.1","description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","directories":{},"_nodeVersion":"19.5.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.4.3","ts-jest":"^29.0.5","prettier":"2.8.4","typescript":"^4.9.5","@types/jest":"^29.4.0","@types/node":"^15.6.1","@types/cordova":"^0.0.34","jest-environment-jsdom":"^29.4.3"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_2.0.0_1677676361239_0.7193566240696778","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"cordova-plugin-smartlook","version":"2.0.1","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"url":"https://www.smartlook.com","name":"c0mtru1se","email":"martin.budinsky@smartlook.com"},"license":"MIT","_id":"cordova-plugin-smartlook@2.0.1","maintainers":[{"name":"anonymous","email":"martin.budinsky@smartlook.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"538c06bdf8b50da13c8a4086924bb538592547ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-2.0.1.tgz","fileCount":114,"integrity":"sha512-7XJCk+eduF/26+WlnLhcxxRIK332S4Yji7uYNUtrN9hRvJzW7snJnFd4EF5Pd3Fb4JbWFk14mO1rXDmv7GNQkA==","signatures":[{"sig":"MEUCIQCauSS2v0ctY6Ix7hM9OgRQghUTnyn4xsQ1amNaSve2lAIgdJNXbvOuMFQYZSqkhns5DKlUSXz2ejPjkZkx3rQol0w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114772498,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCLl9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4xQ/+NRCMNHeQinRSrcchH6N2C8N4nwabpbjsLbltpUM8mx/mBLkD\r\n43YQWQxaHWNlnfFb4d1eSFiAj8AGDk+/3h4MmGFSmn4xqt9E3ClqVJzWZXOd\r\n/KDXN3zGlchBvjDU4gFjiopDiD41OL+ykS8vfrIlDYKkD4tJpBdI+pO3Cb9x\r\nRnbB0dkk/lRjpoGprGoCZi2WK6Xhq37E5ZpdVviOh5T0U7o11gE12EVo97xv\r\nmWIDqlZBtED3VL4BWU8AGrQBTIuto0v1jGHkeRCvbgk2iwQF6Yh37QYJfK16\r\n77RJcjXLWhi5bqwMZpAEtqM2qS2ArcptcCj6KFaARvlahTyzD0ZQgAV8aQuE\r\nRn77IqD4hTdIrn+c68L6aRiEtjpeAX2tOCqwoltRE0/tA7+PHb7GQzRkgqj7\r\nnrbEsET+wt9w7Xnm+oFlzESih1YJtIuT9d8p/8AtG7LhgRN15QWsL08f5DBp\r\nZ5mcauaaNrP3qZW9CGUJ88hr8PWBhfwVW1D+LYLpUuXG03obKjQqjwDwPJBz\r\niJGlnNjkJwJP2/k168q2004tviEF/SjdzfsvofGFySOHsVEO4CZiYQlXyObe\r\nQ8b6/OnQhMlfvV7jPxCriPsId9Ny6xWUUVX7M2KsUquNjqo1x2txULSyWbbV\r\nyAQ885ZyoD55oC+uKOL+6zqFD2hbblfAEHY=\r\n=wlsE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"engines":{"cordovaDependencies":{"2.0.1":{"cordova":">=10.0.0","cordova-android":">=10.1.1"}}},"gitHead":"92ef2eaf901065a34e2c7f392850ae6f5cda9fc3","scripts":{"dev":"tsc -w","ptr":"yarn prettier --write .","test":"jest","build":"tsc","test:ios":"cordova-paramedic --verbose --platform ios --plugin .","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags","test:android":"cordova-paramedic --verbose --platform android@11 --plugin ."},"_npmUser":{"name":"anonymous","email":"martin.budinsky@smartlook.com"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"9.3.1","description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","directories":{},"_nodeVersion":"19.5.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.4.3","ts-jest":"^29.0.5","prettier":"2.8.4","typescript":"^4.9.5","@types/jest":"^29.4.0","@types/node":"^15.6.1","@types/cordova":"^0.0.34","jest-environment-jsdom":"^29.4.3"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_2.0.1_1678293372373_0.48139027129111334","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"cordova-plugin-smartlook","version":"2.0.2","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"url":"https://www.smartlook.com","name":"c0mtru1se","email":"martin.budinsky@smartlook.com"},"license":"MIT","_id":"cordova-plugin-smartlook@2.0.2","maintainers":[{"name":"anonymous","email":"martin.budinsky@smartlook.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"48c21827a389fd9a1e59770eba8b0f91d4033b56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-2.0.2.tgz","fileCount":49,"integrity":"sha512-Z/o/BjReL/iDC0UX4yOWwFA1FAZqr+yFzvoP9nf3vGIxlRWtYiUgpJbjFPxCwqSTNdcnURWgdaZ4a9m29yuQHQ==","signatures":[{"sig":"MEYCIQC42mOdEKCpkbdD6MDYC1BP5cuEMofz7BcDAGEU6vTZSgIhAJ5bi8ROOeL/qRgs9lrmzop0K02Ax1baPWczzz/ln5RV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43364419},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"engines":{"cordovaDependencies":{"2.0.2":{"cordova":">=10.0.0","cordova-android":">=10.1.1"}}},"gitHead":"ab15e5000134d83a541d88c2482bb97e06531017","scripts":{"dev":"tsc -w","ptr":"yarn prettier --write .","test":"jest","build":"tsc","test:ios":"cordova-paramedic --verbose --platform ios --plugin .","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags","test:android":"cordova-paramedic --verbose --platform android@11 --plugin ."},"_npmUser":{"name":"anonymous","email":"martin.budinsky@smartlook.com"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"9.6.7","description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","directories":{},"_nodeVersion":"16.15.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.4.3","ts-jest":"^29.0.5","prettier":"2.8.4","typescript":"^4.9.5","@types/jest":"^29.4.0","@types/node":"^15.6.1","@types/cordova":"^0.0.34","jest-environment-jsdom":"^29.4.3"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_2.0.2_1692373444122_0.836629824269159","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"cordova-plugin-smartlook","version":"2.0.3","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"url":"https://www.smartlook.com","name":"c0mtru1se","email":"martin.budinsky@smartlook.com"},"license":"MIT","_id":"cordova-plugin-smartlook@2.0.3","maintainers":[{"name":"anonymous","email":"martin.budinsky@smartlook.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"b27b09eb008aaa5fc36e8a2935eb060fd8596cbc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-2.0.3.tgz","fileCount":49,"integrity":"sha512-sED4Ay1AF7naFhmCCYMZIccfVhbLmjICF41trQA4ypHXo+OCD53Ict14XLFV/olBrjwQCD8m680EXaMHtAx1ng==","signatures":[{"sig":"MEYCIQCVt8912SEZLaw9wvZLVXQS4QtBcYUEme6Q+ar9sUYoMwIhAOjt03HDAX0YP9wf+CUXpWAKdmnaJCLRISW9KSJPgv6e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43364511},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"engines":{"cordovaDependencies":{"2.0.3":{"cordova":">=10.0.0","cordova-android":">=10.1.1"}}},"gitHead":"efec8242dfc7d9ea085587e71c2306af4a80867a","scripts":{"dev":"tsc -w","ptr":"yarn prettier --write .","test":"jest","build":"tsc","test:ios":"cordova-paramedic --verbose --platform ios --plugin .","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags","test:android":"cordova-paramedic --verbose --platform android@11 --plugin ."},"_npmUser":{"name":"anonymous","email":"martin.budinsky@smartlook.com"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"9.8.0","description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","directories":{},"_nodeVersion":"20.5.1","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.4.3","ts-jest":"^29.0.5","prettier":"2.8.4","typescript":"^4.9.5","@types/jest":"^29.4.0","@types/node":"^15.6.1","@types/cordova":"^0.0.34","jest-environment-jsdom":"^29.4.3"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_2.0.3_1695987197973_0.49165309734604223","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"cordova-plugin-smartlook","version":"2.0.4","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"url":"https://www.smartlook.com","name":"c0mtru1se","email":"martin.budinsky@smartlook.com"},"license":"MIT","_id":"cordova-plugin-smartlook@2.0.4","maintainers":[{"name":"anonymous","email":"smartlook.npm@cisco.com"},{"name":"anonymous","email":"budim@cisco.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"36bf09f8d924256dc6be6118ee3956c888281f2b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-2.0.4.tgz","fileCount":51,"integrity":"sha512-rKGrsycvgscdayAHUR91f0Hy69xMuAAg5SNjbKXLcgaelDUFDdKaaZwnPMsolTFIyMLW7l5elnBNJb+Yqcg3oQ==","signatures":[{"sig":"MEQCIGPstQ3gv29V4biQiGVR37RJj4Y1urinS/8nmr6ppSjoAiB4M7MS8YAj8CFGstnhlh0Uom+7bed4nbdlgINYixXM+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22949865},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"engines":{"cordovaDependencies":{"2.0.4":{"cordova":">=10.0.0","cordova-android":">=10.1.1"}}},"gitHead":"c53f3523376b94c8a7b80899bb6ebac183e1cb9c","scripts":{"dev":"tsc -w","ptr":"yarn prettier --write .","test":"jest","build":"tsc","test:ios":"cordova-paramedic --verbose --platform ios --plugin .","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags","test:android":"cordova-paramedic --verbose --platform android@11 --plugin ."},"_npmUser":{"name":"anonymous","email":"budim@cisco.com"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"10.1.0","description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","directories":{},"_nodeVersion":"20.9.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.4.3","ts-jest":"^29.0.5","prettier":"2.8.4","typescript":"^4.9.5","@types/jest":"^29.4.0","@types/node":"^15.6.1","@types/cordova":"^0.0.34","jest-environment-jsdom":"^29.4.3"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_2.0.4_1713964263936_0.6718757393201042","host":"s3://npm-registry-packages"}},"2.0.5":{"name":"cordova-plugin-smartlook","version":"2.0.5","keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"url":"https://www.smartlook.com","name":"c0mtru1se","email":"martin.budinsky@smartlook.com"},"license":"MIT","_id":"cordova-plugin-smartlook@2.0.5","maintainers":[{"name":"anonymous","email":"smartlook.npm@cisco.com"},{"name":"anonymous","email":"budim@cisco.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"homepage":"https://www.smartlook.com","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"dist":{"shasum":"284e9a67cf676cb0d6067c592ebb7b9dd400da6e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-2.0.5.tgz","fileCount":51,"integrity":"sha512-Yc5Me6E5FrzHB/ENEnShNxGlx2K7APlmhR4ACFOmGH/uAfCKmLSOo17dFtGQUh6stCteFxpRwuJwLZs3qlNHUw==","signatures":[{"sig":"MEYCIQDphFLipHsk9kPOB25MwkyMLNIb2MiO6KDXlqQksYhP8AIhAL3/t7+e5S5BIFZ6OENG7YKypq+jSORW5FivBAAChrts","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22949559},"main":"./www/cordova-plugin-smartlook.js","types":"./www/cordova-plugin-smartlook.d.ts","cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"engines":{"cordovaDependencies":{"2.0.5":{"cordova":">=10.0.0","cordova-android":">=10.1.1"}}},"gitHead":"91aa54ae037c2e2ebd35770ad013393f140bf740","scripts":{"dev":"tsc -w","ptr":"yarn prettier --write .","test":"jest","build":"tsc","test:ios":"cordova-paramedic --verbose --platform ios --plugin .","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags","test:android":"cordova-paramedic --verbose --platform android@11 --plugin ."},"_npmUser":{"name":"anonymous","email":"budim@cisco.com"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git","type":"git"},"_npmVersion":"10.1.0","description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","directories":{},"_nodeVersion":"20.9.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.4.3","ts-jest":"^29.0.5","prettier":"2.8.4","typescript":"^4.9.5","@types/jest":"^29.4.0","@types/node":"^15.6.1","@types/cordova":"^0.0.34","jest-environment-jsdom":"^29.4.3"},"_npmOperationalInternal":{"tmp":"tmp/cordova-plugin-smartlook_2.0.5_1715938032499_0.8000456997069361","host":"s3://npm-registry-packages"}},"2.0.6":{"name":"cordova-plugin-smartlook","version":"2.0.6","description":"Official Smartlook SDK plugin for Cordova Android and iOS applications.","platforms":["android","ios"],"cordova":{"id":"cordova-plugin-smartlook","platforms":["android","ios"]},"engines":{"cordovaDependencies":{"2.0.6":{"cordova":">=10.0.0","cordova-android":">=10.1.1"}}},"repository":{"type":"git","url":"git+https://github.com/smartlook/cordova-smartlook-plugin.git"},"keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"author":{"name":"c0mtru1se","email":"martin.budinsky@smartlook.com","url":"https://www.smartlook.com"},"license":"MIT","bugs":{"url":"https://github.com/smartlook/cordova-smartlook-plugin"},"homepage":"https://www.smartlook.com","types":"./www/cordova-plugin-smartlook.d.ts","main":"./www/cordova-plugin-smartlook.js","scripts":{"test":"jest","test:android":"cordova-paramedic --verbose --platform android@11 --plugin .","test:ios":"cordova-paramedic --verbose --platform ios --plugin .","dev":"tsc -w","build":"tsc","ptr":"yarn prettier --write .","postpublish":"PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"},"devDependencies":{"@types/cordova":"^0.0.34","@types/jest":"^29.4.0","@types/node":"^15.6.1","jest":"^29.4.3","jest-environment-jsdom":"^29.4.3","prettier":"2.8.4","ts-jest":"^29.0.5","typescript":"^4.9.5"},"_id":"cordova-plugin-smartlook@2.0.6","gitHead":"5d229af8812520456ec9293ef9f9fb1ece4f4aca","_nodeVersion":"20.9.0","_npmVersion":"10.1.0","dist":{"integrity":"sha512-qPwBYFKe/c6Z6mZBDZN33Dy5vxf/qNMRjs8Q0quBgKUMDKekC+VG5fkna03tYJhWl6RbGxIifSn684idDGIGqg==","shasum":"59a555141c6676caad1aecc12711a2a009835f75","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova-plugin-smartlook/-/cordova-plugin-smartlook-2.0.6.tgz","fileCount":51,"unpackedSize":23337821,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKdSkFFF+/39mQdQkzag+AbOZyLYVH3/UqJfq7BQY9SQIhAO64NupHFhdZVNa/3pcyRoLxugEvTYkdmv6uCiWuvjwL"}]},"_npmUser":{"name":"anonymous","email":"budim@cisco.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"smartlook.npm@cisco.com"},{"name":"anonymous","email":"budim@cisco.com"},{"name":"anonymous","email":"sami@aldury.com"},{"name":"anonymous","email":"jakubpetriska@gmail.com"},{"name":"anonymous","email":"pajkycz@gmail.com"},{"name":"anonymous","email":"david@smartlook.com"},{"name":"anonymous","email":"acrocz@gmail.com"},{"name":"anonymous","email":"honzicekz@gmail.com"},{"name":"anonymous","email":"vojacem@gmail.com"},{"name":"anonymous","email":"32jojo32@gmail.com"},{"name":"anonymous","email":"petr.klobas@gmail.com"},{"name":"anonymous","email":"frantisek@smartlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cordova-plugin-smartlook_2.0.6_1721208430550_0.2501516245046014"},"_hasShrinkwrap":false}},"name":"cordova-plugin-smartlook","time":{"created":"2020-09-21T11:07:53.187Z","modified":"2024-07-17T09:27:11.219Z","1.0.0":"2020-09-21T11:07:53.288Z","1.5.0":"2020-09-21T11:17:20.965Z","1.6.0":"2020-09-21T11:44:52.835Z","1.7.0":"2020-10-13T11:32:29.726Z","1.7.1":"2020-10-13T17:58:02.224Z","1.7.3":"2020-10-30T12:32:25.551Z","1.7.4":"2021-02-22T19:58:17.419Z","1.9.0":"2021-07-13T12:39:17.475Z","1.9.1":"2021-07-20T00:33:33.258Z","1.9.3":"2021-11-03T14:56:07.203Z","1.9.4":"2022-02-06T15:37:10.309Z","1.9.5":"2022-02-17T11:06:01.946Z","1.9.6":"2022-07-07T03:40:50.495Z","2.0.0":"2023-03-01T13:12:41.679Z","2.0.1":"2023-03-08T16:36:13.566Z","2.0.2":"2023-08-18T15:44:04.552Z","2.0.3":"2023-09-29T11:33:18.298Z","2.0.4":"2024-04-24T13:11:04.334Z","2.0.5":"2024-05-17T09:27:12.743Z","2.0.6":"2024-07-17T09:27:10.915Z"},"readmeFilename":"README.md","homepage":"https://www.smartlook.com"}