npm-shrinkwrap.json 178 KB
Newer Older
4001
4002
            },
            "readable-stream": {
XhmikosR's avatar
XhmikosR committed
4003
4004
              "version": "1.0.33",
              "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
XhmikosR's avatar
XhmikosR committed
4005
              "dependencies": {
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
                "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
4017
4018
4019
                }
              }
            },
4020
            "realize-package-specifier": {
XhmikosR's avatar
XhmikosR committed
4021
4022
              "version": "1.3.0",
              "resolved": "https://registry.npmjs.org/realize-package-specifier/-/realize-package-specifier-1.3.0.tgz"
4023
            },
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4024
            "request": {
Chris Rebert's avatar
Chris Rebert committed
4025
4026
              "version": "2.51.0",
              "resolved": "https://registry.npmjs.org/request/-/request-2.51.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4027
4028
4029
4030
4031
              "dependencies": {
                "aws-sign2": {
                  "version": "0.5.0",
                  "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz"
                },
4032
4033
4034
4035
4036
                "bl": {
                  "version": "0.9.3",
                  "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz"
                },
                "caseless": {
Chris Rebert's avatar
Chris Rebert committed
4037
4038
                  "version": "0.8.0",
                  "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz"
4039
4040
                },
                "combined-stream": {
XhmikosR's avatar
XhmikosR committed
4041
4042
                  "version": "0.0.7",
                  "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
4043
4044
4045
4046
4047
4048
4049
                  "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
4050
                "forever-agent": {
4051
4052
                  "version": "0.5.2",
                  "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4053
4054
                },
                "form-data": {
Chris Rebert's avatar
Chris Rebert committed
4055
4056
                  "version": "0.2.0",
                  "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4057
4058
                  "dependencies": {
                    "async": {
4059
4060
                      "version": "0.9.0",
                      "resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4061
                    },
Chris Rebert's avatar
Chris Rebert committed
4062
4063
4064
4065
4066
4067
4068
4069
4070
                    "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
4071
4072
4073
4074
                    }
                  }
                },
                "hawk": {
4075
4076
                  "version": "1.1.1",
                  "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
                  "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"
                },
4118
4119
4120
                "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
4121
4122
                },
                "node-uuid": {
Chris Rebert's avatar
Chris Rebert committed
4123
4124
                  "version": "1.4.2",
                  "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4125
4126
                },
                "oauth-sign": {
XhmikosR's avatar
XhmikosR committed
4127
4128
                  "version": "0.5.0",
                  "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4129
4130
                },
                "qs": {
XhmikosR's avatar
XhmikosR committed
4131
4132
                  "version": "2.3.3",
                  "resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz"
4133
4134
4135
4136
                },
                "stringstream": {
                  "version": "0.0.4",
                  "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4137
4138
                },
                "tough-cookie": {
4139
4140
                  "version": "0.12.1",
                  "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4141
4142
                  "dependencies": {
                    "punycode": {
4143
4144
                      "version": "1.3.2",
                      "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4145
4146
4147
4148
                    }
                  }
                },
                "tunnel-agent": {
4149
4150
                  "version": "0.4.0",
                  "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4151
4152
4153
4154
                }
              }
            },
            "retry": {
4155
4156
              "version": "0.6.1",
              "resolved": "https://registry.npmjs.org/retry/-/retry-0.6.1.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4157
4158
4159
4160
4161
4162
            },
            "rimraf": {
              "version": "2.2.8",
              "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
            },
            "semver": {
Chris Rebert's avatar
Chris Rebert committed
4163
4164
              "version": "4.2.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-4.2.0.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4165
4166
            },
            "sha": {
4167
4168
              "version": "1.3.0",
              "resolved": "https://registry.npmjs.org/sha/-/sha-1.3.0.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4169
4170
              "dependencies": {
                "readable-stream": {
4171
4172
                  "version": "1.1.13",
                  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz",
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
                  "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": {
4183
4184
                      "version": "0.10.31",
                      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4185
4186
4187
4188
4189
4190
                    }
                  }
                }
              }
            },
            "slide": {
4191
4192
              "version": "1.1.6",
              "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4193
4194
4195
4196
4197
4198
            },
            "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
4199
4200
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/tar/-/tar-1.0.3.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4201
4202
4203
4204
4205
4206
            },
            "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
4207
4208
              "version": "0.0.6",
              "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz"
