npm-shrinkwrap.json 157 KB
Newer Older
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
            },
            "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
3017
3018
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-2.0.0.tgz",
3019
3020
      "dependencies": {
        "findup-sync": {
Chris Rebert's avatar
Chris Rebert committed
3021
3022
          "version": "0.2.1",
          "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz"
3023
3024
        },
        "multimatch": {
Chris Rebert's avatar
Chris Rebert committed
3025
3026
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.0.0.tgz",
3027
          "dependencies": {
XhmikosR's avatar
XhmikosR committed
3028
            "array-differ": {
Chris Rebert's avatar
Chris Rebert committed
3029
3030
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
3031
3032
            },
            "array-union": {
XhmikosR's avatar
XhmikosR committed
3033
3034
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.1.tgz",
XhmikosR's avatar
XhmikosR committed
3035
3036
              "dependencies": {
                "array-uniq": {
XhmikosR's avatar
XhmikosR committed
3037
3038
                  "version": "1.0.2",
                  "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.2.tgz"
XhmikosR's avatar
XhmikosR committed
3039
3040
                }
              }
3041
3042
            },
            "minimatch": {
Chris Rebert's avatar
Chris Rebert committed
3043
3044
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
3045
              "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
                "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"
                    }
                  }
3059
3060
3061
3062
3063
3064
3065
                }
              }
            }
          }
        }
      }
    },
Chris Rebert's avatar
Chris Rebert committed
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
    "markdown-it": {
      "version": "3.0.4",
      "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-3.0.4.tgz",
      "dependencies": {
        "argparse": {
          "version": "0.1.16",
          "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
          "dependencies": {
            "underscore": {
              "version": "1.7.0",
              "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz"
            },
            "underscore.string": {
              "version": "2.4.0",
              "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz"
            }
          }
        },
        "autolinker": {
          "version": "0.15.2",
          "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.15.2.tgz"
        }
      }
    },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3090
    "npm-shrinkwrap": {
Chris Rebert's avatar
Chris Rebert committed
3091
3092
      "version": "200.0.0",
      "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-200.0.0.tgz",
3093
      "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3094
        "array-find": {
3095
          "version": "0.1.1",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3096
          "resolved": "https://registry.npmjs.org/array-find/-/array-find-0.1.1.tgz"
3097
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3098
        "error": {
Chris Rebert's avatar
Chris Rebert committed
3099
3100
          "version": "4.4.0",
          "resolved": "https://registry.npmjs.org/error/-/error-4.4.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3101
          "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3102
3103
3104
3105
            "camelize": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3106
            "xtend": {
Chris Rebert's avatar
Chris Rebert committed
3107
3108
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3109
3110
            }
          }
3111
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3112
3113
3114
        "json-diff": {
          "version": "0.3.1",
          "resolved": "https://registry.npmjs.org/json-diff/-/json-diff-0.3.1.tgz",
3115
          "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3116
3117
3118
            "cli-color": {
              "version": "0.1.7",
              "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-0.1.7.tgz",
3119
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3120
3121
3122
                "es5-ext": {
                  "version": "0.8.2",
                  "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.8.2.tgz"
3123
3124
3125
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3126
3127
3128
            "difflib": {
              "version": "0.2.4",
              "resolved": "https://registry.npmjs.org/difflib/-/difflib-0.2.4.tgz",
3129
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3130
                "heap": {
XhmikosR's avatar
XhmikosR committed
3131
3132
                  "version": "0.2.5",
                  "resolved": "https://registry.npmjs.org/heap/-/heap-0.2.5.tgz"
3133
3134
                }
              }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3135
3136
3137
3138
            },
            "dreamopt": {
              "version": "0.6.0",
              "resolved": "https://registry.npmjs.org/dreamopt/-/dreamopt-0.6.0.tgz",
3139
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3140
3141
3142
                "wordwrap": {
                  "version": "0.0.2",
                  "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
3143
3144
3145
3146
3147
                }
              }
            }
          }
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3148
        "minimist": {
Chris Rebert's avatar
Chris Rebert committed
3149
3150
          "version": "1.1.0",
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.0.tgz"
3151
        },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3152
3153
3154
        "msee": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/msee/-/msee-0.1.1.tgz",
3155
          "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3156
3157
3158
            "cardinal": {
              "version": "0.4.4",
              "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz",
3159
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3160
3161
3162
                "ansicolors": {
                  "version": "0.2.1",
                  "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz"
3163
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3164
3165
3166
                "redeyed": {
                  "version": "0.4.4",
                  "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz",
3167
                  "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3168
3169
3170
                    "esprima": {
                      "version": "1.0.4",
                      "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
3171
3172
3173
3174
3175
                    }
                  }
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3176
3177
3178
            "chalk": {
              "version": "0.4.0",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
3179
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3180
3181
3182
                "ansi-styles": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz"
3183
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3184
3185
3186
                "has-color": {
                  "version": "0.1.7",
                  "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz"
3187
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3188
3189
3190
                "strip-ansi": {
                  "version": "0.1.1",
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz"
3191
3192
3193
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3194
            "marked": {
Chris Rebert's avatar
Chris Rebert committed
3195
3196
              "version": "0.3.3",
              "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.3.tgz"
3197
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3198
3199
3200
            "nopt": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/nopt/-/nopt-2.1.2.tgz",
3201
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3202
3203
3204
                "abbrev": {
                  "version": "1.0.5",
                  "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.5.tgz"
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
                }
              }
            },
            "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
3220
        "npm": {
Chris Rebert's avatar
Chris Rebert committed
3221
3222
          "version": "2.4.1",
          "resolved": "https://registry.npmjs.org/npm/-/npm-2.4.1.tgz",
3223
          "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
            "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": {
3241
3242
3243
3244
3245
3246
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz"
            },
            "async-some": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/async-some/-/async-some-1.0.1.tgz"
Chris Rebert's avatar
Chris Rebert committed
3247
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
            "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": {
3269
3270
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
3271
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3272
            "columnify": {
Chris Rebert's avatar
Chris Rebert committed
3273
3274
              "version": "1.3.2",
              "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.3.2.tgz",
3275
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3276
                "strip-ansi": {
Chris Rebert's avatar
Chris Rebert committed
3277
3278
                  "version": "2.0.0",
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3279
3280
                  "dependencies": {
                    "ansi-regex": {
Chris Rebert's avatar
Chris Rebert committed
3281
3282
                      "version": "1.1.0",
                      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3283
3284
3285
                    }
                  }
                },
3286
3287
3288
                "wcwidth": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3289
                  "dependencies": {
3290
3291
3292
3293
3294
                    "defaults": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.0.tgz",
                      "dependencies": {
                        "clone": {
Chris Rebert's avatar
Chris Rebert committed
3295
3296
                          "version": "0.1.19",
                          "resolved": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz"
3297
3298
                        }
                      }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3299
3300
                    }
                  }
3301
3302
3303
                }
              }
            },
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
            "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"
                }
              }
            },
            "dezalgo": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.1.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
3324
3325
3326
3327
            "editor": {
              "version": "0.1.0",
              "resolved": "https://registry.npmjs.org/editor/-/editor-0.1.0.tgz"
            },
3328
            "fs-vacuum": {
Chris Rebert's avatar
Chris Rebert committed
3329
3330
              "version": "1.2.5",
              "resolved": "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.5.tgz"
3331
3332
3333
3334
3335
            },
            "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
3336
            "fstream": {
XhmikosR's avatar
XhmikosR committed
3337
3338
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.3.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3339
3340
            },
            "fstream-npm": {
3341
3342
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/fstream-npm/-/fstream-npm-1.0.1.tgz",
3343
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3344
                "fstream-ignore": {
Chris Rebert's avatar
Chris Rebert committed
3345
3346
                  "version": "1.0.2",
                  "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.2.tgz"
3347
3348
3349
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3350
            "github-url-from-git": {
3351
3352
              "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
3353
3354
            },
            "github-url-from-username-repo": {
3355
3356
              "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
3357
3358
            },
            "glob": {
Chris Rebert's avatar
Chris Rebert committed
3359
3360
              "version": "4.3.5",
              "resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3361
3362
            },
            "graceful-fs": {
Chris Rebert's avatar
Chris Rebert committed
3363
3364
              "version": "3.0.5",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.5.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3365
3366
            },
            "inflight": {
3367
3368
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3369
3370
3371
3372
3373
3374
            },
            "inherits": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
            },
            "ini": {
XhmikosR's avatar
XhmikosR committed
3375
3376
              "version": "1.3.2",
              "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3377
3378
            },
            "init-package-json": {
Chris Rebert's avatar
Chris Rebert committed
3379
3380
              "version": "1.2.0",
              "resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.2.0.tgz",
3381
              "dependencies": {
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3382
3383
3384
                "promzard": {
                  "version": "0.2.2",
                  "resolved": "https://registry.npmjs.org/promzard/-/promzard-0.2.2.tgz"
3385
3386
3387
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3388
            "lockfile": {
3389
3390
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.0.tgz"
3391
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3392
3393
3394
3395
3396
            "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
3397
3398
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
3399
              "dependencies": {
Chris Rebert's avatar
Chris Rebert committed
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
                "brace-expansion": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.0.1.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.0",
                      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.0.tgz"
                    }
                  }
3413
3414
3415
                }
              }
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3416
            "mkdirp": {
3417
3418
3419
3420
3421
3422
3423
3424
              "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
3425
3426
            },
            "node-gyp": {
3427
              "version": "1.0.2",
Chris Rebert's avatar
Chris Rebert committed
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
              "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz",
              "dependencies": {
                "minimatch": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
                  "dependencies": {
                    "sigmund": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
                    }
                  }
                }
              }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3441
3442
            },
            "nopt": {
XhmikosR's avatar
XhmikosR committed
3443
3444
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3445
            },
Chris Rebert's avatar
Chris Rebert committed
3446
3447
3448
3449
            "normalize-git-url": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/normalize-git-url/-/normalize-git-url-1.0.0.tgz"
            },
3450
3451
3452
3453
            "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
3454
3455
3456
3457
3458
            "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": {
XhmikosR's avatar
XhmikosR committed
3459
3460
              "version": "1.0.5",
              "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
XhmikosR's avatar
XhmikosR committed
3461
            },
3462
3463
3464
            "npm-package-arg": {
              "version": "2.1.3",
              "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-2.1.3.tgz"
XhmikosR's avatar
XhmikosR committed
3465
            },
3466
            "npm-registry-client": {
Chris Rebert's avatar
Chris Rebert committed
3467
3468
              "version": "6.0.3",
              "resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-6.0.3.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3469
              "dependencies": {
3470
                "concat-stream": {
Chris Rebert's avatar
Chris Rebert committed
3471
3472
                  "version": "1.4.7",
                  "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.4.7.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3473
                  "dependencies": {
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
                    "readable-stream": {
                      "version": "1.1.13",
                      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.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"
                        }
                      }
                    },
                    "typedarray": {
                      "version": "0.0.6",
                      "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3495
3496
                    }
                  }
Chris Rebert's avatar
Chris Rebert committed
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
                },
                "npm-package-arg": {
                  "version": "3.0.0",
                  "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-3.0.0.tgz",
                  "dependencies": {
                    "hosted-git-info": {
                      "version": "1.5.3",
                      "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-1.5.3.tgz"
                    }
                  }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3507
3508
3509
                }
              }
            },
3510
3511
3512
3513
            "npm-user-validate": {
              "version": "0.1.1",
              "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.1.1.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3514
3515
3516
3517
3518
            "npmlog": {
              "version": "0.1.1",
              "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-0.1.1.tgz"
            },
            "once": {
3519
3520
              "version": "1.3.1",
              "resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3521
3522
            },
            "opener": {
3523
3524
              "version": "1.4.0",
              "resolved": "https://registry.npmjs.org/opener/-/opener-1.4.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
            },
            "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
3545
3546
              "version": "3.1.5",
              "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-3.1.5.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3547
              "dependencies": {
3548
3549
3550
3551
3552
                "debuglog": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz"
                },
                "readdir-scoped-modules": {
XhmikosR's avatar
XhmikosR committed
3553
3554
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.0.1.tgz"
3555
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3556
3557
3558
3559
3560
3561
3562
                "util-extend": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.1.tgz"
                }
              }
            },
            "read-package-json": {
3563
3564
3565
3566
              "version": "1.2.7",
              "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-1.2.7.tgz"
            },
            "readable-stream": {
XhmikosR's avatar
XhmikosR committed
3567
3568
              "version": "1.0.33",
              "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
XhmikosR's avatar
XhmikosR committed
3569
              "dependencies": {
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
                "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"
XhmikosR's avatar
XhmikosR committed
3581
3582
3583
                }
              }
            },
