{"maintainers":[{"name":"anonymous","email":"phi1618jp@gmail.com"}],"dist-tags":{"package@1.0.0":"1.0.0","package@1.0.1":"1.0.1","package@latest":"1.0.1","latest":"0.0.3"},"description":"cordova-plugin-scanner","readme":"# cordova-plugin-scanner\n\n## setup cocoapod\n\n```\n$ sudo gem update —system\n$ sudo gem install cocoapods\n$ pod setup\n```\n\n## test\n\n```\n$ cd test\n$ cordova platform add ios --nosave --nofetch\n// variable をオプションをつけなくてもデフォルトの文言入ります。\n$ cordova plugin add --link ../ --nosave --variable CAMERA_USAGE_DESCRIPTION='カメラを有効にします'\n$ cordova prepare ios\n$ cordova build ios\n$ cordova emulate ios\n```\n\n## メモ\n\n### 初期化、構築、XCodeを開くを一発でやる\n\n`rm -rf platforms/ plugins/ node_modules/ && cordova platform add ios --nosave --nofetch && cordova plugin add --link ../ --nosave --variable CAMERA_USAGE_DESCRIPTION='カメラを有効にします' && cordova prepare ios && open platforms/ios/cordova-plugin-scanner-test.xcworkspace`\n\n## 今できること\n現状では、`test/www/js/index.js`に記載されているコードのような感じで動くのみとなります.\n\nparamsの値を変えると、コールバック引数の中身も変わっているかと思います。\n\n```js\nScanner.scan(function(data) {\n  //success\n  window.alert(JSON.stringify(data));\n}, function() {\n  //error\n}, 'params');\n\n```\n\nscanを押すととりあえずopencvのバージョンが出てきます","repository":{"type":"git","url":"git+https://github.com/phi-jp/cordova-plugin-scanner.git"},"bugs":{"url":"https://github.com/phi-jp/cordova-plugin-scanner/issues"},"license":"MIT","versions":{"1.0.0":{"name":"cordova-plugin-scanner","version":"1.0.0","description":"This is a scanner","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["scanner"],"author":{"name":"Thamidu"},"license":"ISC","readme":"ERROR: No README data found!","_id":"cordova-plugin-scanner@1.0.0","_shasum":"6616e600361fa8ee100f210c944325ea37085090","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"6616e600361fa8ee100f210c944325ea37085090","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-scanner/-/cordova-plugin-scanner-1.0.0.tgz"}},"1.0.1":{"name":"cordova-plugin-scanner","version":"1.0.1","description":"This is a scanner","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["scanner"],"author":{"name":"Thamidu"},"license":"ISC","readme":"ERROR: No README data found!","_id":"cordova-plugin-scanner@1.0.1","_shasum":"a7de35a3f818ce6580e78a90443bca0b3012c23c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"a7de35a3f818ce6580e78a90443bca0b3012c23c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-scanner/-/cordova-plugin-scanner-1.0.1.tgz"}},"0.0.1":{"name":"cordova-plugin-scanner","version":"0.0.1","description":"cordova-plugin-scanner","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/phi-jp/cordova-plugin-scanner.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/phi-jp/cordova-plugin-scanner/issues"},"homepage":"https://github.com/phi-jp/cordova-plugin-scanner#readme","gitHead":"adce99e86a70fecfa025872d24a2c2bfaa8f768a","_id":"cordova-plugin-scanner@0.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"anonymous","email":"phi1618jp@gmail.com"},"dist":{"integrity":"sha512-NPqJuYiInC2NeHpGj6iFOD0A2RNohbmCZ6ZW0B+h7PdxZphSjxdX76mOm+109SmL3QcCsqIg/3Y2+tRvuKuphQ==","shasum":"1cd74139efd82a11481c11920428b3fe30c1ea3c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-scanner/-/cordova-plugin-scanner-0.0.1.tgz","fileCount":2,"unpackedSize":559,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIlU24C4SVKKUMxRrbFPAmzFflLNCVy8khs4h4EZlzWwIhAMaFWTCoUMH8ZywGwwNvLWORUX9Brjdhoei8oSLJ2L/Y"}]},"maintainers":[{"name":"anonymous","email":"phi1618jp@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cordova-plugin-scanner_0.0.1_1519105726409_0.7388121335024571"},"_hasShrinkwrap":false},"0.0.2":{"name":"cordova-plugin-scanner","version":"0.0.2","description":"cordova-plugin-scanner","cordova":{"id":"cordova-plugin-scanner","platforms":["ios"]},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/phi-jp/cordova-plugin-scanner.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/phi-jp/cordova-plugin-scanner/issues"},"homepage":"https://github.com/phi-jp/cordova-plugin-scanner#readme","dependencies":{"lodash":"^4.3.0","elementtree":"^0.1.6","plist":"github:xiangpingmeng/plist.js","xcode":"^1.0.0","colors":"^1.1.2","shelljs":"^0.7.0","tostr":"^0.1.0"},"devDependencies":{"jshint":"^2.6.0","got":"^6.5.0"},"gitHead":"890d1bbf8773181ad2958786da93936b1cae4e37","_id":"cordova-plugin-scanner@0.0.2","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"anonymous","email":"phi1618jp@gmail.com"},"dist":{"integrity":"sha512-CXTj3MgSLQJJ4Yj3M7OuuhX8KOuMa6D/0yhTWad12fq6NltKaSO7NBylLPHOp3b7vJT+qK0GfrlplioDZZy+3w==","shasum":"9d6e3e896ae3ba617616ceac94c8755e5b7d66a5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-scanner/-/cordova-plugin-scanner-0.0.2.tgz","fileCount":20,"unpackedSize":64432,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdDAVUyzbd4hBfn80s+gI1hH1Zfx16IILX36fkCylm8AIgdraW+Gj8xvCEwe435KTysupp+pOi1+RSuLjXsqHZXPY="}]},"maintainers":[{"name":"anonymous","email":"phi1618jp@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cordova-plugin-scanner_0.0.2_1521001318972_0.9740397281885369"},"_hasShrinkwrap":false},"0.0.3":{"name":"cordova-plugin-scanner","version":"0.0.3","description":"cordova-plugin-scanner","cordova":{"id":"cordova-plugin-scanner","platforms":["ios"]},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/phi-jp/cordova-plugin-scanner.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/phi-jp/cordova-plugin-scanner/issues"},"homepage":"https://github.com/phi-jp/cordova-plugin-scanner#readme","dependencies":{"lodash":"^4.3.0","elementtree":"^0.1.6","plist":"github:xiangpingmeng/plist.js","xcode":"^1.0.0","colors":"^1.1.2","shelljs":"^0.7.0","tostr":"^0.1.0"},"devDependencies":{"jshint":"^2.6.0","got":"^6.5.0"},"gitHead":"d883a6e279c345ffded0da12be3285ba1d71c974","_id":"cordova-plugin-scanner@0.0.3","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"anonymous","email":"phi1618jp@gmail.com"},"dist":{"integrity":"sha512-cUkRFY6TbcSXoH7QJbXec0U+81to4D2Y4997dwkzB8C506wG+agRYTQUFH9sjQgVnICFPPkJDoex8mj9VaLM7Q==","shasum":"b4ca4248ac387eeacb99bf0ddbfa25d77350e5fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-scanner/-/cordova-plugin-scanner-0.0.3.tgz","fileCount":20,"unpackedSize":64274,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEQZTj+thdtWedyb9Lx3ArfvlnpI0lfg9rQqjoe6e2KHAiAWR9Vk7pQuPe7rViFIUdQ7whOybBeP8YhFQwVCVfo0Hw=="}]},"maintainers":[{"name":"anonymous","email":"phi1618jp@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cordova-plugin-scanner_0.0.3_1521005591825_0.7769188495756789"},"_hasShrinkwrap":false}},"name":"cordova-plugin-scanner","time":{"created":"2018-02-20T05:48:46.409Z","modified":"2022-04-27T17:43:40.596Z","1.0.0":"2018-11-30T16:45:53.790Z","1.0.1":"2018-12-05T13:03:13.971Z","0.0.1":"2018-02-20T05:48:46.464Z","0.0.2":"2018-03-14T04:21:59.018Z","0.0.3":"2018-03-14T05:33:12.026Z"},"readmeFilename":"README.md","homepage":"https://github.com/phi-jp/cordova-plugin-scanner#readme"}