@dcloudio/uni-app-x 0.7.78 → 0.7.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/package.json +3 -2
  2. package/types/dom2/UniCSSTransform.d.ts +1 -1
  3. package/types/dom2/UniNativeBaseView.d.ts +11 -15
  4. package/types/dom2/UniNativeDefines.d.ts +2 -44
  5. package/types/dom2/UniNativeViewElement.d.ts +60 -0
  6. package/types/dom2/UniTextElement.d.ts +7 -0
  7. package/types/dom2/UniTextLayout.d.ts +7 -0
  8. package/types/dom2/global.d.ts +3 -6
  9. package/types/dom2/sharedData.d.ts +13 -5
  10. package/types/native/UniPage.d.ts +9 -0
  11. package/types/node_modules/.package-lock.json +20 -0
  12. package/types/node_modules/typescript/LICENSE.txt +55 -0
  13. package/types/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  14. package/types/node_modules/typescript/bin/tsc +2 -0
  15. package/types/node_modules/typescript/bin/tsserver +2 -0
  16. package/types/node_modules/typescript/lib/cancellationToken.js +90 -0
  17. package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  18. package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  19. package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  20. package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  21. package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  22. package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  23. package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  24. package/types/node_modules/typescript/lib/lib.d.ts +22 -0
  25. package/types/node_modules/typescript/lib/lib.decorators.d.ts +386 -0
  26. package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +22 -0
  27. package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +33 -0
  28. package/types/node_modules/typescript/lib/lib.dom.d.ts +28596 -0
  29. package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +475 -0
  30. package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +147 -0
  31. package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +597 -0
  32. package/types/node_modules/typescript/lib/lib.es2015.d.ts +28 -0
  33. package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +77 -0
  34. package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +495 -0
  35. package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +81 -0
  36. package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +128 -0
  37. package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +144 -0
  38. package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +46 -0
  39. package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +326 -0
  40. package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +116 -0
  41. package/types/node_modules/typescript/lib/lib.es2016.d.ts +21 -0
  42. package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +23 -0
  43. package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +31 -0
  44. package/types/node_modules/typescript/lib/lib.es2017.d.ts +25 -0
  45. package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +31 -0
  46. package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +23 -0
  47. package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +44 -0
  48. package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +49 -0
  49. package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +135 -0
  50. package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +45 -0
  51. package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +53 -0
  52. package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +77 -0
  53. package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +43 -0
  54. package/types/node_modules/typescript/lib/lib.es2018.d.ts +24 -0
  55. package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +24 -0
  56. package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +83 -0
  57. package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +30 -0
  58. package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +37 -0
  59. package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +79 -0
  60. package/types/node_modules/typescript/lib/lib.es2019.d.ts +24 -0
  61. package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +24 -0
  62. package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +23 -0
  63. package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +33 -0
  64. package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +37 -0
  65. package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +24 -0
  66. package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +727 -0
  67. package/types/node_modules/typescript/lib/lib.es2020.d.ts +27 -0
  68. package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +42 -0
  69. package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +24 -0
  70. package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +474 -0
  71. package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +28 -0
  72. package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +47 -0
  73. package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +97 -0
  74. package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +42 -0
  75. package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +37 -0
  76. package/types/node_modules/typescript/lib/lib.es2021.d.ts +23 -0
  77. package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +24 -0
  78. package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +166 -0
  79. package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +48 -0
  80. package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +33 -0
  81. package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +76 -0
  82. package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +121 -0
  83. package/types/node_modules/typescript/lib/lib.es2022.d.ts +26 -0
  84. package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +73 -0
  85. package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +24 -0
  86. package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +117 -0
  87. package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +26 -0
  88. package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +39 -0
  89. package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +39 -0
  90. package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +25 -0
  91. package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +924 -0
  92. package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +21 -0
  93. package/types/node_modules/typescript/lib/lib.es2023.d.ts +22 -0
  94. package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +24 -0
  95. package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +56 -0
  96. package/types/node_modules/typescript/lib/lib.es5.d.ts +4585 -0
  97. package/types/node_modules/typescript/lib/lib.es6.d.ts +23 -0
  98. package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +35 -0
  99. package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +106 -0
  100. package/types/node_modules/typescript/lib/lib.esnext.d.ts +28 -0
  101. package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +28 -0
  102. package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +185 -0
  103. package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +24 -0
  104. package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +21 -0
  105. package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +29 -0
  106. package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +35 -0
  107. package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +25 -0
  108. package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +29 -0
  109. package/types/node_modules/typescript/lib/lib.scripthost.d.ts +322 -0
  110. package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +33 -0
  111. package/types/node_modules/typescript/lib/lib.webworker.d.ts +9431 -0
  112. package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +23 -0
  113. package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +276 -0
  114. package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  115. package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  116. package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  117. package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  118. package/types/node_modules/typescript/lib/tsc.js +129741 -0
  119. package/types/node_modules/typescript/lib/tsserver.js +621 -0
  120. package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +17 -0
  121. package/types/node_modules/typescript/lib/tsserverlibrary.js +21 -0
  122. package/types/node_modules/typescript/lib/typesMap.json +497 -0
  123. package/types/node_modules/typescript/lib/typescript.d.ts +11240 -0
  124. package/types/node_modules/typescript/lib/typescript.js +194910 -0
  125. package/types/node_modules/typescript/lib/typingsInstaller.js +236 -0
  126. package/types/node_modules/typescript/lib/watchGuard.js +53 -0
  127. package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  128. package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  129. package/types/node_modules/typescript/package.json +116 -0
  130. package/types/uni/global.d.ts +0 -2
  131. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +2 -2
  132. package/types/uni/uts-plugin-biz/global.d.ts +1 -0
  133. package/types/uni/uts-plugin-biz/index.d.ts +1 -0
  134. package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/global.d.ts +14 -0
  135. package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/index.d.ts +7 -0
  136. package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/interface.d.ts +101 -0
  137. package/types/uni/uts-plugin-component/global.d.ts +5 -0
  138. package/types/uni/uts-plugin-component/index.d.ts +5 -0
  139. package/types/uni/uts-plugin-component/lib/uni-camera-global/utssdk/global.d.ts +23 -0
  140. package/types/uni/uts-plugin-component/lib/uni-camera-global/utssdk/index.d.ts +12 -0
  141. package/types/uni/uts-plugin-component/lib/uni-camera-global/utssdk/interface.d.ts +38 -0
  142. package/types/uni/{uni-map-tencent-global.d.ts → uts-plugin-component/lib/uni-map-tencent-global/utssdk/global.d.ts} +22 -20
  143. package/types/uni/uts-plugin-component/lib/uni-map-tencent-global/utssdk/index.d.ts +20 -0
  144. package/types/uni/uts-plugin-component/lib/uni-map-tencent-global/utssdk/interface.d.ts +56 -0
  145. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/global.d.ts +39 -0
  146. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/index.d.ts +20 -0
  147. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/interface.d.ts +94 -0
  148. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +19 -0
  149. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +9 -0
  150. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +243 -0
  151. package/types/uni/uts-plugin-component/lib/uni-web-view-global/utssdk/global.d.ts +31 -0
  152. package/types/uni/uts-plugin-component/lib/uni-web-view-global/utssdk/index.d.ts +16 -0
  153. package/types/uni/uts-plugin-component/lib/uni-web-view-global/utssdk/interface.d.ts +46 -0
  154. package/types/uni/uni-camera-global.d.ts +0 -23
  155. package/types/uni/uni-camera.d.ts +0 -35
  156. package/types/uni/uni-map-tencent-map.d.ts +0 -63