3584
            "realize-package-specifier": {
XhmikosR's avatar
XhmikosR committed
3585
3586
              "version": "1.3.0",
              "resolved": "https://registry.npmjs.org/realize-package-specifier/-/realize-package-specifier-1.3.0.tgz"
3587
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3588
            "request": {
Chris Rebert's avatar
Chris Rebert committed
3589
3590
              "version": "2.51.0",
              "resolved": "https://registry.npmjs.org/request/-/request-2.51.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3591
3592
3593
3594
3595
              "dependencies": {
                "aws-sign2": {
                  "version": "0.5.0",
                  "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz"
                },
3596
3597
3598
3599
3600
                "bl": {
                  "version": "0.9.3",
                  "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz"
                },
                "caseless": {
Chris Rebert's avatar
Chris Rebert committed
3601
3602
                  "version": "0.8.0",
                  "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz"
3603
3604
                },
                "combined-stream": {
XhmikosR's avatar
XhmikosR committed
3605
3606
                  "version": "0.0.7",
                  "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
3607
3608
3609
3610
3611
3612
3613
                  "dependencies": {
                    "delayed-stream": {
                      "version": "0.0.5",
                      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz"
                    }
                  }
                },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3614
                "forever-agent": {
3615
3616
                  "version": "0.5.2",
                  "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3617
3618
                },
                "form-data": {
Chris Rebert's avatar
Chris Rebert committed
3619
3620
                  "version": "0.2.0",
                  "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3621
3622
                  "dependencies": {
                    "async": {
3623
3624
                      "version": "0.9.0",
                      "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3625
                    },
Chris Rebert's avatar
Chris Rebert committed
3626
3627
3628
3629
3630
3631
3632
3633
3634
                    "mime-types": {
                      "version": "2.0.4",
                      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.4.tgz",
                      "dependencies": {
                        "mime-db": {
                          "version": "1.3.0",
                          "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.3.0.tgz"
                        }
                      }
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3635
3636
3637
3638
                    }
                  }
                },
                "hawk": {
3639
3640
                  "version": "1.1.1",
                  "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
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
3680
3681
                  "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"
                },
3682
3683
3684
                "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
3685
3686
                },
                "node-uuid": {
Chris Rebert's avatar
Chris Rebert committed
3687
3688
                  "version": "1.4.2",
                  "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3689
3690
                },
                "oauth-sign": {
XhmikosR's avatar
XhmikosR committed
3691
3692
                  "version": "0.5.0",
                  "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3693
3694
                },
                "qs": {
XhmikosR's avatar
XhmikosR committed
3695
3696
                  "version": "2.3.3",
                  "resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz"
3697
3698
3699
3700
                },
                "stringstream": {
                  "version": "0.0.4",
                  "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3701
3702
                },
                "tough-cookie": {
3703
3704
                  "version": "0.12.1",
                  "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3705
3706
                  "dependencies": {
                    "punycode": {
3707
3708
                      "version": "1.3.2",
                      "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3709
3710
3711
3712
                    }
                  }
                },
                "tunnel-agent": {
3713
3714
                  "version": "0.4.0",
                  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3715
3716
3717
3718
                }
              }
            },
            "retry": {
3719
3720
              "version": "0.6.1",
              "resolved": "https://registry.npmjs.org/retry/-/retry-0.6.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3721
3722
3723
3724
3725
3726
            },
            "rimraf": {
              "version": "2.2.8",
              "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
            },
            "semver": {
Chris Rebert's avatar
Chris Rebert committed
3727
3728
              "version": "4.2.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-4.2.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3729
3730
            },
            "sha": {
3731
3732
              "version": "1.3.0",
              "resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3733
3734
              "dependencies": {
                "readable-stream": {
3735
3736
                  "version": "1.1.13",
                  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
                  "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": {
3747
3748
                      "version": "0.10.31",
                      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3749
3750
3751
3752
3753
3754
                    }
                  }
                }
              }
            },
            "slide": {
3755
3756
              "version": "1.1.6",
              "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3757
3758
3759
3760
3761
3762
            },
            "sorted-object": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-1.0.0.tgz"
            },
            "tar": {
XhmikosR's avatar
XhmikosR committed
3763
3764
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/tar/-/tar-1.0.3.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3765
3766
3767
3768
3769
3770
            },
            "text-table": {
              "version": "0.2.0",
              "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
            },
            "uid-number": {
XhmikosR's avatar
XhmikosR committed
3771
3772
              "version": "0.0.6",
              "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3773
            },
