All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.readable-stream.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "readable-stream@>=1.0.26 <1.1.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/readable-stream",
    "_npmUser": {
        "email": "[email protected]",
        "name": "rvagg"
    },
    "_npmVersion": "1.4.28",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "readable-stream",
        "raw": "readable-stream@~1.0.26",
        "rawSpec": "~1.0.26",
        "scope": null,
        "spec": ">=1.0.26 <1.1.0",
        "type": "range"
    },
    "_requiredBy": [
        "/bl"
    ],
    "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
    "_shasum": "3a360dd66c1b1d7fd4705389860eda1d0f61126c",
    "_shrinkwrap": null,
    "_spec": "readable-stream@~1.0.26",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "Isaac Z. Schlueter",
        "url": "http://blog.izs.me/"
    },
    "browser": {
        "util": false
    },
    "bugs": {
        "url": "https://github.com/isaacs/readable-stream/issues"
    },
    "dependencies": {
        "core-util-is": "~1.0.0",
        "inherits": "~2.0.1",
        "isarray": "0.0.1",
        "string_decoder": "~0.10.x"
    },
    "description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
    "devDependencies": {
        "tap": "~0.2.6"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "3a360dd66c1b1d7fd4705389860eda1d0f61126c",
        "tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz"
    },
    "gitHead": "0bf97a117c5646556548966409ebc57a6dda2638",
    "homepage": "https://github.com/isaacs/readable-stream",
    "keywords": [
        "pipe",
        "readable",
        "stream"
    ],
    "license": "MIT",
    "main": "readable.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "isaacs"
        },
        {
            "email": "[email protected]",
            "name": "tootallnate"
        },
        {
            "email": "[email protected]",
            "name": "rvagg"
        }
    ],
    "name": "readable-stream",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/isaacs/readable-stream"
    },
    "scripts": {
        "test": "tap test/simple/*.js"
    },
    "version": "1.0.33"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy