npm-shrinkwrap.json 195 KB
Newer Older
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
              "dependencies": {
                "asn1": {
                  "version": "0.1.11",
                  "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
                },
                "assert-plus": {
                  "version": "0.1.2",
                  "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.2.tgz"
                },
                "ctype": {
                  "version": "0.5.2",
                  "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.2.tgz"
                }
              }
            },
            "json-stringify-safe": {
              "version": "5.0.0",
              "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.0.tgz"
            },
            "mime": {
              "version": "1.2.11",
              "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
            },
            "node-uuid": {
XhmikosR's avatar
XhmikosR committed
3025
3026
              "version": "1.4.2",
              "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
            },
            "oauth-sign": {
              "version": "0.3.0",
              "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz"
            },
            "qs": {
              "version": "0.6.6",
              "resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
            },
            "tough-cookie": {
              "version": "0.12.1",
              "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz",
              "dependencies": {
                "punycode": {
Chris Rebert's avatar
Chris Rebert committed
3041
3042
                  "version": "1.3.2",
                  "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
                }
              }
            },
            "tunnel-agent": {
              "version": "0.3.0",
              "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.3.0.tgz"
            }
          }
        },
        "w3cjs": {
          "version": "0.1.25",
          "resolved": "https://registry.npmjs.org/w3cjs/-/w3cjs-0.1.25.tgz",
          "dependencies": {
            "commander": {
              "version": "2.0.0",
              "resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz"
            },
            "superagent": {
              "version": "0.15.7",
              "resolved": "https://registry.npmjs.org/superagent/-/superagent-0.15.7.tgz",
              "dependencies": {
                "cookiejar": {
                  "version": "1.3.0",
                  "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-1.3.0.tgz"
                },
                "debug": {
                  "version": "0.7.4",
                  "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz"
                },
                "emitter-component": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/emitter-component/-/emitter-component-1.0.0.tgz"
                },
                "formidable": {
                  "version": "1.0.14",
                  "resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz"
                },
                "methods": {
                  "version": "0.0.1",
                  "resolved": "https://registry.npmjs.org/methods/-/methods-0.0.1.tgz"
                },
                "mime": {
                  "version": "1.2.5",
                  "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.5.tgz"
                },
                "qs": {
                  "version": "0.6.5",
                  "resolved": "https://registry.npmjs.org/qs/-/qs-0.6.5.tgz"
                },
                "reduce-component": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz"
                }
              }
            },
            "superagent-proxy": {
              "version": "0.2.0",
              "resolved": "https://registry.npmjs.org/superagent-proxy/-/superagent-proxy-0.2.0.tgz",
              "dependencies": {
                "proxy-agent": {
                  "version": "0.0.2",
                  "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-0.0.2.tgz",
                  "dependencies": {
                    "http-proxy-agent": {
                      "version": "0.2.6",
                      "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-0.2.6.tgz",
                      "dependencies": {
                        "agent-base": {
                          "version": "1.0.1",
                          "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-1.0.1.tgz"
                        },
                        "debug": {
XhmikosR's avatar
XhmikosR committed
3115
3116
                          "version": "1.0.4",
                          "resolved": "https://registry.npmjs.org/debug/-/debug-1.0.4.tgz",
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
                          "dependencies": {
                            "ms": {
                              "version": "0.6.2",
                              "resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz"
                            }
                          }
                        },
                        "extend": {
                          "version": "1.2.1",
                          "resolved": "https://registry.npmjs.org/extend/-/extend-1.2.1.tgz"
                        }
                      }
                    },
                    "https-proxy-agent": {
                      "version": "0.3.5",
                      "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.5.tgz",
                      "dependencies": {
                        "agent-base": {
                          "version": "1.0.1",
                          "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-1.0.1.tgz"
                        },
                        "debug": {
XhmikosR's avatar
XhmikosR committed
3139
3140
                          "version": "1.0.4",
                          "resolved": "https://registry.npmjs.org/debug/-/debug-1.0.4.tgz",
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
                          "dependencies": {
                            "ms": {
                              "version": "0.6.2",
                              "resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz"
                            }
                          }
                        },
                        "extend": {
                          "version": "1.2.1",
                          "resolved": "https://registry.npmjs.org/extend/-/extend-1.2.1.tgz"
                        }
                      }
                    },
                    "lru-cache": {
                      "version": "2.3.1",
                      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz"
                    },
                    "socks-proxy-agent": {
                      "version": "0.1.2",
                      "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-0.1.2.tgz",
                      "dependencies": {
                        "agent-base": {
                          "version": "1.0.1",
                          "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-1.0.1.tgz"
                        },
                        "extend": {
                          "version": "1.2.1",
                          "resolved": "https://registry.npmjs.org/extend/-/extend-1.2.1.tgz"
                        },
                        "rainbowsocks": {
                          "version": "0.1.2",
                          "resolved": "https://registry.npmjs.org/rainbowsocks/-/rainbowsocks-0.1.2.tgz",
                          "dependencies": {
                            "debug": {
XhmikosR's avatar
XhmikosR committed
3175
3176
                              "version": "1.0.4",
                              "resolved": "https://registry.npmjs.org/debug/-/debug-1.0.4.tgz",
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
                              "dependencies": {
                                "ms": {
                                  "version": "0.6.2",
                                  "resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "grunt-jekyll": {
      "version": "0.4.2",
      "resolved": "https://registry.npmjs.org/grunt-jekyll/-/grunt-jekyll-0.4.2.tgz",
      "dependencies": {
        "tmp": {
XhmikosR's avatar
XhmikosR committed
3201
3202
          "version": "0.0.24",
          "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz"
3203
3204
3205
        }
      }
    },
XhmikosR's avatar
XhmikosR committed
3206
    "grunt-jscs": {
XhmikosR's avatar
XhmikosR committed
3207
3208
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.0.0.tgz",
3209
3210
3211
3212
3213
3214
      "dependencies": {
        "hooker": {
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
        },
        "jscs": {
XhmikosR's avatar
XhmikosR committed
3215
3216
          "version": "1.8.1",
          "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.8.1.tgz",
3217
3218
          "dependencies": {
            "colors": {
XhmikosR's avatar
XhmikosR committed
3219
3220
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz"
3221
3222
            },
            "commander": {
Chris Rebert's avatar
Chris Rebert committed
3223
3224
              "version": "2.5.1",
              "resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz"
3225
3226
            },
            "esprima": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3227
3228
              "version": "1.2.2",
              "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz"
3229
            },
Chris Rebert's avatar
Chris Rebert committed
3230
3231
3232
3233
            "esprima-harmony-jscs": {
              "version": "1.1.0-dev-harmony",
              "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-dev-harmony.tgz"
            },
XhmikosR's avatar
XhmikosR committed
3234
3235
3236
3237
            "exit": {
              "version": "0.1.2",
              "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
            },
XhmikosR's avatar
XhmikosR committed
3238
3239
3240
3241
3242
            "glob": {
              "version": "4.0.6",
              "resolved": "https://registry.npmjs.org/glob/-/glob-4.0.6.tgz",
              "dependencies": {
                "graceful-fs": {
XhmikosR's avatar
XhmikosR committed
3243
3244
                  "version": "3.0.5",
                  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.5.tgz"
XhmikosR's avatar
XhmikosR committed
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
                },
                "inherits": {
                  "version": "2.0.1",
                  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
                },
                "once": {
                  "version": "1.3.1",
                  "resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
                  "dependencies": {
                    "wrappy": {
                      "version": "1.0.1",
                      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
                    }
                  }
                }
              }
            },
3262
            "minimatch": {
XhmikosR's avatar
XhmikosR committed
3263
3264
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
              "dependencies": {
                "lru-cache": {
                  "version": "2.5.0",
                  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
                },
                "sigmund": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
                }
              }
            },
            "strip-json-comments": {
Chris Rebert's avatar
Chris Rebert committed
3277
3278
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz"
3279
            },
Chris Rebert's avatar
Chris Rebert committed
3280
            "supports-color": {
XhmikosR's avatar
XhmikosR committed
3281
3282
              "version": "1.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz"
3283
            },
3284
            "vow-fs": {
Chris Rebert's avatar
Chris Rebert committed
3285
3286
              "version": "0.3.4",
              "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz",
3287
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3288
                "glob": {
Chris Rebert's avatar
Chris Rebert committed
3289
3290
                  "version": "4.3.2",
                  "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.2.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3291
                  "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
                    "inflight": {
                      "version": "1.0.4",
                      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
                      "dependencies": {
                        "wrappy": {
                          "version": "1.0.1",
                          "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
                        }
                      }
                    },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3302
3303
3304
3305
3306
                    "inherits": {
                      "version": "2.0.1",
                      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
                    },
                    "minimatch": {
Chris Rebert's avatar
Chris Rebert committed
3307
3308
                      "version": "2.0.1",
                      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3309
                      "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
                        "brace-expansion": {
                          "version": "1.1.0",
                          "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
                          "dependencies": {
                            "balanced-match": {
                              "version": "0.2.0",
                              "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
                            },
                            "concat-map": {
                              "version": "0.0.1",
                              "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
                            }
                          }
                        }
                      }
                    },
                    "once": {
                      "version": "1.3.1",
                      "resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
                      "dependencies": {
                        "wrappy": {
                          "version": "1.0.1",
                          "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3333
3334
3335
3336
3337
                        }
                      }
                    }
                  }
                },
3338
                "node-uuid": {
Chris Rebert's avatar
Chris Rebert committed
3339
3340
                  "version": "1.4.2",
                  "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3341
                },
3342
                "vow-queue": {
Chris Rebert's avatar
Chris Rebert committed
3343
                  "version": "0.4.1",
Chris Rebert's avatar
Chris Rebert committed
3344
                  "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.1.tgz"
3345
3346
3347
3348
                }
              }
            },
            "xmlbuilder": {
XhmikosR's avatar
XhmikosR committed
3349
3350
              "version": "2.4.5",
              "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-2.4.5.tgz",
3351
              "dependencies": {
XhmikosR's avatar
XhmikosR committed
3352
                "lodash-node": {
3353
                  "version": "2.4.1",
XhmikosR's avatar
XhmikosR committed
3354
                  "resolved": "https://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz"
Chris Rebert's avatar
Chris Rebert committed
3355
3356
3357
3358
3359
3360
3361
3362
3363
                }
              }
            }
          }
        },
        "lodash": {
          "version": "2.4.1",
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
        },
3364
        "vow": {
XhmikosR's avatar
XhmikosR committed
3365
3366
          "version": "0.4.7",
          "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.7.tgz"
3367
3368
3369
3370
        }
      }
    },
    "grunt-saucelabs": {
Chris Rebert's avatar
Chris Rebert committed
3371
3372
      "version": "8.4.1",
      "resolved": "https://registry.npmjs.org/grunt-saucelabs/-/grunt-saucelabs-8.4.1.tgz",
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
      "dependencies": {
        "colors": {
          "version": "0.6.2",
          "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz"
        },
        "lodash": {
          "version": "2.4.1",
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
        },
        "q": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/q/-/q-1.0.1.tgz"
        },
        "request": {
          "version": "2.35.0",
          "resolved": "https://registry.npmjs.org/request/-/request-2.35.0.tgz",
          "dependencies": {
            "aws-sign2": {
              "version": "0.5.0",
              "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz"
            },
            "forever-agent": {
              "version": "0.5.2",
              "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz"
            },
            "form-data": {
XhmikosR's avatar
XhmikosR committed
3399
3400
              "version": "0.1.4",
              "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz",
3401
3402
3403
3404
3405
3406
              "dependencies": {
                "async": {
                  "version": "0.9.0",
                  "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
                },
                "combined-stream": {
XhmikosR's avatar
XhmikosR committed
3407
3408
                  "version": "0.0.7",
                  "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
                  "dependencies": {
                    "delayed-stream": {
                      "version": "0.0.5",
                      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz"
                    }
                  }
                }
              }
            },
            "hawk": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz",
              "dependencies": {
                "boom": {
                  "version": "0.4.2",
                  "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz"
                },
                "cryptiles": {
                  "version": "0.2.2",
                  "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz"
                },
                "hoek": {
                  "version": "0.9.1",
                  "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz"
                },
                "sntp": {
                  "version": "0.2.4",
                  "resolved": "https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz"
                }
              }
            },
            "http-signature": {
              "version": "0.10.0",
              "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.0.tgz",
              "dependencies": {
                "asn1": {
                  "version": "0.1.11",
                  "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
                },
                "assert-plus": {
                  "version": "0.1.2",
                  "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.2.tgz"
                },
                "ctype": {
                  "version": "0.5.2",
                  "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.2.tgz"
                }
              }
            },
            "json-stringify-safe": {
              "version": "5.0.0",
              "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.0.tgz"
            },
            "lodash.merge": {
              "version": "2.4.1",
              "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-2.4.1.tgz",
              "dependencies": {
                "lodash._basecreatecallback": {
                  "version": "2.4.1",
                  "resolved": "https://registry.npmjs.org/lodash._basecreatecallback/-/lodash._basecreatecallback-2.4.1.tgz",
                  "dependencies": {
                    "lodash._setbinddata": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash._setbinddata/-/lodash._setbinddata-2.4.1.tgz",
                      "dependencies": {
                        "lodash._isnative": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz"
                        },
                        "lodash.noop": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash.noop/-/lodash.noop-2.4.1.tgz"
                        }
                      }
                    },
                    "lodash.bind": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-2.4.1.tgz",
                      "dependencies": {
                        "lodash._createwrapper": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash._createwrapper/-/lodash._createwrapper-2.4.1.tgz",
                          "dependencies": {
                            "lodash._basebind": {
                              "version": "2.4.1",
                              "resolved": "https://registry.npmjs.org/lodash._basebind/-/lodash._basebind-2.4.1.tgz",
                              "dependencies": {
                                "lodash._basecreate": {
                                  "version": "2.4.1",
                                  "resolved": "https://registry.npmjs.org/lodash._basecreate/-/lodash._basecreate-2.4.1.tgz",
                                  "dependencies": {
                                    "lodash._isnative": {
                                      "version": "2.4.1",
                                      "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz"
                                    },
                                    "lodash.noop": {
                                      "version": "2.4.1",
                                      "resolved": "https://registry.npmjs.org/lodash.noop/-/lodash.noop-2.4.1.tgz"
                                    }
                                  }
                                }
                              }
                            },
                            "lodash._basecreatewrapper": {
                              "version": "2.4.1",
                              "resolved": "https://registry.npmjs.org/lodash._basecreatewrapper/-/lodash._basecreatewrapper-2.4.1.tgz",
                              "dependencies": {
                                "lodash._basecreate": {
                                  "version": "2.4.1",
                                  "resolved": "https://registry.npmjs.org/lodash._basecreate/-/lodash._basecreate-2.4.1.tgz",
                                  "dependencies": {
                                    "lodash._isnative": {
                                      "version": "2.4.1",
                                      "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz"
                                    },
                                    "lodash.noop": {
                                      "version": "2.4.1",
                                      "resolved": "https://registry.npmjs.org/lodash.noop/-/lodash.noop-2.4.1.tgz"
                                    }
                                  }
                                }
                              }
                            },
                            "lodash.isfunction": {
                              "version": "2.4.1",
                              "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz"
                            }
                          }
                        }
                      }
                    },
                    "lodash.identity": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash.identity/-/lodash.identity-2.4.1.tgz"
                    },
                    "lodash.support": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash.support/-/lodash.support-2.4.1.tgz",
                      "dependencies": {
                        "lodash._isnative": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz"
                        }
                      }
                    }
                  }
                },
                "lodash._basemerge": {
                  "version": "2.4.1",
                  "resolved": "https://registry.npmjs.org/lodash._basemerge/-/lodash._basemerge-2.4.1.tgz",
                  "dependencies": {
                    "lodash.foreach": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-2.4.1.tgz"
                    },
                    "lodash.forown": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash.forown/-/lodash.forown-2.4.1.tgz",
                      "dependencies": {
                        "lodash._objecttypes": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz"
                        },
                        "lodash.keys": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
                          "dependencies": {
                            "lodash._isnative": {
                              "version": "2.4.1",
                              "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz"
                            },
                            "lodash._shimkeys": {
                              "version": "2.4.1",
                              "resolved": "https://registry.npmjs.org/lodash._shimkeys/-/lodash._shimkeys-2.4.1.tgz"
                            }
                          }
                        }
                      }
                    },
                    "lodash.isarray": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-2.4.1.tgz",
                      "dependencies": {
                        "lodash._isnative": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz"
                        }
                      }
                    },
                    "lodash.isplainobject": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-2.4.1.tgz",
                      "dependencies": {
                        "lodash._isnative": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz"
                        },
                        "lodash._shimisplainobject": {
                          "version": "2.4.1",
                          "resolved": "https://registry.npmjs.org/lodash._shimisplainobject/-/lodash._shimisplainobject-2.4.1.tgz",
                          "dependencies": {
                            "lodash.forin": {
                              "version": "2.4.1",
                              "resolved": "https://registry.npmjs.org/lodash.forin/-/lodash.forin-2.4.1.tgz",
                              "dependencies": {
                                "lodash._objecttypes": {
                                  "version": "2.4.1",
                                  "resolved": "https://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz"
                                }
                              }
                            },
                            "lodash.isfunction": {
                              "version": "2.4.1",
                              "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-2.4.1.tgz"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "lodash._getarray": {
                  "version": "2.4.1",
                  "resolved": "https://registry.npmjs.org/lodash._getarray/-/lodash._getarray-2.4.1.tgz",
                  "dependencies": {
                    "lodash._arraypool": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash._arraypool/-/lodash._arraypool-2.4.1.tgz"
                    }
                  }
                },
                "lodash._releasearray": {
                  "version": "2.4.1",
                  "resolved": "https://registry.npmjs.org/lodash._releasearray/-/lodash._releasearray-2.4.1.tgz",
                  "dependencies": {
                    "lodash._arraypool": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash._arraypool/-/lodash._arraypool-2.4.1.tgz"
                    },
                    "lodash._maxpoolsize": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash._maxpoolsize/-/lodash._maxpoolsize-2.4.1.tgz"
                    }
                  }
                },
                "lodash._slice": {
                  "version": "2.4.1",
                  "resolved": "https://registry.npmjs.org/lodash._slice/-/lodash._slice-2.4.1.tgz"
                },
                "lodash.isobject": {
                  "version": "2.4.1",
                  "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz",
                  "dependencies": {
                    "lodash._objecttypes": {
                      "version": "2.4.1",
                      "resolved": "https://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz"
                    }
                  }
                }
              }
            },
            "mime": {
              "version": "1.2.11",
              "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
            },
            "node-uuid": {
XhmikosR's avatar
XhmikosR committed
3675
3676
              "version": "1.4.2",
              "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
            },
            "oauth-sign": {
              "version": "0.3.0",
              "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz"
            },
            "qs": {
              "version": "0.6.6",
              "resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
            },
            "tough-cookie": {
              "version": "0.12.1",
              "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz",
              "dependencies": {
                "punycode": {
Chris Rebert's avatar
Chris Rebert committed
3691
3692
                  "version": "1.3.2",
                  "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
                }
              }
            },
            "tunnel-agent": {
              "version": "0.4.0",
              "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"
            }
          }
        },
        "sauce-tunnel": {
Chris Rebert's avatar
Chris Rebert committed
3703
3704
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/sauce-tunnel/-/sauce-tunnel-2.1.1.tgz",
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
          "dependencies": {
            "chalk": {
              "version": "0.4.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
              "dependencies": {
                "ansi-styles": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz"
                },
                "has-color": {
                  "version": "0.1.7",
                  "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz"
                },
                "strip-ansi": {
                  "version": "0.1.1",
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz"
                }
              }
            },
            "request": {
              "version": "2.21.0",
              "resolved": "https://registry.npmjs.org/request/-/request-2.21.0.tgz",
              "dependencies": {
                "aws-sign": {
                  "version": "0.3.0",
                  "resolved": "https://registry.npmjs.org/aws-sign/-/aws-sign-0.3.0.tgz"
                },
                "cookie-jar": {
                  "version": "0.3.0",
                  "resolved": "https://registry.npmjs.org/cookie-jar/-/cookie-jar-0.3.0.tgz"
                },
                "forever-agent": {
                  "version": "0.5.2",
                  "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz"
                },
                "form-data": {
                  "version": "0.0.8",
                  "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.0.8.tgz",
                  "dependencies": {
                    "async": {
                      "version": "0.2.10",
                      "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz"
                    },
                    "combined-stream": {
XhmikosR's avatar
XhmikosR committed
3749
3750
                      "version": "0.0.7",
                      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
                      "dependencies": {
                        "delayed-stream": {
                          "version": "0.0.5",
                          "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz"
                        }
                      }
                    }
                  }
                },
                "hawk": {
                  "version": "0.13.1",
                  "resolved": "https://registry.npmjs.org/hawk/-/hawk-0.13.1.tgz",
                  "dependencies": {
                    "boom": {
                      "version": "0.4.2",
                      "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz",
                      "dependencies": {
                        "hoek": {
                          "version": "0.9.1",
                          "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz"
                        }
                      }
                    },
                    "cryptiles": {
                      "version": "0.2.2",
                      "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz"
                    },
                    "hoek": {
                      "version": "0.8.5",
                      "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.8.5.tgz"
                    },
                    "sntp": {
                      "version": "0.2.4",
                      "resolved": "https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz",
                      "dependencies": {
                        "hoek": {
                          "version": "0.9.1",
                          "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz"
                        }
                      }
                    }
                  }
                },
                "http-signature": {
                  "version": "0.9.11",
                  "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.9.11.tgz",
                  "dependencies": {
                    "asn1": {
                      "version": "0.1.11",
                      "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
                    },
                    "assert-plus": {
                      "version": "0.1.2",
                      "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.2.tgz"
                    },
                    "ctype": {
                      "version": "0.5.2",
                      "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.2.tgz"
                    }
                  }
                },
                "json-stringify-safe": {
                  "version": "4.0.0",
                  "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-4.0.0.tgz"
                },
                "mime": {
                  "version": "1.2.11",
                  "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
                },
                "node-uuid": {
XhmikosR's avatar
XhmikosR committed
3821
3822
                  "version": "1.4.2",
                  "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
                },
                "oauth-sign": {
                  "version": "0.3.0",
                  "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz"
                },
                "qs": {
                  "version": "0.6.6",
                  "resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
                },
                "tunnel-agent": {
                  "version": "0.3.0",
                  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.3.0.tgz"
                }
              }
            }
          }
        },
        "saucelabs": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-0.1.1.tgz"
        }
      }
    },
    "grunt-sed": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/grunt-sed/-/grunt-sed-0.1.1.tgz",
      "dependencies": {
        "replace": {
XhmikosR's avatar
XhmikosR committed
3851
3852
          "version": "0.2.10",
          "resolved": "https://registry.npmjs.org/replace/-/replace-0.2.10.tgz",
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
          "dependencies": {
            "colors": {
              "version": "0.5.1",
              "resolved": "https://registry.npmjs.org/colors/-/colors-0.5.1.tgz"
            },
            "minimatch": {
              "version": "0.2.14",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
              "dependencies": {
                "lru-cache": {
                  "version": "2.5.0",
                  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
                },
                "sigmund": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
                }
              }
            },
            "nomnom": {
              "version": "1.6.2",
              "resolved": "https://registry.npmjs.org/nomnom/-/nomnom-1.6.2.tgz",
              "dependencies": {
                "underscore": {
                  "version": "1.4.4",
                  "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz"
                }
              }
            }
          }
        }
      }
    },
    "load-grunt-tasks": {
Chris Rebert's avatar
Chris Rebert committed
3887
3888
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-1.0.0.tgz",
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
      "dependencies": {
        "findup-sync": {
          "version": "0.1.3",
          "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",
          "dependencies": {
            "glob": {
              "version": "3.2.11",
              "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",
              "dependencies": {
                "inherits": {
                  "version": "2.0.1",
                  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
                },
                "minimatch": {
                  "version": "0.3.0",
                  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz",
                  "dependencies": {
                    "lru-cache": {
                      "version": "2.5.0",
                      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
                    },
                    "sigmund": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
                    }
                  }
                }
              }
            },
            "lodash": {
              "version": "2.4.1",
              "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
            }
          }
        },
        "multimatch": {
XhmikosR's avatar
XhmikosR committed
3925
3926
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-1.0.1.tgz",
3927
          "dependencies": {
XhmikosR's avatar
XhmikosR committed
3928
            "array-differ": {
Chris Rebert's avatar
Chris Rebert committed
3929
3930
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
3931
3932
            },
            "array-union": {
XhmikosR's avatar
XhmikosR committed
3933
3934
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.1.tgz",
XhmikosR's avatar
XhmikosR committed
3935
3936
              "dependencies": {
                "array-uniq": {
XhmikosR's avatar
XhmikosR committed
3937
3938
                  "version": "1.0.2",
                  "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.2.tgz"
XhmikosR's avatar
XhmikosR committed
3939
3940
                }
              }
3941
3942
            },
            "minimatch": {
Chris Rebert's avatar
Chris Rebert committed
3943
3944
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
              "dependencies": {
                "lru-cache": {
                  "version": "2.5.0",
                  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
                },
                "sigmund": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
                }
              }
            }
          }
        }
      }
    },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3960
    "npm-shrinkwrap": {
Chris Rebert's avatar
Chris Rebert committed
3961
3962
      "version": "200.0.0",
      "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-200.0.0.tgz",
3963
      "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3964
        "array-find": {
3965
          "version": "0.1.1",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3966
          "resolved": "https://registry.npmjs.org/array-find/-/array-find-0.1.1.tgz"
3967
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3968
        "error": {
Chris Rebert's avatar
Chris Rebert committed
3969
3970
          "version": "4.4.0",
          "resolved": "https://registry.npmjs.org/error/-/error-4.4.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3971
          "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3972
3973
3974
3975
            "camelize": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3976
            "xtend": {
Chris Rebert's avatar
Chris Rebert committed
3977
3978
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3979
3980
            }
          }
3981
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3982
3983
3984
        "json-diff": {
          "version": "0.3.1",
          "resolved": "https://registry.npmjs.org/json-diff/-/json-diff-0.3.1.tgz",
3985
          "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3986
3987
3988
            "cli-color": {
              "version": "0.1.7",
              "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-0.1.7.tgz",
3989
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3990
3991
3992
                "es5-ext": {
                  "version": "0.8.2",
                  "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.8.2.tgz"
3993
3994
3995
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3996
3997
3998
            "difflib": {
              "version": "0.2.4",
              "resolved": "https://registry.npmjs.org/difflib/-/difflib-0.2.4.tgz",
3999
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4000
                "heap": {
For faster browsing, not all history is shown. View entire blame