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

node_modules.isstream.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "isstream@>=0.1.1 <0.2.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/isstream",
    "_nodeVersion": "1.4.3",
    "_npmUser": {
        "email": "[email protected]",
        "name": "rvagg"
    },
    "_npmVersion": "2.6.1",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "isstream",
        "raw": "isstream@~0.1.1",
        "rawSpec": "~0.1.1",
        "scope": null,
        "spec": ">=0.1.1 <0.2.0",
        "type": "range"
    },
    "_requiredBy": [
        "/request"
    ],
    "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
    "_shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
    "_shrinkwrap": null,
    "_spec": "isstream@~0.1.1",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "Rod Vagg"
    },
    "bugs": {
        "url": "https://github.com/rvagg/isstream/issues"
    },
    "dependencies": {
        
    },
    "description": "Determine if an object is a Stream",
    "devDependencies": {
        "core-util-is": "~1.0.0",
        "inherits": "~2.0.1",
        "isarray": "0.0.1",
        "string_decoder": "~0.10.x",
        "tape": "~2.12.3"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
        "tarball": "http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz"
    },
    "gitHead": "cd39cba6da939b4fc9110825203adc506422c3dc",
    "homepage": "https://github.com/rvagg/isstream",
    "keywords": [
        "hippo",
        "readable-stream",
        "stream",
        "streams",
        "type"
    ],
    "license": "MIT",
    "main": "isstream.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "rvagg"
        }
    ],
    "name": "isstream",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/rvagg/isstream.git"
    },
    "scripts": {
        "test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/"
    },
    "version": "0.1.2"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy