aboutsummaryrefslogtreecommitdiff
path: root/node_modules/chai-http
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-14 10:13:55 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-14 10:13:55 +0000
commita532390f81e35f611fd02ad3d543f4d52217ca3c (patch)
tree7bebb4f5614afb82c3103b6e9730a62f0b97a42d /node_modules/chai-http
parentef2674cfe13d2c425c5a3b312244c46f2531979d (diff)
Fixed signin and signup
Diffstat (limited to 'node_modules/chai-http')
-rw-r--r--node_modules/chai-http/node_modules/cookiejar/package.json3
-rw-r--r--node_modules/chai-http/node_modules/is-ip/node_modules/ip-regex/package.json5
-rw-r--r--node_modules/chai-http/node_modules/is-ip/package.json5
-rw-r--r--node_modules/chai-http/node_modules/qs/package.json3
-rw-r--r--node_modules/chai-http/node_modules/superagent/node_modules/component-emitter/package.json3
-rw-r--r--node_modules/chai-http/node_modules/superagent/node_modules/form-data/node_modules/async/package.json2
-rw-r--r--node_modules/chai-http/node_modules/superagent/node_modules/formidable/package.json3
-rw-r--r--node_modules/chai-http/node_modules/superagent/package.json3
-rw-r--r--node_modules/chai-http/package.json3
9 files changed, 19 insertions, 11 deletions
diff --git a/node_modules/chai-http/node_modules/cookiejar/package.json b/node_modules/chai-http/node_modules/cookiejar/package.json
index cbbb1c0..410eed9 100644
--- a/node_modules/chai-http/node_modules/cookiejar/package.json
+++ b/node_modules/chai-http/node_modules/cookiejar/package.json
@@ -49,5 +49,6 @@
}
],
"directories": {},
- "_resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.0.6.tgz"
+ "_resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.0.6.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/chai-http/node_modules/is-ip/node_modules/ip-regex/package.json b/node_modules/chai-http/node_modules/is-ip/node_modules/ip-regex/package.json
index ba6b16f..3788514 100644
--- a/node_modules/chai-http/node_modules/is-ip/node_modules/ip-regex/package.json
+++ b/node_modules/chai-http/node_modules/is-ip/node_modules/ip-regex/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/sindresorhus/ip-regex"
+ "url": "git+https://github.com/sindresorhus/ip-regex.git"
},
"author": {
"name": "Sindre Sorhus",
@@ -64,5 +64,6 @@
"tarball": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz"
+ "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/chai-http/node_modules/is-ip/package.json b/node_modules/chai-http/node_modules/is-ip/package.json
index 56b233c..c66cd1d 100644
--- a/node_modules/chai-http/node_modules/is-ip/package.json
+++ b/node_modules/chai-http/node_modules/is-ip/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "git://github.com/sindresorhus/is-ip"
+ "url": "git://github.com/sindresorhus/is-ip.git"
},
"author": {
"name": "Sindre Sorhus",
@@ -68,5 +68,6 @@
"tarball": "https://registry.npmjs.org/is-ip/-/is-ip-1.0.0.tgz"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/is-ip/-/is-ip-1.0.0.tgz"
+ "_resolved": "https://registry.npmjs.org/is-ip/-/is-ip-1.0.0.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/chai-http/node_modules/qs/package.json b/node_modules/chai-http/node_modules/qs/package.json
index a82e623..bae7451 100644
--- a/node_modules/chai-http/node_modules/qs/package.json
+++ b/node_modules/chai-http/node_modules/qs/package.json
@@ -82,5 +82,6 @@
"tmp": "tmp/qs-6.2.1.tgz_1469044929716_0.06957711698487401"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/qs/-/qs-6.2.1.tgz"
+ "_resolved": "https://registry.npmjs.org/qs/-/qs-6.2.1.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/chai-http/node_modules/superagent/node_modules/component-emitter/package.json b/node_modules/chai-http/node_modules/superagent/node_modules/component-emitter/package.json
index f3b91ae..e1ad368 100644
--- a/node_modules/chai-http/node_modules/superagent/node_modules/component-emitter/package.json
+++ b/node_modules/chai-http/node_modules/superagent/node_modules/component-emitter/package.json
@@ -177,5 +177,6 @@
"tmp": "tmp/component-emitter-1.2.1.tgz_1461005707641_0.14232611074112356"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz"
+ "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/chai-http/node_modules/superagent/node_modules/form-data/node_modules/async/package.json b/node_modules/chai-http/node_modules/superagent/node_modules/form-data/node_modules/async/package.json
index cdcd141..4bcdc92 100644
--- a/node_modules/chai-http/node_modules/superagent/node_modules/form-data/node_modules/async/package.json
+++ b/node_modules/chai-http/node_modules/superagent/node_modules/form-data/node_modules/async/package.json
@@ -88,7 +88,7 @@
"homepage": "https://github.com/caolan/async#readme",
"_id": "async@1.5.2",
"_shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
- "_from": "async@>=1.5.2 <2.0.0",
+ "_from": "async@>=1.4.0 <2.0.0",
"_npmVersion": "3.5.2",
"_nodeVersion": "4.2.3",
"_npmUser": {
diff --git a/node_modules/chai-http/node_modules/superagent/node_modules/formidable/package.json b/node_modules/chai-http/node_modules/superagent/node_modules/formidable/package.json
index 6cce440..97108b1 100644
--- a/node_modules/chai-http/node_modules/superagent/node_modules/formidable/package.json
+++ b/node_modules/chai-http/node_modules/superagent/node_modules/formidable/package.json
@@ -61,5 +61,6 @@
}
],
"_shasum": "ef5491490f9433b705faa77249c99029ae348559",
- "_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz"
+ "_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/chai-http/node_modules/superagent/package.json b/node_modules/chai-http/node_modules/superagent/package.json
index bb5a423..9147dbd 100644
--- a/node_modules/chai-http/node_modules/superagent/package.json
+++ b/node_modules/chai-http/node_modules/superagent/package.json
@@ -141,5 +141,6 @@
"tmp": "tmp/superagent-2.1.0.tgz_1468486904183_0.8864591023884714"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/superagent/-/superagent-2.1.0.tgz"
+ "_resolved": "https://registry.npmjs.org/superagent/-/superagent-2.1.0.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/node_modules/chai-http/package.json b/node_modules/chai-http/package.json
index 226ddf1..11b6a8e 100644
--- a/node_modules/chai-http/package.json
+++ b/node_modules/chai-http/package.json
@@ -108,5 +108,6 @@
"tmp": "tmp/chai-http-3.0.0.tgz_1465570423892_0.4711184229236096"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/chai-http/-/chai-http-3.0.0.tgz"
+ "_resolved": "https://registry.npmjs.org/chai-http/-/chai-http-3.0.0.tgz",
+ "readme": "ERROR: No README data found!"
}