aboutsummaryrefslogtreecommitdiff
path: root/node_modules/multipipe
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/multipipe
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/multipipe')
-rw-r--r--node_modules/multipipe/package.json77
1 files changed, 6 insertions, 71 deletions
diff --git a/node_modules/multipipe/package.json b/node_modules/multipipe/package.json
index fb4a5fad0..8951329de 100644
--- a/node_modules/multipipe/package.json
+++ b/node_modules/multipipe/package.json
@@ -1,81 +1,16 @@
{
- "_args": [
- [
- {
- "raw": "multipipe@^0.1.2",
- "scope": null,
- "escapedName": "multipipe",
- "name": "multipipe",
- "rawSpec": "^0.1.2",
- "spec": ">=0.1.2 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util"
- ]
- ],
- "_from": "multipipe@>=0.1.2 <0.2.0",
- "_id": "multipipe@0.1.2",
- "_inCache": true,
- "_location": "/multipipe",
- "_nodeVersion": "0.10.32",
- "_npmUser": {
- "name": "juliangruber",
- "email": "julian@juliangruber.com"
- },
- "_npmVersion": "2.1.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "multipipe@^0.1.2",
- "scope": null,
- "escapedName": "multipipe",
- "name": "multipipe",
- "rawSpec": "^0.1.2",
- "spec": ">=0.1.2 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp-gzip/gulp-util",
- "/gulp-sym/gulp-util",
- "/gulp-util"
- ],
- "_resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
- "_shasum": "2a8f2ddf70eed564dff2d57f1e1a137d9f05078b",
- "_shrinkwrap": null,
- "_spec": "multipipe@^0.1.2",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util",
- "bugs": {
- "url": "https://github.com/juliangruber/multipipe/issues"
- },
+ "name": "multipipe",
+ "version": "0.1.2",
+ "description": "pipe streams with centralized error handling",
+ "license": "MIT",
+ "repository": "juliangruber/multipipe",
"dependencies": {
"duplexer2": "0.0.2"
},
- "description": "pipe streams with centralized error handling",
"devDependencies": {
"mocha": "~1.17.0"
},
- "directories": {},
- "dist": {
- "shasum": "2a8f2ddf70eed564dff2d57f1e1a137d9f05078b",
- "tarball": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz"
- },
- "gitHead": "df434f568b85de914ee7f6ad714343b8736e3315",
- "homepage": "https://github.com/juliangruber/multipipe",
- "license": "MIT",
- "maintainers": [
- {
- "name": "juliangruber",
- "email": "julian@juliangruber.com"
- }
- ],
- "name": "multipipe",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/juliangruber/multipipe.git"
- },
"scripts": {
"test": "make test"
- },
- "version": "0.1.2"
+ }
}