summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/mississippi/node_modules/duplexify/package.json
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2016-12-18 20:22:09 -0800
committerMyles Borins <myles.borins@gmail.com>2016-12-28 15:30:50 -0500
commit9946519fba73687d34dccd5813808252a1973f3c (patch)
tree74d7194d2a00743bcd905027195e7e8000c5ac5a /deps/npm/node_modules/mississippi/node_modules/duplexify/package.json
parent4d3b487b791606ea965f6280ce0eeea03d79b660 (diff)
downloadandroid-node-v8-9946519fba73687d34dccd5813808252a1973f3c.tar.gz
android-node-v8-9946519fba73687d34dccd5813808252a1973f3c.tar.bz2
android-node-v8-9946519fba73687d34dccd5813808252a1973f3c.zip
deps: upgrade npm to 4.0.5
PR-URL: https://github.com/nodejs/node/pull/10330 Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/mississippi/node_modules/duplexify/package.json')
-rw-r--r--deps/npm/node_modules/mississippi/node_modules/duplexify/package.json104
1 files changed, 104 insertions, 0 deletions
diff --git a/deps/npm/node_modules/mississippi/node_modules/duplexify/package.json b/deps/npm/node_modules/mississippi/node_modules/duplexify/package.json
new file mode 100644
index 0000000000..485f0312ea
--- /dev/null
+++ b/deps/npm/node_modules/mississippi/node_modules/duplexify/package.json
@@ -0,0 +1,104 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "duplexify@^3.4.2",
+ "scope": null,
+ "escapedName": "duplexify",
+ "name": "duplexify",
+ "rawSpec": "^3.4.2",
+ "spec": ">=3.4.2 <4.0.0",
+ "type": "range"
+ },
+ "/Users/zkat/Documents/code/npm/node_modules/mississippi"
+ ]
+ ],
+ "_from": "duplexify@>=3.4.2 <4.0.0",
+ "_id": "duplexify@3.4.5",
+ "_inCache": true,
+ "_location": "/mississippi/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": {
+ "wrappy": "1.0.2"
+ },
+ "_requested": {
+ "raw": "duplexify@^3.4.2",
+ "scope": null,
+ "escapedName": "duplexify",
+ "name": "duplexify",
+ "rawSpec": "^3.4.2",
+ "spec": ">=3.4.2 <4.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/mississippi",
+ "/mississippi/pumpify"
+ ],
+ "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.5.tgz",
+ "_shasum": "0e7e287a775af753bf57e6e7b7f21f183f6c3a53",
+ "_shrinkwrap": null,
+ "_spec": "duplexify@^3.4.2",
+ "_where": "/Users/zkat/Documents/code/npm/node_modules/mississippi",
+ "author": {
+ "name": "Mathias Buus"
+ },
+ "bugs": {
+ "url": "https://github.com/mafintosh/duplexify/issues"
+ },
+ "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"
+ },
+ "gitHead": "338de6776ce9b25d7ab6e91d766166245a8f070a",
+ "homepage": "https://github.com/mafintosh/duplexify",
+ "keywords": [
+ "duplex",
+ "streams2",
+ "streams",
+ "stream",
+ "writable",
+ "readable",
+ "async"
+ ],
+ "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"
+ },
+ "version": "3.4.5"
+}