| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_args": [
- [
- {
- "raw": "duplexify@^3.5.0",
- "scope": null,
- "escapedName": "duplexify",
- "name": "duplexify",
- "rawSpec": "^3.5.0",
- "spec": ">=3.5.0 <4.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/ternary-stream"
- ]
- ],
- "_from": "duplexify@>=3.5.0 <4.0.0",
- "_id": "duplexify@3.5.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/duplexify",
- "_nodeVersion": "4.6.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/duplexify-3.5.0.tgz_1477317448157_0.2257942291907966"
- },
- "_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.5.0",
- "scope": null,
- "escapedName": "duplexify",
- "name": "duplexify",
- "rawSpec": "^3.5.0",
- "spec": ">=3.5.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/ternary-stream"
- ],
- "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz",
- "_shasum": "1aa773002e1578457e9d9d4a50b0ccaaebcbd604",
- "_shrinkwrap": null,
- "_spec": "duplexify@^3.5.0",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/ternary-stream",
- "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 writable 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": "1aa773002e1578457e9d9d4a50b0ccaaebcbd604",
- "tarball": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.0.tgz"
- },
- "gitHead": "97f525d36ce275e52435611d70b3a77a7234eaa1",
- "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.5.0"
- }
|