Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/combined-stream/package.json')
-rw-r--r--node_modules/combined-stream/package.json23
1 files changed, 12 insertions, 11 deletions
diff --git a/node_modules/combined-stream/package.json b/node_modules/combined-stream/package.json
index 86c891cd4..ce92c10a0 100644
--- a/node_modules/combined-stream/package.json
+++ b/node_modules/combined-stream/package.json
@@ -1,28 +1,29 @@
{
- "_from": "combined-stream@~1.0.5",
- "_id": "combined-stream@1.0.6",
+ "_from": "combined-stream@~1.0.6",
+ "_id": "combined-stream@1.0.8",
"_inBundle": false,
- "_integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
+ "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
"_location": "/combined-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "combined-stream@~1.0.5",
+ "raw": "combined-stream@~1.0.6",
"name": "combined-stream",
"escapedName": "combined-stream",
- "rawSpec": "~1.0.5",
+ "rawSpec": "~1.0.6",
"saveSpec": null,
- "fetchSpec": "~1.0.5"
+ "fetchSpec": "~1.0.6"
},
"_requiredBy": [
+ "/@types/request/form-data",
"/form-data",
"/request"
],
- "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
- "_shasum": "723e7df6e801ac5613113a7e445a9b69cb632818",
- "_spec": "combined-stream@~1.0.5",
- "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
+ "_spec": "combined-stream@~1.0.6",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/request",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -54,5 +55,5 @@
"scripts": {
"test": "node test/run.js"
},
- "version": "1.0.6"
+ "version": "1.0.8"
}