npm-shrinkwrap.json 165 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
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
                    },
                    "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": {
                  "version": "1.4.1",
                  "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
                },
                "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
3047
3048
          "version": "0.2.10",
          "resolved": "https://registry.npmjs.org/replace/-/replace-0.2.10.tgz",
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
          "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
3083
3084
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-1.0.0.tgz",
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
3115
3116
3117
3118
3119
3120
      "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": {
Chris Rebert's avatar
Chris Rebert committed
3121
3122
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-1.0.0.tgz",
3123
          "dependencies": {
XhmikosR's avatar
XhmikosR committed
3124
            "array-differ": {
Chris Rebert's avatar
Chris Rebert committed
3125
3126
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
3127
3128
            },
            "array-union": {
Chris Rebert's avatar
Chris Rebert committed
3129
3130
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.0.tgz",
XhmikosR's avatar
XhmikosR committed
3131
3132
              "dependencies": {
                "array-uniq": {
Chris Rebert's avatar
Chris Rebert committed
3133
3134
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.1.tgz"
XhmikosR's avatar
XhmikosR committed
3135
3136
                }
              }
3137
3138
            },
            "minimatch": {
Chris Rebert's avatar
Chris Rebert committed
3139
3140
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
              "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
3156
    "npm-shrinkwrap": {
Chris Rebert's avatar
Chris Rebert committed
3157
3158
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-4.0.0.tgz",
3159
      "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3160
        "array-find": {
3161
          "version": "0.1.1",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3162
          "resolved": "https://registry.npmjs.org/array-find/-/array-find-0.1.1.tgz"
3163
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3164
        "error": {
Chris Rebert's avatar
Chris Rebert committed
3165
3166
          "version": "4.3.0",
          "resolved": "https://registry.npmjs.org/error/-/error-4.3.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3167
          "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3168
3169
3170
3171
            "camelize": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3172
            "xtend": {
Chris Rebert's avatar
Chris Rebert committed
3173
3174
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3175
3176
            }
          }
3177
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3178
3179
3180
        "json-diff": {
          "version": "0.3.1",
          "resolved": "https://registry.npmjs.org/json-diff/-/json-diff-0.3.1.tgz",
3181
          "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3182
3183
3184
            "cli-color": {
              "version": "0.1.7",
              "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-0.1.7.tgz",
3185
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3186
3187
3188
                "es5-ext": {
                  "version": "0.8.2",
                  "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.8.2.tgz"
3189
3190
3191
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3192
3193
3194
            "difflib": {
              "version": "0.2.4",
              "resolved": "https://registry.npmjs.org/difflib/-/difflib-0.2.4.tgz",
3195
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3196
                "heap": {
XhmikosR's avatar
XhmikosR committed
3197
3198
                  "version": "0.2.5",
                  "resolved": "https://registry.npmjs.org/heap/-/heap-0.2.5.tgz"
3199
3200
                }
              }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3201
3202
3203
3204
            },
            "dreamopt": {
              "version": "0.6.0",
              "resolved": "https://registry.npmjs.org/dreamopt/-/dreamopt-0.6.0.tgz",
3205
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3206
3207
3208
                "wordwrap": {
                  "version": "0.0.2",
                  "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
3209
3210
3211
3212
3213
                }
              }
            }
          }
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3214
        "minimist": {
Chris Rebert's avatar
Chris Rebert committed
3215
3216
          "version": "1.1.0",
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.0.tgz"
3217
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3218
3219
3220
        "msee": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/msee/-/msee-0.1.1.tgz",
3221
          "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3222
3223
3224
            "cardinal": {
              "version": "0.4.4",
              "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz",
3225
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3226
3227
3228
                "ansicolors": {
                  "version": "0.2.1",
                  "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz"
3229
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3230
3231
3232
                "redeyed": {
                  "version": "0.4.4",
                  "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz",
3233
                  "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3234
3235
3236
                    "esprima": {
                      "version": "1.0.4",
                      "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
3237
3238
3239
3240
3241
                    }
                  }
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3242
3243
3244
            "chalk": {
              "version": "0.4.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
3245
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3246
3247
3248
                "ansi-styles": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz"
3249
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3250
3251
3252
                "has-color": {
                  "version": "0.1.7",
                  "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz"
3253
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3254
3255
3256
                "strip-ansi": {
                  "version": "0.1.1",
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz"
3257
3258
3259
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3260
3261
3262
            "marked": {
              "version": "0.3.2",
              "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.2.tgz"
3263
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3264
3265
3266
            "nopt": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/nopt/-/nopt-2.1.2.tgz",
3267
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3268
3269
3270
                "abbrev": {
                  "version": "1.0.5",
                  "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.5.tgz"
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
                }
              }
            },
            "xtend": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz",
              "dependencies": {
                "object-keys": {
                  "version": "0.4.0",
                  "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz"
                }
              }
            }
          }
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3286
        "npm": {
Chris Rebert's avatar
Chris Rebert committed
3287
3288
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/npm/-/npm-2.1.2.tgz",
3289
          "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
            "abbrev": {
              "version": "1.0.5",
              "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.5.tgz"
            },
            "ansi": {
              "version": "0.3.0",
              "resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz"
            },
            "ansicolors": {
              "version": "0.3.2",
              "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
            },
            "ansistyles": {
              "version": "0.1.3",
              "resolved": "https://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz"
            },
            "archy": {
              "version": "0.0.2",
              "resolved": "https://registry.npmjs.org/archy/-/archy-0.0.2.tgz"
            },
Chris Rebert's avatar
Chris Rebert committed
3310
3311
3312
3313
            "async-some": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/async-some/-/async-some-1.0.1.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
            "block-stream": {
              "version": "0.0.7",
              "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.7.tgz"
            },
            "char-spinner": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/char-spinner/-/char-spinner-1.0.1.tgz"
            },
            "child-process-close": {
              "version": "0.1.1",
              "resolved": "https://registry.npmjs.org/child-process-close/-/child-process-close-0.1.1.tgz"
            },
            "chmodr": {
              "version": "0.1.0",
              "resolved": "https://registry.npmjs.org/chmodr/-/chmodr-0.1.0.tgz"
            },
            "chownr": {
              "version": "0.0.1",
              "resolved": "https://registry.npmjs.org/chownr/-/chownr-0.0.1.tgz"
            },
            "cmd-shim": {
Chris Rebert's avatar
Chris Rebert committed
3335
3336
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
3337
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3338
            "columnify": {
Chris Rebert's avatar
Chris Rebert committed
3339
3340
              "version": "1.2.1",
              "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.2.1.tgz",
3341
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3342
                "strip-ansi": {
Chris Rebert's avatar
Chris Rebert committed
3343
3344
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-1.0.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3345
3346
                  "dependencies": {
                    "ansi-regex": {
Chris Rebert's avatar
Chris Rebert committed
3347
3348
                      "version": "0.2.1",
                      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3349
3350
3351
                    }
                  }
                },
Chris Rebert's avatar
Chris Rebert committed
3352
3353
3354
                "wcwidth": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3355
                  "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3356
3357
3358
3359
3360
3361
3362
3363
3364
                    "defaults": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.0.tgz",
                      "dependencies": {
                        "clone": {
                          "version": "0.1.18",
                          "resolved": "https://registry.npmjs.org/clone/-/clone-0.1.18.tgz"
                        }
                      }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3365
3366
                    }
                  }
3367
3368
3369
                }
              }
            },
Chris Rebert's avatar
Chris Rebert committed
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
            "dezalgo": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.0.tgz",
              "dependencies": {
                "asap": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz"
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3380
3381
3382
3383
            "editor": {
              "version": "0.1.0",
              "resolved": "https://registry.npmjs.org/editor/-/editor-0.1.0.tgz"
            },
Chris Rebert's avatar
Chris Rebert committed
3384
3385
3386
3387
3388
3389
3390
3391
            "fs-vacuum": {
              "version": "1.2.1",
              "resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.1.tgz"
            },
            "fs-write-stream-atomic": {
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.2.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3392
            "fstream": {
Chris Rebert's avatar
Chris Rebert committed
3393
3394
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3395
3396
            },
            "fstream-npm": {
Chris Rebert's avatar
Chris Rebert committed
3397
3398
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.0.tgz",
3399
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3400
                "fstream-ignore": {
Chris Rebert's avatar
Chris Rebert committed
3401
3402
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.1.tgz"
3403
3404
3405
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3406
            "github-url-from-git": {
Chris Rebert's avatar
Chris Rebert committed
3407
3408
              "version": "1.4.0",
              "resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.4.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3409
3410
            },
            "github-url-from-username-repo": {
Chris Rebert's avatar
Chris Rebert committed
3411
3412
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/github-url-from-username-repo/-/github-url-from-username-repo-1.0.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3413
3414
            },
            "glob": {
Chris Rebert's avatar
Chris Rebert committed
3415
3416
              "version": "4.0.5",
              "resolved": "https://registry.npmjs.org/glob/-/glob-4.0.5.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
            },
            "graceful-fs": {
              "version": "3.0.2",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.2.tgz"
            },
            "inflight": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.1.tgz"
            },
            "inherits": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
            },
            "ini": {
              "version": "1.2.1",
              "resolved": "https://registry.npmjs.org/ini/-/ini-1.2.1.tgz"
            },
            "init-package-json": {
Chris Rebert's avatar
Chris Rebert committed
3435
3436
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.1.0.tgz",
3437
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3438
3439
3440
                "promzard": {
                  "version": "0.2.2",
                  "resolved": "https://registry.npmjs.org/promzard/-/promzard-0.2.2.tgz"
3441
3442
3443
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3444
            "lockfile": {
Chris Rebert's avatar
Chris Rebert committed
3445
3446
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.0.tgz"
3447
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3448
3449
3450
3451
3452
            "lru-cache": {
              "version": "2.5.0",
              "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
            },
            "minimatch": {
Chris Rebert's avatar
Chris Rebert committed
3453
3454
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
3455
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3456
3457
3458
                "sigmund": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
3459
3460
3461
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3462
            "mkdirp": {
Chris Rebert's avatar
Chris Rebert committed
3463
3464
3465
3466
3467
3468
3469
3470
              "version": "0.5.0",
              "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz",
              "dependencies": {
                "minimist": {
                  "version": "0.0.8",
                  "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
                }
              }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3471
3472
            },
            "node-gyp": {
Chris Rebert's avatar
Chris Rebert committed
3473
3474
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3475
3476
            },
            "nopt": {
XhmikosR's avatar
XhmikosR committed
3477
3478
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3479
            },
Chris Rebert's avatar
Chris Rebert committed
3480
3481
3482
3483
            "normalize-package-data": {
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-1.0.3.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3484
3485
3486
3487
3488
            "npm-cache-filename": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/npm-cache-filename/-/npm-cache-filename-1.0.1.tgz"
            },
            "npm-install-checks": {
Chris Rebert's avatar
Chris Rebert committed
3489
3490
3491
3492
3493
3494
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.4.tgz"
            },
            "npm-package-arg": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-2.1.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3495
3496
            },
            "npm-registry-client": {
Chris Rebert's avatar
Chris Rebert committed
3497
3498
              "version": "3.2.2",
              "resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-3.2.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3499
3500
3501
3502
3503
3504
            },
            "npm-user-validate": {
              "version": "0.1.0",
              "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.0.tgz"
            },
            "npmconf": {
Chris Rebert's avatar
Chris Rebert committed
3505
3506
              "version": "2.1.0",
              "resolved": "https://registry.npmjs.org/npmconf/-/npmconf-2.1.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
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
              "dependencies": {
                "config-chain": {
                  "version": "1.1.8",
                  "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.8.tgz",
                  "dependencies": {
                    "proto-list": {
                      "version": "1.2.3",
                      "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.3.tgz"
                    }
                  }
                }
              }
            },
            "npmlog": {
              "version": "0.1.1",
              "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-0.1.1.tgz"
            },
            "once": {
              "version": "1.3.0",
              "resolved": "https://registry.npmjs.org/once/-/once-1.3.0.tgz"
            },
            "opener": {
              "version": "1.3.0",
              "resolved": "https://registry.npmjs.org/opener/-/opener-1.3.0.tgz"
            },
            "osenv": {
              "version": "0.1.0",
              "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.0.tgz"
            },
            "path-is-inside": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.1.tgz"
            },
            "read": {
              "version": "1.0.5",
              "resolved": "https://registry.npmjs.org/read/-/read-1.0.5.tgz",
              "dependencies": {
                "mute-stream": {
                  "version": "0.0.4",
                  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz"
                }
              }
            },
            "read-installed": {
Chris Rebert's avatar
Chris Rebert committed
3551
3552
              "version": "3.1.3",
              "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-3.1.3.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3553
              "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3554
3555
3556
3557
3558
3559
3560
3561
                "debuglog": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz"
                },
                "readdir-scoped-modules": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.0.0.tgz"
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3562
3563
3564
3565
3566
3567
3568
                "util-extend": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.1.tgz"
                }
              }
            },
            "read-package-json": {
Chris Rebert's avatar
Chris Rebert committed
3569
3570
              "version": "1.2.7",
              "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-1.2.7.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3571
3572
            },
            "request": {
Chris Rebert's avatar
Chris Rebert committed
3573
3574
              "version": "2.44.0",
              "resolved": "https://registry.npmjs.org/request/-/request-2.44.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3575
3576
3577
3578
3579
              "dependencies": {
                "aws-sign2": {
                  "version": "0.5.0",
                  "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz"
                },
Chris Rebert's avatar
Chris Rebert committed
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
                "bl": {
                  "version": "0.9.3",
                  "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz",
                  "dependencies": {
                    "readable-stream": {
                      "version": "1.0.31",
                      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz",
                      "dependencies": {
                        "core-util-is": {
                          "version": "1.0.1",
                          "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
                        },
                        "isarray": {
                          "version": "0.0.1",
                          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
                        },
                        "string_decoder": {
                          "version": "0.10.31",
                          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
                        }
                      }
                    }
                  }
                },
                "caseless": {
                  "version": "0.6.0",
                  "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.6.0.tgz"
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3608
                "forever-agent": {
Chris Rebert's avatar
Chris Rebert committed
3609
3610
                  "version": "0.5.2",
                  "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3611
3612
                },
                "form-data": {
Chris Rebert's avatar
Chris Rebert committed
3613
3614
                  "version": "0.1.4",
                  "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3615
3616
                  "dependencies": {
                    "async": {
Chris Rebert's avatar
Chris Rebert committed
3617
3618
                      "version": "0.9.0",
                      "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3619
3620
                    },
                    "combined-stream": {
Chris Rebert's avatar
Chris Rebert committed
3621
3622
                      "version": "0.0.5",
                      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.5.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3623
3624
3625
3626
3627
3628
                      "dependencies": {
                        "delayed-stream": {
                          "version": "0.0.5",
                          "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz"
                        }
                      }
Chris Rebert's avatar
Chris Rebert committed
3629
3630
3631
3632
                    },
                    "mime": {
                      "version": "1.2.11",
                      "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3633
3634
3635
3636
                    }
                  }
                },
                "hawk": {
Chris Rebert's avatar
Chris Rebert committed
3637
3638
                  "version": "1.1.1",
                  "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
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
3675
3676
3677
3678
3679
                  "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"
                },
Chris Rebert's avatar
Chris Rebert committed
3680
3681
3682
                "mime-types": {
                  "version": "1.0.2",
                  "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3683
3684
3685
3686
3687
3688
                },
                "node-uuid": {
                  "version": "1.4.1",
                  "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
                },
                "oauth-sign": {
Chris Rebert's avatar
Chris Rebert committed
3689
3690
                  "version": "0.4.0",
                  "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.4.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3691
3692
                },
                "qs": {
Chris Rebert's avatar
Chris Rebert committed
3693
3694
3695
3696
3697
3698
                  "version": "1.2.2",
                  "resolved": "https://registry.npmjs.org/qs/-/qs-1.2.2.tgz"
                },
                "stringstream": {
                  "version": "0.0.4",
                  "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3699
3700
                },
                "tough-cookie": {
Chris Rebert's avatar
Chris Rebert committed
3701
3702
                  "version": "0.12.1",
                  "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3703
3704
                  "dependencies": {
                    "punycode": {
Chris Rebert's avatar
Chris Rebert committed
3705
3706
                      "version": "1.3.1",
                      "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3707
3708
3709
3710
                    }
                  }
                },
                "tunnel-agent": {
Chris Rebert's avatar
Chris Rebert committed
3711
3712
                  "version": "0.4.0",
                  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3713
3714
3715
3716
                }
              }
            },
            "retry": {
3717
3718
              "version": "0.6.0",
              "resolved": "https://registry.npmjs.org/retry/-/retry-0.6.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3719
3720
3721
3722
3723
3724
            },
            "rimraf": {
              "version": "2.2.8",
              "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
            },
            "semver": {
Chris Rebert's avatar
Chris Rebert committed
3725
3726
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-4.0.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3727
3728
3729
3730
3731
3732
            },
            "sha": {
              "version": "1.2.4",
              "resolved": "https://registry.npmjs.org/sha/-/sha-1.2.4.tgz",
              "dependencies": {
                "readable-stream": {
Chris Rebert's avatar
Chris Rebert committed
3733
3734
                  "version": "1.0.31",
                  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
                  "dependencies": {
                    "core-util-is": {
                      "version": "1.0.1",
                      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
                    },
                    "isarray": {
                      "version": "0.0.1",
                      "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
                    },
                    "string_decoder": {
Chris Rebert's avatar
Chris Rebert committed
3745
3746
                      "version": "0.10.31",
                      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3747
3748
3749
3750
3751
3752
                    }
                  }
                }
              }
            },
            "slide": {
Chris Rebert's avatar
Chris Rebert committed
3753
3754
              "version": "1.1.6",
              "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3755
3756
3757
3758
3759
3760
            },
            "sorted-object": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-1.0.0.tgz"
            },
            "tar": {
Chris Rebert's avatar
Chris Rebert committed
3761
3762
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/tar/-/tar-1.0.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
            },
            "text-table": {
              "version": "0.2.0",
              "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
            },
            "uid-number": {
              "version": "0.0.5",
              "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz"
            },
            "which": {
              "version": "1.0.5",
              "resolved": "https://registry.npmjs.org/which/-/which-1.0.5.tgz"
Chris Rebert's avatar
Chris Rebert committed
3775
3776
3777
3778
            },
            "write-file-atomic": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.0.tgz"
3779
3780
3781
3782
            }
          }
        },
        "read-json": {
Chris Rebert's avatar
Chris Rebert committed
3783
3784
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/read-json/-/read-json-0.1.0.tgz"
3785
3786
3787
3788
3789
3790
        },
        "rimraf": {
          "version": "2.2.8",
          "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
        },
        "run-parallel": {
Chris Rebert's avatar
Chris Rebert committed
3791
3792
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.0.0.tgz"
3793
3794
3795
3796
3797
3798
        },
        "run-series": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/run-series/-/run-series-1.0.2.tgz"
        },
        "safe-json-parse": {
Chris Rebert's avatar
Chris Rebert committed
3799
3800
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-2.0.0.tgz"
3801
3802
        },
        "semver": {
Chris Rebert's avatar
Chris Rebert committed
3803
3804
          "version": "4.1.0",
          "resolved": "https://registry.npmjs.org/semver/-/semver-4.1.0.tgz"
3805
3806
3807
3808
3809
3810
        },
        "sorted-object": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-1.0.0.tgz"
        },
        "string-template": {
Chris Rebert's avatar
Chris Rebert committed
3811
3812
3813
3814
3815
3816
3817
3818
          "version": "0.2.0",
          "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.0.tgz",
          "dependencies": {
            "js-string-escape": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.0.tgz"
            }
          }
3819
3820
3821
        }
      }
    },