Chris Rebert's avatar
Chris Rebert committed
3774
3775
3776
3777
            "umask": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz"
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
3778
            "which": {
Chris Rebert's avatar
Chris Rebert committed
3779
3780
              "version": "1.0.8",
              "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz"
3781
3782
3783
3784
3785
3786
3787
3788
            },
            "wrappy": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
            },
            "write-file-atomic": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.0.tgz"
3789
3790
3791
3792
            }
          }
        },
        "read-json": {
Chris Rebert's avatar
Chris Rebert committed
3793
3794
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/read-json/-/read-json-0.1.0.tgz"
3795
3796
3797
3798
3799
3800
        },
        "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
3801
3802
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.0.0.tgz"
3803
3804
3805
3806
3807
3808
        },
        "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
3809
3810
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-2.0.0.tgz"
3811
3812
        },
        "semver": {
Chris Rebert's avatar
Chris Rebert committed
3813
3814
          "version": "4.2.0",
          "resolved": "https://registry.npmjs.org/semver/-/semver-4.2.0.tgz"
3815
3816
3817
3818
3819
3820
        },
        "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
3821
3822
3823
3824
3825
3826
3827
3828
          "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"
            }
          }
3829
3830
3831
3832
        }
      }
    },
    "time-grunt": {
XhmikosR's avatar
XhmikosR committed
3833
3834
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.0.0.tgz",
3835
3836
      "dependencies": {
        "chalk": {
XhmikosR's avatar
XhmikosR committed
3837
3838
          "version": "0.5.1",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
3839
3840
          "dependencies": {
            "ansi-styles": {
XhmikosR's avatar
XhmikosR committed
3841
3842
3843
3844
              "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
3845
3846
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz"
3847
            },
XhmikosR's avatar
XhmikosR committed
3848
3849
3850
3851
3852
3853
3854
3855
3856
            "has-ansi": {
              "version": "0.1.0",
              "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
              "dependencies": {
                "ansi-regex": {
                  "version": "0.2.1",
                  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
                }
              }
3857
3858
            },
            "strip-ansi": {
XhmikosR's avatar
XhmikosR committed
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
              "version": "0.3.0",
              "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
              "dependencies": {
                "ansi-regex": {
                  "version": "0.2.1",
                  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
                }
              }
            },
            "supports-color": {
              "version": "0.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz"
3871
3872
3873
3874
            }
          }
        },
        "date-time": {
XhmikosR's avatar
XhmikosR committed
3875
3876
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/date-time/-/date-time-1.0.0.tgz"
3877
        },
XhmikosR's avatar
XhmikosR committed
3878
        "figures": {
XhmikosR's avatar
XhmikosR committed
3879
3880
          "version": "1.3.5",
          "resolved": "https://registry.npmjs.org/figures/-/figures-1.3.5.tgz"
XhmikosR's avatar
XhmikosR committed
3881
        },
3882
3883
3884
3885
3886
        "hooker": {
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
        },
        "pretty-ms": {
XhmikosR's avatar
XhmikosR committed
3887
3888
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-1.0.0.tgz",
XhmikosR's avatar
XhmikosR committed
3889
          "dependencies": {
XhmikosR's avatar
XhmikosR committed
3890
            "get-stdin": {
XhmikosR's avatar
XhmikosR committed
3891
3892
              "version": "3.0.2",
              "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz"
XhmikosR's avatar
XhmikosR committed
3893
            },
XhmikosR's avatar
XhmikosR committed
3894
            "parse-ms": {
XhmikosR's avatar
XhmikosR committed
3895
3896
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
3897
3898
            }
          }
3899
3900
3901
3902
3903
3904
3905
3906
        },
        "text-table": {
          "version": "0.2.0",
          "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
        }
      }
    }
  }
Chris Rebert's avatar
Chris Rebert committed
3907
}
For faster browsing, not all history is shown. View entire blame