Heinrich Fenkart's avatar
Heinrich Fenkart committed
4209
4210
            },
            "which": {
Chris Rebert's avatar
Chris Rebert committed
4211
4212
              "version": "1.0.8",
              "resolved": "https://registry.npmjs.org/which/-/which-1.0.8.tgz"
4213
4214
4215
4216
4217
4218
4219
4220
            },
            "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"
4221
4222
4223
4224
            }
          }
        },
        "read-json": {
Chris Rebert's avatar
Chris Rebert committed
4225
4226
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/read-json/-/read-json-0.1.0.tgz"
4227
4228
4229
4230
4231
4232
        },
        "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
4233
4234
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.0.0.tgz"
4235
4236
4237
4238
4239
4240
        },
        "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
4241
4242
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-2.0.0.tgz"
4243
4244
        },
        "semver": {
Chris Rebert's avatar
Chris Rebert committed
4245
4246
          "version": "4.2.0",
          "resolved": "https://registry.npmjs.org/semver/-/semver-4.2.0.tgz"
4247
4248
4249
4250
4251
4252
        },
        "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
4253
4254
4255
4256
4257
4258
4259
4260
          "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"
            }
          }
4261
4262
4263
        }
      }
    },
Chris Rebert's avatar
Chris Rebert committed
4264
    "remarkable": {
Chris Rebert's avatar
Chris Rebert committed
4265
4266
      "version": "1.6.0",
      "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.6.0.tgz",
Chris Rebert's avatar
Chris Rebert committed
4267
4268
      "dependencies": {
        "argparse": {
XhmikosR's avatar
XhmikosR committed
4269
4270
          "version": "0.1.16",
          "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
Chris Rebert's avatar
Chris Rebert committed
4271
4272
          "dependencies": {
            "underscore": {
XhmikosR's avatar
XhmikosR committed
4273
4274
              "version": "1.7.0",
              "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz"
Chris Rebert's avatar
Chris Rebert committed
4275
4276
            },
            "underscore.string": {
XhmikosR's avatar
XhmikosR committed
4277
4278
              "version": "2.4.0",
              "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz"
Chris Rebert's avatar
Chris Rebert committed
4279
4280
4281
4282
            }
          }
        },
        "autolinker": {
Chris Rebert's avatar
Chris Rebert committed
4283
4284
          "version": "0.15.2",
          "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.15.2.tgz"
Chris Rebert's avatar
Chris Rebert committed
4285
4286
4287
        }
      }
    },
4288
    "time-grunt": {
XhmikosR's avatar
XhmikosR committed
4289
4290
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.0.0.tgz",
4291
4292
      "dependencies": {
        "chalk": {
XhmikosR's avatar
XhmikosR committed
4293
4294
          "version": "0.5.1",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
4295
4296
          "dependencies": {
            "ansi-styles": {
XhmikosR's avatar
XhmikosR committed
4297
4298
4299
4300
              "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
4301
4302
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz"
4303
            },
XhmikosR's avatar
XhmikosR committed
4304
4305
4306
4307
4308
4309
4310
4311
4312
            "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"
                }
              }
4313
4314
            },
            "strip-ansi": {
XhmikosR's avatar
XhmikosR committed
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
              "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"
4327
4328
4329
4330
            }
          }
        },
        "date-time": {
XhmikosR's avatar
XhmikosR committed
4331
4332
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/date-time/-/date-time-1.0.0.tgz"
4333
        },
XhmikosR's avatar
XhmikosR committed
4334
        "figures": {
XhmikosR's avatar
XhmikosR committed
4335
4336
          "version": "1.3.5",
          "resolved": "https://registry.npmjs.org/figures/-/figures-1.3.5.tgz"
XhmikosR's avatar
XhmikosR committed
4337
        },
4338
4339
4340
4341
4342
        "hooker": {
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
        },
        "pretty-ms": {
XhmikosR's avatar
XhmikosR committed
4343
4344
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-1.0.0.tgz",
XhmikosR's avatar
XhmikosR committed
4345
          "dependencies": {
XhmikosR's avatar
XhmikosR committed
4346
            "get-stdin": {
XhmikosR's avatar
XhmikosR committed
4347
4348
              "version": "3.0.2",
              "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz"
XhmikosR's avatar
XhmikosR committed
4349
            },
XhmikosR's avatar
XhmikosR committed
4350
            "parse-ms": {
XhmikosR's avatar
XhmikosR committed
4351
4352
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
4353
4354
            }
          }
4355
4356
4357
4358
4359
4360
4361
4362
        },
        "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
4363
}
For faster browsing, not all history is shown. View entire blame