qr_code_scanner 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 29adc987436462400e54f1e728f37daab33ad379fcfb869a06e923c63320aed5
4
+ data.tar.gz: 5e75e6056b0becfa4687805e39a756c0ef99b1e10e5a0d462a19d8b01ddcaf56
5
+ SHA512:
6
+ metadata.gz: d0fb90ce71e22da3f1b6209c6bf783d5c607334cd43a6c37380e40df250278e08f73cab7ec6770a8daf17ac4881fdf82087a7a659d7f0c76640bcf2e463c25d3
7
+ data.tar.gz: 687a5a7904880017154972d33bcc0757e0f77168cdce5f9f7a5225725892914a04a579b5d18bdd00df83a9696c83d16f853754cad75570d6b821e39ed607f70f
data/.node-version ADDED
@@ -0,0 +1 @@
1
+ 22.11.0
data/.rubocop.yml ADDED
@@ -0,0 +1,39 @@
1
+ AllCops:
2
+ NewCops: enable
3
+ TargetRubyVersion: 3.2
4
+ SuggestExtensions: false
5
+
6
+ Style/Documentation:
7
+ Enabled: false
8
+
9
+ Style/StringLiterals:
10
+ Enabled: true
11
+ EnforcedStyle: double_quotes
12
+
13
+ Style/StringLiteralsInInterpolation:
14
+ Enabled: true
15
+ EnforcedStyle: double_quotes
16
+
17
+ Style/NumericLiteralPrefix:
18
+ Enabled: false
19
+
20
+ Metrics/AbcSize:
21
+ Enabled: false
22
+
23
+ Metrics/PerceivedComplexity:
24
+ Max: 10
25
+
26
+ Metrics/CyclomaticComplexity:
27
+ Max: 10
28
+
29
+ Metrics/MethodLength:
30
+ Max: 20
31
+ Exclude:
32
+ - "test/**/*"
33
+
34
+ Layout/LineLength:
35
+ Max: 200
36
+
37
+ Lint/ConstantDefinitionInBlock:
38
+ Exclude:
39
+ - lib/qr_code_scanner/qr_bill.rb
data/.yarnrc ADDED
@@ -0,0 +1 @@
1
+ --ignore-engines true
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-12-26
4
+
5
+ - Initial release extracted from [swiss_qr_bill](https://github.com/marcoroth/swiss_qr_bill)
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at marco.roth@intergga.ch. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/README.md ADDED
@@ -0,0 +1,59 @@
1
+ # QRCodeScanner
2
+
3
+ A Ruby Gem for scanning QR codes from documents like PDFs and images.
4
+
5
+ ## Installation
6
+
7
+ Install the gem and add to the application's Gemfile by executing:
8
+
9
+ ```bash
10
+ bundle add qr_code_scanner
11
+ ```
12
+
13
+ If bundler is not being used to manage dependencies, install the gem by executing:
14
+
15
+ ```bash
16
+ gem install qr_code_scanner
17
+ ```
18
+
19
+ Install the required NPM packages:
20
+
21
+ ```bash
22
+ yarn add @andreekeberg/imagedata pdf-to-png-converter jsqr
23
+ ```
24
+
25
+ #### Note
26
+
27
+ This gem is built on top of the [`jsQR`](https://github.com/cozmo/jsQR) NPM package, which means you need to be running [Node.js](https://nodejs.org/en). We utilize the [`nodo`](https://github.com/mtgrosser/nodo) gem for calling out to Node.js.
28
+
29
+ TL;DR: as long as you have Node.js installed and the above listed NPM packages installed you shouldn't notice that it's calling out to Node.js.
30
+
31
+
32
+ ## Usage
33
+
34
+ Given the following QR Code:
35
+
36
+ ![](https://github.com/marcoroth/qr_code_scanner/blob/main/test/fixtures/hello_world.png)
37
+
38
+ You can read out it's information using:
39
+
40
+ ```ruby
41
+ require "qr_code_scanner"
42
+
43
+ QRCodeScanner.scan("path/to/qr_code.png")
44
+ # => ["hello world"]
45
+ ```
46
+
47
+ ## Development
48
+
49
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
50
+
51
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
52
+
53
+ ## Contributing
54
+
55
+ Bug reports and pull requests are welcome on GitHub at https://github.com/marcoroth/qr_code_scanner. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/marcoroth/qr_code_scanner/blob/main/CODE_OF_CONDUCT.md).
56
+
57
+ ## Code of Conduct
58
+
59
+ Everyone interacting in the QRCodeScanner project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/marcoroth/qr_code_scanner/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "minitest/test_task"
5
+
6
+ Minitest::TestTask.create
7
+
8
+ task default: %i[test]
@@ -0,0 +1,55 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "nodo"
4
+
5
+ module QRCodeScanner
6
+ class Scanner < Nodo::Core
7
+ require fs: "node:fs"
8
+ require path: "node:path"
9
+
10
+ require jsQR: "jsqr"
11
+ require pdfToPng: "pdf-to-png-converter"
12
+ require imagedata: "@andreekeberg/imagedata"
13
+
14
+ def self.scan_file(path)
15
+ if path.end_with?(".pdf")
16
+ new.parse_pdf(path)
17
+ else
18
+ [new.parse_image(path)]
19
+ end
20
+ end
21
+
22
+ function :parse_image, <<~JS
23
+ (imagePath) => {
24
+ const { data, width, height } = imagedata.getSync(imagePath)
25
+
26
+ return jsQR(data, width, height)?.data
27
+ }
28
+ JS
29
+
30
+ function :parse_pdf, <<~JS
31
+ async (pdfPath) => {
32
+ const filename = path.basename(pdfPath)
33
+
34
+ const pages = await pdfToPng.pdfToPng(pdfPath, { // The function accepts PDF file path or a Buffer
35
+ disableFontFace: false, // When `false`, fonts will be rendered using a built-in font renderer that constructs the glyphs with primitive path commands. Default value is true.
36
+ // useSystemFonts: false, // When `true`, fonts that aren't embedded in the PDF document will fallback to a system font. Default value is false.
37
+ // enableXfa: false, // Render Xfa forms if any. Default value is false.
38
+ viewportScale: 3.0, // The desired scale of PNG viewport. Default value is 1.0.
39
+ outputFolder: 'tmp/qr_code_scanner', // Folder to write output PNG files. If not specified, PNG output will be available only as a Buffer content, without saving to a file.
40
+ outputFileMaskFunc: (page) => `${filename}_page_${page}.png`, // Function to generate custom output filenames. Example: (pageNum) => `page_${pageNum}.png`
41
+ // pdfFilePassword: 'pa$$word', // Password for encrypted PDF.
42
+ // pagesToProcess: [1, 3, 11], // Subset of pages to convert (first page = 1), other pages will be skipped if specified.
43
+ // strictPagesToProcess: false, // When `true`, will throw an error if specified page number in pagesToProcess is invalid, otherwise will skip invalid page. Default value is false.
44
+ // verbosityLevel: 0 // Verbosity level. ERRORS: 0, WARNINGS: 1, INFOS: 5. Default value is 0.
45
+ })
46
+
47
+ const result = pages.map(page => parse_image(page.path))
48
+
49
+ pages.map(page => fs.unlinkSync(page.path)) // cleanup generated images
50
+
51
+ return result.filter(result => result)
52
+ }
53
+ JS
54
+ end
55
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module QRCodeScanner
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "qr_code_scanner/version"
4
+ require_relative "qr_code_scanner/qr_code_scanner"
5
+
6
+ module QRCodeScanner
7
+ def self.scan(...)
8
+ Scanner.scan_file(...)
9
+ end
10
+ end
data/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "qr_code_scanner",
3
+ "private": true,
4
+ "author": "Marco Roth <marco.roth@intergga.ch>",
5
+ "license": "MIT",
6
+ "dependencies": {
7
+ "@andreekeberg/imagedata": "^1.0.2",
8
+ "jsqr": "^1.4.0",
9
+ "pdf-to-png-converter": "^3.6.3"
10
+ }
11
+ }
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/qr_code_scanner/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "qr_code_scanner"
7
+ spec.version = QRCodeScanner::VERSION
8
+ spec.authors = ["Marco Roth"]
9
+ spec.email = ["marco.roth@intergga.ch"]
10
+
11
+ spec.summary = "A Ruby Gem for scanning QR-Codes from documents."
12
+ spec.description = spec.summary
13
+ spec.homepage = "https://github.com/marcoroth/qr_code_scanner"
14
+ spec.required_ruby_version = ">= 3.2.0"
15
+
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["rubygems_mfa_required"] = "true"
18
+ spec.metadata["source_code_uri"] = "https://github.com/marcoroth/qr_code_scanner"
19
+ spec.metadata["changelog_uri"] = "https://github.com/marcoroth/qr_code_scanner/blob/main/CHANGELOG.md"
20
+
21
+ # Specify which files should be added to the gem when it is released.
22
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
+ spec.files = Dir.chdir(__dir__) do
24
+ `git ls-files -z`.split("\x0").reject do |f|
25
+ (File.expand_path(f) == __FILE__) ||
26
+ f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
27
+ end
28
+ end
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_dependency "nodo"
34
+ end
@@ -0,0 +1,4 @@
1
+ module QRCodeScanner
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
data/yarn.lock ADDED
@@ -0,0 +1,773 @@
1
+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+ # yarn lockfile v1
3
+
4
+
5
+ "@andreekeberg/imagedata@^1.0.2":
6
+ version "1.0.2"
7
+ resolved "https://registry.yarnpkg.com/@andreekeberg/imagedata/-/imagedata-1.0.2.tgz#2094c270c086ffef61e14276858a4da477d675bf"
8
+ integrity sha512-4kbBlL8mHwN87YRmsnNYSsFnnrwYv7DsF9LI/1km0KWdV6kybSmSOCLR8vSZXXmloKuUP+jBKot2Rbqwu0aMpw==
9
+ dependencies:
10
+ "@jorgeferrero/stream-to-buffer" "^1.0.0"
11
+ jimp "^0.16.1"
12
+ mime-kind "^3.0.0"
13
+
14
+ "@babel/runtime@^7.7.2":
15
+ version "7.26.0"
16
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
17
+ integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
18
+ dependencies:
19
+ regenerator-runtime "^0.14.0"
20
+
21
+ "@jimp/bmp@^0.16.13":
22
+ version "0.16.13"
23
+ resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.16.13.tgz#57ffa5b17417b5a181f6f184bdabc8218e8448ef"
24
+ integrity sha512-9edAxu7N2FX7vzkdl5Jo1BbACfycUtBQX+XBMcHA2bk62P8R0otgkHg798frgAk/WxQIzwxqOH6wMiCwrlAzdQ==
25
+ dependencies:
26
+ "@babel/runtime" "^7.7.2"
27
+ "@jimp/utils" "^0.16.13"
28
+ bmp-js "^0.1.0"
29
+
30
+ "@jimp/core@^0.16.13":
31
+ version "0.16.13"
32
+ resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.16.13.tgz#7171745a912b5b847f8bf53e70b0672c5ca92744"
33
+ integrity sha512-qXpA1tzTnlkTku9yqtuRtS/wVntvE6f3m3GNxdTdtmc+O+Wcg9Xo2ABPMh7Nc0AHbMKzwvwgB2JnjZmlmJEObg==
34
+ dependencies:
35
+ "@babel/runtime" "^7.7.2"
36
+ "@jimp/utils" "^0.16.13"
37
+ any-base "^1.1.0"
38
+ buffer "^5.2.0"
39
+ exif-parser "^0.1.12"
40
+ file-type "^16.5.4"
41
+ load-bmfont "^1.3.1"
42
+ mkdirp "^0.5.1"
43
+ phin "^2.9.1"
44
+ pixelmatch "^4.0.2"
45
+ tinycolor2 "^1.4.1"
46
+
47
+ "@jimp/custom@^0.16.13":
48
+ version "0.16.13"
49
+ resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.16.13.tgz#2e4ed447b7410b81fe9103682b4166af904daf84"
50
+ integrity sha512-LTATglVUPGkPf15zX1wTMlZ0+AU7cGEGF6ekVF1crA8eHUWsGjrYTB+Ht4E3HTrCok8weQG+K01rJndCp/l4XA==
51
+ dependencies:
52
+ "@babel/runtime" "^7.7.2"
53
+ "@jimp/core" "^0.16.13"
54
+
55
+ "@jimp/gif@^0.16.13":
56
+ version "0.16.13"
57
+ resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.16.13.tgz#fa72f35d8ad67d6ce3a3d7ef6c8d04a462afaaf9"
58
+ integrity sha512-yFAMZGv3o+YcjXilMWWwS/bv1iSqykFahFMSO169uVMtfQVfa90kt4/kDwrXNR6Q9i6VHpFiGZMlF2UnHClBvg==
59
+ dependencies:
60
+ "@babel/runtime" "^7.7.2"
61
+ "@jimp/utils" "^0.16.13"
62
+ gifwrap "^0.9.2"
63
+ omggif "^1.0.9"
64
+
65
+ "@jimp/jpeg@^0.16.13":
66
+ version "0.16.13"
67
+ resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.16.13.tgz#e1c128a591bd7f8a26c8731fd0bc65d32d4ba32a"
68
+ integrity sha512-BJHlDxzTlCqP2ThqP8J0eDrbBfod7npWCbJAcfkKqdQuFk0zBPaZ6KKaQKyKxmWJ87Z6ohANZoMKEbtvrwz1AA==
69
+ dependencies:
70
+ "@babel/runtime" "^7.7.2"
71
+ "@jimp/utils" "^0.16.13"
72
+ jpeg-js "^0.4.2"
73
+
74
+ "@jimp/plugin-blit@^0.16.13":
75
+ version "0.16.13"
76
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.16.13.tgz#370303edef02b75aa3e316726c5a3aac3e92f5d0"
77
+ integrity sha512-8Z1k96ZFxlhK2bgrY1JNWNwvaBeI/bciLM0yDOni2+aZwfIIiC7Y6PeWHTAvjHNjphz+XCt01WQmOYWCn0ML6g==
78
+ dependencies:
79
+ "@babel/runtime" "^7.7.2"
80
+ "@jimp/utils" "^0.16.13"
81
+
82
+ "@jimp/plugin-blur@^0.16.13":
83
+ version "0.16.13"
84
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.16.13.tgz#27b82295a3dee88d6e029d4d62f5de8118b845e6"
85
+ integrity sha512-PvLrfa8vkej3qinlebyhLpksJgCF5aiysDMSVhOZqwH5nQLLtDE9WYbnsofGw4r0VVpyw3H/ANCIzYTyCtP9Cg==
86
+ dependencies:
87
+ "@babel/runtime" "^7.7.2"
88
+ "@jimp/utils" "^0.16.13"
89
+
90
+ "@jimp/plugin-circle@^0.16.13":
91
+ version "0.16.13"
92
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.16.13.tgz#d7af61a95b17e67c7fd4361cd1d588e00b58b6b6"
93
+ integrity sha512-RNave7EFgZrb5V5EpdvJGAEHMnDAJuwv05hKscNfIYxf0kR3KhViBTDy+MoTnMlIvaKFULfwIgaZWzyhuINMzA==
94
+ dependencies:
95
+ "@babel/runtime" "^7.7.2"
96
+ "@jimp/utils" "^0.16.13"
97
+
98
+ "@jimp/plugin-color@^0.16.13":
99
+ version "0.16.13"
100
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.16.13.tgz#825227e7e6f32d227740ad1bd97c389083c1d0d1"
101
+ integrity sha512-xW+9BtEvoIkkH/Wde9ql4nAFbYLkVINhpgAE7VcBUsuuB34WUbcBl/taOuUYQrPEFQJ4jfXiAJZ2H/rvKjCVnQ==
102
+ dependencies:
103
+ "@babel/runtime" "^7.7.2"
104
+ "@jimp/utils" "^0.16.13"
105
+ tinycolor2 "^1.4.1"
106
+
107
+ "@jimp/plugin-contain@^0.16.13":
108
+ version "0.16.13"
109
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.16.13.tgz#7a42ed1ce580bf910f812ba2f35e0fa2cfe501ac"
110
+ integrity sha512-QayTXw4tXMwU6q6acNTQrTTFTXpNRBe+MgTGMDU0lk+23PjlFCO/9sacflelG8lsp7vNHhAxFeHptDMAksEYzg==
111
+ dependencies:
112
+ "@babel/runtime" "^7.7.2"
113
+ "@jimp/utils" "^0.16.13"
114
+
115
+ "@jimp/plugin-cover@^0.16.13":
116
+ version "0.16.13"
117
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.16.13.tgz#9c964be05b163e0f0e06866a9afcebe775dff246"
118
+ integrity sha512-BSsP71GTNaqWRcvkbWuIVH+zK7b3TSNebbhDkFK0fVaUTzHuKMS/mgY4hDZIEVt7Rf5FjadAYtsujHN9w0iSYA==
119
+ dependencies:
120
+ "@babel/runtime" "^7.7.2"
121
+ "@jimp/utils" "^0.16.13"
122
+
123
+ "@jimp/plugin-crop@^0.16.13":
124
+ version "0.16.13"
125
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.16.13.tgz#80c6ae4d401a8de6cc11b265f3cdecd80425b9a9"
126
+ integrity sha512-WEl2tPVYwzYL8OKme6Go2xqiWgKsgxlMwyHabdAU4tXaRwOCnOI7v4021gCcBb9zn/oWwguHuKHmK30Fw2Z/PA==
127
+ dependencies:
128
+ "@babel/runtime" "^7.7.2"
129
+ "@jimp/utils" "^0.16.13"
130
+
131
+ "@jimp/plugin-displace@^0.16.13":
132
+ version "0.16.13"
133
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.16.13.tgz#fd72aa93b3fe97a1c3da729e6b26399661ce8ce5"
134
+ integrity sha512-qt9WKq8vWrcjySa9DyQ0x/RBMHQeiVjdVSY1SJsMjssPUf0pS74qorcuAkGi89biN3YoGUgPkpqECnAWnYwgGA==
135
+ dependencies:
136
+ "@babel/runtime" "^7.7.2"
137
+ "@jimp/utils" "^0.16.13"
138
+
139
+ "@jimp/plugin-dither@^0.16.13":
140
+ version "0.16.13"
141
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.16.13.tgz#430750f73d528df7ebe21bb508fb80f9f515305d"
142
+ integrity sha512-5/N3yJggbWQTlGZHQYJPmQXEwR52qaXjEzkp1yRBbtdaekXE3BG/suo0fqeoV/csf8ooI78sJzYmIrxNoWVtgQ==
143
+ dependencies:
144
+ "@babel/runtime" "^7.7.2"
145
+ "@jimp/utils" "^0.16.13"
146
+
147
+ "@jimp/plugin-fisheye@^0.16.13":
148
+ version "0.16.13"
149
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.16.13.tgz#caf69851ab25c44d13c952880a8e43c928abd3f1"
150
+ integrity sha512-2rZmTdFbT/cF9lEZIkXCYO0TsT114Q27AX5IAo0Sju6jVQbvIk1dFUTnwLDadTo8wkJlFzGqMQ24Cs8cHWOliA==
151
+ dependencies:
152
+ "@babel/runtime" "^7.7.2"
153
+ "@jimp/utils" "^0.16.13"
154
+
155
+ "@jimp/plugin-flip@^0.16.13":
156
+ version "0.16.13"
157
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.16.13.tgz#3dd167e14d03d62410c519990728ac3c247c0692"
158
+ integrity sha512-EmcgAA74FTc5u7Z+hUO/sRjWwfPPLuOQP5O64x5g4j0T12Bd29IgsYZxoutZo/rb3579+JNa/3wsSEmyVv1EpA==
159
+ dependencies:
160
+ "@babel/runtime" "^7.7.2"
161
+ "@jimp/utils" "^0.16.13"
162
+
163
+ "@jimp/plugin-gaussian@^0.16.13":
164
+ version "0.16.13"
165
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.16.13.tgz#79879d9371aff3e1714c54be0771418573ac2954"
166
+ integrity sha512-A1XKfGQD0iDdIiKqFYi8nZMv4dDVYdxbrmgR7y/CzUHhSYdcmoljLIIsZZM3Iks/Wa353W3vtvkWLuDbQbch1w==
167
+ dependencies:
168
+ "@babel/runtime" "^7.7.2"
169
+ "@jimp/utils" "^0.16.13"
170
+
171
+ "@jimp/plugin-invert@^0.16.13":
172
+ version "0.16.13"
173
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.16.13.tgz#7449283d5b0f405ce2cd1b93a6d79169c970e431"
174
+ integrity sha512-xFMrIn7czEZbdbMzZWuaZFnlLGJDVJ82y5vlsKsXRTG2kcxRsMPXvZRWHV57nSs1YFsNqXSbrC8B98n0E32njQ==
175
+ dependencies:
176
+ "@babel/runtime" "^7.7.2"
177
+ "@jimp/utils" "^0.16.13"
178
+
179
+ "@jimp/plugin-mask@^0.16.13":
180
+ version "0.16.13"
181
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.16.13.tgz#70b4bef4a598e41571f9a3e0c33fcc730eeae24d"
182
+ integrity sha512-wLRYKVBXql2GAYgt6FkTnCfE+q5NomM7Dlh0oIPGAoMBWDyTx0eYutRK6PlUrRK2yMHuroAJCglICTbxqGzowQ==
183
+ dependencies:
184
+ "@babel/runtime" "^7.7.2"
185
+ "@jimp/utils" "^0.16.13"
186
+
187
+ "@jimp/plugin-normalize@^0.16.13":
188
+ version "0.16.13"
189
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.16.13.tgz#fd7c802c3f6be8d34abf0dbeadfe1d783e531d67"
190
+ integrity sha512-3tfad0n9soRna4IfW9NzQdQ2Z3ijkmo21DREHbE6CGcMIxOSvfRdSvf1qQPApxjTSo8LTU4MCi/fidx/NZ0GqQ==
191
+ dependencies:
192
+ "@babel/runtime" "^7.7.2"
193
+ "@jimp/utils" "^0.16.13"
194
+
195
+ "@jimp/plugin-print@^0.16.13":
196
+ version "0.16.13"
197
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.16.13.tgz#595fb6db6677ac3d2b6bfe7144658019791bf288"
198
+ integrity sha512-0m6i3p01PGRkGAK9r53hDYrkyMq+tlhLOIbsSTmZyh6HLshUKlTB7eXskF5OpVd5ZUHoltlNc6R+ggvKIzxRFw==
199
+ dependencies:
200
+ "@babel/runtime" "^7.7.2"
201
+ "@jimp/utils" "^0.16.13"
202
+ load-bmfont "^1.4.0"
203
+
204
+ "@jimp/plugin-resize@^0.16.13":
205
+ version "0.16.13"
206
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.16.13.tgz#6267087f724d47e7bb8824c5b842d9315f50b8e7"
207
+ integrity sha512-qoqtN8LDknm3fJm9nuPygJv30O3vGhSBD2TxrsCnhtOsxKAqVPJtFVdGd/qVuZ8nqQANQmTlfqTiK9mVWQ7MiQ==
208
+ dependencies:
209
+ "@babel/runtime" "^7.7.2"
210
+ "@jimp/utils" "^0.16.13"
211
+
212
+ "@jimp/plugin-rotate@^0.16.13":
213
+ version "0.16.13"
214
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.16.13.tgz#9981f24631b1a0ad486d2b75a0163918ff912491"
215
+ integrity sha512-Ev+Jjmj1nHYw897z9C3R9dYsPv7S2/nxdgfFb/h8hOwK0Ovd1k/+yYS46A0uj/JCKK0pQk8wOslYBkPwdnLorw==
216
+ dependencies:
217
+ "@babel/runtime" "^7.7.2"
218
+ "@jimp/utils" "^0.16.13"
219
+
220
+ "@jimp/plugin-scale@^0.16.13":
221
+ version "0.16.13"
222
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.16.13.tgz#36b1b7d70819591901339926a91dae4864cc1b92"
223
+ integrity sha512-05POQaEJVucjTiSGMoH68ZiELc7QqpIpuQlZ2JBbhCV+WCbPFUBcGSmE7w4Jd0E2GvCho/NoMODLwgcVGQA97A==
224
+ dependencies:
225
+ "@babel/runtime" "^7.7.2"
226
+ "@jimp/utils" "^0.16.13"
227
+
228
+ "@jimp/plugin-shadow@^0.16.13":
229
+ version "0.16.13"
230
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.16.13.tgz#f5b58122c0a6e1307efcddfc165ce1291415d553"
231
+ integrity sha512-nmu5VSZ9hsB1JchTKhnnCY+paRBnwzSyK5fhkhtQHHoFD5ArBQ/5wU8y6tCr7k/GQhhGq1OrixsECeMjPoc8Zw==
232
+ dependencies:
233
+ "@babel/runtime" "^7.7.2"
234
+ "@jimp/utils" "^0.16.13"
235
+
236
+ "@jimp/plugin-threshold@^0.16.13":
237
+ version "0.16.13"
238
+ resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.16.13.tgz#8de7500b03342b251201bc0feb84955dd3e410f0"
239
+ integrity sha512-+3zArBH0OE3Rhjm4HyAokMsZlIq5gpQec33CncyoSwxtRBM2WAhUVmCUKuBo+Lr/2/4ISoY4BWpHKhMLDix6cA==
240
+ dependencies:
241
+ "@babel/runtime" "^7.7.2"
242
+ "@jimp/utils" "^0.16.13"
243
+
244
+ "@jimp/plugins@^0.16.13":
245
+ version "0.16.13"
246
+ resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.16.13.tgz#cf441ee13204dd9474bc0e67e41c50afc910de4f"
247
+ integrity sha512-CJLdqODEhEVs4MgWCxpWL5l95sCBlkuSLz65cxEm56X5akIsn4LOlwnKoSEZioYcZUBvHhCheH67AyPTudfnQQ==
248
+ dependencies:
249
+ "@babel/runtime" "^7.7.2"
250
+ "@jimp/plugin-blit" "^0.16.13"
251
+ "@jimp/plugin-blur" "^0.16.13"
252
+ "@jimp/plugin-circle" "^0.16.13"
253
+ "@jimp/plugin-color" "^0.16.13"
254
+ "@jimp/plugin-contain" "^0.16.13"
255
+ "@jimp/plugin-cover" "^0.16.13"
256
+ "@jimp/plugin-crop" "^0.16.13"
257
+ "@jimp/plugin-displace" "^0.16.13"
258
+ "@jimp/plugin-dither" "^0.16.13"
259
+ "@jimp/plugin-fisheye" "^0.16.13"
260
+ "@jimp/plugin-flip" "^0.16.13"
261
+ "@jimp/plugin-gaussian" "^0.16.13"
262
+ "@jimp/plugin-invert" "^0.16.13"
263
+ "@jimp/plugin-mask" "^0.16.13"
264
+ "@jimp/plugin-normalize" "^0.16.13"
265
+ "@jimp/plugin-print" "^0.16.13"
266
+ "@jimp/plugin-resize" "^0.16.13"
267
+ "@jimp/plugin-rotate" "^0.16.13"
268
+ "@jimp/plugin-scale" "^0.16.13"
269
+ "@jimp/plugin-shadow" "^0.16.13"
270
+ "@jimp/plugin-threshold" "^0.16.13"
271
+ timm "^1.6.1"
272
+
273
+ "@jimp/png@^0.16.13":
274
+ version "0.16.13"
275
+ resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.16.13.tgz#8b130cc5e1e754c074c42fa3fe2609897cefdf7c"
276
+ integrity sha512-8cGqINvbWJf1G0Her9zbq9I80roEX0A+U45xFby3tDWfzn+Zz8XKDF1Nv9VUwVx0N3zpcG1RPs9hfheG4Cq2kg==
277
+ dependencies:
278
+ "@babel/runtime" "^7.7.2"
279
+ "@jimp/utils" "^0.16.13"
280
+ pngjs "^3.3.3"
281
+
282
+ "@jimp/tiff@^0.16.13":
283
+ version "0.16.13"
284
+ resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.16.13.tgz#9cf8d19f2b0b0c46758e81acfc7d656835ee6da1"
285
+ integrity sha512-oJY8d9u95SwW00VPHuCNxPap6Q1+E/xM5QThb9Hu+P6EGuu6lIeLaNBMmFZyblwFbwrH+WBOZlvIzDhi4Dm/6Q==
286
+ dependencies:
287
+ "@babel/runtime" "^7.7.2"
288
+ utif "^2.0.1"
289
+
290
+ "@jimp/types@^0.16.13":
291
+ version "0.16.13"
292
+ resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.16.13.tgz#39be1886cbfa4fb5e77e17441a046a1f961d3046"
293
+ integrity sha512-mC0yVNUobFDjoYLg4hoUwzMKgNlxynzwt3cDXzumGvRJ7Kb8qQGOWJQjQFo5OxmGExqzPphkirdbBF88RVLBCg==
294
+ dependencies:
295
+ "@babel/runtime" "^7.7.2"
296
+ "@jimp/bmp" "^0.16.13"
297
+ "@jimp/gif" "^0.16.13"
298
+ "@jimp/jpeg" "^0.16.13"
299
+ "@jimp/png" "^0.16.13"
300
+ "@jimp/tiff" "^0.16.13"
301
+ timm "^1.6.1"
302
+
303
+ "@jimp/utils@^0.16.13":
304
+ version "0.16.13"
305
+ resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.16.13.tgz#afde41b9c6cdadfb45d83cb5e16deb65f369bf99"
306
+ integrity sha512-VyCpkZzFTHXtKgVO35iKN0sYR10psGpV6SkcSeV4oF7eSYlR8Bl6aQLCzVeFjvESF7mxTmIiI3/XrMobVrtxDA==
307
+ dependencies:
308
+ "@babel/runtime" "^7.7.2"
309
+ regenerator-runtime "^0.13.3"
310
+
311
+ "@jorgeferrero/stream-to-buffer@^1.0.0":
312
+ version "1.0.0"
313
+ resolved "https://registry.yarnpkg.com/@jorgeferrero/stream-to-buffer/-/stream-to-buffer-1.0.0.tgz#fa87136b0a0b4e9e3d55f0b45929890877be1f0f"
314
+ integrity sha512-Nf1lzT/XSw9uDvN7b3JbY0mRwx/XC7TCeqwlRsCrkbOUkx767+7n4+4krJE3f8xc1LZmeQ866mxQcSpoxRZbQg==
315
+ dependencies:
316
+ memorystream "^0.3.1"
317
+
318
+ "@napi-rs/canvas-android-arm64@0.1.65":
319
+ version "0.1.65"
320
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-android-arm64/-/canvas-android-arm64-0.1.65.tgz#b42f2a2f67cb32ad6669e53561987d58384e791f"
321
+ integrity sha512-ZYwqFYEKcT5Zr8lbiaJNJj/poLaeK2TncolY914r+gD2TJNeP7ZqvE7A2SX/1C9MB4E3DQEwm3YhL3WEf0x3MQ==
322
+
323
+ "@napi-rs/canvas-darwin-arm64@0.1.65":
324
+ version "0.1.65"
325
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-darwin-arm64/-/canvas-darwin-arm64-0.1.65.tgz#8b1a8c2495816f640c1c0299e717de722b961608"
326
+ integrity sha512-Pg1pfiJEyDIsX+V0QaJPRWvXbw5zmWAk3bivFCvt/5pwZb37/sT6E/RqPHT9NnqpDyKW6SriwY9ypjljysUA1Q==
327
+
328
+ "@napi-rs/canvas-darwin-x64@0.1.65":
329
+ version "0.1.65"
330
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-darwin-x64/-/canvas-darwin-x64-0.1.65.tgz#c34da0605c6220ec4e42bbf4dd2ae594c19a4048"
331
+ integrity sha512-3Tr+/HjdJN7Z/VKIcsxV2DvDIibZCExgfYTgljCkUSFuoI7iNkOE6Dc1Q6j212EB9PeO8KmfrViBqHYT6IwWkA==
332
+
333
+ "@napi-rs/canvas-linux-arm-gnueabihf@0.1.65":
334
+ version "0.1.65"
335
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm-gnueabihf/-/canvas-linux-arm-gnueabihf-0.1.65.tgz#83b618fe762190bbbfdb66e636f6de0ea940c0ec"
336
+ integrity sha512-3KP+dYObH7CVkZMZWwk1WX9jRjL+EKdQtD43H8MOI+illf+dwqLlecdQ4d9bQRIxELKJ8dyPWY4fOp/Ngufrdg==
337
+
338
+ "@napi-rs/canvas-linux-arm64-gnu@0.1.65":
339
+ version "0.1.65"
340
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm64-gnu/-/canvas-linux-arm64-gnu-0.1.65.tgz#b267573eea3209c76d69c69f8fd040407720167d"
341
+ integrity sha512-Ka3StKz7Dq7kjTF3nNJCq43UN/VlANS7qGE3dWkn1d+tQNsCRy/wRmyt1TUFzIjRqcTFMQNRbgYq84+53UBA0A==
342
+
343
+ "@napi-rs/canvas-linux-arm64-musl@0.1.65":
344
+ version "0.1.65"
345
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-arm64-musl/-/canvas-linux-arm64-musl-0.1.65.tgz#36896b8166f6e8752c0142c6114cb64cf235a649"
346
+ integrity sha512-O4xMASm2JrmqYoiDyxVWi+z5C14H+oVEag2rZ5iIA67dhWqYZB+iO7wCFpBYRj31JPBR29FOsu6X9zL+DwBFdw==
347
+
348
+ "@napi-rs/canvas-linux-riscv64-gnu@0.1.65":
349
+ version "0.1.65"
350
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-riscv64-gnu/-/canvas-linux-riscv64-gnu-0.1.65.tgz#ab5059fae49769ccf726e8ded103f15e0a39e16c"
351
+ integrity sha512-dblWDaA59ZU8bPbkfM+riSke7sFbNZ70LEevUdI5rgiFEUzYUQlU34gSBzemTACj5rCWt1BYeu0GfkLSjNMBSw==
352
+
353
+ "@napi-rs/canvas-linux-x64-gnu@0.1.65":
354
+ version "0.1.65"
355
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-x64-gnu/-/canvas-linux-x64-gnu-0.1.65.tgz#767b023c9d7d9d09be06afdfe37ed0549b5b7a6c"
356
+ integrity sha512-wsp+atutw13OJXGU3DDkdngtBDoEg01IuK5xMe0L6VFPV8maGkh17CXze078OD5QJOc6kFyw3DDscMLOPF8+oA==
357
+
358
+ "@napi-rs/canvas-linux-x64-musl@0.1.65":
359
+ version "0.1.65"
360
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-linux-x64-musl/-/canvas-linux-x64-musl-0.1.65.tgz#9551edca5b5f0e7abfe7d5fea97b1ce25aeed4ca"
361
+ integrity sha512-odX+nN+IozWzhdj31INcHz3Iy9+EckNw+VqsZcaUxZOTu7/3FmktRNI6aC1qe5minZNv1m05YOS1FVf7fvmjlA==
362
+
363
+ "@napi-rs/canvas-win32-x64-msvc@0.1.65":
364
+ version "0.1.65"
365
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas-win32-x64-msvc/-/canvas-win32-x64-msvc-0.1.65.tgz#86b9209267a20df2c0044b650feb9abc8c85be3d"
366
+ integrity sha512-RZQX3luWnlNWgdMnLMQ1hyfQraeAn9lnxWWVCHuUM4tAWEV8UDdeb7cMwmJW7eyt8kAosmjeHt3cylQMHOxGFg==
367
+
368
+ "@napi-rs/canvas@^0.1.64":
369
+ version "0.1.65"
370
+ resolved "https://registry.yarnpkg.com/@napi-rs/canvas/-/canvas-0.1.65.tgz#ef97a41b83aa03ae37862e789d124ec80eaf5b33"
371
+ integrity sha512-YcFhXQcp+b2d38zFOJNbpyPHnIL7KAEkhJQ+UeeKI5IpE9B8Cpf/M6RiHPQXSsSqnYbrfFylnW49dyh2oeSblQ==
372
+ optionalDependencies:
373
+ "@napi-rs/canvas-android-arm64" "0.1.65"
374
+ "@napi-rs/canvas-darwin-arm64" "0.1.65"
375
+ "@napi-rs/canvas-darwin-x64" "0.1.65"
376
+ "@napi-rs/canvas-linux-arm-gnueabihf" "0.1.65"
377
+ "@napi-rs/canvas-linux-arm64-gnu" "0.1.65"
378
+ "@napi-rs/canvas-linux-arm64-musl" "0.1.65"
379
+ "@napi-rs/canvas-linux-riscv64-gnu" "0.1.65"
380
+ "@napi-rs/canvas-linux-x64-gnu" "0.1.65"
381
+ "@napi-rs/canvas-linux-x64-musl" "0.1.65"
382
+ "@napi-rs/canvas-win32-x64-msvc" "0.1.65"
383
+
384
+ "@tokenizer/token@^0.3.0":
385
+ version "0.3.0"
386
+ resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
387
+ integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==
388
+
389
+ "@types/node@16.9.1":
390
+ version "16.9.1"
391
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708"
392
+ integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==
393
+
394
+ any-base@^1.1.0:
395
+ version "1.1.0"
396
+ resolved "https://registry.yarnpkg.com/any-base/-/any-base-1.1.0.tgz#ae101a62bc08a597b4c9ab5b7089d456630549fe"
397
+ integrity sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==
398
+
399
+ base64-js@^1.3.1:
400
+ version "1.5.1"
401
+ resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
402
+ integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
403
+
404
+ bmp-js@^0.1.0:
405
+ version "0.1.0"
406
+ resolved "https://registry.yarnpkg.com/bmp-js/-/bmp-js-0.1.0.tgz#e05a63f796a6c1ff25f4771ec7adadc148c07233"
407
+ integrity sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==
408
+
409
+ buffer-equal@0.0.1:
410
+ version "0.0.1"
411
+ resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b"
412
+ integrity sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA==
413
+
414
+ buffer@^5.2.0:
415
+ version "5.7.1"
416
+ resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
417
+ integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
418
+ dependencies:
419
+ base64-js "^1.3.1"
420
+ ieee754 "^1.1.13"
421
+
422
+ centra@^2.7.0:
423
+ version "2.7.0"
424
+ resolved "https://registry.yarnpkg.com/centra/-/centra-2.7.0.tgz#4c8312a58436e8a718302011561db7e6a2b0ec18"
425
+ integrity sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==
426
+ dependencies:
427
+ follow-redirects "^1.15.6"
428
+
429
+ dom-walk@^0.1.0:
430
+ version "0.1.2"
431
+ resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
432
+ integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==
433
+
434
+ exif-parser@^0.1.12:
435
+ version "0.1.12"
436
+ resolved "https://registry.yarnpkg.com/exif-parser/-/exif-parser-0.1.12.tgz#58a9d2d72c02c1f6f02a0ef4a9166272b7760922"
437
+ integrity sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==
438
+
439
+ file-type@^12.1.0:
440
+ version "12.4.2"
441
+ resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.4.2.tgz#a344ea5664a1d01447ee7fb1b635f72feb6169d9"
442
+ integrity sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==
443
+
444
+ file-type@^16.5.4:
445
+ version "16.5.4"
446
+ resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.4.tgz#474fb4f704bee427681f98dd390058a172a6c2fd"
447
+ integrity sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==
448
+ dependencies:
449
+ readable-web-to-node-stream "^3.0.0"
450
+ strtok3 "^6.2.4"
451
+ token-types "^4.1.1"
452
+
453
+ follow-redirects@^1.15.6:
454
+ version "1.15.9"
455
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
456
+ integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
457
+
458
+ gifwrap@^0.9.2:
459
+ version "0.9.4"
460
+ resolved "https://registry.yarnpkg.com/gifwrap/-/gifwrap-0.9.4.tgz#f4eb6169ba027d61df64aafbdcb1f8ae58ccc0c5"
461
+ integrity sha512-MDMwbhASQuVeD4JKd1fKgNgCRL3fGqMM4WaqpNhWO0JiMOAjbQdumbs4BbBZEy9/M00EHEjKN3HieVhCUlwjeQ==
462
+ dependencies:
463
+ image-q "^4.0.0"
464
+ omggif "^1.0.10"
465
+
466
+ global@~4.4.0:
467
+ version "4.4.0"
468
+ resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
469
+ integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
470
+ dependencies:
471
+ min-document "^2.19.0"
472
+ process "^0.11.10"
473
+
474
+ ieee754@^1.1.13, ieee754@^1.2.1:
475
+ version "1.2.1"
476
+ resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
477
+ integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
478
+
479
+ image-q@^4.0.0:
480
+ version "4.0.0"
481
+ resolved "https://registry.yarnpkg.com/image-q/-/image-q-4.0.0.tgz#31e075be7bae3c1f42a85c469b4732c358981776"
482
+ integrity sha512-PfJGVgIfKQJuq3s0tTDOKtztksibuUEbJQIYT3by6wctQo+Rdlh7ef4evJ5NCdxY4CfMbvFkocEwbl4BF8RlJw==
483
+ dependencies:
484
+ "@types/node" "16.9.1"
485
+
486
+ inherits@^2.0.3:
487
+ version "2.0.4"
488
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
489
+ integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
490
+
491
+ is-function@^1.0.1:
492
+ version "1.0.2"
493
+ resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08"
494
+ integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==
495
+
496
+ jimp@^0.16.1:
497
+ version "0.16.13"
498
+ resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.16.13.tgz#944b6368183235afc5d077429e2a7f34834acb18"
499
+ integrity sha512-Bxz8q7V4rnCky9A0ktTNGA9SkNFVWRHodddI/DaAWZJzF7sVUlFYKQ60y9JGqrKpi48ECA/TnfMzzc5C70VByA==
500
+ dependencies:
501
+ "@babel/runtime" "^7.7.2"
502
+ "@jimp/custom" "^0.16.13"
503
+ "@jimp/plugins" "^0.16.13"
504
+ "@jimp/types" "^0.16.13"
505
+ regenerator-runtime "^0.13.3"
506
+
507
+ jpeg-js@^0.4.2:
508
+ version "0.4.4"
509
+ resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.4.tgz#a9f1c6f1f9f0fa80cdb3484ed9635054d28936aa"
510
+ integrity sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==
511
+
512
+ jsqr@^1.4.0:
513
+ version "1.4.0"
514
+ resolved "https://registry.yarnpkg.com/jsqr/-/jsqr-1.4.0.tgz#8efb8d0a7cc6863cb6d95116b9069123ce9eb2d1"
515
+ integrity sha512-dxLob7q65Xg2DvstYkRpkYtmKm2sPJ9oFhrhmudT1dZvNFFTlroai3AWSpLey/w5vMcLBXRgOJsbXpdN9HzU/A==
516
+
517
+ load-bmfont@^1.3.1, load-bmfont@^1.4.0:
518
+ version "1.4.2"
519
+ resolved "https://registry.yarnpkg.com/load-bmfont/-/load-bmfont-1.4.2.tgz#e0f4516064fa5be8439f9c3696c01423a64e8717"
520
+ integrity sha512-qElWkmjW9Oq1F9EI5Gt7aD9zcdHb9spJCW1L/dmPf7KzCCEJxq8nhHz5eCgI9aMf7vrG/wyaCqdsI+Iy9ZTlog==
521
+ dependencies:
522
+ buffer-equal "0.0.1"
523
+ mime "^1.3.4"
524
+ parse-bmfont-ascii "^1.0.3"
525
+ parse-bmfont-binary "^1.0.5"
526
+ parse-bmfont-xml "^1.1.4"
527
+ phin "^3.7.1"
528
+ xhr "^2.0.1"
529
+ xtend "^4.0.0"
530
+
531
+ memorystream@^0.3.1:
532
+ version "0.3.1"
533
+ resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
534
+ integrity sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==
535
+
536
+ mime-db@1.52.0:
537
+ version "1.52.0"
538
+ resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
539
+ integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
540
+
541
+ mime-kind@^3.0.0:
542
+ version "3.0.0"
543
+ resolved "https://registry.yarnpkg.com/mime-kind/-/mime-kind-3.0.0.tgz#23bb3aba03ed6a1ea8c4f6093a9c7ab7121a9cb2"
544
+ integrity sha512-sx9lClVP7GXY2mO3aVDWTQLhfvAdDvNhGi3o3g7+ae3aKaoybeGbEIlnreoRKjrbDpvlPltlkIryxOtatojeXQ==
545
+ dependencies:
546
+ file-type "^12.1.0"
547
+ mime-types "^2.1.24"
548
+
549
+ mime-types@^2.1.24:
550
+ version "2.1.35"
551
+ resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
552
+ integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
553
+ dependencies:
554
+ mime-db "1.52.0"
555
+
556
+ mime@^1.3.4:
557
+ version "1.6.0"
558
+ resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
559
+ integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
560
+
561
+ min-document@^2.19.0:
562
+ version "2.19.0"
563
+ resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
564
+ integrity sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==
565
+ dependencies:
566
+ dom-walk "^0.1.0"
567
+
568
+ minimist@^1.2.6:
569
+ version "1.2.8"
570
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
571
+ integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
572
+
573
+ mkdirp@^0.5.1:
574
+ version "0.5.6"
575
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
576
+ integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
577
+ dependencies:
578
+ minimist "^1.2.6"
579
+
580
+ omggif@^1.0.10, omggif@^1.0.9:
581
+ version "1.0.10"
582
+ resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
583
+ integrity sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==
584
+
585
+ pako@^1.0.5:
586
+ version "1.0.11"
587
+ resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
588
+ integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
589
+
590
+ parse-bmfont-ascii@^1.0.3:
591
+ version "1.0.6"
592
+ resolved "https://registry.yarnpkg.com/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz#11ac3c3ff58f7c2020ab22769079108d4dfa0285"
593
+ integrity sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==
594
+
595
+ parse-bmfont-binary@^1.0.5:
596
+ version "1.0.6"
597
+ resolved "https://registry.yarnpkg.com/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz#d038b476d3e9dd9db1e11a0b0e53a22792b69006"
598
+ integrity sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==
599
+
600
+ parse-bmfont-xml@^1.1.4:
601
+ version "1.1.6"
602
+ resolved "https://registry.yarnpkg.com/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz#016b655da7aebe6da38c906aca16bf0415773767"
603
+ integrity sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==
604
+ dependencies:
605
+ xml-parse-from-string "^1.0.0"
606
+ xml2js "^0.5.0"
607
+
608
+ parse-headers@^2.0.0:
609
+ version "2.0.5"
610
+ resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.5.tgz#069793f9356a54008571eb7f9761153e6c770da9"
611
+ integrity sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==
612
+
613
+ pdf-to-png-converter@^3.6.3:
614
+ version "3.6.3"
615
+ resolved "https://registry.yarnpkg.com/pdf-to-png-converter/-/pdf-to-png-converter-3.6.3.tgz#7d4f3d3637e09e96b6790dca23307ceb64ad7738"
616
+ integrity sha512-hY27cG9ZHyXAuuiVoTMV6x+YNvVWIciuxg9paf2ttBrbrpqQwO5dyLHstcpc9HJ0xAYBDjA1uAunZDHpiCih/w==
617
+ dependencies:
618
+ pdfjs-dist "^4.9.155"
619
+
620
+ pdfjs-dist@^4.9.155:
621
+ version "4.9.155"
622
+ resolved "https://registry.yarnpkg.com/pdfjs-dist/-/pdfjs-dist-4.9.155.tgz#80c9fc7f5411a4cf00751cdea242ffd8b0f23a96"
623
+ integrity sha512-epRZn6DQQKCOEqbmFsxkiMBm1MHaNrnr6T4VBNP0bsDvdJdmrWcZbS5cgJXW68P0d3uJTlFhF6Wms2tlSgPYig==
624
+ optionalDependencies:
625
+ "@napi-rs/canvas" "^0.1.64"
626
+
627
+ peek-readable@^4.1.0:
628
+ version "4.1.0"
629
+ resolved "https://registry.yarnpkg.com/peek-readable/-/peek-readable-4.1.0.tgz#4ece1111bf5c2ad8867c314c81356847e8a62e72"
630
+ integrity sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==
631
+
632
+ phin@^2.9.1:
633
+ version "2.9.3"
634
+ resolved "https://registry.yarnpkg.com/phin/-/phin-2.9.3.tgz#f9b6ac10a035636fb65dfc576aaaa17b8743125c"
635
+ integrity sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==
636
+
637
+ phin@^3.7.1:
638
+ version "3.7.1"
639
+ resolved "https://registry.yarnpkg.com/phin/-/phin-3.7.1.tgz#bf841da75ee91286691b10e41522a662aa628fd6"
640
+ integrity sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==
641
+ dependencies:
642
+ centra "^2.7.0"
643
+
644
+ pixelmatch@^4.0.2:
645
+ version "4.0.2"
646
+ resolved "https://registry.yarnpkg.com/pixelmatch/-/pixelmatch-4.0.2.tgz#8f47dcec5011b477b67db03c243bc1f3085e8854"
647
+ integrity sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==
648
+ dependencies:
649
+ pngjs "^3.0.0"
650
+
651
+ pngjs@^3.0.0, pngjs@^3.3.3:
652
+ version "3.4.0"
653
+ resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
654
+ integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
655
+
656
+ process@^0.11.10:
657
+ version "0.11.10"
658
+ resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
659
+ integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
660
+
661
+ readable-stream@^3.6.0:
662
+ version "3.6.2"
663
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
664
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
665
+ dependencies:
666
+ inherits "^2.0.3"
667
+ string_decoder "^1.1.1"
668
+ util-deprecate "^1.0.1"
669
+
670
+ readable-web-to-node-stream@^3.0.0:
671
+ version "3.0.2"
672
+ resolved "https://registry.yarnpkg.com/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz#5d52bb5df7b54861fd48d015e93a2cb87b3ee0bb"
673
+ integrity sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==
674
+ dependencies:
675
+ readable-stream "^3.6.0"
676
+
677
+ regenerator-runtime@^0.13.3:
678
+ version "0.13.11"
679
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
680
+ integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
681
+
682
+ regenerator-runtime@^0.14.0:
683
+ version "0.14.1"
684
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
685
+ integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
686
+
687
+ safe-buffer@~5.2.0:
688
+ version "5.2.1"
689
+ resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
690
+ integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
691
+
692
+ sax@>=0.6.0:
693
+ version "1.4.1"
694
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz#44cc8988377f126304d3b3fc1010c733b929ef0f"
695
+ integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
696
+
697
+ string_decoder@^1.1.1:
698
+ version "1.3.0"
699
+ resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
700
+ integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
701
+ dependencies:
702
+ safe-buffer "~5.2.0"
703
+
704
+ strtok3@^6.2.4:
705
+ version "6.3.0"
706
+ resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-6.3.0.tgz#358b80ffe6d5d5620e19a073aa78ce947a90f9a0"
707
+ integrity sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==
708
+ dependencies:
709
+ "@tokenizer/token" "^0.3.0"
710
+ peek-readable "^4.1.0"
711
+
712
+ timm@^1.6.1:
713
+ version "1.7.1"
714
+ resolved "https://registry.yarnpkg.com/timm/-/timm-1.7.1.tgz#96bab60c7d45b5a10a8a4d0f0117c6b7e5aff76f"
715
+ integrity sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==
716
+
717
+ tinycolor2@^1.4.1:
718
+ version "1.6.0"
719
+ resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e"
720
+ integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
721
+
722
+ token-types@^4.1.1:
723
+ version "4.2.1"
724
+ resolved "https://registry.yarnpkg.com/token-types/-/token-types-4.2.1.tgz#0f897f03665846982806e138977dbe72d44df753"
725
+ integrity sha512-6udB24Q737UD/SDsKAHI9FCRP7Bqc9D/MQUV02ORQg5iskjtLJlZJNdN4kKtcdtwCeWIwIHDGaUsTsCCAa8sFQ==
726
+ dependencies:
727
+ "@tokenizer/token" "^0.3.0"
728
+ ieee754 "^1.2.1"
729
+
730
+ utif@^2.0.1:
731
+ version "2.0.1"
732
+ resolved "https://registry.yarnpkg.com/utif/-/utif-2.0.1.tgz#9e1582d9bbd20011a6588548ed3266298e711759"
733
+ integrity sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==
734
+ dependencies:
735
+ pako "^1.0.5"
736
+
737
+ util-deprecate@^1.0.1:
738
+ version "1.0.2"
739
+ resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
740
+ integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
741
+
742
+ xhr@^2.0.1:
743
+ version "2.6.0"
744
+ resolved "https://registry.yarnpkg.com/xhr/-/xhr-2.6.0.tgz#b69d4395e792b4173d6b7df077f0fc5e4e2b249d"
745
+ integrity sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==
746
+ dependencies:
747
+ global "~4.4.0"
748
+ is-function "^1.0.1"
749
+ parse-headers "^2.0.0"
750
+ xtend "^4.0.0"
751
+
752
+ xml-parse-from-string@^1.0.0:
753
+ version "1.0.1"
754
+ resolved "https://registry.yarnpkg.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz#a9029e929d3dbcded169f3c6e28238d95a5d5a28"
755
+ integrity sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==
756
+
757
+ xml2js@^0.5.0:
758
+ version "0.5.0"
759
+ resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
760
+ integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
761
+ dependencies:
762
+ sax ">=0.6.0"
763
+ xmlbuilder "~11.0.0"
764
+
765
+ xmlbuilder@~11.0.0:
766
+ version "11.0.1"
767
+ resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
768
+ integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==
769
+
770
+ xtend@^4.0.0:
771
+ version "4.0.2"
772
+ resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
773
+ integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: qr_code_scanner
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Marco Roth
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-12-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: nodo
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: A Ruby Gem for scanning QR-Codes from documents.
28
+ email:
29
+ - marco.roth@intergga.ch
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".node-version"
35
+ - ".rubocop.yml"
36
+ - ".yarnrc"
37
+ - CHANGELOG.md
38
+ - CODE_OF_CONDUCT.md
39
+ - README.md
40
+ - Rakefile
41
+ - lib/qr_code_scanner.rb
42
+ - lib/qr_code_scanner/qr_code_scanner.rb
43
+ - lib/qr_code_scanner/version.rb
44
+ - package.json
45
+ - qr_code_scanner.gemspec
46
+ - sig/qr_code_scanner.rbs
47
+ - yarn.lock
48
+ homepage: https://github.com/marcoroth/qr_code_scanner
49
+ licenses: []
50
+ metadata:
51
+ homepage_uri: https://github.com/marcoroth/qr_code_scanner
52
+ rubygems_mfa_required: 'true'
53
+ source_code_uri: https://github.com/marcoroth/qr_code_scanner
54
+ changelog_uri: https://github.com/marcoroth/qr_code_scanner/blob/main/CHANGELOG.md
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: 3.2.0
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ requirements: []
70
+ rubygems_version: 3.5.11
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: A Ruby Gem for scanning QR-Codes from documents.
74
+ test_files: []