@verdaccio/server 6.0.0-6-next.29 → 6.0.0-6-next.32

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 (73) hide show
  1. package/.babelrc +1 -1
  2. package/CHANGELOG.md +91 -0
  3. package/build/debug/index.d.ts +1 -1
  4. package/build/debug/index.js +1 -1
  5. package/build/debug/index.js.map +1 -1
  6. package/build/env.js.map +1 -1
  7. package/build/index.js.map +1 -1
  8. package/build/server.d.ts +2 -2
  9. package/build/server.js +5 -3
  10. package/build/server.js.map +1 -1
  11. package/build/utils.d.ts +1 -0
  12. package/build/utils.js +19 -0
  13. package/build/utils.js.map +1 -0
  14. package/jest.config.js +7 -2
  15. package/package.json +70 -71
  16. package/src/debug/index.ts +2 -2
  17. package/src/server.ts +8 -7
  18. package/src/utils.ts +11 -0
  19. package/test/_helper.ts +29 -0
  20. package/test/config/conf.yaml +28 -0
  21. package/test/config/no_debug.yaml +26 -0
  22. package/test/config/powered-custom.yaml +29 -0
  23. package/test/config/powered-disabled.yaml +29 -0
  24. package/test/config/web-disabled.yaml +27 -0
  25. package/test/server.spec.ts +113 -0
  26. package/tsconfig.build.json +1 -1
  27. package/tsconfig.json +14 -14
  28. package/jest.setup.js +0 -1
  29. package/test/.eslintrc +0 -8
  30. package/test/README.md +0 -12
  31. package/test/api/api.spec.yaml +0 -87
  32. package/test/api/helpers/publish-api.js +0 -60
  33. package/test/api/helpers/utils.ts +0 -149
  34. package/test/api/htpasswd +0 -10
  35. package/test/api/index.spec.ts +0 -862
  36. package/test/api/mock/store/@jquery/jquery/jquery-1.5.1.tgz +0 -0
  37. package/test/api/mock/store/@jquery/jquery/package.json +0 -76
  38. package/test/api/mock/store/corrupted-package/package.json +0 -12
  39. package/test/api/mock/store/jquery/jquery-1.5.1.tgz +0 -0
  40. package/test/api/mock/store/jquery/package.json +0 -4919
  41. package/test/api/mock/store/npm_test/package.json +0 -75
  42. package/test/api/mock/store/vue/package.json +0 -25169
  43. package/test/api/plugin/filter.ts +0 -25
  44. package/test/basic/basic.yaml +0 -14
  45. package/test/basic/index.spec.ts +0 -64
  46. package/test/jwt/index.spec.ts +0 -163
  47. package/test/jwt/jwt.yaml +0 -35
  48. package/test/jwt/mock/store/vue/package.json +0 -25169
  49. package/test/package-access/index.spec.ts +0 -100
  50. package/test/package-access/mock/store/.gitkeep +0 -0
  51. package/test/package-access/mock/store/jquery/jquery-1.5.1.tgz +0 -0
  52. package/test/package-access/mock/store/jquery/package.json +0 -4919
  53. package/test/package-access/mock/store/vue/package.json +0 -25169
  54. package/test/package-access/pkg.access.yaml +0 -12
  55. package/test/profile/index.spec.ts +0 -129
  56. package/test/profile/mock/store/.gitkeep +0 -0
  57. package/test/profile/profile.yaml +0 -21
  58. package/test/storage/index.spec.ts +0 -219
  59. package/test/storage/mock/store/@jquery/jquery/jquery-1.5.1.tgz +0 -0
  60. package/test/storage/mock/store/@jquery/jquery/package.json +0 -76
  61. package/test/storage/mock/store/corrupted-package/package.json +0 -12
  62. package/test/storage/mock/store/jquery/jquery-1.5.1.tgz +0 -0
  63. package/test/storage/mock/store/jquery/package.json +0 -4919
  64. package/test/storage/mock/store/npm_test/package.json +0 -75
  65. package/test/storage/store.spec.yaml +0 -24
  66. package/test/token/index.spec.ts +0 -227
  67. package/test/token/mock/store/.gitkeep +0 -0
  68. package/test/token/token.spec.yaml +0 -26
  69. package/test/web/index.spec.ts +0 -157
  70. package/test/web/mock/store/.gitkeep +0 -0
  71. package/test/web/partials/forbidden-place.js +0 -50
  72. package/test/web/partials/publish-api.js +0 -50
  73. package/test/web/web.yaml +0 -20
