aboutsummaryrefslogtreecommitdiff
path: root/node_modules/duplexify/package.json
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/duplexify/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/duplexify/package.json')
-rw-r--r--node_modules/duplexify/package.json98
1 files changed, 14 insertions, 84 deletions
diff --git a/node_modules/duplexify/package.json b/node_modules/duplexify/package.json
index d8c76a4ae..ff44d35e4 100644
--- a/node_modules/duplexify/package.json
+++ b/node_modules/duplexify/package.json
@@ -1,83 +1,26 @@
{
- "_args": [
- [
- {
- "raw": "duplexify@^3.2.0",
- "scope": null,
- "escapedName": "duplexify",
- "name": "duplexify",
- "rawSpec": "^3.2.0",
- "spec": ">=3.2.0 <4.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs"
- ]
- ],
- "_from": "duplexify@>=3.2.0 <4.0.0",
- "_id": "duplexify@3.4.5",
- "_inCache": true,
- "_location": "/duplexify",
- "_nodeVersion": "4.4.3",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/duplexify-3.4.5.tgz_1468011872327_0.44416941492818296"
- },
- "_npmUser": {
- "name": "mafintosh",
- "email": "mathiasbuus@gmail.com"
- },
- "_npmVersion": "2.15.9",
- "_phantomChildren": {
- "buffer-shims": "1.0.0",
- "core-util-is": "1.0.2",
- "inherits": "2.0.3",
- "process-nextick-args": "1.0.7",
- "string_decoder": "0.10.31",
- "util-deprecate": "1.0.2",
- "wrappy": "1.0.2"
- },
- "_requested": {
- "raw": "duplexify@^3.2.0",
- "scope": null,
- "escapedName": "duplexify",
- "name": "duplexify",
- "rawSpec": "^3.2.0",
- "spec": ">=3.2.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/vinyl-fs"
- ],
- "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.5.tgz",
- "_shasum": "0e7e287a775af753bf57e6e7b7f21f183f6c3a53",
- "_shrinkwrap": null,
- "_spec": "duplexify@^3.2.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs",
- "author": {
- "name": "Mathias Buus"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/duplexify/issues"
- },
+ "name": "duplexify",
+ "version": "3.5.0",
+ "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
+ "main": "index.js",
"dependencies": {
"end-of-stream": "1.0.0",
"inherits": "^2.0.1",
"readable-stream": "^2.0.0",
"stream-shift": "^1.0.0"
},
- "description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^2.13.3",
"through2": "^0.5.1"
},
- "directories": {},
- "dist": {
- "shasum": "0e7e287a775af753bf57e6e7b7f21f183f6c3a53",
- "tarball": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.5.tgz"
+ "scripts": {
+ "test": "tape test.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/mafintosh/duplexify"
},
- "gitHead": "338de6776ce9b25d7ab6e91d766166245a8f070a",
- "homepage": "https://github.com/mafintosh/duplexify",
"keywords": [
"duplex",
"streams2",
@@ -87,23 +30,10 @@
"readable",
"async"
],
+ "author": "Mathias Buus",
"license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "mafintosh",
- "email": "mathiasbuus@gmail.com"
- }
- ],
- "name": "duplexify",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/mafintosh/duplexify.git"
- },
- "scripts": {
- "test": "tape test.js"
+ "bugs": {
+ "url": "https://github.com/mafintosh/duplexify/issues"
},
- "version": "3.4.5"
+ "homepage": "https://github.com/mafintosh/duplexify"
}