typescript 5.6.0-dev.20240819 → 5.7.0-dev.20240820
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.
- package/lib/tsc.js +92 -30
- package/lib/typesMap.json +497 -497
- package/lib/typescript.d.ts +22 -1
- package/lib/typescript.js +227 -70
- package/package.json +2 -2
package/lib/typesMap.json
CHANGED
|
@@ -1,497 +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
|
-
}
|
|
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
|
+
}
|