summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/mississippi/node_modules/pump/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/mississippi/node_modules/pump/package.json')
-rw-r--r--deps/npm/node_modules/mississippi/node_modules/pump/package.json31
1 files changed, 13 insertions, 18 deletions
diff --git a/deps/npm/node_modules/mississippi/node_modules/pump/package.json b/deps/npm/node_modules/mississippi/node_modules/pump/package.json
index 2ec8b797bc..6e62ee06cd 100644
--- a/deps/npm/node_modules/mississippi/node_modules/pump/package.json
+++ b/deps/npm/node_modules/mississippi/node_modules/pump/package.json
@@ -1,33 +1,31 @@
{
- "_from": "pump@^1.0.0",
- "_id": "pump@1.0.2",
- "_integrity": "sha1-Oz7mUS+U8OV1U4wXmV+fFpkKXVE=",
+ "_from": "pump@^3.0.0",
+ "_id": "pump@3.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
"_location": "/mississippi/pump",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "pump@^1.0.0",
+ "raw": "pump@^3.0.0",
"name": "pump",
"escapedName": "pump",
- "rawSpec": "^1.0.0",
+ "rawSpec": "^3.0.0",
"saveSpec": null,
- "fetchSpec": "^1.0.0"
+ "fetchSpec": "^3.0.0"
},
"_requiredBy": [
- "/mississippi",
- "/mississippi/pumpify"
+ "/mississippi"
],
- "_resolved": "https://registry.npmjs.org/pump/-/pump-1.0.2.tgz",
- "_shasum": "3b3ee6512f94f0e575538c17995f9f16990a5d51",
- "_shrinkwrap": null,
- "_spec": "pump@^1.0.0",
+ "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "_shasum": "b4a2116815bde2f4e1ea602354e8c75565107a64",
+ "_spec": "pump@^3.0.0",
"_where": "/Users/zkat/Documents/code/npm/node_modules/mississippi",
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
- "bin": null,
"browser": {
"fs": false
},
@@ -41,7 +39,6 @@
},
"deprecated": false,
"description": "pipe streams together and close all of them if one of them closes",
- "devDependencies": {},
"homepage": "https://github.com/mafintosh/pump#readme",
"keywords": [
"streams",
@@ -51,14 +48,12 @@
],
"license": "MIT",
"name": "pump",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/pump.git"
},
"scripts": {
- "test": "node test.js"
+ "test": "node test-browser.js && node test-node.js"
},
- "version": "1.0.2"
+ "version": "3.0.0"
}