@@ -0,0 +1,497 @@
1
+ {
2
+ "typesMap": {
3
+ "jquery": {
4
+ "match": "jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$",
5
+ "types": ["jquery"]
6
+ },
7
+ "WinJS": {
8
+ "match": "^(.*\\/winjs-[.\\d]+)\\/js\\/base\\.js$",
9
+ "exclude": [["^", 1, "/.*"]],
10
+ "types": ["winjs"]
11
+ },
12
+ "Kendo": {
13
+ "match": "^(.*\\/kendo(-ui)?)\\/kendo\\.all(\\.min)?\\.js$",
14
+ "exclude": [["^", 1, "/.*"]],
15
+ "types": ["kendo-ui"]
16
+ },
17
+ "Office Nuget": {
18
+ "match": "^(.*\\/office\\/1)\\/excel-\\d+\\.debug\\.js$",
19
+ "exclude": [["^", 1, "/.*"]],
20
+ "types": ["office"]
21
+ },
22
+ "References": {
23
+ "match": "^(.*\\/_references\\.js)$",
24
+ "exclude": [["^", 1, "$"]]
25
+ },
26
+ "Datatables.net": {
27
+ "match": "^.*\\/(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
28
+ "types": ["datatables.net"]
29
+ },
30
+ "Ace": {
31
+ "match": "^(.*)\\/ace.js",
32
+ "exclude": [["^", 1, "/.*"]],
33
+ "types": ["ace"]
34
+ }
35
+ },
36
+ "simpleMap": {
37
+ "accounting": "accounting",
38
+ "ace.js": "ace",
39
+ "ag-grid": "ag-grid",
40
+ "alertify": "alertify",
41
+ "alt": "alt",
42
+ "amcharts.js": "amcharts",
43
+ "amplify": "amplifyjs",
44
+ "angular": "angular",
45
+ "angular-bootstrap-lightbox": "angular-bootstrap-lightbox",
46
+ "angular-cookie": "angular-cookie",
47
+ "angular-file-upload": "angular-file-upload",
48
+ "angularfire": "angularfire",
49
+ "angular-gettext": "angular-gettext",
50
+ "angular-google-analytics": "angular-google-analytics",
51
+ "angular-local-storage": "angular-local-storage",
52
+ "angularLocalStorage": "angularLocalStorage",
53
+ "angular-scroll": "angular-scroll",
54
+ "angular-spinner": "angular-spinner",
55
+ "angular-strap": "angular-strap",
56
+ "angulartics": "angulartics",
57
+ "angular-toastr": "angular-toastr",
58
+ "angular-translate": "angular-translate",
59
+ "angular-ui-router": "angular-ui-router",
60
+ "angular-ui-tree": "angular-ui-tree",
61
+ "angular-wizard": "angular-wizard",
62
+ "async": "async",
63
+ "atmosphere": "atmosphere",
64
+ "aws-sdk": "aws-sdk",
65
+ "aws-sdk-js": "aws-sdk",
66
+ "axios": "axios",
67
+ "backbone": "backbone",
68
+ "backbone.layoutmanager": "backbone.layoutmanager",
69
+ "backbone.paginator": "backbone.paginator",
70
+ "backbone.radio": "backbone.radio",
71
+ "backbone-associations": "backbone-associations",
72
+ "backbone-relational": "backbone-relational",
73
+ "backgrid": "backgrid",
74
+ "Bacon": "baconjs",
75
+ "benchmark": "benchmark",
76
+ "blazy": "blazy",
77
+ "bliss": "blissfuljs",
78
+ "bluebird": "bluebird",
79
+ "body-parser": "body-parser",
80
+ "bootbox": "bootbox",
81
+ "bootstrap": "bootstrap",
82
+ "bootstrap-editable": "x-editable",
83
+ "bootstrap-maxlength": "bootstrap-maxlength",
84
+ "bootstrap-notify": "bootstrap-notify",
85
+ "bootstrap-slider": "bootstrap-slider",
86
+ "bootstrap-switch": "bootstrap-switch",
87
+ "bowser": "bowser",
88
+ "breeze": "breeze",
89
+ "browserify": "browserify",
90
+ "bson": "bson",
91
+ "c3": "c3",
92
+ "canvasjs": "canvasjs",
93
+ "chai": "chai",
94
+ "chalk": "chalk",
95
+ "chance": "chance",
96
+ "chartist": "chartist",
97
+ "cheerio": "cheerio",
98
+ "chokidar": "chokidar",
99
+ "chosen.jquery": "chosen",
100
+ "chroma": "chroma-js",
101
+ "ckeditor.js": "ckeditor",
102
+ "cli-color": "cli-color",
103
+ "clipboard": "clipboard",
104
+ "codemirror": "codemirror",
105
+ "colors": "colors",
106
+ "commander": "commander",
107
+ "commonmark": "commonmark",
108
+ "compression": "compression",
109
+ "confidence": "confidence",
110
+ "connect": "connect",
111
+ "Control.FullScreen": "leaflet.fullscreen",
112
+ "cookie": "cookie",
113
+ "cookie-parser": "cookie-parser",
114
+ "cookies": "cookies",
115
+ "core": "core-js",
116
+ "core-js": "core-js",
117
+ "crossfilter": "crossfilter",
118
+ "crossroads": "crossroads",
119
+ "css": "css",
120
+ "ct-ui-router-extras": "ui-router-extras",
121
+ "d3": "d3",
122
+ "dagre-d3": "dagre-d3",
123
+ "dat.gui": "dat-gui",
124
+ "debug": "debug",
125
+ "deep-diff": "deep-diff",
126
+ "Dexie": "dexie",
127
+ "dialogs": "angular-dialog-service",
128
+ "dojo.js": "dojo",
129
+ "doT": "dot",
130
+ "dragula": "dragula",
131
+ "drop": "drop",
132
+ "dropbox": "dropboxjs",
133
+ "dropzone": "dropzone",
134
+ "Dts Name": "Dts Name",
135
+ "dust-core": "dustjs-linkedin",
136
+ "easeljs": "easeljs",
137
+ "ejs": "ejs",
138
+ "ember": "ember",
139
+ "envify": "envify",
140
+ "epiceditor": "epiceditor",
141
+ "es6-promise": "es6-promise",
142
+ "ES6-Promise": "es6-promise",
143
+ "es6-shim": "es6-shim",
144
+ "expect": "expect",
145
+ "express": "express",
146
+ "express-session": "express-session",
147
+ "ext-all.js": "extjs",
148
+ "extend": "extend",
149
+ "fabric": "fabricjs",
150
+ "faker": "faker",
151
+ "fastclick": "fastclick",
152
+ "favico": "favico.js",
153
+ "featherlight": "featherlight",
154
+ "FileSaver": "FileSaver",
155
+ "fingerprint": "fingerprintjs",
156
+ "fixed-data-table": "fixed-data-table",
157
+ "flickity.pkgd": "flickity",
158
+ "flight": "flight",
159
+ "flow": "flowjs",
160
+ "Flux": "flux",
161
+ "formly": "angular-formly",
162
+ "foundation": "foundation",
163
+ "fpsmeter": "fpsmeter",
164
+ "fuse": "fuse",
165
+ "generator": "yeoman-generator",
166
+ "gl-matrix": "gl-matrix",
167
+ "globalize": "globalize",
168
+ "graceful-fs": "graceful-fs",
169
+ "gridstack": "gridstack",
170
+ "gulp": "gulp",
171
+ "gulp-rename": "gulp-rename",
172
+ "gulp-uglify": "gulp-uglify",
173
+ "gulp-util": "gulp-util",
174
+ "hammer": "hammerjs",
175
+ "handlebars": "handlebars",
176
+ "hasher": "hasher",
177
+ "he": "he",
178
+ "hello.all": "hellojs",
179
+ "highcharts.js": "highcharts",
180
+ "highlight": "highlightjs",
181
+ "history": "history",
182
+ "History": "history",
183
+ "hopscotch": "hopscotch",
184
+ "hotkeys": "angular-hotkeys",
185
+ "html2canvas": "html2canvas",
186
+ "humane": "humane",
187
+ "i18next": "i18next",
188
+ "icheck": "icheck",
189
+ "impress": "impress",
190
+ "incremental-dom": "incremental-dom",
191
+ "Inquirer": "inquirer",
192
+ "insight": "insight",
193
+ "interact": "interactjs",
194
+ "intercom": "intercomjs",
195
+ "intro": "intro.js",
196
+ "ion.rangeSlider": "ion.rangeSlider",
197
+ "ionic": "ionic",
198
+ "is": "is_js",
199
+ "iscroll": "iscroll",
200
+ "jade": "jade",
201
+ "jasmine": "jasmine",
202
+ "joint": "jointjs",
203
+ "jquery": "jquery",
204
+ "jquery.address": "jquery.address",
205
+ "jquery.are-you-sure": "jquery.are-you-sure",
206
+ "jquery.blockUI": "jquery.blockUI",
207
+ "jquery.bootstrap.wizard": "jquery.bootstrap.wizard",
208
+ "jquery.bootstrap-touchspin": "bootstrap-touchspin",
209
+ "jquery.color": "jquery.color",
210
+ "jquery.colorbox": "jquery.colorbox",
211
+ "jquery.contextMenu": "jquery.contextMenu",
212
+ "jquery.cookie": "jquery.cookie",
213
+ "jquery.customSelect": "jquery.customSelect",
214
+ "jquery.cycle.all": "jquery.cycle",
215
+ "jquery.cycle2": "jquery.cycle2",
216
+ "jquery.dataTables": "jquery.dataTables",
217
+ "jquery.dropotron": "jquery.dropotron",
218
+ "jquery.fancybox.pack.js": "fancybox",
219
+ "jquery.fancytree-all": "jquery.fancytree",
220
+ "jquery.fileupload": "jquery.fileupload",
221
+ "jquery.flot": "flot",
222
+ "jquery.form": "jquery.form",
223
+ "jquery.gridster": "jquery.gridster",
224
+ "jquery.handsontable.full": "jquery-handsontable",
225
+ "jquery.joyride": "jquery.joyride",
226
+ "jquery.jqGrid": "jqgrid",
227
+ "jquery.mmenu": "jquery.mmenu",
228
+ "jquery.mockjax": "jquery-mockjax",
229
+ "jquery.noty": "jquery.noty",
230
+ "jquery.payment": "jquery.payment",
231
+ "jquery.pjax": "jquery.pjax",
232
+ "jquery.placeholder": "jquery.placeholder",
233
+ "jquery.qrcode": "jquery.qrcode",
234
+ "jquery.qtip": "qtip2",
235
+ "jquery.raty": "raty",
236
+ "jquery.scrollTo": "jquery.scrollTo",
237
+ "jquery.signalR": "signalr",
238
+ "jquery.simplemodal": "jquery.simplemodal",
239
+ "jquery.timeago": "jquery.timeago",
240
+ "jquery.tinyscrollbar": "jquery.tinyscrollbar",
241
+ "jquery.tipsy": "jquery.tipsy",
242
+ "jquery.tooltipster": "tooltipster",
243
+ "jquery.transit": "jquery.transit",
244
+ "jquery.uniform": "jquery.uniform",
245
+ "jquery.watch": "watch",
246
+ "jquery-sortable": "jquery-sortable",
247
+ "jquery-ui": "jqueryui",
248
+ "js.cookie": "js-cookie",
249
+ "js-data": "js-data",
250
+ "js-data-angular": "js-data-angular",
251
+ "js-data-http": "js-data-http",
252
+ "jsdom": "jsdom",
253
+ "jsnlog": "jsnlog",
254
+ "json5": "json5",
255
+ "jspdf": "jspdf",
256
+ "jsrender": "jsrender",
257
+ "js-signals": "js-signals",
258
+ "jstorage": "jstorage",
259
+ "jstree": "jstree",
260
+ "js-yaml": "js-yaml",
261
+ "jszip": "jszip",
262
+ "katex": "katex",
263
+ "kefir": "kefir",
264
+ "keymaster": "keymaster",
265
+ "keypress": "keypress",
266
+ "kinetic": "kineticjs",
267
+ "knockback": "knockback",
268
+ "knockout": "knockout",
269
+ "knockout.mapping": "knockout.mapping",
270
+ "knockout.validation": "knockout.validation",
271
+ "knockout-paging": "knockout-paging",
272
+ "knockout-pre-rendered": "knockout-pre-rendered",
273
+ "ladda": "ladda",
274
+ "later": "later",
275
+ "lazy": "lazy.js",
276
+ "Leaflet.Editable": "leaflet-editable",
277
+ "leaflet.js": "leaflet",
278
+ "less": "less",
279
+ "linq": "linq",
280
+ "loading-bar": "angular-loading-bar",
281
+ "lodash": "lodash",
282
+ "log4javascript": "log4javascript",
283
+ "loglevel": "loglevel",
284
+ "lokijs": "lokijs",
285
+ "lovefield": "lovefield",
286
+ "lunr": "lunr",
287
+ "lz-string": "lz-string",
288
+ "mailcheck": "mailcheck",
289
+ "maquette": "maquette",
290
+ "marked": "marked",
291
+ "math": "mathjs",
292
+ "MathJax.js": "mathjax",
293
+ "matter": "matter-js",
294
+ "md5": "blueimp-md5",
295
+ "md5.js": "crypto-js",
296
+ "messenger": "messenger",
297
+ "method-override": "method-override",
298
+ "minimatch": "minimatch",
299
+ "minimist": "minimist",
300
+ "mithril": "mithril",
301
+ "mobile-detect": "mobile-detect",
302
+ "mocha": "mocha",
303
+ "mock-ajax": "jasmine-ajax",
304
+ "modernizr": "modernizr",
305
+ "Modernizr": "Modernizr",
306
+ "moment": "moment",
307
+ "moment-range": "moment-range",
308
+ "moment-timezone": "moment-timezone",
309
+ "mongoose": "mongoose",
310
+ "morgan": "morgan",
311
+ "mousetrap": "mousetrap",
312
+ "ms": "ms",
313
+ "mustache": "mustache",
314
+ "native.history": "history",
315
+ "nconf": "nconf",
316
+ "ncp": "ncp",
317
+ "nedb": "nedb",
318
+ "ng-cordova": "ng-cordova",
319
+ "ngDialog": "ng-dialog",
320
+ "ng-flow-standalone": "ng-flow",
321
+ "ng-grid": "ng-grid",
322
+ "ng-i18next": "ng-i18next",
323
+ "ng-table": "ng-table",
324
+ "node_redis": "redis",
325
+ "node-clone": "clone",
326
+ "node-fs-extra": "fs-extra",
327
+ "node-glob": "glob",
328
+ "Nodemailer": "nodemailer",
329
+ "node-mime": "mime",
330
+ "node-mkdirp": "mkdirp",
331
+ "node-mongodb-native": "mongodb",
332
+ "node-mysql": "mysql",
333
+ "node-open": "open",
334
+ "node-optimist": "optimist",
335
+ "node-progress": "progress",
336
+ "node-semver": "semver",
337
+ "node-tar": "tar",
338
+ "node-uuid": "node-uuid",
339
+ "node-xml2js": "xml2js",
340
+ "nopt": "nopt",
341
+ "notify": "notify",
342
+ "nouislider": "nouislider",
343
+ "npm": "npm",
344
+ "nprogress": "nprogress",
345
+ "numbro": "numbro",
346
+ "numeral": "numeraljs",
347
+ "nunjucks": "nunjucks",
348
+ "nv.d3": "nvd3",
349
+ "object-assign": "object-assign",
350
+ "oboe-browser": "oboe",
351
+ "office": "office-js",
352
+ "offline": "offline-js",
353
+ "onsenui": "onsenui",
354
+ "OpenLayers.js": "openlayers",
355
+ "openpgp": "openpgp",
356
+ "p2": "p2",
357
+ "packery.pkgd": "packery",
358
+ "page": "page",
359
+ "pako": "pako",
360
+ "papaparse": "papaparse",
361
+ "passport": "passport",
362
+ "passport-local": "passport-local",
363
+ "path": "pathjs",
364
+ "pdfkit": "pdfkit",
365
+ "peer": "peerjs",
366
+ "peg": "pegjs",
367
+ "photoswipe": "photoswipe",
368
+ "picker.js": "pickadate",
369
+ "pikaday": "pikaday",
370
+ "pixi": "pixi.js",
371
+ "platform": "platform",
372
+ "Please": "pleasejs",
373
+ "plottable": "plottable",
374
+ "polymer": "polymer",
375
+ "postal": "postal",
376
+ "preloadjs": "preloadjs",
377
+ "progress": "progress",
378
+ "purify": "dompurify",
379
+ "purl": "purl",
380
+ "q": "q",
381
+ "qs": "qs",
382
+ "qunit": "qunit",
383
+ "ractive": "ractive",
384
+ "rangy-core": "rangy",
385
+ "raphael": "raphael",
386
+ "raven": "ravenjs",
387
+ "react": "react",
388
+ "react-bootstrap": "react-bootstrap",
389
+ "react-intl": "react-intl",
390
+ "react-redux": "react-redux",
391
+ "ReactRouter": "react-router",
392
+ "ready": "domready",
393
+ "redux": "redux",
394
+ "request": "request",
395
+ "require": "require",
396
+ "restangular": "restangular",
397
+ "reveal": "reveal",
398
+ "rickshaw": "rickshaw",
399
+ "rimraf": "rimraf",
400
+ "rivets": "rivets",
401
+ "rx": "rx",
402
+ "rx.angular": "rx-angular",
403
+ "sammy": "sammyjs",
404
+ "SAT": "sat",
405
+ "sax-js": "sax",
406
+ "screenfull": "screenfull",
407
+ "seedrandom": "seedrandom",
408
+ "select2": "select2",
409
+ "selectize": "selectize",
410
+ "serve-favicon": "serve-favicon",
411
+ "serve-static": "serve-static",
412
+ "shelljs": "shelljs",
413
+ "should": "should",
414
+ "showdown": "showdown",
415
+ "sigma": "sigmajs",
416
+ "signature_pad": "signature_pad",
417
+ "sinon": "sinon",
418
+ "sjcl": "sjcl",
419
+ "slick": "slick-carousel",
420
+ "smoothie": "smoothie",
421
+ "socket.io": "socket.io",
422
+ "socket.io-client": "socket.io-client",
423
+ "sockjs": "sockjs-client",
424
+ "sortable": "angular-ui-sortable",
425
+ "soundjs": "soundjs",
426
+ "source-map": "source-map",
427
+ "spectrum": "spectrum",
428
+ "spin": "spin",
429
+ "sprintf": "sprintf",
430
+ "stampit": "stampit",
431
+ "state-machine": "state-machine",
432
+ "Stats": "stats",
433
+ "store": "storejs",
434
+ "string": "string",
435
+ "string_score": "string_score",
436
+ "strophe": "strophe",
437
+ "stylus": "stylus",
438
+ "sugar": "sugar",
439
+ "superagent": "superagent",
440
+ "svg": "svgjs",
441
+ "svg-injector": "svg-injector",
442
+ "swfobject": "swfobject",
443
+ "swig": "swig",
444
+ "swipe": "swipe",
445
+ "swiper": "swiper",
446
+ "system.js": "systemjs",
447
+ "tether": "tether",
448
+ "three": "threejs",
449
+ "through": "through",
450
+ "through2": "through2",
451
+ "timeline": "timelinejs",
452
+ "tinycolor": "tinycolor",
453
+ "tmhDynamicLocale": "angular-dynamic-locale",
454
+ "toaster": "angularjs-toaster",
455
+ "toastr": "toastr",
456
+ "tracking": "tracking",
457
+ "trunk8": "trunk8",
458
+ "turf": "turf",
459
+ "tweenjs": "tweenjs",
460
+ "TweenMax": "gsap",
461
+ "twig": "twig",
462
+ "twix": "twix",
463
+ "typeahead.bundle": "typeahead",
464
+ "typescript": "typescript",
465
+ "ui": "winjs",
466
+ "ui-bootstrap-tpls": "angular-ui-bootstrap",
467
+ "ui-grid": "ui-grid",
468
+ "uikit": "uikit",
469
+ "underscore": "underscore",
470
+ "underscore.string": "underscore.string",
471
+ "update-notifier": "update-notifier",
472
+ "url": "jsurl",
473
+ "UUID": "uuid",
474
+ "validator": "validator",
475
+ "vega": "vega",
476
+ "vex": "vex-js",
477
+ "video": "videojs",
478
+ "vue": "vue",
479
+ "vue-router": "vue-router",
480
+ "webtorrent": "webtorrent",
481
+ "when": "when",
482
+ "winston": "winston",
483
+ "wrench-js": "wrench",
484
+ "ws": "ws",
485
+ "xlsx": "xlsx",
486
+ "xml2json": "x2js",
487
+ "xmlbuilder-js": "xmlbuilder",
488
+ "xregexp": "xregexp",
489
+ "yargs": "yargs",
490
+ "yosay": "yosay",
491
+ "yui": "yui",
492
+ "yui3": "yui",
493
+ "zepto": "zepto",
494
+ "ZeroClipboard": "zeroclipboard",
495
+ "ZSchema-browser": "z-schema"
496
+ }
497
+ }