File tree Expand file tree Collapse file tree 6 files changed +55
-0
lines changed Expand file tree Collapse file tree 6 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ < p >
2+ See the < a href ="https://github.com/cozmo/jsQR/commits/master "> jsQR changelog</ a >
3+ </ p >
Original file line number Diff line number Diff line change 1+ < p >
2+ jsQR is licensed under the < a href ="https://github.com/cozmo/jsQR/blob/LICENSE "> Apache-2.0 license</ a > .
3+ </ p >
Original file line number Diff line number Diff line change 1+ {
2+ "files" : [" node_modules/jsqr/dist/jsQR.js" ],
3+ "resources" : []
4+ }
Original file line number Diff line number Diff line change 1+ <dotnetnuke type="Package" version="5.0">
2+ <packages>
3+ <package name="jsqr" type="JavaScript_Library" version="<~=version~>">
4+ <friendlyName>jsQR</friendlyName>
5+ <description>
6+ <![CDATA[A pure javascript QR code reading library that takes in raw images and will locate, extract and parse any QR code found within.]]>
7+ </description>
8+ <owner>
9+ <name>Engage Software</name>
10+ <organization>Engage Software</organization>
11+ <url>https://engagesoftware.com/</url>
12+ <email>support@engagesoftware.com</email>
13+ </owner>
14+ <license src="LICENSE.htm" />
15+ <releaseNotes src="CHANGES.htm" />
16+ <azureCompatible>true</azureCompatible>
17+ <dependencies></dependencies>
18+ <components>
19+ <component type="JavaScript_Library">
20+ <javaScriptLibrary>
21+ <libraryName>jsqr</libraryName>
22+ <fileName>jsQR.js</fileName>
23+ <preferredScriptLocation>BodyBottom</preferredScriptLocation>
24+ <objectName>jsQR</objectName>
25+ <cdnUrl>https://cdn.jsdelivr.net/npm/jsqr@<~=version~>/dist/jsQR.js</cdnUrl>
26+ </javaScriptLibrary>
27+ </component>
28+ <component type="JavaScriptFile">
29+ <jsfiles>
30+ <libraryFolderName>jsqr</libraryFolderName>
31+ <jsfile>
32+ <name>jsQR.js</name>
33+ </jsfile>
34+ </jsfiles>
35+ </component>
36+ </components>
37+ </package>
38+ </packages>
39+ </dotnetnuke>
Original file line number Diff line number Diff line change 4646 "jquery.scrollto" : " 2.1.2" ,
4747 "jquery.serialscroll" : " 1.3.0" ,
4848 "jquery.tipsy" : " 1.0.3" ,
49+ "jsqr" : " 1.2.0" ,
4950 "jszip" : " 3.3.0" ,
5051 "kinetic" : " 5.2.0" ,
5152 "knockout" : " 3.5.1" ,
Original file line number Diff line number Diff line change @@ -3513,6 +3513,11 @@ jsprim@^1.2.2:
35133513 json-schema "0.2.3"
35143514 verror "1.10.0"
35153515
3516+ jsqr@1.2.0 :
3517+ version "1.2.0"
3518+ resolved "https://registry.yarnpkg.com/jsqr/-/jsqr-1.2.0.tgz#f93fc65fa7d1ded78b1bcb020fa044352b04261a"
3519+ integrity sha512-wKcQS9QC2VHGk7aphWCp1RrFyC0CM6fMgC5prZZ2KV/Lk6OKNoCod9IR6bao+yx3KPY0gZFC5dc+h+KFzCI0Wg==
3520+
35163521jszip@3.3.0 :
35173522 version "3.3.0"
35183523 resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.3.0.tgz#29d72c21a54990fa885b11fc843db320640d5271"
You can’t perform that action at this time.
0 commit comments