Chris Rebert's avatar
Chris Rebert committed
3822
    "remarkable": {
3823
3824
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.3.0.tgz",
Chris Rebert's avatar
Chris Rebert committed
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
      "dependencies": {
        "argparse": {
          "version": "0.1.15",
          "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.15.tgz",
          "dependencies": {
            "underscore": {
              "version": "1.4.4",
              "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz"
            },
            "underscore.string": {
              "version": "2.3.3",
              "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz"
            }
          }
        },
        "autolinker": {
          "version": "0.12.3",
          "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.12.3.tgz"
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
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
3887
3888
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
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
        },
        "coveralls": {
          "version": "2.11.2",
          "resolved": "https://registry.npmjs.org/coveralls/-/coveralls-2.11.2.tgz",
          "dependencies": {
            "js-yaml": {
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz",
              "dependencies": {
                "esprima": {
                  "version": "1.0.4",
                  "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
                }
              }
            },
            "lcov-parse": {
              "version": "0.0.6",
              "resolved": "https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.6.tgz"
            },
            "log-driver": {
              "version": "1.2.4",
              "resolved": "https://registry.npmjs.org/log-driver/-/log-driver-1.2.4.tgz"
            },
            "request": {
              "version": "2.40.0",
              "resolved": "https://registry.npmjs.org/request/-/request-2.40.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": {
                  "version": "0.1.4",
                  "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz",
                  "dependencies": {
                    "async": {
                      "version": "0.9.0",
                      "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
                    },
                    "combined-stream": {
                      "version": "0.0.5",
                      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.5.tgz",
                      "dependencies": {
                        "delayed-stream": {
                          "version": "0.0.5",
                          "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz"
                        }
                      }
                    },
                    "mime": {
                      "version": "1.2.11",
                      "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"
                    }
                  }
                },
                "hawk": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.1.1.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"
                },
                "mime-types": {
                  "version": "1.0.2",
                  "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz"
                },
                "node-uuid": {
                  "version": "1.4.1",
                  "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
                },
                "oauth-sign": {
                  "version": "0.3.0",
                  "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz"
                },
                "qs": {
                  "version": "1.0.2",
                  "resolved": "https://registry.npmjs.org/qs/-/qs-1.0.2.tgz"
                },
                "stringstream": {
                  "version": "0.0.4",
                  "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
                },
                "tough-cookie": {
                  "version": "0.12.1",
                  "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz",
                  "dependencies": {
                    "punycode": {
                      "version": "1.3.2",
                      "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
                    }
                  }
                },
                "tunnel-agent": {
                  "version": "0.4.0",
                  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"
                }
              }
            }
          }
Chris Rebert's avatar
Chris Rebert committed
3983
3984
3985
        }
      }
    },
3986
    "time-grunt": {
XhmikosR's avatar
XhmikosR committed
3987
3988
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.0.0.tgz",
3989
3990
      "dependencies": {
        "chalk": {
XhmikosR's avatar
XhmikosR committed
3991
3992
          "version": "0.5.1",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
3993
3994
          "dependencies": {
            "ansi-styles": {
XhmikosR's avatar
XhmikosR committed
3995
3996
3997
3998
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
            },
            "escape-string-regexp": {
XhmikosR's avatar
XhmikosR committed
3999
4000
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz"
For faster browsing, not all history is shown. View entire blame