@@ -1,4919 +0,0 @@
1
- {
2
- "name": "jquery",
3
- "versions": {
4
- "1.5.1": {
5
- "name": "jquery",
6
- "description": "jQuery: The Write Less, Do More, JavaScript Library",
7
- "url": "jquery.com",
8
- "keywords": [
9
- "util",
10
- "dom",
11
- "jquery"
12
- ],
13
- "author": {
14
- "name": "John Resig",
15
- "email": "jeresig@gmail.com"
16
- },
17
- "contributors": [],
18
- "dependencies": {
19
- "jsdom": "=0.1.20",
20
- "htmlparser": ">= 1.7.3"
21
- },
22
- "lib": "lib",
23
- "main": "./dist/node-jquery.js",
24
- "version": "1.5.1",
25
- "_id": "jquery@1.5.1",
26
- "engines": {
27
- "node": "*"
28
- },
29
- "_engineSupported": true,
30
- "_npmVersion": "0.3.15",
31
- "_nodeVersion": "v0.4.2",
32
- "directories": {
33
- "lib": "./lib"
34
- },
35
- "files": [
36
- ""
37
- ],
38
- "_defaultsLoaded": true,
39
- "dist": {
40
- "shasum": "2ae2d661e906c1a01e044a71bb5b2743942183e5",
41
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.5.1.tgz"
42
- },
43
- "deprecated": "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
44
- },
45
- "1.6.2": {
46
- "name": "jquery",
47
- "description": "jQuery: The Write Less, Do More, JavaScript Library",
48
- "url": "jquery.com",
49
- "keywords": [
50
- "util",
51
- "dom",
52
- "jquery"
53
- ],
54
- "author": {
55
- "name": "John Resig",
56
- "email": "jeresig@gmail.com"
57
- },
58
- "contributors": [],
59
- "dependencies": {
60
- "jsdom": ">=0.2.0",
61
- "htmlparser": ">= 1.7.3"
62
- },
63
- "lib": "lib",
64
- "main": "./dist/node-jquery.js",
65
- "version": "1.6.2",
66
- "_npmJsonOpts": {
67
- "file": "/Users/coolaj86/.npm/jquery/1.6.2/package/package.json",
68
- "wscript": false,
69
- "contributors": false,
70
- "serverjs": false
71
- },
72
- "_id": "jquery@1.6.2",
73
- "devDependencies": {},
74
- "engines": {
75
- "node": "*"
76
- },
77
- "_engineSupported": true,
78
- "_npmVersion": "1.0.15",
79
- "_nodeVersion": "v0.4.8",
80
- "_defaultsLoaded": true,
81
- "dist": {
82
- "shasum": "01757a4c5beea29e8ae697527c3131abbe997a28",
83
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.6.2.tgz"
84
- },
85
- "scripts": {},
86
- "directories": {},
87
- "deprecated": "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
88
- },
89
- "1.6.3": {
90
- "name": "jquery",
91
- "description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
92
- "url": "http://jquery.com",
93
- "keywords": [
94
- "util",
95
- "dom",
96
- "jquery"
97
- ],
98
- "author": {
99
- "name": "John Resig",
100
- "email": "jeresig@gmail.com"
101
- },
102
- "contributors": [],
103
- "dependencies": {
104
- "jsdom": ">=0.2.0",
105
- "htmlparser": ">= 1.7.3"
106
- },
107
- "lib": ".",
108
- "main": "./node-jquery.js",
109
- "version": "1.6.3",
110
- "_npmJsonOpts": {
111
- "file": "/Users/coolaj86/.npm/jquery/1.6.3/package/package.json",
112
- "wscript": false,
113
- "contributors": false,
114
- "serverjs": false
115
- },
116
- "_id": "jquery@1.6.3",
117
- "devDependencies": {},
118
- "engines": {
119
- "node": "*"
120
- },
121
- "_engineSupported": true,
122
- "_npmVersion": "1.0.22",
123
- "_nodeVersion": "v0.4.8",
124
- "_defaultsLoaded": true,
125
- "dist": {
126
- "shasum": "e1f732fa7e718a6adb3ec20ae0eb2a64fd95ef01",
127
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.6.3.tgz"
128
- },
129
- "scripts": {},
130
- "maintainers": [
131
- {
132
- "name": "coolaj86",
133
- "email": "coolaj86@gmail.com"
134
- }
135
- ],
136
- "directories": {},
137
- "deprecated": "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
138
- },
139
- "1.7.2": {
140
- "name": "jquery",
141
- "description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
142
- "version": "1.7.2",
143
- "url": "http://jquery.com",
144
- "homepage": "https://github.com/coolaj86/node-jquery",
145
- "author": {
146
- "name": "James Morrin",
147
- "email": "treasonx@gmail.com"
148
- },
149
- "repository": {
150
- "type": "git",
151
- "url": "git://github.com/coolaj86/node-jquery.git"
152
- },
153
- "bugs": {
154
- "url": "https://github.com/coolaj86/node-jquery/issues"
155
- },
156
- "licenses": [
157
- {
158
- "type": "MIT",
159
- "url": "https://github.com/coolaj86/node-jquery/blob/master/LICENSE-MIT"
160
- }
161
- ],
162
- "main": "lib/node-jquery",
163
- "engines": {
164
- "node": "0.6"
165
- },
166
- "scripts": {
167
- "test": "grunt test"
168
- },
169
- "dependencies": {
170
- "jsdom": "~0.2.14",
171
- "htmlparser": "1.7.6",
172
- "xmlhttprequest": "~1.3.0"
173
- },
174
- "devDependencies": {
175
- "grunt": "~0.3.8",
176
- "nodeunit": "~0.7.4"
177
- },
178
- "keywords": [
179
- "util",
180
- "dom",
181
- "jquery"
182
- ],
183
- "_npmUser": {
184
- "name": "treasonx",
185
- "email": "treasonx@gmail.com"
186
- },
187
- "_id": "jquery@1.7.2",
188
- "optionalDependencies": {},
189
- "_engineSupported": true,
190
- "_npmVersion": "1.1.12",
191
- "_nodeVersion": "v0.6.14",
192
- "_defaultsLoaded": true,
193
- "dist": {
194
- "shasum": "a93746763aca75a34df4c16395b0826310d0eaf2",
195
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.7.2.tgz"
196
- },
197
- "maintainers": [
198
- {
199
- "name": "coolaj86",
200
- "email": "coolaj86@gmail.com"
201
- },
202
- {
203
- "name": "treasonx",
204
- "email": "treasonx@gmail.com"
205
- }
206
- ],
207
- "directories": {},
208
- "deprecated": "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
209
- },
210
- "1.7.3": {
211
- "name": "jquery",
212
- "description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
213
- "version": "1.7.3",
214
- "url": "http://jquery.com",
215
- "homepage": "https://github.com/coolaj86/node-jquery",
216
- "author": {
217
- "name": "James Morrin",
218
- "email": "treasonx@gmail.com"
219
- },
220
- "repository": {
221
- "type": "git",
222
- "url": "git://github.com/coolaj86/node-jquery.git"
223
- },
224
- "bugs": {
225
- "url": "https://github.com/coolaj86/node-jquery/issues"
226
- },
227
- "licenses": [
228
- {
229
- "type": "MIT",
230
- "url": "https://github.com/coolaj86/node-jquery/blob/master/LICENSE-MIT"
231
- }
232
- ],
233
- "main": "lib/node-jquery",
234
- "engines": {
235
- "node": ">=0.6"
236
- },
237
- "scripts": {
238
- "test": "grunt test"
239
- },
240
- "dependencies": {
241
- "jsdom": "~0.2.14",
242
- "htmlparser": "1.7.6",
243
- "xmlhttprequest": "~1.4.2",
244
- "location": "0.0.1",
245
- "navigator": "~1.0.1"
246
- },
247
- "devDependencies": {
248
- "grunt": "~0.3.8",
249
- "nodeunit": "~0.7.4"
250
- },
251
- "keywords": [
252
- "util",
253
- "dom",
254
- "jquery"
255
- ],
256
- "_id": "jquery@1.7.3",
257
- "dist": {
258
- "shasum": "e3d00a71612ac7e9b554b438e0987d0272ddba94",
259
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.7.3.tgz"
260
- },
261
- "maintainers": [
262
- {
263
- "name": "coolaj86",
264
- "email": "coolaj86@gmail.com"
265
- },
266
- {
267
- "name": "treasonx",
268
- "email": "treasonx@gmail.com"
269
- }
270
- ],
271
- "directories": {},
272
- "deprecated": "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
273
- },
274
- "1.8.2": {
275
- "name": "jquery",
276
- "description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
277
- "version": "1.8.2",
278
- "url": "http://jquery.com",
279
- "homepage": "https://github.com/coolaj86/node-jquery",
280
- "author": {
281
- "name": "James Morrin",
282
- "email": "treasonx@gmail.com"
283
- },
284
- "repository": {
285
- "type": "git",
286
- "url": "git://github.com/coolaj86/node-jquery.git"
287
- },
288
- "bugs": {
289
- "url": "https://github.com/coolaj86/node-jquery/issues"
290
- },
291
- "licenses": [
292
- {
293
- "type": "MIT",
294
- "url": "https://github.com/coolaj86/node-jquery/blob/master/LICENSE-MIT"
295
- }
296
- ],
297
- "main": "lib/node-jquery",
298
- "engines": {
299
- "node": ">=0.6"
300
- },
301
- "scripts": {
302
- "test": "grunt test"
303
- },
304
- "dependencies": {
305
- "jsdom": "~0.2.14",
306
- "htmlparser": "1.7.6",
307
- "xmlhttprequest": "~1.4.2",
308
- "location": "0.0.1",
309
- "navigator": "~1.0.1"
310
- },
311
- "devDependencies": {
312
- "grunt": "~0.3.8",
313
- "nodeunit": "~0.7.4"
314
- },
315
- "keywords": [
316
- "util",
317
- "dom",
318
- "jquery"
319
- ],
320
- "_id": "jquery@1.8.2",
321
- "dist": {
322
- "shasum": "46790ae07c6de38124eda90bbf7336b43df93305",
323
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.8.2.tgz"
324
- },
325
- "_npmVersion": "1.1.61",
326
- "_npmUser": {
327
- "name": "treasonx",
328
- "email": "treasonx@gmail.com"
329
- },
330
- "maintainers": [
331
- {
332
- "name": "coolaj86",
333
- "email": "coolaj86@gmail.com"
334
- },
335
- {
336
- "name": "treasonx",
337
- "email": "treasonx@gmail.com"
338
- }
339
- ],
340
- "directories": {},
341
- "deprecated": "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
342
- },
343
- "1.8.3": {
344
- "name": "jquery",
345
- "description": "jQuery: The Write Less, Do More, JavaScript Library (packaged for Node.JS)",
346
- "version": "1.8.3",
347
- "url": "http://jquery.com",
348
- "homepage": "https://github.com/coolaj86/node-jquery",
349
- "author": {
350
- "name": "James Morrin",
351
- "email": "treasonx@gmail.com"
352
- },
353
- "repository": {
354
- "type": "git",
355
- "url": "git://github.com/coolaj86/node-jquery.git"
356
- },
357
- "bugs": {
358
- "url": "https://github.com/coolaj86/node-jquery/issues"
359
- },
360
- "licenses": [
361
- {
362
- "type": "MIT",
363
- "url": "https://github.com/coolaj86/node-jquery/blob/master/LICENSE-MIT"
364
- }
365
- ],
366
- "main": "lib/node-jquery",
367
- "engines": {
368
- "node": ">=0.6"
369
- },
370
- "scripts": {
371
- "test": "grunt test"
372
- },
373
- "dependencies": {
374
- "jsdom": "~0.2.14",
375
- "htmlparser": "1.7.6",
376
- "xmlhttprequest": "~1.4.2",
377
- "location": "0.0.1",
378
- "navigator": "~1.0.1",
379
- "contextify": "~0.1.3"
380
- },
381
- "devDependencies": {
382
- "grunt": "~0.3.8",
383
- "nodeunit": "~0.7.4"
384
- },
385
- "keywords": [
386
- "util",
387
- "dom",
388
- "jquery"
389
- ],
390
- "_id": "jquery@1.8.3",
391
- "dist": {
392
- "shasum": "cfa2941c05a83d966f21347f759a6d15281c60cc",
393
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.8.3.tgz"
394
- },
395
- "_npmVersion": "1.1.61",
396
- "_npmUser": {
397
- "name": "treasonx",
398
- "email": "treasonx@gmail.com"
399
- },
400
- "maintainers": [
401
- {
402
- "name": "coolaj86",
403
- "email": "coolaj86@gmail.com"
404
- },
405
- {
406
- "name": "treasonx",
407
- "email": "treasonx@gmail.com"
408
- }
409
- ],
410
- "directories": {},
411
- "deprecated": "Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."
412
- },
413
- "2.1.0-beta2": {
414
- "name": "jquery",
415
- "title": "jQuery",
416
- "description": "JavaScript library for DOM operations",
417
- "version": "2.1.0-beta2",
418
- "homepage": "http://jquery.com",
419
- "author": {
420
- "name": "jQuery Foundation and other contributors",
421
- "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
422
- },
423
- "repository": {
424
- "type": "git",
425
- "url": "https://github.com/jquery/jquery.git"
426
- },
427
- "keywords": [
428
- "jquery",
429
- "javascript",
430
- "library"
431
- ],
432
- "bugs": {
433
- "url": "http://bugs.jquery.com"
434
- },
435
- "licenses": [
436
- {
437
- "type": "MIT",
438
- "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
439
- }
440
- ],
441
- "dependencies": {},
442
- "devDependencies": {
443
- "archiver": "~0.4.10",
444
- "grunt": "~0.4.1",
445
- "grunt-bower-task": "~0.3.2",
446
- "grunt-cli": "~0.1.11",
447
- "grunt-compare-size": "~0.4.0",
448
- "grunt-contrib-jshint": "~0.7.0",
449
- "grunt-contrib-uglify": "~0.2.7",
450
- "grunt-contrib-watch": "~0.5.3",
451
- "grunt-git-authors": "~1.2.0",
452
- "grunt-jscs-checker": "~0.2.3",
453
- "grunt-jsonlint": "~1.0.1",
454
- "gzip-js": "0.3.2",
455
- "load-grunt-tasks": "~0.2.0",
456
- "testswarm": "~1.1.0",
457
- "requirejs": "~2.1.9",
458
- "which": "~1.0.5"
459
- },
460
- "_id": "jquery@2.1.0-beta2",
461
- "dist": {
462
- "shasum": "e0fbbe2beb45b4d8f808362c7c99ef5bfee7d8c6",
463
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.0-beta2.tgz"
464
- },
465
- "_from": ".",
466
- "_npmVersion": "1.3.11",
467
- "_npmUser": {
468
- "name": "jquery",
469
- "email": "dave.methvin@gmail.com"
470
- },
471
- "maintainers": [
472
- {
473
- "name": "rwaldron",
474
- "email": "waldron.rick@gmail.com"
475
- },
476
- {
477
- "name": "jquery",
478
- "email": "npm@jquery.com"
479
- }
480
- ],
481
- "directories": {}
482
- },
483
- "2.1.0-beta3": {
484
- "name": "jquery",
485
- "title": "jQuery",
486
- "description": "JavaScript library for DOM operations",
487
- "version": "2.1.0-beta3",
488
- "main": "dist/jquery.js",
489
- "homepage": "http://jquery.com",
490
- "author": {
491
- "name": "jQuery Foundation and other contributors",
492
- "url": "https://github.com/jquery/jquery/blob/2.1.0-beta3/AUTHORS.txt"
493
- },
494
- "repository": {
495
- "type": "git",
496
- "url": "https://github.com/jquery/jquery.git"
497
- },
498
- "keywords": [
499
- "jquery",
500
- "javascript",
501
- "library"
502
- ],
503
- "bugs": {
504
- "url": "http://bugs.jquery.com"
505
- },
506
- "licenses": [
507
- {
508
- "type": "MIT",
509
- "url": "https://github.com/jquery/jquery/blob/2.1.0-beta3/MIT-LICENSE.txt"
510
- }
511
- ],
512
- "dependencies": {},
513
- "devDependencies": {
514
- "archiver": "0.4.10",
515
- "gzip-js": "0.3.2",
516
- "testswarm": "1.1.0",
517
- "load-grunt-tasks": "0.2.0",
518
- "requirejs": "2.1.9",
519
- "shelljs": "0.2.6",
520
- "grunt": "0.4.2",
521
- "grunt-cli": "0.1.11",
522
- "grunt-contrib-jshint": "0.7.2",
523
- "grunt-contrib-uglify": "0.2.7",
524
- "grunt-contrib-watch": "0.5.3",
525
- "grunt-bowercopy": "0.4.1",
526
- "grunt-compare-size": "0.4.0",
527
- "grunt-git-authors": "1.2.0",
528
- "grunt-jscs-checker": "0.2.6",
529
- "grunt-jsonlint": "1.0.4"
530
- },
531
- "scripts": {
532
- "build": "npm install && grunt",
533
- "start": "grunt watch",
534
- "test": "grunt"
535
- },
536
- "_id": "jquery@2.1.0-beta3",
537
- "dist": {
538
- "shasum": "5a89b624d8fa625fe5fa83a12a9acb1ef8a11d02",
539
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.0-beta3.tgz"
540
- },
541
- "_from": ".",
542
- "_npmVersion": "1.3.21",
543
- "_npmUser": {
544
- "name": "jquery",
545
- "email": "npm@jquery.org"
546
- },
547
- "maintainers": [
548
- {
549
- "name": "jquery",
550
- "email": "npm@jquery.org"
551
- }
552
- ],
553
- "directories": {}
554
- },
555
- "1.11.0-beta3": {
556
- "name": "jquery",
557
- "title": "jQuery",
558
- "description": "JavaScript library for DOM operations",
559
- "version": "1.11.0-beta3",
560
- "main": "dist/jquery.js",
561
- "homepage": "http://jquery.com",
562
- "author": {
563
- "name": "jQuery Foundation and other contributors",
564
- "url": "https://github.com/jquery/jquery/blob/1.11.0-beta3/AUTHORS.txt"
565
- },
566
- "repository": {
567
- "type": "git",
568
- "url": "https://github.com/jquery/jquery.git"
569
- },
570
- "keywords": [
571
- "jquery",
572
- "javascript",
573
- "library"
574
- ],
575
- "bugs": {
576
- "url": "http://bugs.jquery.com"
577
- },
578
- "licenses": [
579
- {
580
- "type": "MIT",
581
- "url": "https://github.com/jquery/jquery/blob/1.11.0-beta3/MIT-LICENSE.txt"
582
- }
583
- ],
584
- "dependencies": {},
585
- "devDependencies": {
586
- "archiver": "0.4.10",
587
- "gzip-js": "0.3.2",
588
- "testswarm": "1.1.0",
589
- "load-grunt-tasks": "0.2.0",
590
- "requirejs": "2.1.9",
591
- "shelljs": "0.2.6",
592
- "grunt": "0.4.2",
593
- "grunt-cli": "0.1.11",
594
- "grunt-contrib-jshint": "0.7.2",
595
- "grunt-contrib-uglify": "0.2.7",
596
- "grunt-contrib-watch": "0.5.3",
597
- "grunt-bowercopy": "0.4.1",
598
- "grunt-compare-size": "0.4.0",
599
- "grunt-git-authors": "1.2.0",
600
- "grunt-jscs-checker": "0.2.6",
601
- "grunt-jsonlint": "1.0.4"
602
- },
603
- "scripts": {
604
- "build": "npm install && grunt",
605
- "start": "grunt watch",
606
- "test": "grunt"
607
- },
608
- "_id": "jquery@1.11.0-beta3",
609
- "dist": {
610
- "shasum": "0464a6aba9f35f6c83a203caa23ab420909ce852",
611
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.0-beta3.tgz"
612
- },
613
- "_from": ".",
614
- "_npmVersion": "1.3.21",
615
- "_npmUser": {
616
- "name": "jquery",
617
- "email": "npm@jquery.org"
618
- },
619
- "maintainers": [
620
- {
621
- "name": "jquery",
622
- "email": "npm@jquery.org"
623
- }
624
- ],
625
- "directories": {}
626
- },
627
- "1.11.0-rc1": {
628
- "name": "jquery",
629
- "title": "jQuery",
630
- "description": "JavaScript library for DOM operations",
631
- "version": "1.11.0-rc1",
632
- "main": "dist/jquery.js",
633
- "homepage": "http://jquery.com",
634
- "author": {
635
- "name": "jQuery Foundation and other contributors",
636
- "url": "https://github.com/jquery/jquery/blob/1.11.0-rc1/AUTHORS.txt"
637
- },
638
- "repository": {
639
- "type": "git",
640
- "url": "https://github.com/jquery/jquery.git"
641
- },
642
- "keywords": [
643
- "jquery",
644
- "javascript",
645
- "library"
646
- ],
647
- "bugs": {
648
- "url": "http://bugs.jquery.com"
649
- },
650
- "licenses": [
651
- {
652
- "type": "MIT",
653
- "url": "https://github.com/jquery/jquery/blob/1.11.0-rc1/MIT-LICENSE.txt"
654
- }
655
- ],
656
- "dependencies": {},
657
- "devDependencies": {
658
- "archiver": "0.4.10",
659
- "gzip-js": "0.3.2",
660
- "testswarm": "1.1.0",
661
- "load-grunt-tasks": "0.2.0",
662
- "requirejs": "2.1.9",
663
- "shelljs": "0.2.6",
664
- "grunt": "0.4.2",
665
- "grunt-cli": "0.1.11",
666
- "grunt-contrib-jshint": "0.7.2",
667
- "grunt-contrib-uglify": "0.2.7",
668
- "grunt-contrib-watch": "0.5.3",
669
- "grunt-bowercopy": "0.5.0",
670
- "grunt-compare-size": "0.4.0",
671
- "grunt-git-authors": "1.2.0",
672
- "grunt-jscs-checker": "0.2.6",
673
- "grunt-jsonlint": "1.0.4"
674
- },
675
- "scripts": {
676
- "build": "npm install && grunt",
677
- "start": "grunt watch",
678
- "test": "grunt"
679
- },
680
- "_id": "jquery@1.11.0-rc1",
681
- "dist": {
682
- "shasum": "c2f6a4877374647b20b080c478d8dbcdfb4960ee",
683
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.0-rc1.tgz"
684
- },
685
- "_from": ".",
686
- "_npmVersion": "1.3.23",
687
- "_npmUser": {
688
- "name": "jquery",
689
- "email": "dave.methvin@gmail.com"
690
- },
691
- "maintainers": [
692
- {
693
- "name": "jquery",
694
- "email": "dave.methvin@gmail.com"
695
- }
696
- ],
697
- "directories": {}
698
- },
699
- "2.1.0-rc1": {
700
- "name": "jquery",
701
- "title": "jQuery",
702
- "description": "JavaScript library for DOM operations",
703
- "version": "2.1.0-rc1",
704
- "main": "dist/jquery.js",
705
- "homepage": "http://jquery.com",
706
- "author": {
707
- "name": "jQuery Foundation and other contributors",
708
- "url": "https://github.com/jquery/jquery/blob/2.1.0-rc1/AUTHORS.txt"
709
- },
710
- "repository": {
711
- "type": "git",
712
- "url": "https://github.com/jquery/jquery.git"
713
- },
714
- "keywords": [
715
- "jquery",
716
- "javascript",
717
- "library"
718
- ],
719
- "bugs": {
720
- "url": "http://bugs.jquery.com"
721
- },
722
- "licenses": [
723
- {
724
- "type": "MIT",
725
- "url": "https://github.com/jquery/jquery/blob/2.1.0-rc1/MIT-LICENSE.txt"
726
- }
727
- ],
728
- "dependencies": {},
729
- "devDependencies": {
730
- "archiver": "0.4.10",
731
- "gzip-js": "0.3.2",
732
- "testswarm": "1.1.0",
733
- "load-grunt-tasks": "0.2.0",
734
- "requirejs": "2.1.9",
735
- "shelljs": "0.2.6",
736
- "grunt": "0.4.2",
737
- "grunt-cli": "0.1.11",
738
- "grunt-contrib-jshint": "0.7.2",
739
- "grunt-contrib-uglify": "0.2.7",
740
- "grunt-contrib-watch": "0.5.3",
741
- "grunt-bowercopy": "0.5.0",
742
- "grunt-compare-size": "0.4.0",
743
- "grunt-git-authors": "1.2.0",
744
- "grunt-jscs-checker": "0.2.6",
745
- "grunt-jsonlint": "1.0.4"
746
- },
747
- "scripts": {
748
- "build": "npm install && grunt",
749
- "start": "grunt watch",
750
- "test": "grunt"
751
- },
752
- "_id": "jquery@2.1.0-rc1",
753
- "dist": {
754
- "shasum": "8c9f5d9a055c2fedb3f5269617ae649497d6a3b0",
755
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.0-rc1.tgz"
756
- },
757
- "_from": ".",
758
- "_npmVersion": "1.3.14",
759
- "_npmUser": {
760
- "name": "scott.gonzalez",
761
- "email": "scott.gonzalez@gmail.com"
762
- },
763
- "maintainers": [
764
- {
765
- "name": "jquery",
766
- "email": "npm@jquery.com"
767
- },
768
- {
769
- "name": "dmethvin",
770
- "email": "dave.methvin@gmail.com"
771
- },
772
- {
773
- "name": "scott.gonzalez",
774
- "email": "scott.gonzalez@gmail.com"
775
- }
776
- ],
777
- "directories": {}
778
- },
779
- "1.11.0": {
780
- "name": "jquery",
781
- "title": "jQuery",
782
- "description": "JavaScript library for DOM operations",
783
- "version": "1.11.0",
784
- "main": "dist/jquery.js",
785
- "homepage": "http://jquery.com",
786
- "author": {
787
- "name": "jQuery Foundation and other contributors",
788
- "url": "https://github.com/jquery/jquery/blob/1.11.0/AUTHORS.txt"
789
- },
790
- "repository": {
791
- "type": "git",
792
- "url": "https://github.com/jquery/jquery.git"
793
- },
794
- "keywords": [
795
- "jquery",
796
- "javascript",
797
- "library"
798
- ],
799
- "bugs": {
800
- "url": "http://bugs.jquery.com"
801
- },
802
- "licenses": [
803
- {
804
- "type": "MIT",
805
- "url": "https://github.com/jquery/jquery/blob/1.11.0/MIT-LICENSE.txt"
806
- }
807
- ],
808
- "dependencies": {},
809
- "devDependencies": {
810
- "archiver": "0.4.10",
811
- "gzip-js": "0.3.2",
812
- "testswarm": "1.1.0",
813
- "load-grunt-tasks": "0.2.0",
814
- "requirejs": "2.1.9",
815
- "shelljs": "0.2.6",
816
- "grunt": "0.4.2",
817
- "grunt-cli": "0.1.11",
818
- "grunt-contrib-jshint": "0.7.2",
819
- "grunt-contrib-uglify": "0.2.7",
820
- "grunt-contrib-watch": "0.5.3",
821
- "grunt-bowercopy": "0.5.0",
822
- "grunt-compare-size": "0.4.0",
823
- "grunt-git-authors": "1.2.0",
824
- "grunt-jscs-checker": "0.2.6",
825
- "grunt-jsonlint": "1.0.4"
826
- },
827
- "scripts": {
828
- "build": "npm install && grunt",
829
- "start": "grunt watch",
830
- "test": "grunt"
831
- },
832
- "_id": "jquery@1.11.0",
833
- "dist": {
834
- "shasum": "c67ceee19b403650d682adcf39d5c9009814d949",
835
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.0.tgz"
836
- },
837
- "_from": ".",
838
- "_npmVersion": "1.3.21",
839
- "_npmUser": {
840
- "name": "jquery",
841
- "email": "npm@jquery.org"
842
- },
843
- "maintainers": [
844
- {
845
- "name": "jquery",
846
- "email": "npm@jquery.org"
847
- }
848
- ],
849
- "directories": {}
850
- },
851
- "2.1.0": {
852
- "name": "jquery",
853
- "title": "jQuery",
854
- "description": "JavaScript library for DOM operations",
855
- "version": "2.1.0",
856
- "main": "dist/jquery.js",
857
- "homepage": "http://jquery.com",
858
- "author": {
859
- "name": "jQuery Foundation and other contributors",
860
- "url": "https://github.com/jquery/jquery/blob/2.1.0/AUTHORS.txt"
861
- },
862
- "repository": {
863
- "type": "git",
864
- "url": "https://github.com/jquery/jquery.git"
865
- },
866
- "keywords": [
867
- "jquery",
868
- "javascript",
869
- "library"
870
- ],
871
- "bugs": {
872
- "url": "http://bugs.jquery.com"
873
- },
874
- "licenses": [
875
- {
876
- "type": "MIT",
877
- "url": "https://github.com/jquery/jquery/blob/2.1.0/MIT-LICENSE.txt"
878
- }
879
- ],
880
- "dependencies": {},
881
- "devDependencies": {
882
- "archiver": "0.4.10",
883
- "gzip-js": "0.3.2",
884
- "testswarm": "1.1.0",
885
- "load-grunt-tasks": "0.2.0",
886
- "requirejs": "2.1.9",
887
- "shelljs": "0.2.6",
888
- "grunt": "0.4.2",
889
- "grunt-cli": "0.1.11",
890
- "grunt-contrib-jshint": "0.7.2",
891
- "grunt-contrib-uglify": "0.2.7",
892
- "grunt-contrib-watch": "0.5.3",
893
- "grunt-bowercopy": "0.5.0",
894
- "grunt-compare-size": "0.4.0",
895
- "grunt-git-authors": "1.2.0",
896
- "grunt-jscs-checker": "0.2.6",
897
- "grunt-jsonlint": "1.0.4"
898
- },
899
- "scripts": {
900
- "build": "npm install && grunt",
901
- "start": "grunt watch",
902
- "test": "grunt"
903
- },
904
- "_id": "jquery@2.1.0",
905
- "dist": {
906
- "shasum": "1c9a8c971d2b53dae10d72e16cbb5a1df16a4ace",
907
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.0.tgz"
908
- },
909
- "_from": ".",
910
- "_npmVersion": "1.3.21",
911
- "_npmUser": {
912
- "name": "jquery",
913
- "email": "npm@jquery.org"
914
- },
915
- "maintainers": [
916
- {
917
- "name": "jquery",
918
- "email": "npm@jquery.org"
919
- }
920
- ],
921
- "directories": {}
922
- },
923
- "2.1.1-beta1": {
924
- "name": "jquery",
925
- "title": "jQuery",
926
- "description": "JavaScript library for DOM operations",
927
- "version": "2.1.1-beta1",
928
- "main": "dist/jquery.js",
929
- "homepage": "http://jquery.com",
930
- "author": {
931
- "name": "jQuery Foundation and other contributors",
932
- "url": "https://github.com/jquery/jquery/blob/2.1.1-beta1/AUTHORS.txt"
933
- },
934
- "repository": {
935
- "type": "git",
936
- "url": "https://github.com/jquery/jquery.git"
937
- },
938
- "keywords": [
939
- "jquery",
940
- "javascript",
941
- "library"
942
- ],
943
- "bugs": {
944
- "url": "http://bugs.jquery.com"
945
- },
946
- "licenses": [
947
- {
948
- "type": "MIT",
949
- "url": "https://github.com/jquery/jquery/blob/2.1.1-beta1/MIT-LICENSE.txt"
950
- }
951
- ],
952
- "dependencies": {},
953
- "devDependencies": {
954
- "commitplease": "1.7.0",
955
- "grunt": "0.4.2",
956
- "grunt-bowercopy": "0.7.1",
957
- "grunt-cli": "0.1.13",
958
- "grunt-compare-size": "0.4.0",
959
- "grunt-contrib-jshint": "0.8.0",
960
- "grunt-contrib-uglify": "0.3.2",
961
- "grunt-contrib-watch": "0.5.3",
962
- "grunt-git-authors": "1.2.0",
963
- "grunt-jscs-checker": "0.3.2",
964
- "grunt-jsonlint": "1.0.4",
965
- "gzip-js": "0.3.2",
966
- "load-grunt-tasks": "0.3.0",
967
- "requirejs": "2.1.10",
968
- "testswarm": "1.1.0"
969
- },
970
- "scripts": {
971
- "build": "npm install && grunt",
972
- "start": "grunt watch",
973
- "test": "grunt"
974
- },
975
- "_id": "jquery@2.1.1-beta1",
976
- "dist": {
977
- "shasum": "6306c8ea1d104775f3ef8f5c26f0a32acd710a11",
978
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.1-beta1.tgz"
979
- },
980
- "_from": ".",
981
- "_npmVersion": "1.4.6",
982
- "_npmUser": {
983
- "name": "m_gol",
984
- "email": "m.goleb@gmail.com"
985
- },
986
- "maintainers": [
987
- {
988
- "name": "jquery",
989
- "email": "npm@jquery.com"
990
- },
991
- {
992
- "name": "dmethvin",
993
- "email": "dave.methvin@gmail.com"
994
- },
995
- {
996
- "name": "scott.gonzalez",
997
- "email": "scott.gonzalez@gmail.com"
998
- },
999
- {
1000
- "name": "m_gol",
1001
- "email": "m.goleb@gmail.com"
1002
- }
1003
- ],
1004
- "directories": {}
1005
- },
1006
- "1.11.1-beta1": {
1007
- "name": "jquery",
1008
- "title": "jQuery",
1009
- "description": "JavaScript library for DOM operations",
1010
- "version": "1.11.1-beta1",
1011
- "main": "dist/jquery.js",
1012
- "homepage": "http://jquery.com",
1013
- "author": {
1014
- "name": "jQuery Foundation and other contributors",
1015
- "url": "https://github.com/jquery/jquery/blob/1.11.1-beta1/AUTHORS.txt"
1016
- },
1017
- "repository": {
1018
- "type": "git",
1019
- "url": "https://github.com/jquery/jquery.git"
1020
- },
1021
- "keywords": [
1022
- "jquery",
1023
- "javascript",
1024
- "library"
1025
- ],
1026
- "bugs": {
1027
- "url": "http://bugs.jquery.com"
1028
- },
1029
- "licenses": [
1030
- {
1031
- "type": "MIT",
1032
- "url": "https://github.com/jquery/jquery/blob/1.11.1-beta1/MIT-LICENSE.txt"
1033
- }
1034
- ],
1035
- "dependencies": {},
1036
- "devDependencies": {
1037
- "commitplease": "1.7.0",
1038
- "grunt": "0.4.2",
1039
- "grunt-bowercopy": "0.7.1",
1040
- "grunt-cli": "0.1.13",
1041
- "grunt-compare-size": "0.4.0",
1042
- "grunt-contrib-jshint": "0.8.0",
1043
- "grunt-contrib-uglify": "0.3.2",
1044
- "grunt-contrib-watch": "0.5.3",
1045
- "grunt-git-authors": "1.2.0",
1046
- "grunt-jscs-checker": "0.3.2",
1047
- "grunt-jsonlint": "1.0.4",
1048
- "gzip-js": "0.3.2",
1049
- "load-grunt-tasks": "0.3.0",
1050
- "requirejs": "2.1.10",
1051
- "testswarm": "1.1.0"
1052
- },
1053
- "scripts": {
1054
- "build": "npm install && grunt",
1055
- "start": "grunt watch",
1056
- "test": "grunt"
1057
- },
1058
- "_id": "jquery@1.11.1-beta1",
1059
- "dist": {
1060
- "shasum": "c7eacde5e1ae06e029f1cd1b2dd444953a33e843",
1061
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.1-beta1.tgz"
1062
- },
1063
- "_from": ".",
1064
- "_npmVersion": "1.4.6",
1065
- "_npmUser": {
1066
- "name": "m_gol",
1067
- "email": "m.goleb@gmail.com"
1068
- },
1069
- "maintainers": [
1070
- {
1071
- "name": "jquery",
1072
- "email": "npm@jquery.com"
1073
- },
1074
- {
1075
- "name": "dmethvin",
1076
- "email": "dave.methvin@gmail.com"
1077
- },
1078
- {
1079
- "name": "scott.gonzalez",
1080
- "email": "scott.gonzalez@gmail.com"
1081
- },
1082
- {
1083
- "name": "m_gol",
1084
- "email": "m.goleb@gmail.com"
1085
- }
1086
- ],
1087
- "directories": {}
1088
- },
1089
- "2.1.1-rc1": {
1090
- "name": "jquery",
1091
- "title": "jQuery",
1092
- "description": "JavaScript library for DOM operations",
1093
- "version": "2.1.1-rc1",
1094
- "main": "dist/jquery.js",
1095
- "homepage": "http://jquery.com",
1096
- "author": {
1097
- "name": "jQuery Foundation and other contributors",
1098
- "url": "https://github.com/jquery/jquery/blob/2.1.1-rc1/AUTHORS.txt"
1099
- },
1100
- "repository": {
1101
- "type": "git",
1102
- "url": "https://github.com/jquery/jquery.git"
1103
- },
1104
- "keywords": [
1105
- "jquery",
1106
- "javascript",
1107
- "library"
1108
- ],
1109
- "bugs": {
1110
- "url": "http://bugs.jquery.com"
1111
- },
1112
- "licenses": [
1113
- {
1114
- "type": "MIT",
1115
- "url": "https://github.com/jquery/jquery/blob/2.1.1-rc1/MIT-LICENSE.txt"
1116
- }
1117
- ],
1118
- "dependencies": {},
1119
- "devDependencies": {
1120
- "commitplease": "1.7.0",
1121
- "grunt": "0.4.2",
1122
- "grunt-bowercopy": "0.7.1",
1123
- "grunt-cli": "0.1.13",
1124
- "grunt-compare-size": "0.4.0",
1125
- "grunt-contrib-jshint": "0.8.0",
1126
- "grunt-contrib-uglify": "0.3.2",
1127
- "grunt-contrib-watch": "0.5.3",
1128
- "grunt-git-authors": "1.2.0",
1129
- "grunt-jscs-checker": "0.4.1",
1130
- "grunt-jsonlint": "1.0.4",
1131
- "gzip-js": "0.3.2",
1132
- "load-grunt-tasks": "0.3.0",
1133
- "requirejs": "2.1.10",
1134
- "testswarm": "1.1.0"
1135
- },
1136
- "scripts": {
1137
- "build": "npm install && grunt",
1138
- "start": "grunt watch",
1139
- "test": "grunt"
1140
- },
1141
- "_id": "jquery@2.1.1-rc1",
1142
- "_shasum": "95c494fdbbd0cefc305260e11ad46ae49a387c3d",
1143
- "_from": ".",
1144
- "_npmVersion": "1.4.7",
1145
- "_npmUser": {
1146
- "name": "m_gol",
1147
- "email": "m.goleb@gmail.com"
1148
- },
1149
- "maintainers": [
1150
- {
1151
- "name": "dmethvin",
1152
- "email": "dave.methvin@gmail.com"
1153
- },
1154
- {
1155
- "name": "scott.gonzalez",
1156
- "email": "scott.gonzalez@gmail.com"
1157
- },
1158
- {
1159
- "name": "m_gol",
1160
- "email": "m.goleb@gmail.com"
1161
- }
1162
- ],
1163
- "dist": {
1164
- "shasum": "95c494fdbbd0cefc305260e11ad46ae49a387c3d",
1165
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.1-rc1.tgz"
1166
- },
1167
- "directories": {}
1168
- },
1169
- "1.11.1-rc1": {
1170
- "name": "jquery",
1171
- "title": "jQuery",
1172
- "description": "JavaScript library for DOM operations",
1173
- "version": "1.11.1-rc1",
1174
- "main": "dist/jquery.js",
1175
- "homepage": "http://jquery.com",
1176
- "author": {
1177
- "name": "jQuery Foundation and other contributors",
1178
- "url": "https://github.com/jquery/jquery/blob/1.11.1-rc1/AUTHORS.txt"
1179
- },
1180
- "repository": {
1181
- "type": "git",
1182
- "url": "https://github.com/jquery/jquery.git"
1183
- },
1184
- "keywords": [
1185
- "jquery",
1186
- "javascript",
1187
- "library"
1188
- ],
1189
- "bugs": {
1190
- "url": "http://bugs.jquery.com"
1191
- },
1192
- "licenses": [
1193
- {
1194
- "type": "MIT",
1195
- "url": "https://github.com/jquery/jquery/blob/1.11.1-rc1/MIT-LICENSE.txt"
1196
- }
1197
- ],
1198
- "dependencies": {},
1199
- "devDependencies": {
1200
- "commitplease": "1.7.0",
1201
- "grunt": "0.4.2",
1202
- "grunt-bowercopy": "0.7.1",
1203
- "grunt-cli": "0.1.13",
1204
- "grunt-compare-size": "0.4.0",
1205
- "grunt-contrib-jshint": "0.8.0",
1206
- "grunt-contrib-uglify": "0.3.2",
1207
- "grunt-contrib-watch": "0.5.3",
1208
- "grunt-git-authors": "1.2.0",
1209
- "grunt-jscs-checker": "0.4.1",
1210
- "grunt-jsonlint": "1.0.4",
1211
- "gzip-js": "0.3.2",
1212
- "load-grunt-tasks": "0.3.0",
1213
- "requirejs": "2.1.10",
1214
- "testswarm": "1.1.0"
1215
- },
1216
- "scripts": {
1217
- "build": "npm install && grunt",
1218
- "start": "grunt watch",
1219
- "test": "grunt"
1220
- },
1221
- "_id": "jquery@1.11.1-rc1",
1222
- "_shasum": "666a7df02488b48732d96e8ab9bdd34f61dd4238",
1223
- "_from": ".",
1224
- "_npmVersion": "1.4.7",
1225
- "_npmUser": {
1226
- "name": "m_gol",
1227
- "email": "m.goleb@gmail.com"
1228
- },
1229
- "maintainers": [
1230
- {
1231
- "name": "dmethvin",
1232
- "email": "dave.methvin@gmail.com"
1233
- },
1234
- {
1235
- "name": "scott.gonzalez",
1236
- "email": "scott.gonzalez@gmail.com"
1237
- },
1238
- {
1239
- "name": "m_gol",
1240
- "email": "m.goleb@gmail.com"
1241
- }
1242
- ],
1243
- "dist": {
1244
- "shasum": "666a7df02488b48732d96e8ab9bdd34f61dd4238",
1245
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.1-rc1.tgz"
1246
- },
1247
- "directories": {}
1248
- },
1249
- "2.1.1-rc2": {
1250
- "name": "jquery",
1251
- "title": "jQuery",
1252
- "description": "JavaScript library for DOM operations",
1253
- "version": "2.1.1-rc2",
1254
- "main": "dist/jquery.js",
1255
- "homepage": "http://jquery.com",
1256
- "author": {
1257
- "name": "jQuery Foundation and other contributors",
1258
- "url": "https://github.com/jquery/jquery/blob/2.1.1-rc2/AUTHORS.txt"
1259
- },
1260
- "repository": {
1261
- "type": "git",
1262
- "url": "https://github.com/jquery/jquery.git"
1263
- },
1264
- "keywords": [
1265
- "jquery",
1266
- "javascript",
1267
- "library"
1268
- ],
1269
- "bugs": {
1270
- "url": "http://bugs.jquery.com"
1271
- },
1272
- "licenses": [
1273
- {
1274
- "type": "MIT",
1275
- "url": "https://github.com/jquery/jquery/blob/2.1.1-rc2/MIT-LICENSE.txt"
1276
- }
1277
- ],
1278
- "dependencies": {},
1279
- "devDependencies": {
1280
- "commitplease": "1.7.0",
1281
- "grunt": "0.4.2",
1282
- "grunt-bowercopy": "0.7.1",
1283
- "grunt-cli": "0.1.13",
1284
- "grunt-compare-size": "0.4.0",
1285
- "grunt-contrib-jshint": "0.8.0",
1286
- "grunt-contrib-uglify": "0.3.2",
1287
- "grunt-contrib-watch": "0.5.3",
1288
- "grunt-git-authors": "1.2.0",
1289
- "grunt-jscs-checker": "0.4.1",
1290
- "grunt-jsonlint": "1.0.4",
1291
- "gzip-js": "0.3.2",
1292
- "load-grunt-tasks": "0.3.0",
1293
- "requirejs": "2.1.10",
1294
- "testswarm": "1.1.0"
1295
- },
1296
- "scripts": {
1297
- "build": "npm install && grunt",
1298
- "start": "grunt watch",
1299
- "test": "grunt"
1300
- },
1301
- "_id": "jquery@2.1.1-rc2",
1302
- "dist": {
1303
- "shasum": "99833e415efa7ac8a4efecc5df6894b2f938a598",
1304
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.1-rc2.tgz"
1305
- },
1306
- "_from": ".",
1307
- "_npmVersion": "1.2.25",
1308
- "_npmUser": {
1309
- "name": "dmethvin",
1310
- "email": "dave.methvin@gmail.com"
1311
- },
1312
- "maintainers": [
1313
- {
1314
- "name": "dmethvin",
1315
- "email": "dave.methvin@gmail.com"
1316
- },
1317
- {
1318
- "name": "scott.gonzalez",
1319
- "email": "scott.gonzalez@gmail.com"
1320
- },
1321
- {
1322
- "name": "m_gol",
1323
- "email": "m.goleb@gmail.com"
1324
- }
1325
- ],
1326
- "directories": {}
1327
- },
1328
- "1.11.1-rc2": {
1329
- "name": "jquery",
1330
- "title": "jQuery",
1331
- "description": "JavaScript library for DOM operations",
1332
- "version": "1.11.1-rc2",
1333
- "main": "dist/jquery.js",
1334
- "homepage": "http://jquery.com",
1335
- "author": {
1336
- "name": "jQuery Foundation and other contributors",
1337
- "url": "https://github.com/jquery/jquery/blob/1.11.1-rc2/AUTHORS.txt"
1338
- },
1339
- "repository": {
1340
- "type": "git",
1341
- "url": "https://github.com/jquery/jquery.git"
1342
- },
1343
- "keywords": [
1344
- "jquery",
1345
- "javascript",
1346
- "library"
1347
- ],
1348
- "bugs": {
1349
- "url": "http://bugs.jquery.com"
1350
- },
1351
- "licenses": [
1352
- {
1353
- "type": "MIT",
1354
- "url": "https://github.com/jquery/jquery/blob/1.11.1-rc2/MIT-LICENSE.txt"
1355
- }
1356
- ],
1357
- "dependencies": {},
1358
- "devDependencies": {
1359
- "commitplease": "1.7.0",
1360
- "grunt": "0.4.2",
1361
- "grunt-bowercopy": "0.7.1",
1362
- "grunt-cli": "0.1.13",
1363
- "grunt-compare-size": "0.4.0",
1364
- "grunt-contrib-jshint": "0.8.0",
1365
- "grunt-contrib-uglify": "0.3.2",
1366
- "grunt-contrib-watch": "0.5.3",
1367
- "grunt-git-authors": "1.2.0",
1368
- "grunt-jscs-checker": "0.4.1",
1369
- "grunt-jsonlint": "1.0.4",
1370
- "gzip-js": "0.3.2",
1371
- "load-grunt-tasks": "0.3.0",
1372
- "requirejs": "2.1.10",
1373
- "testswarm": "1.1.0"
1374
- },
1375
- "scripts": {
1376
- "build": "npm install && grunt",
1377
- "start": "grunt watch",
1378
- "test": "grunt"
1379
- },
1380
- "_id": "jquery@1.11.1-rc2",
1381
- "dist": {
1382
- "shasum": "a4ef3edde0864d8524c5e72f59c459fd7a9ebd17",
1383
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.1-rc2.tgz"
1384
- },
1385
- "_from": ".",
1386
- "_npmVersion": "1.2.25",
1387
- "_npmUser": {
1388
- "name": "dmethvin",
1389
- "email": "dave.methvin@gmail.com"
1390
- },
1391
- "maintainers": [
1392
- {
1393
- "name": "dmethvin",
1394
- "email": "dave.methvin@gmail.com"
1395
- },
1396
- {
1397
- "name": "scott.gonzalez",
1398
- "email": "scott.gonzalez@gmail.com"
1399
- },
1400
- {
1401
- "name": "m_gol",
1402
- "email": "m.goleb@gmail.com"
1403
- }
1404
- ],
1405
- "directories": {}
1406
- },
1407
- "2.1.1": {
1408
- "name": "jquery",
1409
- "title": "jQuery",
1410
- "description": "JavaScript library for DOM operations",
1411
- "version": "2.1.1",
1412
- "main": "dist/jquery.js",
1413
- "homepage": "http://jquery.com",
1414
- "author": {
1415
- "name": "jQuery Foundation and other contributors",
1416
- "url": "https://github.com/jquery/jquery/blob/2.1.1/AUTHORS.txt"
1417
- },
1418
- "repository": {
1419
- "type": "git",
1420
- "url": "https://github.com/jquery/jquery.git"
1421
- },
1422
- "keywords": [
1423
- "jquery",
1424
- "javascript",
1425
- "browser",
1426
- "library"
1427
- ],
1428
- "bugs": {
1429
- "url": "http://bugs.jquery.com"
1430
- },
1431
- "licenses": [
1432
- {
1433
- "type": "MIT",
1434
- "url": "https://github.com/jquery/jquery/blob/2.1.1/MIT-LICENSE.txt"
1435
- }
1436
- ],
1437
- "dependencies": {},
1438
- "devDependencies": {
1439
- "commitplease": "1.7.0",
1440
- "grunt": "0.4.2",
1441
- "grunt-bowercopy": "0.7.1",
1442
- "grunt-cli": "0.1.13",
1443
- "grunt-compare-size": "0.4.0",
1444
- "grunt-contrib-jshint": "0.8.0",
1445
- "grunt-contrib-uglify": "0.3.2",
1446
- "grunt-contrib-watch": "0.5.3",
1447
- "grunt-git-authors": "1.2.0",
1448
- "grunt-jscs-checker": "0.4.1",
1449
- "grunt-jsonlint": "1.0.4",
1450
- "gzip-js": "0.3.2",
1451
- "load-grunt-tasks": "0.3.0",
1452
- "requirejs": "2.1.10",
1453
- "testswarm": "1.1.0"
1454
- },
1455
- "scripts": {
1456
- "build": "npm install && grunt",
1457
- "start": "grunt watch",
1458
- "test": "grunt"
1459
- },
1460
- "_id": "jquery@2.1.1",
1461
- "dist": {
1462
- "shasum": "828fc60f50f7ee5983363ef4eb01c5f70af4bd5b",
1463
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.1.tgz"
1464
- },
1465
- "_from": ".",
1466
- "_npmVersion": "1.2.25",
1467
- "_npmUser": {
1468
- "name": "dmethvin",
1469
- "email": "dave.methvin@gmail.com"
1470
- },
1471
- "maintainers": [
1472
- {
1473
- "name": "dmethvin",
1474
- "email": "dave.methvin@gmail.com"
1475
- },
1476
- {
1477
- "name": "scott.gonzalez",
1478
- "email": "scott.gonzalez@gmail.com"
1479
- },
1480
- {
1481
- "name": "m_gol",
1482
- "email": "m.goleb@gmail.com"
1483
- }
1484
- ],
1485
- "directories": {}
1486
- },
1487
- "1.11.1": {
1488
- "name": "jquery",
1489
- "title": "jQuery",
1490
- "description": "JavaScript library for DOM operations",
1491
- "version": "1.11.1",
1492
- "main": "dist/jquery.js",
1493
- "homepage": "http://jquery.com",
1494
- "author": {
1495
- "name": "jQuery Foundation and other contributors",
1496
- "url": "https://github.com/jquery/jquery/blob/1.11.1/AUTHORS.txt"
1497
- },
1498
- "repository": {
1499
- "type": "git",
1500
- "url": "https://github.com/jquery/jquery.git"
1501
- },
1502
- "keywords": [
1503
- "jquery",
1504
- "javascript",
1505
- "browser",
1506
- "library"
1507
- ],
1508
- "bugs": {
1509
- "url": "http://bugs.jquery.com"
1510
- },
1511
- "licenses": [
1512
- {
1513
- "type": "MIT",
1514
- "url": "https://github.com/jquery/jquery/blob/1.11.1/MIT-LICENSE.txt"
1515
- }
1516
- ],
1517
- "dependencies": {},
1518
- "devDependencies": {
1519
- "commitplease": "1.7.0",
1520
- "grunt": "0.4.2",
1521
- "grunt-bowercopy": "0.7.1",
1522
- "grunt-cli": "0.1.13",
1523
- "grunt-compare-size": "0.4.0",
1524
- "grunt-contrib-jshint": "0.8.0",
1525
- "grunt-contrib-uglify": "0.3.2",
1526
- "grunt-contrib-watch": "0.5.3",
1527
- "grunt-git-authors": "1.2.0",
1528
- "grunt-jscs-checker": "0.4.1",
1529
- "grunt-jsonlint": "1.0.4",
1530
- "gzip-js": "0.3.2",
1531
- "load-grunt-tasks": "0.3.0",
1532
- "requirejs": "2.1.10",
1533
- "testswarm": "1.1.0"
1534
- },
1535
- "scripts": {
1536
- "build": "npm install && grunt",
1537
- "start": "grunt watch",
1538
- "test": "grunt"
1539
- },
1540
- "_id": "jquery@1.11.1",
1541
- "dist": {
1542
- "shasum": "b6ec928590112ebed69e1e49cbfd0025ccd60ddb",
1543
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.1.tgz"
1544
- },
1545
- "_from": ".",
1546
- "_npmVersion": "1.2.25",
1547
- "_npmUser": {
1548
- "name": "dmethvin",
1549
- "email": "dave.methvin@gmail.com"
1550
- },
1551
- "maintainers": [
1552
- {
1553
- "name": "dmethvin",
1554
- "email": "dave.methvin@gmail.com"
1555
- },
1556
- {
1557
- "name": "scott.gonzalez",
1558
- "email": "scott.gonzalez@gmail.com"
1559
- },
1560
- {
1561
- "name": "m_gol",
1562
- "email": "m.goleb@gmail.com"
1563
- }
1564
- ],
1565
- "directories": {}
1566
- },
1567
- "1.9.1": {
1568
- "name": "jquery",
1569
- "title": "jQuery",
1570
- "description": "JavaScript library for DOM operations",
1571
- "version": "1.9.1",
1572
- "homepage": "http://jquery.com",
1573
- "author": {
1574
- "name": "jQuery Foundation and other contributors",
1575
- "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
1576
- },
1577
- "repository": {
1578
- "type": "git",
1579
- "url": "https://github.com/jquery/jquery.git"
1580
- },
1581
- "bugs": {
1582
- "url": "http://bugs.jquery.com"
1583
- },
1584
- "licenses": [
1585
- {
1586
- "type": "MIT",
1587
- "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
1588
- }
1589
- ],
1590
- "scripts": {
1591
- "test": "grunt"
1592
- },
1593
- "dependencies": {},
1594
- "devDependencies": {
1595
- "grunt-compare-size": "~0.3.0",
1596
- "grunt-git-authors": "~1.1.0",
1597
- "grunt-update-submodules": "~0.2.0",
1598
- "grunt-contrib-watch": "~0.1.1",
1599
- "grunt-contrib-jshint": "~0.1.1",
1600
- "grunt-contrib-uglify": "~0.1.1",
1601
- "grunt": "~0.4.0",
1602
- "testswarm": "0.2.2"
1603
- },
1604
- "keywords": [],
1605
- "gitHead": "d71f6a53927ad02d728503385d15539b73d21ac8",
1606
- "_id": "jquery@1.9.1",
1607
- "_shasum": "e4cd4835faaefbade535857613c0fc3ff2adaf34",
1608
- "_from": ".",
1609
- "_npmVersion": "1.5.0-alpha-1",
1610
- "_npmUser": {
1611
- "name": "timmywil",
1612
- "email": "timmywillisn@gmail.com"
1613
- },
1614
- "maintainers": [
1615
- {
1616
- "name": "dmethvin",
1617
- "email": "dave.methvin@gmail.com"
1618
- },
1619
- {
1620
- "name": "scott.gonzalez",
1621
- "email": "scott.gonzalez@gmail.com"
1622
- },
1623
- {
1624
- "name": "m_gol",
1625
- "email": "m.goleb@gmail.com"
1626
- },
1627
- {
1628
- "name": "timmywil",
1629
- "email": "timmywillisn@gmail.com"
1630
- }
1631
- ],
1632
- "dist": {
1633
- "shasum": "e4cd4835faaefbade535857613c0fc3ff2adaf34",
1634
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.9.1.tgz"
1635
- },
1636
- "directories": {}
1637
- },
1638
- "2.1.2": {
1639
- "name": "jquery",
1640
- "title": "jQuery",
1641
- "description": "JavaScript library for DOM operations",
1642
- "version": "2.1.2",
1643
- "main": "dist/jquery.js",
1644
- "homepage": "http://jquery.com",
1645
- "author": {
1646
- "name": "jQuery Foundation and other contributors",
1647
- "url": "https://github.com/jquery/jquery/blob/2.1.2/AUTHORS.txt"
1648
- },
1649
- "repository": {
1650
- "type": "git",
1651
- "url": "https://github.com/jquery/jquery.git"
1652
- },
1653
- "keywords": [
1654
- "jquery",
1655
- "javascript",
1656
- "browser",
1657
- "library"
1658
- ],
1659
- "bugs": {
1660
- "url": "http://bugs.jquery.com"
1661
- },
1662
- "licenses": [
1663
- {
1664
- "type": "MIT",
1665
- "url": "https://github.com/jquery/jquery/blob/2.1.2/MIT-LICENSE.txt"
1666
- }
1667
- ],
1668
- "dependencies": {},
1669
- "devDependencies": {
1670
- "commitplease": "1.7.0",
1671
- "grunt": "0.4.2",
1672
- "grunt-bowercopy": "0.7.1",
1673
- "grunt-cli": "0.1.13",
1674
- "grunt-compare-size": "0.4.0",
1675
- "grunt-contrib-jshint": "0.8.0",
1676
- "grunt-contrib-uglify": "0.3.2",
1677
- "grunt-contrib-watch": "0.5.3",
1678
- "grunt-git-authors": "1.2.0",
1679
- "grunt-jscs-checker": "0.4.1",
1680
- "grunt-jsonlint": "1.0.4",
1681
- "gzip-js": "0.3.2",
1682
- "load-grunt-tasks": "0.3.0",
1683
- "requirejs": "2.1.10",
1684
- "testswarm": "1.1.0"
1685
- },
1686
- "scripts": {
1687
- "build": "npm install && grunt",
1688
- "start": "grunt watch",
1689
- "test": "grunt"
1690
- },
1691
- "gitHead": "a04f5ff9795fd6292117563623db44cf3f875868",
1692
- "_id": "jquery@2.1.2",
1693
- "_shasum": "b68f154cb2ea4731924883e9fe20ec199d1dc1e2",
1694
- "_from": ".",
1695
- "_npmVersion": "1.4.28",
1696
- "_npmUser": {
1697
- "name": "dmethvin",
1698
- "email": "dave.methvin@gmail.com"
1699
- },
1700
- "maintainers": [
1701
- {
1702
- "name": "dmethvin",
1703
- "email": "dave.methvin@gmail.com"
1704
- },
1705
- {
1706
- "name": "scott.gonzalez",
1707
- "email": "scott.gonzalez@gmail.com"
1708
- },
1709
- {
1710
- "name": "m_gol",
1711
- "email": "m.goleb@gmail.com"
1712
- },
1713
- {
1714
- "name": "timmywil",
1715
- "email": "timmywillisn@gmail.com"
1716
- }
1717
- ],
1718
- "dist": {
1719
- "shasum": "b68f154cb2ea4731924883e9fe20ec199d1dc1e2",
1720
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.2.tgz"
1721
- },
1722
- "directories": {}
1723
- },
1724
- "1.11.2": {
1725
- "name": "jquery",
1726
- "title": "jQuery",
1727
- "description": "JavaScript library for DOM operations",
1728
- "version": "1.11.2",
1729
- "main": "dist/jquery.js",
1730
- "homepage": "http://jquery.com",
1731
- "author": {
1732
- "name": "jQuery Foundation and other contributors",
1733
- "url": "https://github.com/jquery/jquery/blob/1.11.2/AUTHORS.txt"
1734
- },
1735
- "repository": {
1736
- "type": "git",
1737
- "url": "https://github.com/jquery/jquery.git"
1738
- },
1739
- "keywords": [
1740
- "jquery",
1741
- "javascript",
1742
- "browser",
1743
- "library"
1744
- ],
1745
- "bugs": {
1746
- "url": "http://bugs.jquery.com"
1747
- },
1748
- "licenses": [
1749
- {
1750
- "type": "MIT",
1751
- "url": "https://github.com/jquery/jquery/blob/1.11.2/MIT-LICENSE.txt"
1752
- }
1753
- ],
1754
- "dependencies": {},
1755
- "devDependencies": {
1756
- "commitplease": "2.0.0",
1757
- "grunt": "0.4.2",
1758
- "grunt-bowercopy": "0.7.1",
1759
- "grunt-cli": "0.1.13",
1760
- "grunt-compare-size": "0.4.0",
1761
- "grunt-contrib-jshint": "0.8.0",
1762
- "grunt-contrib-uglify": "0.3.2",
1763
- "grunt-contrib-watch": "0.5.3",
1764
- "grunt-git-authors": "1.2.0",
1765
- "grunt-jscs-checker": "0.4.1",
1766
- "grunt-jsonlint": "1.0.4",
1767
- "gzip-js": "0.3.2",
1768
- "load-grunt-tasks": "0.3.0",
1769
- "requirejs": "2.1.10",
1770
- "testswarm": "1.1.0"
1771
- },
1772
- "scripts": {
1773
- "build": "npm install && grunt",
1774
- "start": "grunt watch",
1775
- "test": "grunt"
1776
- },
1777
- "gitHead": "9690801db01709bfbff5f977d07fb7cc14472908",
1778
- "_id": "jquery@1.11.2",
1779
- "_shasum": "30ab26857211c37caa83da0f6903155fe49bb72d",
1780
- "_from": ".",
1781
- "_npmVersion": "1.4.28",
1782
- "_npmUser": {
1783
- "name": "dmethvin",
1784
- "email": "dave.methvin@gmail.com"
1785
- },
1786
- "maintainers": [
1787
- {
1788
- "name": "dmethvin",
1789
- "email": "dave.methvin@gmail.com"
1790
- },
1791
- {
1792
- "name": "scott.gonzalez",
1793
- "email": "scott.gonzalez@gmail.com"
1794
- },
1795
- {
1796
- "name": "m_gol",
1797
- "email": "m.goleb@gmail.com"
1798
- },
1799
- {
1800
- "name": "timmywil",
1801
- "email": "timmywillisn@gmail.com"
1802
- }
1803
- ],
1804
- "dist": {
1805
- "shasum": "30ab26857211c37caa83da0f6903155fe49bb72d",
1806
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.2.tgz"
1807
- },
1808
- "directories": {}
1809
- },
1810
- "2.1.3": {
1811
- "name": "jquery",
1812
- "title": "jQuery",
1813
- "description": "JavaScript library for DOM operations",
1814
- "version": "2.1.3",
1815
- "main": "dist/jquery.js",
1816
- "homepage": "http://jquery.com",
1817
- "author": {
1818
- "name": "jQuery Foundation and other contributors",
1819
- "url": "https://github.com/jquery/jquery/blob/2.1.3/AUTHORS.txt"
1820
- },
1821
- "repository": {
1822
- "type": "git",
1823
- "url": "https://github.com/jquery/jquery.git"
1824
- },
1825
- "keywords": [
1826
- "jquery",
1827
- "javascript",
1828
- "browser",
1829
- "library"
1830
- ],
1831
- "bugs": {
1832
- "url": "http://bugs.jquery.com"
1833
- },
1834
- "licenses": [
1835
- {
1836
- "type": "MIT",
1837
- "url": "https://github.com/jquery/jquery/blob/2.1.3/MIT-LICENSE.txt"
1838
- }
1839
- ],
1840
- "dependencies": {},
1841
- "devDependencies": {
1842
- "commitplease": "2.0.0",
1843
- "grunt": "0.4.2",
1844
- "grunt-bowercopy": "0.7.1",
1845
- "grunt-cli": "0.1.13",
1846
- "grunt-compare-size": "0.4.0",
1847
- "grunt-contrib-jshint": "0.8.0",
1848
- "grunt-contrib-uglify": "0.3.2",
1849
- "grunt-contrib-watch": "0.5.3",
1850
- "grunt-git-authors": "1.2.0",
1851
- "grunt-jscs-checker": "0.4.1",
1852
- "grunt-jsonlint": "1.0.4",
1853
- "gzip-js": "0.3.2",
1854
- "jsdom": "1.5.0",
1855
- "load-grunt-tasks": "0.3.0",
1856
- "requirejs": "2.1.10",
1857
- "testswarm": "1.1.0"
1858
- },
1859
- "scripts": {
1860
- "build": "npm install && grunt",
1861
- "start": "grunt watch",
1862
- "test": "grunt"
1863
- },
1864
- "gitHead": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0",
1865
- "_id": "jquery@2.1.3",
1866
- "_shasum": "6ec55204673d505d39432c5bf5cfad10e1dbad2e",
1867
- "_from": ".",
1868
- "_npmVersion": "2.1.14",
1869
- "_nodeVersion": "0.11.14",
1870
- "_npmUser": {
1871
- "name": "m_gol",
1872
- "email": "m.goleb@gmail.com"
1873
- },
1874
- "maintainers": [
1875
- {
1876
- "name": "dmethvin",
1877
- "email": "dave.methvin@gmail.com"
1878
- },
1879
- {
1880
- "name": "scott.gonzalez",
1881
- "email": "scott.gonzalez@gmail.com"
1882
- },
1883
- {
1884
- "name": "m_gol",
1885
- "email": "m.goleb@gmail.com"
1886
- },
1887
- {
1888
- "name": "timmywil",
1889
- "email": "timmywillisn@gmail.com"
1890
- }
1891
- ],
1892
- "dist": {
1893
- "shasum": "6ec55204673d505d39432c5bf5cfad10e1dbad2e",
1894
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.3.tgz"
1895
- },
1896
- "directories": {}
1897
- },
1898
- "2.1.4": {
1899
- "name": "jquery",
1900
- "title": "jQuery",
1901
- "description": "JavaScript library for DOM operations",
1902
- "version": "2.1.4",
1903
- "main": "dist/jquery.js",
1904
- "homepage": "http://jquery.com",
1905
- "author": {
1906
- "name": "jQuery Foundation and other contributors",
1907
- "url": "https://github.com/jquery/jquery/blob/2.1.4/AUTHORS.txt"
1908
- },
1909
- "repository": {
1910
- "type": "git",
1911
- "url": "https://github.com/jquery/jquery.git"
1912
- },
1913
- "keywords": [
1914
- "jquery",
1915
- "javascript",
1916
- "browser",
1917
- "library"
1918
- ],
1919
- "bugs": {
1920
- "url": "http://bugs.jquery.com"
1921
- },
1922
- "licenses": [
1923
- {
1924
- "type": "MIT",
1925
- "url": "https://github.com/jquery/jquery/blob/2.1.4/MIT-LICENSE.txt"
1926
- }
1927
- ],
1928
- "dependencies": {},
1929
- "devDependencies": {
1930
- "commitplease": "2.0.0",
1931
- "grunt": "0.4.2",
1932
- "grunt-bowercopy": "0.7.1",
1933
- "grunt-cli": "0.1.13",
1934
- "grunt-compare-size": "0.4.0",
1935
- "grunt-contrib-jshint": "0.8.0",
1936
- "grunt-contrib-uglify": "0.3.2",
1937
- "grunt-contrib-watch": "0.5.3",
1938
- "grunt-git-authors": "1.2.0",
1939
- "grunt-jscs-checker": "0.4.1",
1940
- "grunt-jsonlint": "1.0.4",
1941
- "gzip-js": "0.3.2",
1942
- "jsdom": "1.5.0",
1943
- "load-grunt-tasks": "0.3.0",
1944
- "requirejs": "2.1.10",
1945
- "testswarm": "1.1.0"
1946
- },
1947
- "scripts": {
1948
- "build": "npm install && grunt",
1949
- "start": "grunt watch",
1950
- "test": "grunt"
1951
- },
1952
- "gitHead": "7751e69b615c6eca6f783a81e292a55725af6b85",
1953
- "_id": "jquery@2.1.4",
1954
- "_shasum": "228bde698a0c61431dc2630a6a154f15890d2317",
1955
- "_from": ".",
1956
- "_npmVersion": "2.7.4",
1957
- "_nodeVersion": "0.12.2",
1958
- "_npmUser": {
1959
- "name": "timmywil",
1960
- "email": "timmywillisn@gmail.com"
1961
- },
1962
- "maintainers": [
1963
- {
1964
- "name": "dmethvin",
1965
- "email": "dave.methvin@gmail.com"
1966
- },
1967
- {
1968
- "name": "scott.gonzalez",
1969
- "email": "scott.gonzalez@gmail.com"
1970
- },
1971
- {
1972
- "name": "m_gol",
1973
- "email": "m.goleb@gmail.com"
1974
- },
1975
- {
1976
- "name": "timmywil",
1977
- "email": "timmywillisn@gmail.com"
1978
- }
1979
- ],
1980
- "dist": {
1981
- "shasum": "228bde698a0c61431dc2630a6a154f15890d2317",
1982
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz"
1983
- },
1984
- "directories": {}
1985
- },
1986
- "1.11.3": {
1987
- "name": "jquery",
1988
- "title": "jQuery",
1989
- "description": "JavaScript library for DOM operations",
1990
- "version": "1.11.3",
1991
- "main": "dist/jquery.js",
1992
- "homepage": "http://jquery.com",
1993
- "author": {
1994
- "name": "jQuery Foundation and other contributors",
1995
- "url": "https://github.com/jquery/jquery/blob/1.11.3/AUTHORS.txt"
1996
- },
1997
- "repository": {
1998
- "type": "git",
1999
- "url": "https://github.com/jquery/jquery.git"
2000
- },
2001
- "keywords": [
2002
- "jquery",
2003
- "javascript",
2004
- "browser",
2005
- "library"
2006
- ],
2007
- "bugs": {
2008
- "url": "http://bugs.jquery.com"
2009
- },
2010
- "licenses": [
2011
- {
2012
- "type": "MIT",
2013
- "url": "https://github.com/jquery/jquery/blob/1.11.3/MIT-LICENSE.txt"
2014
- }
2015
- ],
2016
- "dependencies": {},
2017
- "devDependencies": {
2018
- "commitplease": "2.0.0",
2019
- "grunt": "0.4.2",
2020
- "grunt-bowercopy": "0.7.1",
2021
- "grunt-cli": "0.1.13",
2022
- "grunt-compare-size": "0.4.0",
2023
- "grunt-contrib-jshint": "0.8.0",
2024
- "grunt-contrib-uglify": "0.3.2",
2025
- "grunt-contrib-watch": "0.5.3",
2026
- "grunt-git-authors": "1.2.0",
2027
- "grunt-jscs-checker": "0.4.1",
2028
- "grunt-jsonlint": "1.0.4",
2029
- "gzip-js": "0.3.2",
2030
- "load-grunt-tasks": "0.3.0",
2031
- "requirejs": "2.1.10",
2032
- "testswarm": "1.1.0"
2033
- },
2034
- "scripts": {
2035
- "build": "npm install && grunt",
2036
- "start": "grunt watch",
2037
- "test": "grunt"
2038
- },
2039
- "gitHead": "1472290917f17af05e98007136096784f9051fab",
2040
- "_id": "jquery@1.11.3",
2041
- "_shasum": "dd8b74278b27102d29df63eae28308a8cfa1b583",
2042
- "_from": ".",
2043
- "_npmVersion": "2.7.4",
2044
- "_nodeVersion": "0.12.2",
2045
- "_npmUser": {
2046
- "name": "timmywil",
2047
- "email": "timmywillisn@gmail.com"
2048
- },
2049
- "maintainers": [
2050
- {
2051
- "name": "dmethvin",
2052
- "email": "dave.methvin@gmail.com"
2053
- },
2054
- {
2055
- "name": "scott.gonzalez",
2056
- "email": "scott.gonzalez@gmail.com"
2057
- },
2058
- {
2059
- "name": "m_gol",
2060
- "email": "m.goleb@gmail.com"
2061
- },
2062
- {
2063
- "name": "timmywil",
2064
- "email": "timmywillisn@gmail.com"
2065
- }
2066
- ],
2067
- "dist": {
2068
- "shasum": "dd8b74278b27102d29df63eae28308a8cfa1b583",
2069
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.11.3.tgz"
2070
- },
2071
- "directories": {}
2072
- },
2073
- "3.0.0-alpha1": {
2074
- "name": "jquery",
2075
- "title": "jQuery",
2076
- "description": "JavaScript library for DOM operations",
2077
- "version": "3.0.0-alpha1",
2078
- "main": "dist/jquery.js",
2079
- "homepage": "http://jquery.com",
2080
- "author": {
2081
- "name": "jQuery Foundation and other contributors",
2082
- "url": "https://github.com/jquery/jquery/blob/3.0.0-alpha1/AUTHORS.txt"
2083
- },
2084
- "repository": {
2085
- "type": "git",
2086
- "url": "git+https://github.com/jquery/jquery.git"
2087
- },
2088
- "keywords": [
2089
- "jquery",
2090
- "javascript",
2091
- "browser",
2092
- "library"
2093
- ],
2094
- "bugs": {
2095
- "url": "https://github.com/jquery/jquery/issues"
2096
- },
2097
- "license": "MIT",
2098
- "dependencies": {},
2099
- "devDependencies": {
2100
- "commitplease": "2.0.0",
2101
- "core-js": "0.9.17",
2102
- "grunt": "0.4.5",
2103
- "grunt-babel": "5.0.1",
2104
- "grunt-cli": "0.1.13",
2105
- "grunt-compare-size": "0.4.0",
2106
- "grunt-contrib-jshint": "0.11.2",
2107
- "grunt-contrib-uglify": "0.7.0",
2108
- "grunt-contrib-watch": "0.6.1",
2109
- "grunt-git-authors": "2.0.1",
2110
- "grunt-jscs-checker": "0.8.1",
2111
- "grunt-jsonlint": "1.0.4",
2112
- "grunt-npmcopy": "0.1.0",
2113
- "gzip-js": "0.3.2",
2114
- "load-grunt-tasks": "1.0.0",
2115
- "native-promise-only": "0.7.8-a",
2116
- "promises-aplus-tests": "2.1.0",
2117
- "q": "1.1.2",
2118
- "qunitjs": "1.17.1",
2119
- "requirejs": "2.1.17",
2120
- "sinon": "1.10.3",
2121
- "sizzle": "2.2.0",
2122
- "testswarm": "1.1.0",
2123
- "win-spawn": "2.0.0"
2124
- },
2125
- "jsdomVersions": {
2126
- "node": "3.1.2",
2127
- "iojs": "5.3.0"
2128
- },
2129
- "scripts": {
2130
- "build": "npm install && grunt",
2131
- "start": "grunt watch",
2132
- "test": "grunt && grunt test"
2133
- },
2134
- "commitplease": {
2135
- "components": [
2136
- "Docs",
2137
- "Tests",
2138
- "Build",
2139
- "Release",
2140
- "Core",
2141
- "Ajax",
2142
- "Attributes",
2143
- "Callbacks",
2144
- "CSS",
2145
- "Data",
2146
- "Deferred",
2147
- "Dimensions",
2148
- "Effects",
2149
- "Event",
2150
- "Manipulation",
2151
- "Offset",
2152
- "Queue",
2153
- "Selector",
2154
- "Serialize",
2155
- "Traversing",
2156
- "Wrap"
2157
- ]
2158
- },
2159
- "gitHead": "2c92869b752bb8e0fe74c3183f40f3f58b7b906d",
2160
- "_id": "jquery@3.0.0-alpha1",
2161
- "_shasum": "3493d672266e21c2dffb2714f935448edebe3c62",
2162
- "_from": ".",
2163
- "_npmVersion": "2.11.3",
2164
- "_nodeVersion": "0.12.7",
2165
- "_npmUser": {
2166
- "name": "timmywil",
2167
- "email": "timmywillisn@gmail.com"
2168
- },
2169
- "maintainers": [
2170
- {
2171
- "name": "dmethvin",
2172
- "email": "dave.methvin@gmail.com"
2173
- },
2174
- {
2175
- "name": "scott.gonzalez",
2176
- "email": "scott.gonzalez@gmail.com"
2177
- },
2178
- {
2179
- "name": "m_gol",
2180
- "email": "m.goleb@gmail.com"
2181
- },
2182
- {
2183
- "name": "timmywil",
2184
- "email": "timmywillisn@gmail.com"
2185
- }
2186
- ],
2187
- "dist": {
2188
- "shasum": "3493d672266e21c2dffb2714f935448edebe3c62",
2189
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.0.0-alpha1.tgz"
2190
- },
2191
- "directories": {}
2192
- },
2193
- "1.12.0": {
2194
- "name": "jquery",
2195
- "title": "jQuery",
2196
- "description": "JavaScript library for DOM operations",
2197
- "version": "1.12.0",
2198
- "main": "dist/jquery.js",
2199
- "homepage": "http://jquery.com",
2200
- "author": {
2201
- "name": "jQuery Foundation and other contributors",
2202
- "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
2203
- },
2204
- "repository": {
2205
- "type": "git",
2206
- "url": "git+https://github.com/jquery/jquery.git"
2207
- },
2208
- "keywords": [
2209
- "jquery",
2210
- "javascript",
2211
- "browser",
2212
- "library"
2213
- ],
2214
- "bugs": {
2215
- "url": "https://github.com/jquery/jquery/issues"
2216
- },
2217
- "license": "MIT",
2218
- "dependencies": {},
2219
- "devDependencies": {
2220
- "commitplease": "2.0.0",
2221
- "core-js": "0.9.17",
2222
- "grunt": "0.4.5",
2223
- "grunt-babel": "5.0.1",
2224
- "grunt-cli": "0.1.13",
2225
- "grunt-compare-size": "0.4.0",
2226
- "grunt-contrib-jshint": "0.11.2",
2227
- "grunt-contrib-uglify": "0.9.2",
2228
- "grunt-contrib-watch": "0.6.1",
2229
- "grunt-git-authors": "2.0.1",
2230
- "grunt-jscs": "2.1.0",
2231
- "grunt-jsonlint": "1.0.4",
2232
- "grunt-npmcopy": "0.1.0",
2233
- "gzip-js": "0.3.2",
2234
- "jsdom": "5.6.1",
2235
- "load-grunt-tasks": "1.0.0",
2236
- "npm": "2.1.12",
2237
- "qunitjs": "1.17.1",
2238
- "qunit-assert-step": "1.0.3",
2239
- "requirejs": "2.1.17",
2240
- "sinon": "1.12.2",
2241
- "sizzle": "2.2.1",
2242
- "strip-json-comments": "1.0.3",
2243
- "testswarm": "1.1.0",
2244
- "win-spawn": "2.0.0"
2245
- },
2246
- "scripts": {
2247
- "build": "npm install && grunt",
2248
- "start": "grunt watch",
2249
- "test": "grunt && grunt test"
2250
- },
2251
- "commitplease": {
2252
- "components": [
2253
- "Docs",
2254
- "Tests",
2255
- "Build",
2256
- "Release",
2257
- "Core",
2258
- "Ajax",
2259
- "Attributes",
2260
- "Callbacks",
2261
- "CSS",
2262
- "Data",
2263
- "Deferred",
2264
- "Deprecated",
2265
- "Dimensions",
2266
- "Effects",
2267
- "Event",
2268
- "Manipulation",
2269
- "Offset",
2270
- "Queue",
2271
- "Selector",
2272
- "Serialize",
2273
- "Traversing",
2274
- "Wrap"
2275
- ]
2276
- },
2277
- "gitHead": "efbdc6e3f0fa3d3cd4d3d8bfa37990b707f7c2e1",
2278
- "_id": "jquery@1.12.0",
2279
- "_shasum": "44653be4e3e4628b106bf2141dfd10fbca6021ef",
2280
- "_from": ".",
2281
- "_npmVersion": "3.3.12",
2282
- "_nodeVersion": "5.2.0",
2283
- "_npmUser": {
2284
- "name": "timmywil",
2285
- "email": "timmywillisn@gmail.com"
2286
- },
2287
- "maintainers": [
2288
- {
2289
- "name": "dmethvin",
2290
- "email": "dave.methvin@gmail.com"
2291
- },
2292
- {
2293
- "name": "scott.gonzalez",
2294
- "email": "scott.gonzalez@gmail.com"
2295
- },
2296
- {
2297
- "name": "m_gol",
2298
- "email": "m.goleb@gmail.com"
2299
- },
2300
- {
2301
- "name": "timmywil",
2302
- "email": "timmywillisn@gmail.com"
2303
- }
2304
- ],
2305
- "dist": {
2306
- "shasum": "44653be4e3e4628b106bf2141dfd10fbca6021ef",
2307
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.12.0.tgz"
2308
- },
2309
- "directories": {}
2310
- },
2311
- "2.2.0": {
2312
- "name": "jquery",
2313
- "title": "jQuery",
2314
- "description": "JavaScript library for DOM operations",
2315
- "version": "2.2.0",
2316
- "main": "dist/jquery.js",
2317
- "homepage": "http://jquery.com",
2318
- "author": {
2319
- "name": "jQuery Foundation and other contributors",
2320
- "url": "https://github.com/jquery/jquery/blob/2.2.0/AUTHORS.txt"
2321
- },
2322
- "repository": {
2323
- "type": "git",
2324
- "url": "git+https://github.com/jquery/jquery.git"
2325
- },
2326
- "keywords": [
2327
- "jquery",
2328
- "javascript",
2329
- "browser",
2330
- "library"
2331
- ],
2332
- "bugs": {
2333
- "url": "https://github.com/jquery/jquery/issues"
2334
- },
2335
- "license": "MIT",
2336
- "dependencies": {},
2337
- "devDependencies": {
2338
- "commitplease": "2.0.0",
2339
- "core-js": "0.9.17",
2340
- "grunt": "0.4.5",
2341
- "grunt-babel": "5.0.1",
2342
- "grunt-cli": "0.1.13",
2343
- "grunt-compare-size": "0.4.0",
2344
- "grunt-contrib-jshint": "0.11.2",
2345
- "grunt-contrib-uglify": "0.9.2",
2346
- "grunt-contrib-watch": "0.6.1",
2347
- "grunt-git-authors": "2.0.1",
2348
- "grunt-jscs": "2.1.0",
2349
- "grunt-jsonlint": "1.0.4",
2350
- "grunt-npmcopy": "0.1.0",
2351
- "gzip-js": "0.3.2",
2352
- "jsdom": "5.6.1",
2353
- "load-grunt-tasks": "1.0.0",
2354
- "qunitjs": "1.17.1",
2355
- "qunit-assert-step": "1.0.3",
2356
- "requirejs": "2.1.17",
2357
- "sinon": "1.10.3",
2358
- "sizzle": "2.2.1",
2359
- "strip-json-comments": "1.0.3",
2360
- "testswarm": "1.1.0",
2361
- "win-spawn": "2.0.0"
2362
- },
2363
- "scripts": {
2364
- "build": "npm install && grunt",
2365
- "start": "grunt watch",
2366
- "test": "grunt && grunt test"
2367
- },
2368
- "commitplease": {
2369
- "components": [
2370
- "Docs",
2371
- "Tests",
2372
- "Build",
2373
- "Release",
2374
- "Core",
2375
- "Ajax",
2376
- "Attributes",
2377
- "Callbacks",
2378
- "CSS",
2379
- "Data",
2380
- "Deferred",
2381
- "Deprecated",
2382
- "Dimensions",
2383
- "Effects",
2384
- "Event",
2385
- "Manipulation",
2386
- "Offset",
2387
- "Queue",
2388
- "Selector",
2389
- "Serialize",
2390
- "Traversing",
2391
- "Wrap"
2392
- ]
2393
- },
2394
- "gitHead": "6fc01e29bdad0964f62ef56d01297039cdcadbe5",
2395
- "_id": "jquery@2.2.0",
2396
- "_shasum": "d0e84ebbf199da51bf7ec39307f19b35754e9cba",
2397
- "_from": ".",
2398
- "_npmVersion": "3.3.12",
2399
- "_nodeVersion": "5.2.0",
2400
- "_npmUser": {
2401
- "name": "timmywil",
2402
- "email": "timmywillisn@gmail.com"
2403
- },
2404
- "maintainers": [
2405
- {
2406
- "name": "dmethvin",
2407
- "email": "dave.methvin@gmail.com"
2408
- },
2409
- {
2410
- "name": "scott.gonzalez",
2411
- "email": "scott.gonzalez@gmail.com"
2412
- },
2413
- {
2414
- "name": "m_gol",
2415
- "email": "m.goleb@gmail.com"
2416
- },
2417
- {
2418
- "name": "timmywil",
2419
- "email": "timmywillisn@gmail.com"
2420
- }
2421
- ],
2422
- "dist": {
2423
- "shasum": "d0e84ebbf199da51bf7ec39307f19b35754e9cba",
2424
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.2.0.tgz"
2425
- },
2426
- "directories": {}
2427
- },
2428
- "3.0.0-beta1": {
2429
- "name": "jquery",
2430
- "title": "jQuery",
2431
- "description": "JavaScript library for DOM operations",
2432
- "version": "3.0.0-beta1",
2433
- "main": "dist/jquery.js",
2434
- "homepage": "https://jquery.com",
2435
- "author": {
2436
- "name": "jQuery Foundation and other contributors",
2437
- "url": "https://github.com/jquery/jquery/blob/3.0.0-beta1/AUTHORS.txt"
2438
- },
2439
- "repository": {
2440
- "type": "git",
2441
- "url": "git+https://github.com/jquery/jquery.git"
2442
- },
2443
- "keywords": [
2444
- "jquery",
2445
- "javascript",
2446
- "browser",
2447
- "library"
2448
- ],
2449
- "bugs": {
2450
- "url": "https://github.com/jquery/jquery/issues"
2451
- },
2452
- "license": "MIT",
2453
- "dependencies": {},
2454
- "devDependencies": {
2455
- "commitplease": "2.0.0",
2456
- "core-js": "0.9.17",
2457
- "grunt": "0.4.5",
2458
- "grunt-babel": "5.0.1",
2459
- "grunt-cli": "0.1.13",
2460
- "grunt-compare-size": "0.4.0",
2461
- "grunt-contrib-jshint": "0.11.2",
2462
- "grunt-contrib-uglify": "0.9.2",
2463
- "grunt-contrib-watch": "0.6.1",
2464
- "grunt-git-authors": "2.0.1",
2465
- "grunt-jscs": "2.1.0",
2466
- "grunt-jsonlint": "1.0.4",
2467
- "grunt-npmcopy": "0.1.0",
2468
- "gzip-js": "0.3.2",
2469
- "jsdom": "5.6.1",
2470
- "load-grunt-tasks": "1.0.0",
2471
- "native-promise-only": "0.7.8-a",
2472
- "promises-aplus-tests": "2.1.0",
2473
- "q": "1.1.2",
2474
- "qunitjs": "1.17.1",
2475
- "qunit-assert-step": "1.0.3",
2476
- "requirejs": "2.1.17",
2477
- "sinon": "1.10.3",
2478
- "sizzle": "2.3.0",
2479
- "strip-json-comments": "1.0.3",
2480
- "testswarm": "1.1.0",
2481
- "win-spawn": "2.0.0"
2482
- },
2483
- "scripts": {
2484
- "build": "npm install && grunt",
2485
- "start": "grunt watch",
2486
- "test": "grunt && grunt test"
2487
- },
2488
- "commitplease": {
2489
- "components": [
2490
- "Docs",
2491
- "Tests",
2492
- "Build",
2493
- "Release",
2494
- "Core",
2495
- "Ajax",
2496
- "Attributes",
2497
- "Callbacks",
2498
- "CSS",
2499
- "Data",
2500
- "Deferred",
2501
- "Deprecated",
2502
- "Dimensions",
2503
- "Effects",
2504
- "Event",
2505
- "Manipulation",
2506
- "Offset",
2507
- "Queue",
2508
- "Selector",
2509
- "Serialize",
2510
- "Traversing",
2511
- "Wrap"
2512
- ]
2513
- },
2514
- "gitHead": "2ef761afd9addf78193f5191ece03bb20c9182c2",
2515
- "_id": "jquery@3.0.0-beta1",
2516
- "_shasum": "d2a4e368e2eed7050bf66abbbb54db2ea345349d",
2517
- "_from": ".",
2518
- "_npmVersion": "3.3.12",
2519
- "_nodeVersion": "5.2.0",
2520
- "_npmUser": {
2521
- "name": "timmywil",
2522
- "email": "timmywillisn@gmail.com"
2523
- },
2524
- "maintainers": [
2525
- {
2526
- "name": "dmethvin",
2527
- "email": "dave.methvin@gmail.com"
2528
- },
2529
- {
2530
- "name": "scott.gonzalez",
2531
- "email": "scott.gonzalez@gmail.com"
2532
- },
2533
- {
2534
- "name": "m_gol",
2535
- "email": "m.goleb@gmail.com"
2536
- },
2537
- {
2538
- "name": "timmywil",
2539
- "email": "timmywillisn@gmail.com"
2540
- }
2541
- ],
2542
- "dist": {
2543
- "shasum": "d2a4e368e2eed7050bf66abbbb54db2ea345349d",
2544
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.0.0-beta1.tgz"
2545
- },
2546
- "directories": {}
2547
- },
2548
- "1.12.1": {
2549
- "name": "jquery",
2550
- "title": "jQuery",
2551
- "description": "JavaScript library for DOM operations",
2552
- "version": "1.12.1",
2553
- "main": "dist/jquery.js",
2554
- "homepage": "http://jquery.com",
2555
- "author": {
2556
- "name": "jQuery Foundation and other contributors",
2557
- "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
2558
- },
2559
- "repository": {
2560
- "type": "git",
2561
- "url": "git+https://github.com/jquery/jquery.git"
2562
- },
2563
- "keywords": [
2564
- "jquery",
2565
- "javascript",
2566
- "browser",
2567
- "library"
2568
- ],
2569
- "bugs": {
2570
- "url": "https://github.com/jquery/jquery/issues"
2571
- },
2572
- "license": "MIT",
2573
- "dependencies": {},
2574
- "devDependencies": {
2575
- "commitplease": "2.0.0",
2576
- "core-js": "0.9.17",
2577
- "grunt": "0.4.5",
2578
- "grunt-babel": "5.0.1",
2579
- "grunt-cli": "0.1.13",
2580
- "grunt-compare-size": "0.4.0",
2581
- "grunt-contrib-jshint": "0.11.2",
2582
- "grunt-contrib-uglify": "0.9.2",
2583
- "grunt-contrib-watch": "0.6.1",
2584
- "grunt-git-authors": "2.0.1",
2585
- "grunt-jscs": "2.1.0",
2586
- "grunt-jsonlint": "1.0.4",
2587
- "grunt-npmcopy": "0.1.0",
2588
- "gzip-js": "0.3.2",
2589
- "jsdom": "5.6.1",
2590
- "load-grunt-tasks": "1.0.0",
2591
- "npm": "2.1.12",
2592
- "qunitjs": "1.17.1",
2593
- "qunit-assert-step": "1.0.3",
2594
- "requirejs": "2.1.17",
2595
- "sinon": "1.12.2",
2596
- "sizzle": "2.2.1",
2597
- "strip-json-comments": "1.0.3",
2598
- "testswarm": "1.1.0",
2599
- "win-spawn": "2.0.0"
2600
- },
2601
- "scripts": {
2602
- "build": "npm install && grunt",
2603
- "start": "grunt watch",
2604
- "test": "grunt && grunt test"
2605
- },
2606
- "commitplease": {
2607
- "components": [
2608
- "Docs",
2609
- "Tests",
2610
- "Build",
2611
- "Release",
2612
- "Core",
2613
- "Ajax",
2614
- "Attributes",
2615
- "Callbacks",
2616
- "CSS",
2617
- "Data",
2618
- "Deferred",
2619
- "Deprecated",
2620
- "Dimensions",
2621
- "Effects",
2622
- "Event",
2623
- "Manipulation",
2624
- "Offset",
2625
- "Queue",
2626
- "Selector",
2627
- "Serialize",
2628
- "Traversing",
2629
- "Wrap"
2630
- ]
2631
- },
2632
- "gitHead": "56ead6ffbf8560c521e7e94518d35db42b19f5f3",
2633
- "_id": "jquery@1.12.1",
2634
- "_shasum": "9cc34ce4780d4ceb90c44328f071064f01960c18",
2635
- "_from": ".",
2636
- "_npmVersion": "2.14.19",
2637
- "_nodeVersion": "0.10.42",
2638
- "_npmUser": {
2639
- "name": "timmywil",
2640
- "email": "timmywillisn@gmail.com"
2641
- },
2642
- "maintainers": [
2643
- {
2644
- "name": "dmethvin",
2645
- "email": "dave.methvin@gmail.com"
2646
- },
2647
- {
2648
- "name": "scott.gonzalez",
2649
- "email": "scott.gonzalez@gmail.com"
2650
- },
2651
- {
2652
- "name": "m_gol",
2653
- "email": "m.goleb@gmail.com"
2654
- },
2655
- {
2656
- "name": "timmywil",
2657
- "email": "timmywillisn@gmail.com"
2658
- }
2659
- ],
2660
- "dist": {
2661
- "shasum": "9cc34ce4780d4ceb90c44328f071064f01960c18",
2662
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.12.1.tgz"
2663
- },
2664
- "_npmOperationalInternal": {
2665
- "host": "packages-5-east.internal.npmjs.com",
2666
- "tmp": "tmp/jquery-1.12.1.tgz_1456168080336_0.4474994211923331"
2667
- },
2668
- "directories": {}
2669
- },
2670
- "2.2.1": {
2671
- "name": "jquery",
2672
- "title": "jQuery",
2673
- "description": "JavaScript library for DOM operations",
2674
- "version": "2.2.1",
2675
- "main": "dist/jquery.js",
2676
- "homepage": "http://jquery.com",
2677
- "author": {
2678
- "name": "jQuery Foundation and other contributors",
2679
- "url": "https://github.com/jquery/jquery/blob/2.2.1/AUTHORS.txt"
2680
- },
2681
- "repository": {
2682
- "type": "git",
2683
- "url": "git+https://github.com/jquery/jquery.git"
2684
- },
2685
- "keywords": [
2686
- "jquery",
2687
- "javascript",
2688
- "browser",
2689
- "library"
2690
- ],
2691
- "bugs": {
2692
- "url": "https://github.com/jquery/jquery/issues"
2693
- },
2694
- "license": "MIT",
2695
- "dependencies": {},
2696
- "devDependencies": {
2697
- "commitplease": "2.0.0",
2698
- "core-js": "0.9.17",
2699
- "grunt": "0.4.5",
2700
- "grunt-babel": "5.0.1",
2701
- "grunt-cli": "0.1.13",
2702
- "grunt-compare-size": "0.4.0",
2703
- "grunt-contrib-jshint": "0.11.2",
2704
- "grunt-contrib-uglify": "0.9.2",
2705
- "grunt-contrib-watch": "0.6.1",
2706
- "grunt-git-authors": "2.0.1",
2707
- "grunt-jscs": "2.1.0",
2708
- "grunt-jsonlint": "1.0.4",
2709
- "grunt-npmcopy": "0.1.0",
2710
- "gzip-js": "0.3.2",
2711
- "jsdom": "5.6.1",
2712
- "load-grunt-tasks": "1.0.0",
2713
- "qunitjs": "1.17.1",
2714
- "qunit-assert-step": "1.0.3",
2715
- "requirejs": "2.1.17",
2716
- "sinon": "1.10.3",
2717
- "sizzle": "2.2.1",
2718
- "strip-json-comments": "1.0.3",
2719
- "testswarm": "1.1.0",
2720
- "win-spawn": "2.0.0"
2721
- },
2722
- "scripts": {
2723
- "build": "npm install && grunt",
2724
- "start": "grunt watch",
2725
- "test": "grunt && grunt test"
2726
- },
2727
- "commitplease": {
2728
- "components": [
2729
- "Docs",
2730
- "Tests",
2731
- "Build",
2732
- "Release",
2733
- "Core",
2734
- "Ajax",
2735
- "Attributes",
2736
- "Callbacks",
2737
- "CSS",
2738
- "Data",
2739
- "Deferred",
2740
- "Deprecated",
2741
- "Dimensions",
2742
- "Effects",
2743
- "Event",
2744
- "Manipulation",
2745
- "Offset",
2746
- "Queue",
2747
- "Selector",
2748
- "Serialize",
2749
- "Traversing",
2750
- "Wrap"
2751
- ]
2752
- },
2753
- "gitHead": "788eaba2f83e7b7445c7a83a50c81c0704423874",
2754
- "_id": "jquery@2.2.1",
2755
- "_shasum": "3c3e16854ad3d2ac44ac65021b17426d22ad803f",
2756
- "_from": ".",
2757
- "_npmVersion": "2.14.19",
2758
- "_nodeVersion": "0.10.42",
2759
- "_npmUser": {
2760
- "name": "timmywil",
2761
- "email": "timmywillisn@gmail.com"
2762
- },
2763
- "maintainers": [
2764
- {
2765
- "name": "dmethvin",
2766
- "email": "dave.methvin@gmail.com"
2767
- },
2768
- {
2769
- "name": "scott.gonzalez",
2770
- "email": "scott.gonzalez@gmail.com"
2771
- },
2772
- {
2773
- "name": "m_gol",
2774
- "email": "m.goleb@gmail.com"
2775
- },
2776
- {
2777
- "name": "timmywil",
2778
- "email": "timmywillisn@gmail.com"
2779
- }
2780
- ],
2781
- "dist": {
2782
- "shasum": "3c3e16854ad3d2ac44ac65021b17426d22ad803f",
2783
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.2.1.tgz"
2784
- },
2785
- "_npmOperationalInternal": {
2786
- "host": "packages-9-west.internal.npmjs.com",
2787
- "tmp": "tmp/jquery-2.2.1.tgz_1456168325917_0.42471840139478445"
2788
- },
2789
- "directories": {}
2790
- },
2791
- "1.12.2": {
2792
- "name": "jquery",
2793
- "title": "jQuery",
2794
- "description": "JavaScript library for DOM operations",
2795
- "version": "1.12.2",
2796
- "main": "dist/jquery.js",
2797
- "homepage": "http://jquery.com",
2798
- "author": {
2799
- "name": "jQuery Foundation and other contributors",
2800
- "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
2801
- },
2802
- "repository": {
2803
- "type": "git",
2804
- "url": "git+https://github.com/jquery/jquery.git"
2805
- },
2806
- "keywords": [
2807
- "jquery",
2808
- "javascript",
2809
- "browser",
2810
- "library"
2811
- ],
2812
- "bugs": {
2813
- "url": "https://github.com/jquery/jquery/issues"
2814
- },
2815
- "license": "MIT",
2816
- "dependencies": {},
2817
- "devDependencies": {
2818
- "commitplease": "2.0.0",
2819
- "core-js": "0.9.17",
2820
- "grunt": "0.4.5",
2821
- "grunt-babel": "5.0.1",
2822
- "grunt-cli": "0.1.13",
2823
- "grunt-compare-size": "0.4.0",
2824
- "grunt-contrib-jshint": "0.11.2",
2825
- "grunt-contrib-uglify": "0.9.2",
2826
- "grunt-contrib-watch": "0.6.1",
2827
- "grunt-git-authors": "2.0.1",
2828
- "grunt-jscs": "2.1.0",
2829
- "grunt-jsonlint": "1.0.4",
2830
- "grunt-npmcopy": "0.1.0",
2831
- "gzip-js": "0.3.2",
2832
- "jsdom": "5.6.1",
2833
- "load-grunt-tasks": "1.0.0",
2834
- "npm": "2.1.12",
2835
- "qunitjs": "1.17.1",
2836
- "qunit-assert-step": "1.0.3",
2837
- "requirejs": "2.1.17",
2838
- "sinon": "1.12.2",
2839
- "sizzle": "2.2.1",
2840
- "strip-json-comments": "1.0.3",
2841
- "testswarm": "1.1.0",
2842
- "win-spawn": "2.0.0"
2843
- },
2844
- "scripts": {
2845
- "build": "npm install && grunt",
2846
- "start": "grunt watch",
2847
- "test": "grunt && grunt test"
2848
- },
2849
- "commitplease": {
2850
- "components": [
2851
- "Docs",
2852
- "Tests",
2853
- "Build",
2854
- "Release",
2855
- "Core",
2856
- "Ajax",
2857
- "Attributes",
2858
- "Callbacks",
2859
- "CSS",
2860
- "Data",
2861
- "Deferred",
2862
- "Deprecated",
2863
- "Dimensions",
2864
- "Effects",
2865
- "Event",
2866
- "Manipulation",
2867
- "Offset",
2868
- "Queue",
2869
- "Selector",
2870
- "Serialize",
2871
- "Traversing",
2872
- "Wrap"
2873
- ]
2874
- },
2875
- "gitHead": "a9b5f8ac96f6aa7bfc7b0795cb16d65c4f15b64e",
2876
- "_id": "jquery@1.12.2",
2877
- "_shasum": "b8a8b45937312a19eebbcf5a0589b0311c8220bb",
2878
- "_from": ".",
2879
- "_npmVersion": "3.7.3",
2880
- "_nodeVersion": "5.8.0",
2881
- "_npmUser": {
2882
- "name": "timmywil",
2883
- "email": "timmywillisn@gmail.com"
2884
- },
2885
- "dist": {
2886
- "shasum": "b8a8b45937312a19eebbcf5a0589b0311c8220bb",
2887
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.12.2.tgz"
2888
- },
2889
- "maintainers": [
2890
- {
2891
- "name": "dmethvin",
2892
- "email": "dave.methvin@gmail.com"
2893
- },
2894
- {
2895
- "name": "scott.gonzalez",
2896
- "email": "scott.gonzalez@gmail.com"
2897
- },
2898
- {
2899
- "name": "m_gol",
2900
- "email": "m.goleb@gmail.com"
2901
- },
2902
- {
2903
- "name": "timmywil",
2904
- "email": "timmywillisn@gmail.com"
2905
- }
2906
- ],
2907
- "_npmOperationalInternal": {
2908
- "host": "packages-12-west.internal.npmjs.com",
2909
- "tmp": "tmp/jquery-1.12.2.tgz_1458236759160_0.3557943068444729"
2910
- },
2911
- "directories": {}
2912
- },
2913
- "2.2.2": {
2914
- "name": "jquery",
2915
- "title": "jQuery",
2916
- "description": "JavaScript library for DOM operations",
2917
- "version": "2.2.2",
2918
- "main": "dist/jquery.js",
2919
- "homepage": "http://jquery.com",
2920
- "author": {
2921
- "name": "jQuery Foundation and other contributors",
2922
- "url": "https://github.com/jquery/jquery/blob/2.2.2/AUTHORS.txt"
2923
- },
2924
- "repository": {
2925
- "type": "git",
2926
- "url": "git+https://github.com/jquery/jquery.git"
2927
- },
2928
- "keywords": [
2929
- "jquery",
2930
- "javascript",
2931
- "browser",
2932
- "library"
2933
- ],
2934
- "bugs": {
2935
- "url": "https://github.com/jquery/jquery/issues"
2936
- },
2937
- "license": "MIT",
2938
- "dependencies": {},
2939
- "devDependencies": {
2940
- "commitplease": "2.0.0",
2941
- "core-js": "0.9.17",
2942
- "grunt": "0.4.5",
2943
- "grunt-babel": "5.0.1",
2944
- "grunt-cli": "0.1.13",
2945
- "grunt-compare-size": "0.4.0",
2946
- "grunt-contrib-jshint": "0.11.2",
2947
- "grunt-contrib-uglify": "0.9.2",
2948
- "grunt-contrib-watch": "0.6.1",
2949
- "grunt-git-authors": "2.0.1",
2950
- "grunt-jscs": "2.1.0",
2951
- "grunt-jsonlint": "1.0.4",
2952
- "grunt-npmcopy": "0.1.0",
2953
- "gzip-js": "0.3.2",
2954
- "jsdom": "5.6.1",
2955
- "load-grunt-tasks": "1.0.0",
2956
- "qunitjs": "1.17.1",
2957
- "qunit-assert-step": "1.0.3",
2958
- "requirejs": "2.1.17",
2959
- "sinon": "1.10.3",
2960
- "sizzle": "2.2.1",
2961
- "strip-json-comments": "1.0.3",
2962
- "testswarm": "1.1.0",
2963
- "win-spawn": "2.0.0"
2964
- },
2965
- "scripts": {
2966
- "build": "npm install && grunt",
2967
- "start": "grunt watch",
2968
- "test": "grunt && grunt test"
2969
- },
2970
- "commitplease": {
2971
- "components": [
2972
- "Docs",
2973
- "Tests",
2974
- "Build",
2975
- "Release",
2976
- "Core",
2977
- "Ajax",
2978
- "Attributes",
2979
- "Callbacks",
2980
- "CSS",
2981
- "Data",
2982
- "Deferred",
2983
- "Deprecated",
2984
- "Dimensions",
2985
- "Effects",
2986
- "Event",
2987
- "Manipulation",
2988
- "Offset",
2989
- "Queue",
2990
- "Selector",
2991
- "Serialize",
2992
- "Traversing",
2993
- "Wrap"
2994
- ]
2995
- },
2996
- "gitHead": "086d381cd2f3b4b8b0af85ecb2c9593a61e5b4bd",
2997
- "_id": "jquery@2.2.2",
2998
- "_shasum": "3e302dc61eb329a21e9efac937d731f061134c59",
2999
- "_from": ".",
3000
- "_npmVersion": "3.7.3",
3001
- "_nodeVersion": "5.8.0",
3002
- "_npmUser": {
3003
- "name": "timmywil",
3004
- "email": "timmywillisn@gmail.com"
3005
- },
3006
- "dist": {
3007
- "shasum": "3e302dc61eb329a21e9efac937d731f061134c59",
3008
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.2.2.tgz"
3009
- },
3010
- "maintainers": [
3011
- {
3012
- "name": "dmethvin",
3013
- "email": "dave.methvin@gmail.com"
3014
- },
3015
- {
3016
- "name": "scott.gonzalez",
3017
- "email": "scott.gonzalez@gmail.com"
3018
- },
3019
- {
3020
- "name": "m_gol",
3021
- "email": "m.goleb@gmail.com"
3022
- },
3023
- {
3024
- "name": "timmywil",
3025
- "email": "timmywillisn@gmail.com"
3026
- }
3027
- ],
3028
- "_npmOperationalInternal": {
3029
- "host": "packages-12-west.internal.npmjs.com",
3030
- "tmp": "tmp/jquery-2.2.2.tgz_1458237146417_0.4190880397800356"
3031
- },
3032
- "directories": {}
3033
- },
3034
- "1.12.3": {
3035
- "name": "jquery",
3036
- "title": "jQuery",
3037
- "description": "JavaScript library for DOM operations",
3038
- "version": "1.12.3",
3039
- "main": "dist/jquery.js",
3040
- "homepage": "http://jquery.com",
3041
- "author": {
3042
- "name": "jQuery Foundation and other contributors",
3043
- "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
3044
- },
3045
- "repository": {
3046
- "type": "git",
3047
- "url": "git+https://github.com/jquery/jquery.git"
3048
- },
3049
- "keywords": [
3050
- "jquery",
3051
- "javascript",
3052
- "browser",
3053
- "library"
3054
- ],
3055
- "bugs": {
3056
- "url": "https://github.com/jquery/jquery/issues"
3057
- },
3058
- "license": "MIT",
3059
- "dependencies": {},
3060
- "devDependencies": {
3061
- "commitplease": "2.0.0",
3062
- "core-js": "0.9.17",
3063
- "grunt": "0.4.5",
3064
- "grunt-babel": "5.0.1",
3065
- "grunt-cli": "0.1.13",
3066
- "grunt-compare-size": "0.4.0",
3067
- "grunt-contrib-jshint": "0.11.2",
3068
- "grunt-contrib-uglify": "0.9.2",
3069
- "grunt-contrib-watch": "0.6.1",
3070
- "grunt-git-authors": "2.0.1",
3071
- "grunt-jscs": "2.1.0",
3072
- "grunt-jsonlint": "1.0.4",
3073
- "grunt-npmcopy": "0.1.0",
3074
- "gzip-js": "0.3.2",
3075
- "jsdom": "5.6.1",
3076
- "load-grunt-tasks": "1.0.0",
3077
- "npm": "2.1.12",
3078
- "qunitjs": "1.17.1",
3079
- "qunit-assert-step": "1.0.3",
3080
- "requirejs": "2.1.17",
3081
- "sinon": "1.12.2",
3082
- "sizzle": "2.2.1",
3083
- "strip-json-comments": "1.0.3",
3084
- "testswarm": "1.1.0",
3085
- "win-spawn": "2.0.0"
3086
- },
3087
- "scripts": {
3088
- "build": "npm install && grunt",
3089
- "start": "grunt watch",
3090
- "test": "grunt && grunt test"
3091
- },
3092
- "commitplease": {
3093
- "components": [
3094
- "Docs",
3095
- "Tests",
3096
- "Build",
3097
- "Release",
3098
- "Core",
3099
- "Ajax",
3100
- "Attributes",
3101
- "Callbacks",
3102
- "CSS",
3103
- "Data",
3104
- "Deferred",
3105
- "Deprecated",
3106
- "Dimensions",
3107
- "Effects",
3108
- "Event",
3109
- "Manipulation",
3110
- "Offset",
3111
- "Queue",
3112
- "Selector",
3113
- "Serialize",
3114
- "Traversing",
3115
- "Wrap"
3116
- ]
3117
- },
3118
- "gitHead": "3a43d7e563314bf32970b773dd31ecf2b90813dd",
3119
- "_id": "jquery@1.12.3",
3120
- "_shasum": "1298b88b908e7c7f7501eb8c1a61f1ac8337b531",
3121
- "_from": ".",
3122
- "_npmVersion": "3.7.3",
3123
- "_nodeVersion": "5.8.0",
3124
- "_npmUser": {
3125
- "name": "timmywil",
3126
- "email": "timmywillisn@gmail.com"
3127
- },
3128
- "dist": {
3129
- "shasum": "1298b88b908e7c7f7501eb8c1a61f1ac8337b531",
3130
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.12.3.tgz"
3131
- },
3132
- "maintainers": [
3133
- {
3134
- "name": "dmethvin",
3135
- "email": "dave.methvin@gmail.com"
3136
- },
3137
- {
3138
- "name": "scott.gonzalez",
3139
- "email": "scott.gonzalez@gmail.com"
3140
- },
3141
- {
3142
- "name": "m_gol",
3143
- "email": "m.goleb@gmail.com"
3144
- },
3145
- {
3146
- "name": "timmywil",
3147
- "email": "timmywillisn@gmail.com"
3148
- }
3149
- ],
3150
- "_npmOperationalInternal": {
3151
- "host": "packages-12-west.internal.npmjs.com",
3152
- "tmp": "tmp/jquery-1.12.3.tgz_1459884094815_0.5328964435029775"
3153
- },
3154
- "directories": {}
3155
- },
3156
- "2.2.3": {
3157
- "name": "jquery",
3158
- "title": "jQuery",
3159
- "description": "JavaScript library for DOM operations",
3160
- "version": "2.2.3",
3161
- "main": "dist/jquery.js",
3162
- "homepage": "http://jquery.com",
3163
- "author": {
3164
- "name": "jQuery Foundation and other contributors",
3165
- "url": "https://github.com/jquery/jquery/blob/2.2.3/AUTHORS.txt"
3166
- },
3167
- "repository": {
3168
- "type": "git",
3169
- "url": "git+https://github.com/jquery/jquery.git"
3170
- },
3171
- "keywords": [
3172
- "jquery",
3173
- "javascript",
3174
- "browser",
3175
- "library"
3176
- ],
3177
- "bugs": {
3178
- "url": "https://github.com/jquery/jquery/issues"
3179
- },
3180
- "license": "MIT",
3181
- "dependencies": {},
3182
- "devDependencies": {
3183
- "commitplease": "2.0.0",
3184
- "core-js": "0.9.17",
3185
- "grunt": "0.4.5",
3186
- "grunt-babel": "5.0.1",
3187
- "grunt-cli": "0.1.13",
3188
- "grunt-compare-size": "0.4.0",
3189
- "grunt-contrib-jshint": "0.11.2",
3190
- "grunt-contrib-uglify": "0.9.2",
3191
- "grunt-contrib-watch": "0.6.1",
3192
- "grunt-git-authors": "2.0.1",
3193
- "grunt-jscs": "2.1.0",
3194
- "grunt-jsonlint": "1.0.4",
3195
- "grunt-npmcopy": "0.1.0",
3196
- "gzip-js": "0.3.2",
3197
- "jsdom": "5.6.1",
3198
- "load-grunt-tasks": "1.0.0",
3199
- "qunitjs": "1.17.1",
3200
- "qunit-assert-step": "1.0.3",
3201
- "requirejs": "2.1.17",
3202
- "sinon": "1.10.3",
3203
- "sizzle": "2.2.1",
3204
- "strip-json-comments": "1.0.3",
3205
- "testswarm": "1.1.0",
3206
- "win-spawn": "2.0.0"
3207
- },
3208
- "scripts": {
3209
- "build": "npm install && grunt",
3210
- "start": "grunt watch",
3211
- "test": "grunt && grunt test"
3212
- },
3213
- "commitplease": {
3214
- "components": [
3215
- "Docs",
3216
- "Tests",
3217
- "Build",
3218
- "Release",
3219
- "Core",
3220
- "Ajax",
3221
- "Attributes",
3222
- "Callbacks",
3223
- "CSS",
3224
- "Data",
3225
- "Deferred",
3226
- "Deprecated",
3227
- "Dimensions",
3228
- "Effects",
3229
- "Event",
3230
- "Manipulation",
3231
- "Offset",
3232
- "Queue",
3233
- "Selector",
3234
- "Serialize",
3235
- "Traversing",
3236
- "Wrap"
3237
- ]
3238
- },
3239
- "gitHead": "af22a351b2ea5801ffb1695abb3bb34d5bed9198",
3240
- "_id": "jquery@2.2.3",
3241
- "_shasum": "45e07e4190334de36c9e1a64b43b1f1373d91758",
3242
- "_from": ".",
3243
- "_npmVersion": "3.7.3",
3244
- "_nodeVersion": "5.8.0",
3245
- "_npmUser": {
3246
- "name": "timmywil",
3247
- "email": "timmywillisn@gmail.com"
3248
- },
3249
- "dist": {
3250
- "shasum": "45e07e4190334de36c9e1a64b43b1f1373d91758",
3251
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.2.3.tgz"
3252
- },
3253
- "maintainers": [
3254
- {
3255
- "name": "dmethvin",
3256
- "email": "dave.methvin@gmail.com"
3257
- },
3258
- {
3259
- "name": "scott.gonzalez",
3260
- "email": "scott.gonzalez@gmail.com"
3261
- },
3262
- {
3263
- "name": "m_gol",
3264
- "email": "m.goleb@gmail.com"
3265
- },
3266
- {
3267
- "name": "timmywil",
3268
- "email": "timmywillisn@gmail.com"
3269
- }
3270
- ],
3271
- "_npmOperationalInternal": {
3272
- "host": "packages-12-west.internal.npmjs.com",
3273
- "tmp": "tmp/jquery-2.2.3.tgz_1459884434885_0.992488760035485"
3274
- },
3275
- "directories": {}
3276
- },
3277
- "1.12.4": {
3278
- "name": "jquery",
3279
- "title": "jQuery",
3280
- "description": "JavaScript library for DOM operations",
3281
- "version": "1.12.4",
3282
- "main": "dist/jquery.js",
3283
- "homepage": "http://jquery.com",
3284
- "author": {
3285
- "name": "jQuery Foundation and other contributors",
3286
- "url": "https://github.com/jquery/jquery/blob/1.12-stable/AUTHORS.txt"
3287
- },
3288
- "repository": {
3289
- "type": "git",
3290
- "url": "git+https://github.com/jquery/jquery.git"
3291
- },
3292
- "keywords": [
3293
- "jquery",
3294
- "javascript",
3295
- "browser",
3296
- "library"
3297
- ],
3298
- "bugs": {
3299
- "url": "https://github.com/jquery/jquery/issues"
3300
- },
3301
- "license": "MIT",
3302
- "dependencies": {},
3303
- "devDependencies": {
3304
- "commitplease": "2.0.0",
3305
- "core-js": "0.9.17",
3306
- "grunt": "0.4.5",
3307
- "grunt-babel": "5.0.1",
3308
- "grunt-cli": "0.1.13",
3309
- "grunt-compare-size": "0.4.0",
3310
- "grunt-contrib-jshint": "0.11.2",
3311
- "grunt-contrib-uglify": "0.9.2",
3312
- "grunt-contrib-watch": "0.6.1",
3313
- "grunt-git-authors": "2.0.1",
3314
- "grunt-jscs": "2.1.0",
3315
- "grunt-jsonlint": "1.0.4",
3316
- "grunt-npmcopy": "0.1.0",
3317
- "gzip-js": "0.3.2",
3318
- "jsdom": "5.6.1",
3319
- "load-grunt-tasks": "1.0.0",
3320
- "npm": "2.1.12",
3321
- "qunitjs": "1.17.1",
3322
- "qunit-assert-step": "1.0.3",
3323
- "requirejs": "2.1.17",
3324
- "sinon": "1.12.2",
3325
- "sizzle": "2.2.1",
3326
- "strip-json-comments": "1.0.3",
3327
- "testswarm": "1.1.0",
3328
- "win-spawn": "2.0.0"
3329
- },
3330
- "scripts": {
3331
- "build": "npm install && grunt",
3332
- "start": "grunt watch",
3333
- "test": "grunt && grunt test"
3334
- },
3335
- "commitplease": {
3336
- "components": [
3337
- "Docs",
3338
- "Tests",
3339
- "Build",
3340
- "Release",
3341
- "Core",
3342
- "Ajax",
3343
- "Attributes",
3344
- "Callbacks",
3345
- "CSS",
3346
- "Data",
3347
- "Deferred",
3348
- "Deprecated",
3349
- "Dimensions",
3350
- "Effects",
3351
- "Event",
3352
- "Manipulation",
3353
- "Offset",
3354
- "Queue",
3355
- "Selector",
3356
- "Serialize",
3357
- "Traversing",
3358
- "Wrap"
3359
- ]
3360
- },
3361
- "gitHead": "5e89585e0121e72ff47de177c5ef604f3089a53d",
3362
- "_id": "jquery@1.12.4",
3363
- "_shasum": "01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c",
3364
- "_from": ".",
3365
- "_npmVersion": "2.15.1",
3366
- "_nodeVersion": "0.10.45",
3367
- "_npmUser": {
3368
- "name": "timmywil",
3369
- "email": "timmywillisn@gmail.com"
3370
- },
3371
- "dist": {
3372
- "shasum": "01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c",
3373
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz"
3374
- },
3375
- "maintainers": [
3376
- {
3377
- "name": "dmethvin",
3378
- "email": "dave.methvin@gmail.com"
3379
- },
3380
- {
3381
- "name": "scott.gonzalez",
3382
- "email": "scott.gonzalez@gmail.com"
3383
- },
3384
- {
3385
- "name": "m_gol",
3386
- "email": "m.goleb@gmail.com"
3387
- },
3388
- {
3389
- "name": "timmywil",
3390
- "email": "timmywillisn@gmail.com"
3391
- }
3392
- ],
3393
- "_npmOperationalInternal": {
3394
- "host": "packages-12-west.internal.npmjs.com",
3395
- "tmp": "tmp/jquery-1.12.4.tgz_1463764744844_0.4810373710934073"
3396
- },
3397
- "directories": {}
3398
- },
3399
- "2.2.4": {
3400
- "name": "jquery",
3401
- "title": "jQuery",
3402
- "description": "JavaScript library for DOM operations",
3403
- "version": "2.2.4",
3404
- "main": "dist/jquery.js",
3405
- "homepage": "http://jquery.com",
3406
- "author": {
3407
- "name": "jQuery Foundation and other contributors",
3408
- "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
3409
- },
3410
- "repository": {
3411
- "type": "git",
3412
- "url": "git+https://github.com/jquery/jquery.git"
3413
- },
3414
- "keywords": [
3415
- "jquery",
3416
- "javascript",
3417
- "browser",
3418
- "library"
3419
- ],
3420
- "bugs": {
3421
- "url": "https://github.com/jquery/jquery/issues"
3422
- },
3423
- "license": "MIT",
3424
- "dependencies": {},
3425
- "devDependencies": {
3426
- "commitplease": "2.0.0",
3427
- "core-js": "0.9.17",
3428
- "grunt": "0.4.5",
3429
- "grunt-babel": "5.0.1",
3430
- "grunt-cli": "0.1.13",
3431
- "grunt-compare-size": "0.4.0",
3432
- "grunt-contrib-jshint": "0.11.2",
3433
- "grunt-contrib-uglify": "0.9.2",
3434
- "grunt-contrib-watch": "0.6.1",
3435
- "grunt-git-authors": "2.0.1",
3436
- "grunt-jscs": "2.1.0",
3437
- "grunt-jsonlint": "1.0.4",
3438
- "grunt-npmcopy": "0.1.0",
3439
- "gzip-js": "0.3.2",
3440
- "jsdom": "5.6.1",
3441
- "load-grunt-tasks": "1.0.0",
3442
- "qunitjs": "1.17.1",
3443
- "qunit-assert-step": "1.0.3",
3444
- "requirejs": "2.1.17",
3445
- "sinon": "1.10.3",
3446
- "sizzle": "2.2.1",
3447
- "strip-json-comments": "1.0.3",
3448
- "testswarm": "1.1.0",
3449
- "win-spawn": "2.0.0"
3450
- },
3451
- "scripts": {
3452
- "build": "npm install && grunt",
3453
- "start": "grunt watch",
3454
- "test": "grunt && grunt test"
3455
- },
3456
- "commitplease": {
3457
- "components": [
3458
- "Docs",
3459
- "Tests",
3460
- "Build",
3461
- "Release",
3462
- "Core",
3463
- "Ajax",
3464
- "Attributes",
3465
- "Callbacks",
3466
- "CSS",
3467
- "Data",
3468
- "Deferred",
3469
- "Deprecated",
3470
- "Dimensions",
3471
- "Effects",
3472
- "Event",
3473
- "Manipulation",
3474
- "Offset",
3475
- "Queue",
3476
- "Selector",
3477
- "Serialize",
3478
- "Traversing",
3479
- "Wrap"
3480
- ]
3481
- },
3482
- "gitHead": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
3483
- "_id": "jquery@2.2.4",
3484
- "_shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02",
3485
- "_from": ".",
3486
- "_npmVersion": "2.15.1",
3487
- "_nodeVersion": "0.10.45",
3488
- "_npmUser": {
3489
- "name": "timmywil",
3490
- "email": "timmywillisn@gmail.com"
3491
- },
3492
- "dist": {
3493
- "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02",
3494
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"
3495
- },
3496
- "maintainers": [
3497
- {
3498
- "name": "dmethvin",
3499
- "email": "dave.methvin@gmail.com"
3500
- },
3501
- {
3502
- "name": "scott.gonzalez",
3503
- "email": "scott.gonzalez@gmail.com"
3504
- },
3505
- {
3506
- "name": "m_gol",
3507
- "email": "m.goleb@gmail.com"
3508
- },
3509
- {
3510
- "name": "timmywil",
3511
- "email": "timmywillisn@gmail.com"
3512
- }
3513
- ],
3514
- "_npmOperationalInternal": {
3515
- "host": "packages-16-east.internal.npmjs.com",
3516
- "tmp": "tmp/jquery-2.2.4.tgz_1463765166836_0.5834389675874263"
3517
- },
3518
- "directories": {}
3519
- },
3520
- "3.0.0-rc1": {
3521
- "name": "jquery",
3522
- "title": "jQuery",
3523
- "description": "JavaScript library for DOM operations",
3524
- "version": "3.0.0-rc1",
3525
- "main": "dist/jquery.js",
3526
- "homepage": "https://jquery.com",
3527
- "author": {
3528
- "name": "jQuery Foundation and other contributors",
3529
- "url": "https://github.com/jquery/jquery/blob/3.0.0-rc1/AUTHORS.txt"
3530
- },
3531
- "repository": {
3532
- "type": "git",
3533
- "url": "git+https://github.com/jquery/jquery.git"
3534
- },
3535
- "keywords": [
3536
- "jquery",
3537
- "javascript",
3538
- "browser",
3539
- "library"
3540
- ],
3541
- "bugs": {
3542
- "url": "https://github.com/jquery/jquery/issues"
3543
- },
3544
- "license": "MIT",
3545
- "dependencies": {},
3546
- "devDependencies": {
3547
- "babel-preset-es2015": "6.6.0",
3548
- "commitplease": "2.3.1",
3549
- "core-js": "2.2.2",
3550
- "cross-spawn": "2.2.3",
3551
- "grunt": "1.0.1",
3552
- "grunt-babel": "6.0.0",
3553
- "grunt-cli": "1.2.0",
3554
- "grunt-compare-size": "0.4.2",
3555
- "grunt-contrib-jshint": "1.0.0",
3556
- "grunt-contrib-uglify": "1.0.1",
3557
- "grunt-contrib-watch": "1.0.0",
3558
- "grunt-git-authors": "3.2.0",
3559
- "grunt-jscs": "2.8.0",
3560
- "grunt-jsonlint": "1.0.7",
3561
- "grunt-newer": "1.2.0",
3562
- "grunt-npmcopy": "0.1.0",
3563
- "gzip-js": "0.3.2",
3564
- "husky": "0.11.4",
3565
- "insight": "0.8.1",
3566
- "jsdom": "5.6.1",
3567
- "load-grunt-tasks": "3.5.0",
3568
- "native-promise-only": "0.8.1",
3569
- "promises-aplus-tests": "2.1.1",
3570
- "q": "1.4.1",
3571
- "qunit-assert-step": "1.0.3",
3572
- "qunitjs": "1.23.1",
3573
- "requirejs": "2.2.0",
3574
- "sinon": "1.17.3",
3575
- "sizzle": "2.3.0",
3576
- "strip-json-comments": "2.0.1",
3577
- "testswarm": "1.1.0"
3578
- },
3579
- "scripts": {
3580
- "build": "npm install && grunt",
3581
- "start": "grunt watch",
3582
- "test": "grunt && grunt test",
3583
- "precommit": "grunt precommit_lint"
3584
- },
3585
- "commitplease": {
3586
- "components": [
3587
- "Docs",
3588
- "Tests",
3589
- "Build",
3590
- "Support",
3591
- "Release",
3592
- "Core",
3593
- "Ajax",
3594
- "Attributes",
3595
- "Callbacks",
3596
- "CSS",
3597
- "Data",
3598
- "Deferred",
3599
- "Deprecated",
3600
- "Dimensions",
3601
- "Effects",
3602
- "Event",
3603
- "Manipulation",
3604
- "Offset",
3605
- "Queue",
3606
- "Selector",
3607
- "Serialize",
3608
- "Traversing",
3609
- "Wrap"
3610
- ]
3611
- },
3612
- "gitHead": "e503a93188dc4b5b42e2340f805f2d90b404bc50",
3613
- "_id": "jquery@3.0.0-rc1",
3614
- "_shasum": "d69fc540b0a56be13e8aecde5a8766ade7a44f8e",
3615
- "_from": ".",
3616
- "_npmVersion": "2.15.1",
3617
- "_nodeVersion": "0.10.45",
3618
- "_npmUser": {
3619
- "name": "timmywil",
3620
- "email": "timmywillisn@gmail.com"
3621
- },
3622
- "dist": {
3623
- "shasum": "d69fc540b0a56be13e8aecde5a8766ade7a44f8e",
3624
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.0.0-rc1.tgz"
3625
- },
3626
- "maintainers": [
3627
- {
3628
- "name": "dmethvin",
3629
- "email": "dave.methvin@gmail.com"
3630
- },
3631
- {
3632
- "name": "scott.gonzalez",
3633
- "email": "scott.gonzalez@gmail.com"
3634
- },
3635
- {
3636
- "name": "m_gol",
3637
- "email": "m.goleb@gmail.com"
3638
- },
3639
- {
3640
- "name": "timmywil",
3641
- "email": "timmywillisn@gmail.com"
3642
- }
3643
- ],
3644
- "_npmOperationalInternal": {
3645
- "host": "packages-16-east.internal.npmjs.com",
3646
- "tmp": "tmp/jquery-3.0.0-rc1.tgz_1463771627380_0.12211154378019273"
3647
- },
3648
- "directories": {}
3649
- },
3650
- "3.0.0": {
3651
- "name": "jquery",
3652
- "title": "jQuery",
3653
- "description": "JavaScript library for DOM operations",
3654
- "version": "3.0.0",
3655
- "main": "dist/jquery.js",
3656
- "homepage": "https://jquery.com",
3657
- "author": {
3658
- "name": "jQuery Foundation and other contributors",
3659
- "url": "https://github.com/jquery/jquery/blob/3.0.0/AUTHORS.txt"
3660
- },
3661
- "repository": {
3662
- "type": "git",
3663
- "url": "git+https://github.com/jquery/jquery.git"
3664
- },
3665
- "keywords": [
3666
- "jquery",
3667
- "javascript",
3668
- "browser",
3669
- "library"
3670
- ],
3671
- "bugs": {
3672
- "url": "https://github.com/jquery/jquery/issues"
3673
- },
3674
- "license": "MIT",
3675
- "dependencies": {},
3676
- "devDependencies": {
3677
- "babel-preset-es2015": "6.6.0",
3678
- "commitplease": "2.3.1",
3679
- "core-js": "2.2.2",
3680
- "cross-spawn": "2.2.3",
3681
- "grunt": "1.0.1",
3682
- "grunt-babel": "6.0.0",
3683
- "grunt-cli": "1.2.0",
3684
- "grunt-compare-size": "0.4.2",
3685
- "grunt-contrib-jshint": "1.0.0",
3686
- "grunt-contrib-uglify": "1.0.1",
3687
- "grunt-contrib-watch": "1.0.0",
3688
- "grunt-git-authors": "3.2.0",
3689
- "grunt-jscs": "2.8.0",
3690
- "grunt-jsonlint": "1.0.7",
3691
- "grunt-newer": "1.2.0",
3692
- "grunt-npmcopy": "0.1.0",
3693
- "gzip-js": "0.3.2",
3694
- "husky": "0.11.4",
3695
- "insight": "0.8.1",
3696
- "jsdom": "5.6.1",
3697
- "load-grunt-tasks": "3.5.0",
3698
- "native-promise-only": "0.8.1",
3699
- "promises-aplus-tests": "2.1.1",
3700
- "q": "1.4.1",
3701
- "qunit-assert-step": "1.0.3",
3702
- "qunitjs": "1.23.1",
3703
- "requirejs": "2.2.0",
3704
- "sinon": "1.17.3",
3705
- "sizzle": "2.3.0",
3706
- "strip-json-comments": "2.0.1",
3707
- "testswarm": "1.1.0"
3708
- },
3709
- "scripts": {
3710
- "build": "npm install && grunt",
3711
- "start": "grunt watch",
3712
- "test": "grunt && grunt test",
3713
- "precommit": "grunt precommit_lint"
3714
- },
3715
- "commitplease": {
3716
- "components": [
3717
- "Docs",
3718
- "Tests",
3719
- "Build",
3720
- "Support",
3721
- "Release",
3722
- "Core",
3723
- "Ajax",
3724
- "Attributes",
3725
- "Callbacks",
3726
- "CSS",
3727
- "Data",
3728
- "Deferred",
3729
- "Deprecated",
3730
- "Dimensions",
3731
- "Effects",
3732
- "Event",
3733
- "Manipulation",
3734
- "Offset",
3735
- "Queue",
3736
- "Selector",
3737
- "Serialize",
3738
- "Traversing",
3739
- "Wrap"
3740
- ]
3741
- },
3742
- "gitHead": "0078f86be166a8747819d5d1516776a662cb69df",
3743
- "_id": "jquery@3.0.0",
3744
- "_shasum": "95a2a9541291a9f819e016f85ba247116d03e4ab",
3745
- "_from": ".",
3746
- "_npmVersion": "2.15.1",
3747
- "_nodeVersion": "0.10.45",
3748
- "_npmUser": {
3749
- "name": "timmywil",
3750
- "email": "timmywillisn@gmail.com"
3751
- },
3752
- "dist": {
3753
- "shasum": "95a2a9541291a9f819e016f85ba247116d03e4ab",
3754
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz"
3755
- },
3756
- "maintainers": [
3757
- {
3758
- "name": "dmethvin",
3759
- "email": "dave.methvin@gmail.com"
3760
- },
3761
- {
3762
- "name": "scott.gonzalez",
3763
- "email": "scott.gonzalez@gmail.com"
3764
- },
3765
- {
3766
- "name": "m_gol",
3767
- "email": "m.goleb@gmail.com"
3768
- },
3769
- {
3770
- "name": "timmywil",
3771
- "email": "timmywillisn@gmail.com"
3772
- }
3773
- ],
3774
- "_npmOperationalInternal": {
3775
- "host": "packages-16-east.internal.npmjs.com",
3776
- "tmp": "tmp/jquery-3.0.0.tgz_1465497191024_0.9057256667874753"
3777
- },
3778
- "directories": {}
3779
- },
3780
- "3.1.0": {
3781
- "name": "jquery",
3782
- "title": "jQuery",
3783
- "description": "JavaScript library for DOM operations",
3784
- "version": "3.1.0",
3785
- "main": "dist/jquery.js",
3786
- "homepage": "https://jquery.com",
3787
- "author": {
3788
- "name": "jQuery Foundation and other contributors",
3789
- "url": "https://github.com/jquery/jquery/blob/3.1.0/AUTHORS.txt"
3790
- },
3791
- "repository": {
3792
- "type": "git",
3793
- "url": "git+https://github.com/jquery/jquery.git"
3794
- },
3795
- "keywords": [
3796
- "jquery",
3797
- "javascript",
3798
- "browser",
3799
- "library"
3800
- ],
3801
- "bugs": {
3802
- "url": "https://github.com/jquery/jquery/issues"
3803
- },
3804
- "license": "MIT",
3805
- "dependencies": {},
3806
- "devDependencies": {
3807
- "babel-preset-es2015": "6.6.0",
3808
- "commitplease": "2.3.1",
3809
- "core-js": "2.2.2",
3810
- "cross-spawn": "2.2.3",
3811
- "eslint-config-jquery": "0.1.6",
3812
- "grunt": "1.0.1",
3813
- "grunt-babel": "6.0.0",
3814
- "grunt-cli": "1.2.0",
3815
- "grunt-compare-size": "0.4.2",
3816
- "grunt-contrib-uglify": "1.0.1",
3817
- "grunt-contrib-watch": "1.0.0",
3818
- "grunt-eslint": "18.1.0",
3819
- "grunt-git-authors": "3.2.0",
3820
- "grunt-jsonlint": "1.0.7",
3821
- "grunt-newer": "1.2.0",
3822
- "grunt-npmcopy": "0.1.0",
3823
- "gzip-js": "0.3.2",
3824
- "husky": "0.11.4",
3825
- "insight": "0.8.1",
3826
- "jsdom": "5.6.1",
3827
- "load-grunt-tasks": "3.5.0",
3828
- "native-promise-only": "0.8.1",
3829
- "promises-aplus-tests": "2.1.1",
3830
- "q": "1.4.1",
3831
- "qunit-assert-step": "1.0.3",
3832
- "qunitjs": "1.23.1",
3833
- "requirejs": "2.2.0",
3834
- "sinon": "1.17.3",
3835
- "sizzle": "2.3.0",
3836
- "strip-json-comments": "2.0.1",
3837
- "testswarm": "1.1.0"
3838
- },
3839
- "scripts": {
3840
- "build": "npm install && grunt",
3841
- "start": "grunt watch",
3842
- "test": "grunt && grunt test",
3843
- "precommit": "grunt precommit_lint"
3844
- },
3845
- "commitplease": {
3846
- "components": [
3847
- "Docs",
3848
- "Tests",
3849
- "Build",
3850
- "Support",
3851
- "Release",
3852
- "Core",
3853
- "Ajax",
3854
- "Attributes",
3855
- "Callbacks",
3856
- "CSS",
3857
- "Data",
3858
- "Deferred",
3859
- "Deprecated",
3860
- "Dimensions",
3861
- "Effects",
3862
- "Event",
3863
- "Manipulation",
3864
- "Offset",
3865
- "Queue",
3866
- "Selector",
3867
- "Serialize",
3868
- "Traversing",
3869
- "Wrap"
3870
- ]
3871
- },
3872
- "gitHead": "6f02bc382c0529d3b4f68f6b2ad21876642dbbfe",
3873
- "_id": "jquery@3.1.0",
3874
- "_shasum": "129f6f1ae94b18f09010b008d0d6011e40613d7f",
3875
- "_from": ".",
3876
- "_npmVersion": "2.15.8",
3877
- "_nodeVersion": "4.4.7",
3878
- "_npmUser": {
3879
- "name": "timmywil",
3880
- "email": "timmywillisn@gmail.com"
3881
- },
3882
- "dist": {
3883
- "shasum": "129f6f1ae94b18f09010b008d0d6011e40613d7f",
3884
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.1.0.tgz"
3885
- },
3886
- "maintainers": [
3887
- {
3888
- "name": "dmethvin",
3889
- "email": "dave.methvin@gmail.com"
3890
- },
3891
- {
3892
- "name": "scott.gonzalez",
3893
- "email": "scott.gonzalez@gmail.com"
3894
- },
3895
- {
3896
- "name": "m_gol",
3897
- "email": "m.goleb@gmail.com"
3898
- },
3899
- {
3900
- "name": "timmywil",
3901
- "email": "timmywillisn@gmail.com"
3902
- }
3903
- ],
3904
- "_npmOperationalInternal": {
3905
- "host": "packages-16-east.internal.npmjs.com",
3906
- "tmp": "tmp/jquery-3.1.0.tgz_1467927964329_0.882518710102886"
3907
- },
3908
- "directories": {}
3909
- },
3910
- "3.1.1": {
3911
- "name": "jquery",
3912
- "title": "jQuery",
3913
- "description": "JavaScript library for DOM operations",
3914
- "version": "3.1.1",
3915
- "main": "dist/jquery.js",
3916
- "homepage": "https://jquery.com",
3917
- "author": {
3918
- "name": "jQuery Foundation and other contributors",
3919
- "url": "https://github.com/jquery/jquery/blob/3.1.1/AUTHORS.txt"
3920
- },
3921
- "repository": {
3922
- "type": "git",
3923
- "url": "git+https://github.com/jquery/jquery.git"
3924
- },
3925
- "keywords": [
3926
- "jquery",
3927
- "javascript",
3928
- "browser",
3929
- "library"
3930
- ],
3931
- "bugs": {
3932
- "url": "https://github.com/jquery/jquery/issues"
3933
- },
3934
- "license": "MIT",
3935
- "dependencies": {},
3936
- "devDependencies": {
3937
- "babel-preset-es2015": "6.6.0",
3938
- "commitplease": "2.6.1",
3939
- "core-js": "2.2.2",
3940
- "cross-spawn": "2.2.3",
3941
- "eslint-config-jquery": "1.0.0",
3942
- "grunt": "1.0.1",
3943
- "grunt-babel": "6.0.0",
3944
- "grunt-cli": "1.2.0",
3945
- "grunt-compare-size": "0.4.2",
3946
- "grunt-contrib-uglify": "1.0.1",
3947
- "grunt-contrib-watch": "1.0.0",
3948
- "grunt-eslint": "19.0.0",
3949
- "grunt-git-authors": "3.2.0",
3950
- "grunt-jsonlint": "1.0.7",
3951
- "grunt-newer": "1.2.0",
3952
- "grunt-npmcopy": "0.1.0",
3953
- "gzip-js": "0.3.2",
3954
- "husky": "0.11.4",
3955
- "insight": "0.8.1",
3956
- "jsdom": "5.6.1",
3957
- "load-grunt-tasks": "3.5.0",
3958
- "native-promise-only": "0.8.1",
3959
- "promises-aplus-tests": "2.1.2",
3960
- "q": "1.4.1",
3961
- "qunit-assert-step": "1.0.3",
3962
- "qunitjs": "1.23.1",
3963
- "requirejs": "2.2.0",
3964
- "sinon": "1.17.3",
3965
- "sizzle": "2.3.3",
3966
- "strip-json-comments": "2.0.1",
3967
- "testswarm": "1.1.0"
3968
- },
3969
- "scripts": {
3970
- "build": "npm install && grunt",
3971
- "start": "grunt watch",
3972
- "test": "grunt && grunt test:slow",
3973
- "precommit": "grunt lint:newer",
3974
- "commitmsg": "node node_modules/commitplease"
3975
- },
3976
- "commitplease": {
3977
- "nohook": true,
3978
- "components": [
3979
- "Docs",
3980
- "Tests",
3981
- "Build",
3982
- "Support",
3983
- "Release",
3984
- "Core",
3985
- "Ajax",
3986
- "Attributes",
3987
- "Callbacks",
3988
- "CSS",
3989
- "Data",
3990
- "Deferred",
3991
- "Deprecated",
3992
- "Dimensions",
3993
- "Effects",
3994
- "Event",
3995
- "Manipulation",
3996
- "Offset",
3997
- "Queue",
3998
- "Selector",
3999
- "Serialize",
4000
- "Traversing",
4001
- "Wrap"
4002
- ],
4003
- "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|(refs?)",
4004
- "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|(Refs? [^#])"
4005
- },
4006
- "gitHead": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3",
4007
- "_id": "jquery@3.1.1",
4008
- "_shasum": "347c1c21c7e004115e0a4da32cece041fad3c8a3",
4009
- "_from": ".",
4010
- "_npmVersion": "3.10.3",
4011
- "_nodeVersion": "6.6.0",
4012
- "_npmUser": {
4013
- "name": "timmywil",
4014
- "email": "4timmywil@gmail.com"
4015
- },
4016
- "dist": {
4017
- "shasum": "347c1c21c7e004115e0a4da32cece041fad3c8a3",
4018
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.1.1.tgz"
4019
- },
4020
- "maintainers": [
4021
- {
4022
- "name": "dmethvin",
4023
- "email": "dave.methvin@gmail.com"
4024
- },
4025
- {
4026
- "name": "scott.gonzalez",
4027
- "email": "scott.gonzalez@gmail.com"
4028
- },
4029
- {
4030
- "name": "m_gol",
4031
- "email": "m.goleb@gmail.com"
4032
- },
4033
- {
4034
- "name": "timmywil",
4035
- "email": "timmywillisn@gmail.com"
4036
- }
4037
- ],
4038
- "_npmOperationalInternal": {
4039
- "host": "packages-12-west.internal.npmjs.com",
4040
- "tmp": "tmp/jquery-3.1.1.tgz_1474583566957_0.15473420196212828"
4041
- },
4042
- "directories": {}
4043
- },
4044
- "3.2.0": {
4045
- "name": "jquery",
4046
- "title": "jQuery",
4047
- "description": "JavaScript library for DOM operations",
4048
- "version": "3.2.0",
4049
- "main": "dist/jquery.js",
4050
- "homepage": "https://jquery.com",
4051
- "author": {
4052
- "name": "JS Foundation and other contributors",
4053
- "url": "https://github.com/jquery/jquery/blob/3.2.0/AUTHORS.txt"
4054
- },
4055
- "repository": {
4056
- "type": "git",
4057
- "url": "git+https://github.com/jquery/jquery.git"
4058
- },
4059
- "keywords": [
4060
- "jquery",
4061
- "javascript",
4062
- "browser",
4063
- "library"
4064
- ],
4065
- "bugs": {
4066
- "url": "https://github.com/jquery/jquery/issues"
4067
- },
4068
- "license": "MIT",
4069
- "dependencies": {},
4070
- "devDependencies": {
4071
- "babel-preset-es2015": "6.6.0",
4072
- "commitplease": "2.6.1",
4073
- "core-js": "2.2.2",
4074
- "cross-spawn": "2.2.3",
4075
- "eslint-config-jquery": "1.0.0",
4076
- "grunt": "1.0.1",
4077
- "grunt-babel": "6.0.0",
4078
- "grunt-cli": "1.2.0",
4079
- "grunt-compare-size": "0.4.2",
4080
- "grunt-contrib-uglify": "1.0.1",
4081
- "grunt-contrib-watch": "1.0.0",
4082
- "grunt-eslint": "19.0.0",
4083
- "grunt-git-authors": "3.2.0",
4084
- "grunt-jsonlint": "1.0.7",
4085
- "grunt-newer": "1.2.0",
4086
- "grunt-npmcopy": "0.1.0",
4087
- "gzip-js": "0.3.2",
4088
- "husky": "0.11.4",
4089
- "insight": "0.8.1",
4090
- "jsdom": "5.6.1",
4091
- "load-grunt-tasks": "3.5.0",
4092
- "native-promise-only": "0.8.1",
4093
- "promises-aplus-tests": "2.1.2",
4094
- "q": "1.4.1",
4095
- "qunit-assert-step": "1.0.3",
4096
- "qunitjs": "1.23.1",
4097
- "requirejs": "2.2.0",
4098
- "sinon": "1.17.3",
4099
- "sizzle": "2.3.3",
4100
- "strip-json-comments": "2.0.1",
4101
- "testswarm": "1.1.0"
4102
- },
4103
- "scripts": {
4104
- "build": "npm install && grunt",
4105
- "start": "grunt watch",
4106
- "test": "grunt && grunt test:slow",
4107
- "precommit": "grunt lint:newer",
4108
- "commitmsg": "node node_modules/commitplease"
4109
- },
4110
- "commitplease": {
4111
- "nohook": true,
4112
- "components": [
4113
- "Docs",
4114
- "Tests",
4115
- "Build",
4116
- "Support",
4117
- "Release",
4118
- "Core",
4119
- "Ajax",
4120
- "Attributes",
4121
- "Callbacks",
4122
- "CSS",
4123
- "Data",
4124
- "Deferred",
4125
- "Deprecated",
4126
- "Dimensions",
4127
- "Effects",
4128
- "Event",
4129
- "Manipulation",
4130
- "Offset",
4131
- "Queue",
4132
- "Selector",
4133
- "Serialize",
4134
- "Traversing",
4135
- "Wrap"
4136
- ],
4137
- "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
4138
- "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
4139
- },
4140
- "gitHead": "a81259fff4ea0c7b4cd98f04050c829640395a31",
4141
- "_id": "jquery@3.2.0",
4142
- "_shasum": "3bdbba66e1eee0785532dddadb0e0d2521ca584b",
4143
- "_from": ".",
4144
- "_npmVersion": "4.1.2",
4145
- "_nodeVersion": "7.7.3",
4146
- "_npmUser": {
4147
- "name": "timmywil",
4148
- "email": "4timmywil@gmail.com"
4149
- },
4150
- "dist": {
4151
- "shasum": "3bdbba66e1eee0785532dddadb0e0d2521ca584b",
4152
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.2.0.tgz"
4153
- },
4154
- "maintainers": [
4155
- {
4156
- "name": "dmethvin",
4157
- "email": "dave.methvin@gmail.com"
4158
- },
4159
- {
4160
- "name": "mgol",
4161
- "email": "m.goleb@gmail.com"
4162
- },
4163
- {
4164
- "name": "scott.gonzalez",
4165
- "email": "scott.gonzalez@gmail.com"
4166
- },
4167
- {
4168
- "name": "timmywil",
4169
- "email": "4timmywil@gmail.com"
4170
- }
4171
- ],
4172
- "_npmOperationalInternal": {
4173
- "host": "packages-18-east.internal.npmjs.com",
4174
- "tmp": "tmp/jquery-3.2.0.tgz_1489699855733_0.5328386940527707"
4175
- },
4176
- "directories": {}
4177
- },
4178
- "3.2.1": {
4179
- "name": "jquery",
4180
- "title": "jQuery",
4181
- "description": "JavaScript library for DOM operations",
4182
- "version": "3.2.1",
4183
- "main": "dist/jquery.js",
4184
- "homepage": "https://jquery.com",
4185
- "author": {
4186
- "name": "JS Foundation and other contributors",
4187
- "url": "https://github.com/jquery/jquery/blob/3.2.1/AUTHORS.txt"
4188
- },
4189
- "repository": {
4190
- "type": "git",
4191
- "url": "git+https://github.com/jquery/jquery.git"
4192
- },
4193
- "keywords": [
4194
- "jquery",
4195
- "javascript",
4196
- "browser",
4197
- "library"
4198
- ],
4199
- "bugs": {
4200
- "url": "https://github.com/jquery/jquery/issues"
4201
- },
4202
- "license": "MIT",
4203
- "dependencies": {},
4204
- "devDependencies": {
4205
- "babel-preset-es2015": "6.6.0",
4206
- "commitplease": "2.6.1",
4207
- "core-js": "2.2.2",
4208
- "cross-spawn": "2.2.3",
4209
- "eslint-config-jquery": "1.0.0",
4210
- "grunt": "1.0.1",
4211
- "grunt-babel": "6.0.0",
4212
- "grunt-cli": "1.2.0",
4213
- "grunt-compare-size": "0.4.2",
4214
- "grunt-contrib-uglify": "1.0.1",
4215
- "grunt-contrib-watch": "1.0.0",
4216
- "grunt-eslint": "19.0.0",
4217
- "grunt-git-authors": "3.2.0",
4218
- "grunt-jsonlint": "1.0.7",
4219
- "grunt-newer": "1.2.0",
4220
- "grunt-npmcopy": "0.1.0",
4221
- "gzip-js": "0.3.2",
4222
- "husky": "0.11.4",
4223
- "insight": "0.8.1",
4224
- "jsdom": "5.6.1",
4225
- "load-grunt-tasks": "3.5.0",
4226
- "native-promise-only": "0.8.1",
4227
- "promises-aplus-tests": "2.1.2",
4228
- "q": "1.4.1",
4229
- "qunit-assert-step": "1.0.3",
4230
- "qunitjs": "1.23.1",
4231
- "requirejs": "2.2.0",
4232
- "sinon": "1.17.3",
4233
- "sizzle": "2.3.3",
4234
- "strip-json-comments": "2.0.1",
4235
- "testswarm": "1.1.0"
4236
- },
4237
- "scripts": {
4238
- "build": "npm install && grunt",
4239
- "start": "grunt watch",
4240
- "test": "grunt && grunt test:slow",
4241
- "precommit": "grunt lint:newer",
4242
- "commitmsg": "node node_modules/commitplease"
4243
- },
4244
- "commitplease": {
4245
- "nohook": true,
4246
- "components": [
4247
- "Docs",
4248
- "Tests",
4249
- "Build",
4250
- "Support",
4251
- "Release",
4252
- "Core",
4253
- "Ajax",
4254
- "Attributes",
4255
- "Callbacks",
4256
- "CSS",
4257
- "Data",
4258
- "Deferred",
4259
- "Deprecated",
4260
- "Dimensions",
4261
- "Effects",
4262
- "Event",
4263
- "Manipulation",
4264
- "Offset",
4265
- "Queue",
4266
- "Selector",
4267
- "Serialize",
4268
- "Traversing",
4269
- "Wrap"
4270
- ],
4271
- "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
4272
- "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
4273
- },
4274
- "gitHead": "77d2a51d0520d2ee44173afdf4e40a9201f5964e",
4275
- "_id": "jquery@3.2.1",
4276
- "_shasum": "5c4d9de652af6cd0a770154a631bba12b015c787",
4277
- "_from": ".",
4278
- "_npmVersion": "4.4.4",
4279
- "_nodeVersion": "7.7.3",
4280
- "_npmUser": {
4281
- "name": "timmywil",
4282
- "email": "4timmywil@gmail.com"
4283
- },
4284
- "dist": {
4285
- "shasum": "5c4d9de652af6cd0a770154a631bba12b015c787",
4286
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz"
4287
- },
4288
- "maintainers": [
4289
- {
4290
- "name": "dmethvin",
4291
- "email": "dave.methvin@gmail.com"
4292
- },
4293
- {
4294
- "name": "mgol",
4295
- "email": "m.goleb@gmail.com"
4296
- },
4297
- {
4298
- "name": "scott.gonzalez",
4299
- "email": "scott.gonzalez@gmail.com"
4300
- },
4301
- {
4302
- "name": "timmywil",
4303
- "email": "4timmywil@gmail.com"
4304
- }
4305
- ],
4306
- "_npmOperationalInternal": {
4307
- "host": "packages-12-west.internal.npmjs.com",
4308
- "tmp": "tmp/jquery-3.2.1.tgz_1490036530067_0.19497186387889087"
4309
- },
4310
- "directories": {}
4311
- },
4312
- "3.3.0": {
4313
- "name": "jquery",
4314
- "title": "jQuery",
4315
- "description": "JavaScript library for DOM operations",
4316
- "version": "3.3.0",
4317
- "main": "dist/jquery.js",
4318
- "homepage": "https://jquery.com",
4319
- "author": {
4320
- "name": "JS Foundation and other contributors",
4321
- "url": "https://github.com/jquery/jquery/blob/3.3.0/AUTHORS.txt"
4322
- },
4323
- "repository": {
4324
- "type": "git",
4325
- "url": "git+https://github.com/jquery/jquery.git"
4326
- },
4327
- "keywords": [
4328
- "jquery",
4329
- "javascript",
4330
- "browser",
4331
- "library"
4332
- ],
4333
- "bugs": {
4334
- "url": "https://github.com/jquery/jquery/issues"
4335
- },
4336
- "license": "MIT",
4337
- "dependencies": {
4338
- "archiver": "1.3.0",
4339
- "chalk": "1.1.3",
4340
- "npm": "4.4.1",
4341
- "shelljs": "0.7.7"
4342
- },
4343
- "devDependencies": {
4344
- "babel-core": "7.0.0-beta.0",
4345
- "babel-plugin-transform-es2015-for-of": "7.0.0-beta.0",
4346
- "commitplease": "2.7.10",
4347
- "core-js": "2.4.1",
4348
- "eslint-config-jquery": "1.0.1",
4349
- "grunt": "1.0.1",
4350
- "grunt-babel": "7.0.0",
4351
- "grunt-cli": "1.2.0",
4352
- "grunt-compare-size": "0.4.2",
4353
- "grunt-contrib-uglify": "3.0.1",
4354
- "grunt-contrib-watch": "1.0.0",
4355
- "grunt-eslint": "20.0.0",
4356
- "grunt-git-authors": "3.2.0",
4357
- "grunt-jsonlint": "1.1.0",
4358
- "grunt-karma": "2.0.0",
4359
- "grunt-newer": "1.3.0",
4360
- "grunt-npmcopy": "0.1.0",
4361
- "gzip-js": "0.3.2",
4362
- "husky": "0.14.3",
4363
- "insight": "0.8.4",
4364
- "jsdom": "5.6.1",
4365
- "karma": "1.7.0",
4366
- "karma-browserstack-launcher": "1.3.0",
4367
- "karma-chrome-launcher": "2.2.0",
4368
- "karma-firefox-launcher": "1.0.1",
4369
- "karma-qunit": "1.2.1",
4370
- "load-grunt-tasks": "3.5.2",
4371
- "native-promise-only": "0.8.1",
4372
- "promises-aplus-tests": "2.1.2",
4373
- "q": "1.5.0",
4374
- "qunit-assert-step": "1.0.3",
4375
- "qunitjs": "1.23.1",
4376
- "raw-body": "2.2.0",
4377
- "requirejs": "2.3.3",
4378
- "sinon": "2.3.7",
4379
- "sizzle": "2.3.3",
4380
- "strip-json-comments": "2.0.1",
4381
- "testswarm": "1.1.0",
4382
- "uglify-js": "3.3.4"
4383
- },
4384
- "scripts": {
4385
- "build": "npm install && grunt",
4386
- "start": "grunt watch",
4387
- "test:browserless": "grunt && grunt test:slow",
4388
- "test:browser": "grunt && grunt karma:main",
4389
- "test": "grunt && grunt test:slow && grunt karma:main",
4390
- "jenkins": "npm run test:browserless",
4391
- "precommit": "grunt lint:newer qunit_fixture",
4392
- "commitmsg": "node node_modules/commitplease"
4393
- },
4394
- "commitplease": {
4395
- "nohook": true,
4396
- "components": [
4397
- "Docs",
4398
- "Tests",
4399
- "Build",
4400
- "Support",
4401
- "Release",
4402
- "Core",
4403
- "Ajax",
4404
- "Attributes",
4405
- "Callbacks",
4406
- "CSS",
4407
- "Data",
4408
- "Deferred",
4409
- "Deprecated",
4410
- "Dimensions",
4411
- "Effects",
4412
- "Event",
4413
- "Manipulation",
4414
- "Offset",
4415
- "Queue",
4416
- "Selector",
4417
- "Serialize",
4418
- "Traversing",
4419
- "Wrap"
4420
- ],
4421
- "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
4422
- "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
4423
- },
4424
- "gitHead": "9a8a1c63930edc9fb6fab9e75b3eee578762b8a5",
4425
- "_id": "jquery@3.3.0",
4426
- "_npmVersion": "5.6.0",
4427
- "_nodeVersion": "9.3.0",
4428
- "_npmUser": {
4429
- "name": "timmywil",
4430
- "email": "4timmywil@gmail.com"
4431
- },
4432
- "dist": {
4433
- "integrity": "sha512-1SmQFTqu24RtvnvLN/D1RFIsOBGqLQYsGJgZxejd69Rw9ACBJvSgppA+A+wBcXgASwRSoX1aDN1I5ZNIrFC6Xw==",
4434
- "shasum": "06004bc2d0204ce92822a794ee8efb50283bb9ff",
4435
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.3.0.tgz"
4436
- },
4437
- "maintainers": [
4438
- {
4439
- "name": "dmethvin",
4440
- "email": "dave.methvin@gmail.com"
4441
- },
4442
- {
4443
- "name": "mgol",
4444
- "email": "m.goleb@gmail.com"
4445
- },
4446
- {
4447
- "name": "scott.gonzalez",
4448
- "email": "scott.gonzalez@gmail.com"
4449
- },
4450
- {
4451
- "name": "timmywil",
4452
- "email": "4timmywil@gmail.com"
4453
- }
4454
- ],
4455
- "_npmOperationalInternal": {
4456
- "host": "s3://npm-registry-packages",
4457
- "tmp": "tmp/jquery-3.3.0.tgz_1516388631205_0.827812286792323"
4458
- },
4459
- "directories": {}
4460
- },
4461
- "3.3.1": {
4462
- "name": "jquery",
4463
- "title": "jQuery",
4464
- "description": "JavaScript library for DOM operations",
4465
- "version": "3.3.1",
4466
- "main": "dist/jquery.js",
4467
- "homepage": "https://jquery.com",
4468
- "author": {
4469
- "name": "JS Foundation and other contributors",
4470
- "url": "https://github.com/jquery/jquery/blob/3.3.1/AUTHORS.txt"
4471
- },
4472
- "repository": {
4473
- "type": "git",
4474
- "url": "git+https://github.com/jquery/jquery.git"
4475
- },
4476
- "keywords": [
4477
- "jquery",
4478
- "javascript",
4479
- "browser",
4480
- "library"
4481
- ],
4482
- "bugs": {
4483
- "url": "https://github.com/jquery/jquery/issues"
4484
- },
4485
- "license": "MIT",
4486
- "dependencies": {},
4487
- "devDependencies": {
4488
- "babel-core": "7.0.0-beta.0",
4489
- "babel-plugin-transform-es2015-for-of": "7.0.0-beta.0",
4490
- "commitplease": "2.7.10",
4491
- "core-js": "2.4.1",
4492
- "eslint-config-jquery": "1.0.1",
4493
- "grunt": "1.0.1",
4494
- "grunt-babel": "7.0.0",
4495
- "grunt-cli": "1.2.0",
4496
- "grunt-compare-size": "0.4.2",
4497
- "grunt-contrib-uglify": "3.0.1",
4498
- "grunt-contrib-watch": "1.0.0",
4499
- "grunt-eslint": "20.0.0",
4500
- "grunt-git-authors": "3.2.0",
4501
- "grunt-jsonlint": "1.1.0",
4502
- "grunt-karma": "2.0.0",
4503
- "grunt-newer": "1.3.0",
4504
- "grunt-npmcopy": "0.1.0",
4505
- "gzip-js": "0.3.2",
4506
- "husky": "0.14.3",
4507
- "insight": "0.8.4",
4508
- "jsdom": "5.6.1",
4509
- "karma": "1.7.0",
4510
- "karma-browserstack-launcher": "1.3.0",
4511
- "karma-chrome-launcher": "2.2.0",
4512
- "karma-firefox-launcher": "1.0.1",
4513
- "karma-qunit": "1.2.1",
4514
- "load-grunt-tasks": "3.5.2",
4515
- "native-promise-only": "0.8.1",
4516
- "promises-aplus-tests": "2.1.2",
4517
- "q": "1.5.0",
4518
- "qunit-assert-step": "1.0.3",
4519
- "qunitjs": "1.23.1",
4520
- "raw-body": "2.2.0",
4521
- "requirejs": "2.3.3",
4522
- "sinon": "2.3.7",
4523
- "sizzle": "2.3.3",
4524
- "strip-json-comments": "2.0.1",
4525
- "testswarm": "1.1.0",
4526
- "uglify-js": "3.3.4"
4527
- },
4528
- "scripts": {
4529
- "build": "npm install && grunt",
4530
- "start": "grunt watch",
4531
- "test:browserless": "grunt && grunt test:slow",
4532
- "test:browser": "grunt && grunt karma:main",
4533
- "test": "grunt && grunt test:slow && grunt karma:main",
4534
- "jenkins": "npm run test:browserless",
4535
- "precommit": "grunt lint:newer qunit_fixture",
4536
- "commitmsg": "node node_modules/commitplease"
4537
- },
4538
- "commitplease": {
4539
- "nohook": true,
4540
- "components": [
4541
- "Docs",
4542
- "Tests",
4543
- "Build",
4544
- "Support",
4545
- "Release",
4546
- "Core",
4547
- "Ajax",
4548
- "Attributes",
4549
- "Callbacks",
4550
- "CSS",
4551
- "Data",
4552
- "Deferred",
4553
- "Deprecated",
4554
- "Dimensions",
4555
- "Effects",
4556
- "Event",
4557
- "Manipulation",
4558
- "Offset",
4559
- "Queue",
4560
- "Selector",
4561
- "Serialize",
4562
- "Traversing",
4563
- "Wrap"
4564
- ],
4565
- "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
4566
- "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
4567
- },
4568
- "gitHead": "9e8ec3d10fad04748176144f108d7355662ae75e",
4569
- "_id": "jquery@3.3.1",
4570
- "_npmVersion": "5.6.0",
4571
- "_nodeVersion": "9.3.0",
4572
- "_npmUser": {
4573
- "name": "timmywil",
4574
- "email": "4timmywil@gmail.com"
4575
- },
4576
- "dist": {
4577
- "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
4578
- "shasum": "958ce29e81c9790f31be7792df5d4d95fc57fbca",
4579
- "tarball": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz"
4580
- },
4581
- "maintainers": [
4582
- {
4583
- "name": "dmethvin",
4584
- "email": "dave.methvin@gmail.com"
4585
- },
4586
- {
4587
- "name": "mgol",
4588
- "email": "m.goleb@gmail.com"
4589
- },
4590
- {
4591
- "name": "scott.gonzalez",
4592
- "email": "scott.gonzalez@gmail.com"
4593
- },
4594
- {
4595
- "name": "timmywil",
4596
- "email": "4timmywil@gmail.com"
4597
- }
4598
- ],
4599
- "_npmOperationalInternal": {
4600
- "host": "s3://npm-registry-packages",
4601
- "tmp": "tmp/jquery-3.3.1.tgz_1516469230473_0.5458589680492878"
4602
- },
4603
- "directories": {}
4604
- }
4605
- },
4606
- "time": {
4607
- "modified": "2018-05-21T21:39:54.702Z",
4608
- "created": "2011-03-19T07:19:56.392Z",
4609
- "1.5.1": "2011-03-19T07:19:56.956Z",
4610
- "1.6.2": "2011-07-06T16:13:21.519Z",
4611
- "1.6.3": "2011-09-12T19:05:34.373Z",
4612
- "1.7.2": "2012-05-01T11:14:09.090Z",
4613
- "1.7.3": "2012-07-01T16:11:53.194Z",
4614
- "1.8.2": "2012-11-11T22:43:58.910Z",
4615
- "1.8.3": "2012-12-01T00:03:02.297Z",
4616
- "2.1.0-beta2": "2013-11-15T16:34:48.859Z",
4617
- "2.1.0-beta3": "2013-12-20T22:53:28.426Z",
4618
- "1.11.0-beta3": "2014-01-06T19:57:22.387Z",
4619
- "2.1.0-rc1": "2014-01-17T22:47:16.391Z",
4620
- "1.11.0-pre": "2014-01-16T20:38:42.912Z",
4621
- "1.11.0-rc1": "2014-01-16T21:08:36.924Z",
4622
- "1.11.0": "2014-01-23T21:07:07.184Z",
4623
- "2.1.0": "2014-01-23T21:12:47.772Z",
4624
- "2.1.1-beta1": "2014-03-24T17:05:07.581Z",
4625
- "1.11.1-beta1": "2014-03-24T17:25:14.236Z",
4626
- "2.1.1-rc1": "2014-04-18T15:29:41.423Z",
4627
- "1.11.1-rc1": "2014-04-18T15:40:23.931Z",
4628
- "2.1.1-rc2": "2014-04-21T20:52:06.866Z",
4629
- "1.11.1-rc2": "2014-04-21T21:12:52.817Z",
4630
- "2.1.1": "2014-05-01T17:15:20.164Z",
4631
- "1.11.1": "2014-05-01T18:05:32.863Z",
4632
- "1.9.1": "2014-07-17T22:01:17.886Z",
4633
- "2.1.2": "2014-12-17T14:14:28.184Z",
4634
- "1.11.2": "2014-12-17T16:07:07.647Z",
4635
- "2.1.3": "2014-12-18T15:18:38.205Z",
4636
- "2.1.4": "2015-04-28T16:17:13.648Z",
4637
- "1.11.3": "2015-04-28T16:22:06.378Z",
4638
- "3.0.0-alpha1": "2015-07-13T19:26:37.913Z",
4639
- "1.12.0": "2016-01-08T19:58:05.265Z",
4640
- "2.2.0": "2016-01-08T20:03:43.280Z",
4641
- "3.0.0-beta1": "2016-01-14T23:09:43.368Z",
4642
- "1.12.1": "2016-02-22T19:08:05.212Z",
4643
- "2.2.1": "2016-02-22T19:12:09.116Z",
4644
- "1.12.2": "2016-03-17T17:45:59.810Z",
4645
- "2.2.2": "2016-03-17T17:52:26.967Z",
4646
- "1.12.3": "2016-04-05T19:21:37.716Z",
4647
- "2.2.3": "2016-04-05T19:27:17.929Z",
4648
- "1.12.4": "2016-05-20T17:19:07.375Z",
4649
- "2.2.4": "2016-05-20T17:26:07.921Z",
4650
- "3.0.0-rc1": "2016-05-20T19:13:48.387Z",
4651
- "3.0.0": "2016-06-09T18:33:13.420Z",
4652
- "3.1.0": "2016-07-07T21:46:05.554Z",
4653
- "3.1.1": "2016-09-22T22:32:49.360Z",
4654
- "3.2.0": "2017-03-16T21:30:56.342Z",
4655
- "3.2.1": "2017-03-20T19:02:13.508Z",
4656
- "3.3.0": "2018-01-19T19:03:52.616Z",
4657
- "3.3.1": "2018-01-20T17:27:11.928Z"
4658
- },
4659
- "dist-tags": {
4660
- "beta": "3.0.0",
4661
- "latest": "3.3.1",
4662
- "jota": "1.6.3"
4663
- },
4664
- "_uplinks": {
4665
- "npmjs": {
4666
- "etag": "W/\"252f0a131cedd3ea82dfefd6fa049558\"",
4667
- "fetched": 1529779934081
4668
- }
4669
- },
4670
- "_distfiles": {
4671
- "jquery-1.5.1.tgz": {
4672
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.5.1.tgz",
4673
- "sha": "2ae2d661e906c1a01e044a71bb5b2743942183e5",
4674
- "registry": "npmjs"
4675
- },
4676
- "jquery-1.6.2.tgz": {
4677
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.6.2.tgz",
4678
- "sha": "01757a4c5beea29e8ae697527c3131abbe997a28",
4679
- "registry": "npmjs"
4680
- },
4681
- "jquery-1.6.3.tgz": {
4682
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.6.3.tgz",
4683
- "sha": "e1f732fa7e718a6adb3ec20ae0eb2a64fd95ef01",
4684
- "registry": "npmjs"
4685
- },
4686
- "jquery-1.7.2.tgz": {
4687
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.7.2.tgz",
4688
- "sha": "a93746763aca75a34df4c16395b0826310d0eaf2",
4689
- "registry": "npmjs"
4690
- },
4691
- "jquery-1.7.3.tgz": {
4692
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.7.3.tgz",
4693
- "sha": "e3d00a71612ac7e9b554b438e0987d0272ddba94",
4694
- "registry": "npmjs"
4695
- },
4696
- "jquery-1.8.2.tgz": {
4697
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.8.2.tgz",
4698
- "sha": "46790ae07c6de38124eda90bbf7336b43df93305",
4699
- "registry": "npmjs"
4700
- },
4701
- "jquery-1.8.3.tgz": {
4702
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.8.3.tgz",
4703
- "sha": "cfa2941c05a83d966f21347f759a6d15281c60cc",
4704
- "registry": "npmjs"
4705
- },
4706
- "jquery-2.1.0-beta2.tgz": {
4707
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.0-beta2.tgz",
4708
- "sha": "e0fbbe2beb45b4d8f808362c7c99ef5bfee7d8c6",
4709
- "registry": "npmjs"
4710
- },
4711
- "jquery-2.1.0-beta3.tgz": {
4712
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.0-beta3.tgz",
4713
- "sha": "5a89b624d8fa625fe5fa83a12a9acb1ef8a11d02",
4714
- "registry": "npmjs"
4715
- },
4716
- "jquery-1.11.0-beta3.tgz": {
4717
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.0-beta3.tgz",
4718
- "sha": "0464a6aba9f35f6c83a203caa23ab420909ce852",
4719
- "registry": "npmjs"
4720
- },
4721
- "jquery-1.11.0-rc1.tgz": {
4722
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.0-rc1.tgz",
4723
- "sha": "c2f6a4877374647b20b080c478d8dbcdfb4960ee",
4724
- "registry": "npmjs"
4725
- },
4726
- "jquery-2.1.0-rc1.tgz": {
4727
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.0-rc1.tgz",
4728
- "sha": "8c9f5d9a055c2fedb3f5269617ae649497d6a3b0",
4729
- "registry": "npmjs"
4730
- },
4731
- "jquery-1.11.0.tgz": {
4732
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.0.tgz",
4733
- "sha": "c67ceee19b403650d682adcf39d5c9009814d949",
4734
- "registry": "npmjs"
4735
- },
4736
- "jquery-2.1.0.tgz": {
4737
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.0.tgz",
4738
- "sha": "1c9a8c971d2b53dae10d72e16cbb5a1df16a4ace",
4739
- "registry": "npmjs"
4740
- },
4741
- "jquery-2.1.1-beta1.tgz": {
4742
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.1-beta1.tgz",
4743
- "sha": "6306c8ea1d104775f3ef8f5c26f0a32acd710a11",
4744
- "registry": "npmjs"
4745
- },
4746
- "jquery-1.11.1-beta1.tgz": {
4747
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.1-beta1.tgz",
4748
- "sha": "c7eacde5e1ae06e029f1cd1b2dd444953a33e843",
4749
- "registry": "npmjs"
4750
- },
4751
- "jquery-2.1.1-rc1.tgz": {
4752
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.1-rc1.tgz",
4753
- "sha": "95c494fdbbd0cefc305260e11ad46ae49a387c3d",
4754
- "registry": "npmjs"
4755
- },
4756
- "jquery-1.11.1-rc1.tgz": {
4757
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.1-rc1.tgz",
4758
- "sha": "666a7df02488b48732d96e8ab9bdd34f61dd4238",
4759
- "registry": "npmjs"
4760
- },
4761
- "jquery-2.1.1-rc2.tgz": {
4762
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.1-rc2.tgz",
4763
- "sha": "99833e415efa7ac8a4efecc5df6894b2f938a598",
4764
- "registry": "npmjs"
4765
- },
4766
- "jquery-1.11.1-rc2.tgz": {
4767
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.1-rc2.tgz",
4768
- "sha": "a4ef3edde0864d8524c5e72f59c459fd7a9ebd17",
4769
- "registry": "npmjs"
4770
- },
4771
- "jquery-2.1.1.tgz": {
4772
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.1.tgz",
4773
- "sha": "828fc60f50f7ee5983363ef4eb01c5f70af4bd5b",
4774
- "registry": "npmjs"
4775
- },
4776
- "jquery-1.11.1.tgz": {
4777
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.1.tgz",
4778
- "sha": "b6ec928590112ebed69e1e49cbfd0025ccd60ddb",
4779
- "registry": "npmjs"
4780
- },
4781
- "jquery-1.9.1.tgz": {
4782
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.9.1.tgz",
4783
- "sha": "e4cd4835faaefbade535857613c0fc3ff2adaf34",
4784
- "registry": "npmjs"
4785
- },
4786
- "jquery-2.1.2.tgz": {
4787
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.2.tgz",
4788
- "sha": "b68f154cb2ea4731924883e9fe20ec199d1dc1e2",
4789
- "registry": "npmjs"
4790
- },
4791
- "jquery-1.11.2.tgz": {
4792
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.2.tgz",
4793
- "sha": "30ab26857211c37caa83da0f6903155fe49bb72d",
4794
- "registry": "npmjs"
4795
- },
4796
- "jquery-2.1.3.tgz": {
4797
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.3.tgz",
4798
- "sha": "6ec55204673d505d39432c5bf5cfad10e1dbad2e",
4799
- "registry": "npmjs"
4800
- },
4801
- "jquery-2.1.4.tgz": {
4802
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz",
4803
- "sha": "228bde698a0c61431dc2630a6a154f15890d2317",
4804
- "registry": "npmjs"
4805
- },
4806
- "jquery-1.11.3.tgz": {
4807
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.11.3.tgz",
4808
- "sha": "dd8b74278b27102d29df63eae28308a8cfa1b583",
4809
- "registry": "npmjs"
4810
- },
4811
- "jquery-3.0.0-alpha1.tgz": {
4812
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.0.0-alpha1.tgz",
4813
- "sha": "3493d672266e21c2dffb2714f935448edebe3c62",
4814
- "registry": "npmjs"
4815
- },
4816
- "jquery-1.12.0.tgz": {
4817
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.12.0.tgz",
4818
- "sha": "44653be4e3e4628b106bf2141dfd10fbca6021ef",
4819
- "registry": "npmjs"
4820
- },
4821
- "jquery-2.2.0.tgz": {
4822
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.0.tgz",
4823
- "sha": "d0e84ebbf199da51bf7ec39307f19b35754e9cba",
4824
- "registry": "npmjs"
4825
- },
4826
- "jquery-3.0.0-beta1.tgz": {
4827
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.0.0-beta1.tgz",
4828
- "sha": "d2a4e368e2eed7050bf66abbbb54db2ea345349d",
4829
- "registry": "npmjs"
4830
- },
4831
- "jquery-1.12.1.tgz": {
4832
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.12.1.tgz",
4833
- "sha": "9cc34ce4780d4ceb90c44328f071064f01960c18",
4834
- "registry": "npmjs"
4835
- },
4836
- "jquery-2.2.1.tgz": {
4837
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.1.tgz",
4838
- "sha": "3c3e16854ad3d2ac44ac65021b17426d22ad803f",
4839
- "registry": "npmjs"
4840
- },
4841
- "jquery-1.12.2.tgz": {
4842
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.12.2.tgz",
4843
- "sha": "b8a8b45937312a19eebbcf5a0589b0311c8220bb",
4844
- "registry": "npmjs"
4845
- },
4846
- "jquery-2.2.2.tgz": {
4847
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.2.tgz",
4848
- "sha": "3e302dc61eb329a21e9efac937d731f061134c59",
4849
- "registry": "npmjs"
4850
- },
4851
- "jquery-1.12.3.tgz": {
4852
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.12.3.tgz",
4853
- "sha": "1298b88b908e7c7f7501eb8c1a61f1ac8337b531",
4854
- "registry": "npmjs"
4855
- },
4856
- "jquery-2.2.3.tgz": {
4857
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.3.tgz",
4858
- "sha": "45e07e4190334de36c9e1a64b43b1f1373d91758",
4859
- "registry": "npmjs"
4860
- },
4861
- "jquery-1.12.4.tgz": {
4862
- "url": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz",
4863
- "sha": "01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c",
4864
- "registry": "npmjs"
4865
- },
4866
- "jquery-2.2.4.tgz": {
4867
- "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
4868
- "sha": "2c89d6889b5eac522a7eea32c14521559c6cbf02",
4869
- "registry": "npmjs"
4870
- },
4871
- "jquery-3.0.0-rc1.tgz": {
4872
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.0.0-rc1.tgz",
4873
- "sha": "d69fc540b0a56be13e8aecde5a8766ade7a44f8e",
4874
- "registry": "npmjs"
4875
- },
4876
- "jquery-3.0.0.tgz": {
4877
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz",
4878
- "sha": "95a2a9541291a9f819e016f85ba247116d03e4ab",
4879
- "registry": "npmjs"
4880
- },
4881
- "jquery-3.1.0.tgz": {
4882
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.1.0.tgz",
4883
- "sha": "129f6f1ae94b18f09010b008d0d6011e40613d7f",
4884
- "registry": "npmjs"
4885
- },
4886
- "jquery-3.1.1.tgz": {
4887
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.1.1.tgz",
4888
- "sha": "347c1c21c7e004115e0a4da32cece041fad3c8a3",
4889
- "registry": "npmjs"
4890
- },
4891
- "jquery-3.2.0.tgz": {
4892
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.2.0.tgz",
4893
- "sha": "3bdbba66e1eee0785532dddadb0e0d2521ca584b",
4894
- "registry": "npmjs"
4895
- },
4896
- "jquery-3.2.1.tgz": {
4897
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
4898
- "sha": "5c4d9de652af6cd0a770154a631bba12b015c787",
4899
- "registry": "npmjs"
4900
- },
4901
- "jquery-3.3.0.tgz": {
4902
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.3.0.tgz",
4903
- "sha": "06004bc2d0204ce92822a794ee8efb50283bb9ff",
4904
- "registry": "npmjs"
4905
- },
4906
- "jquery-3.3.1.tgz": {
4907
- "url": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
4908
- "sha": "958ce29e81c9790f31be7792df5d4d95fc57fbca",
4909
- "registry": "npmjs"
4910
- }
4911
- },
4912
- "_attachments": {
4913
- "jquery-1.5.1.tgz": {
4914
- "shasum": "2ae2d661e906c1a01e044a71bb5b2743942183e5"
4915
- }
4916
- },
4917
- "_rev": "60-fed4915c27b9c1e6",
4918
- "readme": "# jQuery\n\n> jQuery is a fast, small, and feature-rich JavaScript library.\n\nFor information on how to get started and how to use jQuery, please see [jQuery's documentation](http://api.jquery.com/).\nFor source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).\n\nIf upgrading, please see the [blog post for 3.3.1](https://blog.jquery.com/2017/03/20/jquery-3.3.1-now-available/). This includes notable differences from the previous version and a more readable changelog.\n\n## Including jQuery\n\nBelow are some of the most common ways to include jQuery.\n\n### Browser\n\n#### Script tag\n\n```html\n<script src=\"https://code.jquery.com/jquery-3.3.1.min.js\"></script>\n```\n\n#### Babel\n\n[Babel](http://babeljs.io/) is a next generation JavaScript compiler. One of the features is the ability to use ES6/ES2015 modules now, even though browsers do not yet support this feature natively.\n\n```js\nimport $ from \"jquery\";\n```\n\n#### Browserify/Webpack\n\nThere are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documention. In the script, including jQuery will usually look like this...\n\n```js\nvar $ = require(\"jquery\");\n```\n\n#### AMD (Asynchronous Module Definition)\n\nAMD is a module format built for the browser. For more information, we recommend [require.js' documentation](http://requirejs.org/docs/whyamd.html).\n\n```js\ndefine([\"jquery\"], function($) {\n\n});\n```\n\n### Node\n\nTo include jQuery in [Node](nodejs.org), first install with npm.\n\n```sh\nnpm install jquery\n```\n\nFor jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/tmpvar/jsdom). This can be useful for testing purposes.\n\n```js\nrequire(\"jsdom\").env(\"\", function(err, window) {\n\tif (err) {\n\t\tconsole.error(err);\n\t\treturn;\n\t}\n\n\tvar $ = require(\"jquery\")(window);\n});\n```"
4919
- }